paper-with-me

홈 › Papers

Generalizing Verifiable Instruction Following

2025-07-03 · Valentina Pyatkin, Saumya Malik, Victoria Graf, Hamish Ivison, Shengyi Huang, Pradeep Dasigi, Nathan Lambert, Hannaneh Hajishirzi arxiv

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 abrakadabra' 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.

📄 PDF Abstract BibTeX arXiv:2507.02833

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningInstruction Following

Similar Papers 제목 키워드 기반

Precision over Diversity: High-Precision Reward Generalizes to Robust Instruction Following

2026-01-08 · Yirong Zeng, Yufei Liu, Xiao Ding, Yutai Hou 외 arxiv

A central belief in scaling reinforcement learning with verifiable rewards for instruction following (IF) tasks is that, a diverse mixture of verifiable hard and unverifiable soft constraints is essential for generalizin…

Reinforcement LearningInstruction Following

Instruction-Following Evaluation for Large Language Models

2023-11-14 · Jeffrey Zhou, Tianjian Lu, Swaroop Mishra, Siddhartha Brahma 외

One core capability of Large Language Models (LLMs) is to follow natural language instructions. However, the evaluation of such abilities is not standardized: Human evaluations are expensive, slow, and not objectively re…

Instruction Following

Instruction-Tuned, but Not More Verifiable Instruction-Following: A Cross-Task Diagnosis for LoRA Adapters

2026-03-23 · Junyi Zou arxiv

Adapters are often selected and deployed based on nominal labels (e.g., instruction-tuned), which implicitly suggest what capability improves after adaptation. We test whether nominal training objectives reliably align w…

Instruction Following

The SIFo Benchmark: Investigating the Sequential Instruction Following Ability of Large Language Models

2024-06-28 · Xinyi Chen, Baohao Liao, Jirui Qi, Panagiotis Eustratiadis 외

Following multiple instructions is a crucial ability for large language models (LLMs). Evaluating this ability comes with significant challenges: (i) limited coherence between multiple instructions, (ii) positional bias …

Instruction FollowingQuestion Answering

Verifiable Format Control for Large Language Model Generations

2025-02-06 · Zhaoyang Wang, Jinqi Jiang, Huichi Zhou, Wenhao Zheng 외

Recent Large Language Models (LLMs) have demonstrated satisfying general instruction following ability. However, small LLMs with about 7B parameters still struggle fine-grained format following (e.g., JSON format), which…

BenchmarkingInstruction FollowingLanguage ModelingLanguage Modelling+2