Datasets:
metadata
license: mit
task_categories:
- text-generation
tags:
- code
- grpo
- rlvr
simple-python-grpo
A curated set of simple Python function problems for GRPO / RLVR fine-tuning. Each row has a natural-language description, a function signature, and 3 auto-verified test assertions (generated by running a reference implementation, so every test is correct by construction). The reference is NOT included — the model must generate the body and is rewarded when the tests pass.
Fields: name, prompt, func_prompt, tests (newline-separated asserts),
setup_code.
Built for the Union/Flyte GRPO code tutorial. Deliberately homogeneous and simple so a small model (e.g. Qwen2.5-0.5B) can learn a transferable pattern.