Generalizing Verifiable Instruction Following

Hanna Hajishirzi (University of Washington/AI2) · Valentina Pyatkin (Allen Institute for AI / University of Washington) · Saumya Malik (Allen Institute for Artificial Intelligence) · Victoria Graf (University of Washington, Allen Institute for AI) · Hamish Ivison (University of Washington) · Shengyi Huang (Periodic Labs) · Pradeep Dasigi (Allen Institute for Artificial Intelligence) · Nathan Lambert (Allen Institute for AI)
benchmark evaluationconstraint verification modulesdiverse constraintsgeneralizationhand-annotated trainingifbenchinstruction following improvementmodel overfittingoutput constraintsprecise instruction followingreinforcement learningrlvr training promptstraining data analysisverifiable constraintsverifiable rewards

A crucial factor for successful human and AI interaction is the ability of language models or chatbots to follow human instructions precisely. A common feature of instructions are output constraints like ``only answer with yes or no" or ``mention the word `abracadabra' at least 3 times" that the user adds to craft a more useful answer.Even today's strongest models struggle with fulfilling such constraints. We find that most models strongly overfit on a small set of verifiable constraints from the benchmarks that test these abilities, a skill called precise instruction following, and are not able to generalize well to unseen output constraints. We introduce a new benchmark, IFBench, to evaluate precise instruction following generalization on 58 new, diverse, and challenging verifiable out-of-domain constraints. In addition, we perform an extensive analysis of how and on what data models can be trained to improve precise instruction following generalization. Specifically, we carefully design constraint verification modules and show that reinforcement learning with verifiable rewards (RLVR) significantly improves instruction following. In addition to IFBench, we release 29 additional new hand-annotated training constraints and verification functions, RLVR training prompts, and code.