Papers › INFUSER: Influence-Guided Self-Evolution Improves Reasoning

INFUSER: Influence-Guided Self-Evolution Improves Reasoning

8 Jun 2026arXiv:2606.09052added by Syntology

Siyu Chen, Miao Lu, Beining Wu, Heejune Sheen, Fengzhuo Zhang, Shuangning Li, Zhiyuan Li, Jose Blanchet, Tianhao Wang, Zhuoran Yang

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

Self-evolution offers a scalable path to stronger reasoning: a pretrained language model improves itself with only minimal external supervision. Yet existing methods either depend on extensively curated or teacher-generated training data, or, when the generator runs unsupervised, reward it by a difficulty heuristic that need not improve the solver. We introduce INFUSER, an iterative co-training framework with two co-evolving roles: a Generator that drafts questions and reference golden answers from a pool of unstructured, automatically collected documents, and a Solver that improves by training on them. The solver is trained with standard correctness rewards against the generator-provided answers, while the generator is rewarded by an optimizer-aware influence score that measures whether each proposed question would actually improve the solver on the target distribution. Because this continuous, noisy influence score is poorly served by standard GRPO, we propose DuGRPO, a dual-normalized variant of GRPO, for generator training. Together, these turn the document pool into an adaptive curriculum that favors questions useful to the current solver, not just hard ones. On Qwen3-8B-Base, INFUSER outperforms strong self-evolution baselines with over 20% relative improvement on Olympiad and SuperGPQA benchmarks, and an 8B INFUSER co-evolving generator outperforms a frozen 32B thinking generator on math and coding. Ablations confirm each design choice is necessary, and two extensions, applying INFUSER to an instruction-finetuned anchor and augmenting it with rule-verifiable RLVR data, further demonstrate the flexibility and generalizability of the framework. Code is available at https://github.com/FFishy-git/INFUSER.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2606.09052")

Code

Syntology Ran 5 of 11 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 11 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.

FFishy-git/INFUSER 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

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

1ran · violated contract
2ran · our draft was wrong
2ran
6unverified

Licence: 0 of the 11 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 FFishy-git/INFUSER. “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.

find_model_paths FFishy-git/INFUSER/launcher/k8s/pre_download_models.py found in paper text by Syntology ran MIT (permissive) · ff7f60b476bf877d · report
generate_config_from_args FFishy-git/INFUSER/verl/model_merger/base_model_merger.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 8896f4e2bafe8abc · report
get_dynamic_pipeline_shards FFishy-git/INFUSER/verl/model_merger/megatron_model_merger.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 94209884dcb2308e · report
is_ipv4 FFishy-git/INFUSER/verl/utils/net_utils.py found in paper text by Syntology ran · violated contract MIT (permissive) · 735e93af30b15fa9 · report
unpad_dataproto FFishy-git/INFUSER/verl/protocol.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 83b1686d7ac03c21 · report
get_generation_config FFishy-git/INFUSER/verl/utils/model.py found in paper text by Syntology unverified MIT (permissive) · e6c72459395ae26a · report
get_huggingface_actor_config FFishy-git/INFUSER/verl/utils/model.py found in paper text by Syntology unverified MIT (permissive) · 1b071bded6f62e73 · report
get_weight_loader FFishy-git/INFUSER/verl/models/weight_loader_registry.py found in paper text by Syntology unverified MIT (permissive) · acf240079d434746 · report
get_weight_saver FFishy-git/INFUSER/verl/models/weight_loader_registry.py found in paper text by Syntology unverified MIT (permissive) · ada2d6cf9ca9ee89 · report
is_ipv6 FFishy-git/INFUSER/verl/utils/net_utils.py found in paper text by Syntology unverified MIT (permissive) · 705afe175ad8e404 · report
squeeze FFishy-git/INFUSER/verl/utils/model.py found in paper text by Syntology unverified MIT (permissive) · 3b15e2ac7497c441 · report

Results from the paper

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

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 1 leaderboard for this paper and did not place the paper on it: 1 refused by a rule. What is not shown.

Syntology has checked 6,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.

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