Self-Training Elicits Concise Reasoning in Large Language Models
Tergel Munkhbat, Namgyu Ho, Seo Hyun Kim, Yongjin Yang, Yujin Kim, Se-Young Yun

TL;DR
This paper introduces a self-training method that prompts large language models to produce more concise reasoning paths, reducing token usage by 30% while maintaining accuracy across multiple tasks and models.
Contribution
The authors propose a simple fine-tuning approach using self-generated concise reasoning paths to elicit more efficient reasoning in large language models.
Findings
Achieves 30% reduction in reasoning tokens on average
Maintains accuracy across five model families on GSM8K and MATH
Effective on models with extensive post-training
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗tergel/llama-3.2-3b-instruct-gsm8k-fs-gpt4o-bonmodel· 5 dl5 dl
- 🤗tergel/gemma-2-2b-it-gsm8k-fs-gpt4o-bonmodel· 1 dl1 dl
- 🤗tergel/qwen2.5-3b-instruct-gsm8k-fs-gpt4o-bonmodel· 40 dl40 dl
- 🤗tergel/qwen2.5-math-1.5b-instruct-gsm8k-fs-gpt4o-bonmodel· 2 dl2 dl
- 🤗tergel/deepseek-math-7b-instruct-gsm8k-fs-gpt4o-bonmodel· 4 dl· ♡ 14 dl♡ 1
- 🤗tergel/llama-3.2-3b-instruct-math-fs-gpt4o-bonmodel· 1 dl1 dl
- 🤗tergel/gemma-2-2b-it-math-fs-gpt4o-bonmodel· 4 dl4 dl
- 🤗tergel/qwen2.5-3b-instruct-math-fs-gpt4o-bonmodel· 6 dl6 dl
- 🤗tergel/qwen2.5-math-1.5b-instruct-math-fs-gpt4o-bonmodel· 3 dl3 dl
- 🤗tergel/deepseek-math-7b-instruct-math-fs-gpt4o-bonmodel· 3 dl3 dl
Videos
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Artificial Intelligence in Healthcare and Education
