Papers › Self-Training Elicits Concise Reasoning in Large Language Models

Self-Training Elicits Concise Reasoning in Large Language Models

27 Feb 2025arXiv:2502.20122archive 2025-07-28

Tergel Munkhbat, Namgyu Ho, Seohyun Kim, Yongjin Yang, Yujin Kim, Se-Young Yun

Chain-of-thought (CoT) reasoning has enabled large language models (LLMs) to utilize additional computation through intermediate tokens to solve complex tasks. However, we posit that typical reasoning traces contain many redundant tokens, incurring extraneous inference costs. Upon examination of the output distribution of current LLMs, we find evidence on their latent ability to reason more concisely, relative to their default behavior. To elicit this capability, we propose simple fine-tuning methods which leverage self-generated concise reasoning paths obtained by best-of-N sampling and few-shot conditioning, in task-specific settings. Our combined method achieves a 30% reduction in output tokens on average, across five model families on GSM8K and MATH, while maintaining average accuracy. By exploiting the fundamental stochasticity and in-context learning capabilities of LLMs, our self-training approach robustly elicits concise reasoning on a wide range of models, including those with extensive post-training. Code is available at https://github.com/TergelMunkhbat/concise-reasoning

PaperPDFCodeCode 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="2502.20122")

Code

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

By repository: official repository: 16 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.

tergelmunkhbat/concise-reasoning officialmentioned in papermentioned on GitHubpytorchMIT 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

16 samples harvested; 2 ran; 0 honoured the contract we drafted; 14 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
14unverified

Licence: 0 of the 16 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 tergelmunkhbat/concise-reasoning. “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.

extract_boxed_answers tergelmunkhbat/concise-reasoning/src/math_parser.py official repository ran fingerprinted MIT (permissive) · 6390dea763ce122e · report
strip_string tergelmunkhbat/concise-reasoning/src/math_parser.py official repository ran fingerprinted MIT (permissive) · 5abed389274c4c03 · report
add_parsed_budget tergelmunkhbat/concise-reasoning/src/estimated_budget_process.py official repository unverified MIT (permissive) · 07c47b62bc5a9ca7 · report
check_patterns tergelmunkhbat/concise-reasoning/src/estimated_budget_process.py official repository unverified MIT (permissive) · 8b057c6909544771 · report
compare_answers tergelmunkhbat/concise-reasoning/src/preprocess.py official repository unverified MIT (permissive) · 46e84dfabd0695d0 · report
filter_rationales tergelmunkhbat/concise-reasoning/src/preprocess.py official repository unverified MIT (permissive) · 5ee5c0c3dc69f851 · report
generate_text tergelmunkhbat/concise-reasoning/src/training_utils.py official repository unverified MIT (permissive) · 84abbf776f80eaf8 · report
get_config_dir tergelmunkhbat/concise-reasoning/src/utils.py official repository unverified MIT (permissive) · 98694e37b00066e2 · report
get_latest_checkpoint tergelmunkhbat/concise-reasoning/src/model.py official repository unverified MIT (permissive) · ed87ec15885fe0aa · report
get_train_dir tergelmunkhbat/concise-reasoning/src/utils.py official repository unverified MIT (permissive) · 8a0e38e1ecf7a971 · report
load_model tergelmunkhbat/concise-reasoning/src/model.py official repository unverified MIT (permissive) · ab895046a21a97a7 · report
load_model_with_flash_attention tergelmunkhbat/concise-reasoning/src/model.py official repository unverified MIT (permissive) · f60f5bc6df5e6841 · report
parse_fraction tergelmunkhbat/concise-reasoning/src/math_parser.py official repository unverified MIT (permissive) · d00d21477f6cf430 · report
process_file tergelmunkhbat/concise-reasoning/src/estimated_budget_process.py official repository unverified MIT (permissive) · 3edbfe5817ad1b08 · report
process_file tergelmunkhbat/concise-reasoning/src/preprocess.py official repository unverified MIT (permissive) · c687c5d4e753d025 · report
tokenize_function tergelmunkhbat/concise-reasoning/src/training_utils.py official repository unverified MIT (permissive) · 0b6eb4d9aa2a6729 · report

Tasks

GSM8KIn-Context LearningMath

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