Checklists Are Better Than Reward Models For Aligning Language Models
Vijay Viswanathan, Yanchao Sun, Shuang Ma, Xiang Kong, Meng Cao, Graham Neubig, Tongshuang Wu
TL;DR
The paper tackles instruction-following alignment by moving beyond fixed reward criteria and introducing Reinforcement Learning from Checklist Feedback (RLCF), which uses instruction-derived checklists evaluated by AI judges and verifier programs to generate rewards. It builds WildChecklists (130k instructions) and demonstrates that RLCF consistently improves a strong instruction-following model across five benchmarks, outperforming instruction finetuning, reward-model baselines, and single-rubric judges. The results show checklist-based rewards provide stable, interpretable signals and can be applied off-policy to other model families, albeit with notable compute costs. The work suggests a promising direction for RL-based LM alignment that leverages dynamic, instruction-specific rubrics rather than static, global criteria.
Abstract
Language models must be adapted to understand and follow user instructions. Reinforcement learning is widely used to facilitate this -- typically using fixed criteria such as "helpfulness" and "harmfulness". In our work, we instead propose using flexible, instruction-specific criteria as a means of broadening the impact that reinforcement learning can have in eliciting instruction following. We propose "Reinforcement Learning from Checklist Feedback" (RLCF). From instructions, we extract checklists and evaluate how well responses satisfy each item - using both AI judges and specialized verifier programs - then combine these scores to compute rewards for RL. We compare RLCF with other alignment methods applied to a strong instruction following model (Qwen2.5-7B-Instruct) on five widely-studied benchmarks -- RLCF is the only method to improve performance on every benchmark, including a 4-point boost in hard satisfaction rate on FollowBench, a 6-point increase on InFoBench, and a 3-point rise in win rate on Arena-Hard. These results establish checklist feedback as a key tool for improving language models' support of queries that express a multitude of needs.
