Single-turn RL task dataset for the humanize-rl project.
Each row is one writing task. A model receives the prompt (instruction + source text),
produces a completion, and the environment scores it with the 50/50 reward formula:
reward = 0.50 × ridge_rubric_mean + 0.50 × deterministic_mean + penalties
v02_real_source
512
3 (real… See the full description on the dataset page:
https://huggingface.co/datasets/jayshah5696/humanize-rl-tasks.