Papers › SEIF: Self-Evolving Reinforcement Learning for Instruction Following

SEIF: Self-Evolving Reinforcement Learning for Instruction Following

8 May 2026arXiv:2605.07465added by Syntology

Qingyu Ren, Qianyu He, Jiajie Zhu, Xingzhou Chen, Jingwen Chang, Zeye Sun, Han Xia, Fei Yu, Jiaqing Liang, Yanghua Xiao

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.07465")

Code

Syntology Ran 5 of 10 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 5 ran with no contract checked.

By repository: found in paper text by Syntology: 10 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Rainier-rq1/SEIF found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 5 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran
5unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Rainier-rq1/SEIF. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conflict_make Rainier-rq1/SEIF/modules/instructions_registry.py found in paper text by Syntology ran Apache-2.0 (permissive) · d197da35ee544f75 · report
get_kl_controller Rainier-rq1/SEIF/verl/trainer/core_algos.py found in paper text by Syntology ran Apache-2.0 (permissive) · 33a3cccef610855c · report
prepare_fa2_from_position_ids Rainier-rq1/SEIF/verl/models/transformers/flash_attention_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 4049cf08f994464e · report
reduce_metrics Rainier-rq1/SEIF/verl/trainer/metrics.py found in paper text by Syntology ran Apache-2.0 (permissive) · 4b07ccef58be043a · report
unpad_dataproto Rainier-rq1/SEIF/verl/protocol.py found in paper text by Syntology ran Apache-2.0 (permissive) · a91c18341292d50e · report
compute_gae_advantage_return Rainier-rq1/SEIF/verl/trainer/core_algos.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d3ee7b3d8f0cf2fa · report
compute_grpo_outcome_advantage Rainier-rq1/SEIF/verl/trainer/core_algos.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b7dacadfa17e35d2 · report
flash_attention_forward Rainier-rq1/SEIF/verl/models/transformers/flash_attention_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d71e909038b965a1 · report
get_rope_index Rainier-rq1/SEIF/verl/models/transformers/qwen2_vl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 627247bc47104fec · report
qwen2_vl_attn_forward Rainier-rq1/SEIF/verl/models/transformers/qwen2_vl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1e90bebc7c04c766 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.07465, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections