Papers › QuestA: Expanding Reasoning Capacity in LLMs via Question Augmentation

QuestA: Expanding Reasoning Capacity in LLMs via Question Augmentation

17 Jul 2025arXiv:2507.13266archive 2025-07-28

Jiazheng Li, Hong Lu, Kaiyue Wen, Zaiwen Yang, Jiaxuan Gao, Hongzhou Lin, Yi Wu, Jingzhao Zhang

Reinforcement learning (RL) has become a key component in training large language reasoning models (LLMs). However, recent studies questions its effectiveness in improving multi-step reasoning-particularly on hard problems. To address this challenge, we propose a simple yet effective strategy via Question Augmentation: introduce partial solutions during training to reduce problem difficulty and provide more informative learning signals. Our method, QuestA, when applied during RL training on math reasoning tasks, not only improves pass@1 but also pass@k-particularly on problems where standard RL struggles to make progress. This enables continual improvement over strong open-source models such as DeepScaleR and OpenMath Nemotron, further enhancing their reasoning capabilities. We achieve new state-of-the-art results on math benchmarks using 1.5B-parameter models: 67.1% (+5.3%) on AIME24, 59.5% (+10.0%) on AIME25, and 35.5% (+4.0%) on HMMT25. Further, we provide theoretical explanations that QuestA improves sample efficiency, offering a practical and generalizable pathway for expanding reasoning capability through RL.

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

Code

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

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

foreverlasting1202/QuestA found in paper text by Syntology report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

12 samples harvested; 1 ran; 0 honoured the contract we drafted; 11 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.

1ran
11unverified

Licence: 12 of the 12 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 foreverlasting1202/QuestA. “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.

generate_completions foreverlasting1202/QuestA/AReaL/evaluation/model_utils.py found in paper text by Syntology ran no licence file found · pointer only · 1525d8bc0fc8d5a0 · report
extract_python_code foreverlasting1202/QuestA/AReaL/evaluation/code_eval.py found in paper text by Syntology unverified no licence file found · pointer only · 446ea191616b9ed9 · report
find_free_ports foreverlasting1202/QuestA/AReaL/arealite/utils/network.py found in paper text by Syntology unverified no licence file found · pointer only · 3af54eeca6f2ab81 · report
get_hash foreverlasting1202/QuestA/AReaL/evaluation/aggregate_acc_from_generated.py found in paper text by Syntology unverified no licence file found · pointer only · 2b225998c3996404 · report
get_percentile foreverlasting1202/QuestA/AReaL/evaluation/cf_elo_caculator.py found in paper text by Syntology unverified no licence file found · pointer only · 613b77007fe526a1 · report
is_port_free foreverlasting1202/QuestA/AReaL/arealite/utils/network.py found in paper text by Syntology unverified no licence file found · pointer only · 143639ee92f1e76c · report
load_cached_contest_data foreverlasting1202/QuestA/AReaL/evaluation/cf_elo_caculator.py found in paper text by Syntology unverified no licence file found · pointer only · fe570a11f7a6e948 · report
load_hf_lm_and_tokenizer foreverlasting1202/QuestA/AReaL/evaluation/model_utils.py found in paper text by Syntology unverified no licence file found · pointer only · ee71a94d9dd1b8e9 · report
pass_at_k foreverlasting1202/QuestA/AReaL/evaluation/eval_and_aggregate.py found in paper text by Syntology unverified no licence file found · pointer only · 5a4b219d1513f202 · report
pass_at_k_v2 foreverlasting1202/QuestA/AReaL/evaluation/code_eval.py found in paper text by Syntology unverified no licence file found · pointer only · b61fcb984a2926df · report
read_ratings foreverlasting1202/QuestA/AReaL/evaluation/cf_elo_caculator.py found in paper text by Syntology unverified no licence file found · pointer only · f0cb9379c2f833e4 · report
split_prefix foreverlasting1202/QuestA/AReaL/datasets/add_prefix.py found in paper text by Syntology unverified no licence file found · pointer only · b8c3ee4e86bf27ea · report

Tasks

MathReinforcement Learning (RL)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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