Hugging Face Daily PapersHao Liang, Mingrui Chen, Hengyi Feng1 min readpaperadvanced
DataFlex-RL: An Evaluation Platform for RLVR Data Policies
Summary
The paper introduces DataFlex‑RL, a platform to benchmark how different data‑selection policies affect reinforcement‑learning‑with‑verifiable‑rewards training. Across extensive experiments on Qwen2.5‑7B and Llama‑3.1‑8B, uniform sampling is the only method that consistently improves performance, and no alternative policy yields a statistically significant gain.
- Uniform rollout sampling (GRPO) yields a 7.76% absolute gain over an untrained checkpoint on a 12‑benchmark suite, and no alternative policy shows statistically significant improvement.
- Across 13 data‑policy configurations, neither sophisticated rollout‑selection/reweighting methods nor adaptive mixtures outperform simple uniform sampling at 95% confidence.
- Extending experiments to Llama‑3.1‑8B‑Base reproduces the same lack of clear winner, indicating results are not model‑specific.
- Benchmark composition heavily influences rankings: a math‑heavy 6‑benchmark summary correlates –0.33 with the full 12‑benchmark ranking, highlighting evaluation sensitivity.
RL researchers and LLM fine‑tuning engineers should care because it shows that sophisticated data‑policy tricks may not outperform simple uniform sampling, saving engineering effort.
7/10
