paper-with-me

홈 › Papers

SEIF: Self-Evolving Reinforcement Learning for Instruction Following

2026-05-08 · Qingyu Ren, Qianyu He, Jiajie Zhu, Xingzhou Chen, Jingwen Chang, Zeye Sun, Han Xia, Fei Yu, Jiaqing Liang, Yanghua Xiao arxiv

Instruction following is a fundamental capability of large language models (LLMs), yet continuously improving this capability remains challenging. Existing methods typically rely either on costly external supervision from humans or strong teacher models, or on self-play training with static-difficulty instructions that cannot evolve as the model's capabilities improve. To address these limitations, we propose SEIF (Self-Evolving Reinforcement Learning for Instruction Following), a self-evolving framework for enhancing the instruction-following ability of LLMs. SEIF forms a closed self-evolution loop that improves the model's instruction-following ability, where instruction difficulty evolution and model capability evolution reinforce each other. SEIF consists of four roles: an Instructor that generates increasingly challenging instructions, a Filter that removes conflicting or invalid instructions to ensure data quality, a Follower that learns to follow evolved instructions, and a Judger that provides reward signals for reinforcement learning. The Instructor and Follower are alternately trained and co-evolve throughout the process. Experiments across multiple model scales and architectures show that SEIF consistently improves instruction-following performance, suggesting strong generality. Further analyses reveal the sources of improvement and identify an effective training strategy for self-evolution on open-ended tasks: sufficient early-stage training to build a solid foundation, followed by moderate late-stage training to mitigate overfitting and achieve better final performance. The code and data are publicly available at https://github.com/Rainier-rq1/SEIF.

📄 PDF Abstract BibTeX arXiv:2605.07465

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningInstruction Following

Similar Papers 제목 키워드 기반

VISA: Agentic Self-Evolving Data Synthesis for Multimodal Instruction Following

2026-08-26 · Min Zeng, Guanxin Tan, Libin Cen, Yawei Wen 외 arxiv

Multimodal instruction-following models require training data that is accurate, diverse, verifiable, and challenging. Existing synthesis pipelines typically follow a one-pass generate-and-filter paradigm, discarding feed…

Reinforcement LearningInstruction Following

Beyond the Trade-off: Self-Supervised Reinforcement Learning for Reasoning Models' Instruction Following

2025-08-04 · Qingyu Ren, Qianyu He, Bowei Zhang, Jie Zeng 외 arxiv

Reasoning models excel in complex problem solving but exhibit a concerning trade off between reasoning capabilities and instruction following abilities. Existing approaches for improving instruction following rely on str…

Reinforcement LearningInstruction Following

From Self-Evolving Synthetic Data to Verifiable-Reward RL: Post-Training Multi-turn Interactive Tool-Using Agents

2026-01-30 · Jiaxuan Gao, Jiaao Chen, Chuyi He, Shusheng Xu 외 arxiv

Interactive tool-using agents must solve real-world tasks via multi-turn interaction with both humans and external environments, requiring dialogue state tracking, multi-step tool execution, while following complex instr…

Dialogue State TrackingReinforcement Learning

Instructions are all you need: Self-supervised Reinforcement Learning for Instruction Following

2025-10-16 · Qingyu Ren, Qianyu He, Powei Chang, Jie Zeng 외 arxiv

Language models often struggle to follow multi-constraint instructions that are crucial for real-world applications. Existing reinforcement learning (RL) approaches suffer from dependency on external supervision and spar…

Computational EfficiencyReinforcement LearningInstruction FollowingBinary Classification

Self-play with Execution Feedback: Improving Instruction-following Capabilities of Large Language Models

2024-06-19 · Guanting Dong, Keming Lu, Chengpeng Li, Tingyu Xia 외

One core capability of large language models (LLMs) is to follow natural language instructions. However, the issue of automatically constructing high-quality training data to enhance the complex instruction-following abi…

Instruction Following