Papers › WIST: Web-Grounded Iterative Self-Play Tree for Domain-Targeted Reasoning Improvement

WIST: Web-Grounded Iterative Self-Play Tree for Domain-Targeted Reasoning Improvement

22 Mar 2026arXiv:2603.22352added by Syntology

Fangyuan Li, Pengfei Li, Shijie Wang, Junqi Gao, Jianxing Liu, Biqing Qi, Yuqiang Li

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

Recent progress in reinforcement learning with verifiable rewards (RLVR) offers a practical path to self-improvement of language models, but existing methods face a key trade-off: endogenous self-play can drift over iterations, while corpus-grounded approaches rely on curated data environments. We present \textbf{WIST}, a \textbf{W}eb-grounded \textbf{I}terative \textbf{S}elf-play \textbf{T}ree framework for domain-targeted reasoning improvement that learns directly from the open web without requiring any pre-arranged domain corpus. WIST incrementally expands a domain tree for exploration, and retrieves and cleans path-consistent web corpus to construct a controllable training environment. It then performs Challenger--Solver self-play with verifiable rewards, and feeds learnability signals back to update node posteriors and guide subsequent exploration through an adaptive curriculum. Across four backbones, WIST consistently improves over the base models and typically outperforms both purely endogenous self-evolution and corpus-grounded self-play baselines, with the Overall gains reaching \textbf{+9.8} (\textit{Qwen3-4B-Base}) and \textbf{+9.7} (\textit{OctoThinker-8B}). WIST is also domain-steerable, improving \textit{Qwen3-8B-Base} by \textbf{+14.79} in medicine and \textit{Qwen3-4B-Base} by \textbf{+5.28} on PhyBench. Ablations further confirm the importance of WIST's key components for stable open-web learning. Our Code is available at https://github.com/lfy-123/WIST.

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

Code

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

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

lfy-123/WIST 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

19 samples harvested; 2 ran; 0 honoured the contract we drafted; 17 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.

2ran
17unverified

Licence: 0 of the 19 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 lfy-123/WIST. “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.

compute_reward lfy-123/WIST/openrlhf/models/utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 812f2e3f5cda7c93 · report
log_probs_from_logits lfy-123/WIST/openrlhf/models/utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 75afa2affd2a8e36 · report
best_wiki_match lfy-123/WIST/knowledge_tree/Tree.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8fc07cac16dfc157 · report
build_expansion_prompt_math lfy-123/WIST/knowledge_tree/prompts.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2322cff6b05213f3 · report
build_expansion_prompt_med lfy-123/WIST/knowledge_tree/prompts.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b43e96775fe96be3 · report
build_expansion_prompt_phy lfy-123/WIST/knowledge_tree/prompts.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1a0461b2603acbe0 · report
clean_paragraphs lfy-123/WIST/knowledge_tree/clean_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d05a8d5f53ca7fe1 · report
compute_approx_kl lfy-123/WIST/openrlhf/models/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d6e23db8c6a74238 · report
fetch_page_text lfy-123/WIST/knowledge_tree/clean_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2ee2729eaeb1d3ba · report
get_tensor_in_current_ring_attn_rank lfy-123/WIST/openrlhf/models/ring_attn_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5110d3bb195169a8 · report
normalize_wiki_title lfy-123/WIST/knowledge_tree/worker_web.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f1cec62813419507 · report
reset_ring_attn_position_ids lfy-123/WIST/openrlhf/models/ring_attn_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e93117d99aa6b210 · report
search_and_fetch_grouped lfy-123/WIST/knowledge_tree/search_pipeline.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c987e22caed3c78a · report
search_mwmbl lfy-123/WIST/knowledge_tree/worker_web.py found in paper text by Syntology unverified Apache-2.0 (permissive) · bb0ef9b6b9406010 · report
search_searxng lfy-123/WIST/knowledge_tree/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6d2dffb441337e76 · report
show_path lfy-123/WIST/knowledge_tree/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2978c7a7d0ce7c14 · report
split_path lfy-123/WIST/knowledge_tree/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 32ca89798c575b9e · report
string_similarity lfy-123/WIST/knowledge_tree/Tree.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e987ae3f372f129b · report
strip_all_markdown_links lfy-123/WIST/knowledge_tree/search_pipeline.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f6a6ad219ca042d3 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.22352, was issued in March 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