Hongcheng-Gao/Awesome-Long2short-on-LRMs

Awesome-Long2short-on-LRMs is a collection of state-of-the-art, novel, exciting long2short methods on large reasoning models. It contains papers, codes, datasets, evaluations, and analyses.

262

60 commits

updated Mar 7, 2026

See the code

README

Awesome-Long2short-on-LRMs

Awesome-Long2short-on-LRMs is a collection of state-of-the-art, novel, exciting long2short methods on large reasoning models. It contains papers, codes, datasets, evaluations, and analyses.

Content Content

Explicit Length Guidance

Prompt Guidance

Prompt guidance methods make LRMs generate less reasoning text directly by adding explicit length constraint instructions to the prompts.

Active Prompt Guidance

Active Prompt Guidance methods add the explicit length constraint instructions set by users to the prompt of LRMs to generate short reasoning text.

TimeTitleVenuePaperCode
2025.02Chain of Draft: Thinking Faster by Writing LessarXivlinklink
2025.02s1: Simple test-time scalingarXivlinklink
2024.07Concise Thoughts: Impact of Output Length on LLM Reasoning and CostarXivlink-
2024.01The Benefits of a Concise Chain of Thought on Problem-Solving in Large Language ModelsarXivlinklink

Passive Prompt Guidance

Passive Prompt Guidance methods rely on additional models or algorithms to generate explicit length constraint instructions corresponding to different data, rather than user-specified.

TimeTitleVenuePaperCode
2024.12Token-Budget-Aware LLM ReasoningarXivlinklink

Reward Guidance

From the perspective of reinforcement learning, the reward guidance based method designs a reward function optimized for length to generate high-precision answers while reducing the consumption of reasoning tokens as much as possible.

TimeTitleVenuePaperCode
2025.03DAPO: an Open-source RL System from ByteDance Seed and Tsinghua AIRarXivlinklink
2025.03L1: Controlling How Long A Reasoning Model Thinks With Reinforcement LearningarXivlinklink
2025.02Training Language Models to Reason EfficientlyarXivlinklink
2025.02Demystifying Long Chain-of-Thought Reasoning in LLMsarXivlinklink
2025.01O1-Pruner: Length-Harmonizing Fine-Tuning for O1-Like Reasoning PruningarXivlinklink
2025.01Kimi k1.5: Scaling Reinforcement Learning with LLMsarXivlink-

Implicit Length Optimization

Latent Space Compression

Latent space compression replaces reasoning token with latent space, allowing more flexible and efficient reasoning for LRMs.

TimeTitleVenuePaperCode
2025.02LightThinker: Thinking Step-by-Step CompressionarXivlinklink
2025.02SoftCoT: Soft Chain-of-Thought for Efficient Reasoning with LLMsarXivlinklink
2025.02Scaling up Test-Time Compute with Latent Reasoning: A Recurrent Depth ApproacharXivlinklink
2025.02Token Assorted: Mixing Latent and Text Tokens for Improved Language Model ReasoningarXivlink-
2025.01Efficient Reasoning with Hidden ThinkingarXivlink-
2024.12Training Large Language Model to Reason in a Continuous Latent SpacearXivlinklink
2024.12Compressed Chain of Thought: Efficient Reasoning through Dense RepresentationsarXivlink-
2024.09Expediting and Elevating Large Language Model Reasoning via Hidden Chain-of-Thought DecodingarXivlink-
2024.05From Explicit CoT to Implicit CoT: Learning to Internalize CoT Step by SteparXivlinklink
2024.03Quiet-STaR: Language Models Can Teach Themselves to Think Before SpeakingarXivlinklink
2023.10Think before you speak: Training Language Models With Pause TokensarXivlink-

Routing Strategy

The routing strategy methods assign different reasoning strategies to the data according to the difficulty or task of the data to simplify the overall reasoning output of the data.

Template Routing

Template routing method usually simplify reasoning output of LRMs by selecting the appropriate reasoning template or reasoning paradigms for data with different task scenarios.

TimeTitleVenuePaperCode
2025.03How Well do LLMs Compress Their Own Chain-of-Thought? A Token Complexity ApproacharXivlinklink
2025.03Sketch-of-Thought: Efficient LLM Reasoning with Adaptive Cognitive-Inspired SketchingarXivlinklink
2025.02Meta-Reasoner: Dynamic Guidance for Optimized Inference-time Reasoning in Large Language ModelsarXivlink-

Solution Routing

Solution routing based methods work by selectively pruning of solutions in the chain of thought generated by LRMs.

TimeTitleVenuePaperCode
2025.02When More is Less: Understanding Chain-of-Thought Length in LLMsarXivlink-
2025.02Stepwise Informativeness Search for Improving LLM ReasoningarXivlinklink
2025.01Think Smarter not Harder: Adaptive Reasoning with Inference Aware OptimizationarXivlink-

Computation Routing

Computation routing based methods usually simplify reasoning output of LRMs by allocating different computing resources to data with different difficulty.

TimeTitleVenuePaperCode
2024.12Efficiently Serving LLM Reasoning Programs with CertaindexarXivlinklink

Model Distillation

Model distillation based methods construct a well-designed dataset to apply model learning, like SFT/In-context Learning/Preference Learning, thereby simplifying the reasoning output of the LRMs.

Model Distillation for Preference Learning

TimeTitleVenuePaperCode
2025.03DAST: Difficulty-Adaptive Slow-Thinking for Large Reasoning ModelsarXivlink-
2025.02Do NOT Think That Much for 2+3=? On the Overthinking of o1-Like LLMsarXivlink-
2025.01Kimi k1.5: Scaling Reinforcement Learning with LLMsarXivlink-
2024.12Token-Budget-Aware LLM ReasoningarXivlinklink

Model Distillation for In-context Learning

TimeTitleVenuePaperCode
2025.02Stepwise Perplexity-Guided Refinement for Efficient Chain-of-Thought Reasoning in Large Language ModelsarXivlink-
2024.01The Benefits of a Concise Chain of Thought on Problem-Solving in Large Language ModelsarXivlinklink
2023.05Chain-of-Symbol Prompting Elicits Planning in Large Langauge ModelsarXivlinklink

Model Distillation for SFT

TimeTitleVenuePaperCode
2025.08Pruning the Unsurprising: Efficient Code Reasoning via First-Token Surprisalarxivlinklink
2025.05Can Pruning Improve Reasoning? Revisiting Long-CoT Compression with Capability in Mind for Better Reasoningarxivlink-
2025.03InftyThink: Breaking the Length Limits of Long-Context Reasoning in Large Language ModelsarXivlink-
2025.02Self-Training Elicits Concise Reasoning in Large Language ModelsarXivlinklink
2025.02TokenSkip: Controllable Chain-of-Thought Compression in LLMsarXivlinklink
2025.02CoT-Valve: Length-Compressible Chain-of-Thought TuningarXivlinklink
2025.02Stepwise Informativeness Search for Improving LLM ReasoningarXivlinklink
2025.02CODI: Compressing Chain-of-Thought into Continuous Space via Self-DistillationarXivlink-
2024.12C3oT: Generating Shorter Chain-of-Thought without Compromising EffectivenessarXivlink-
2024.12Verbosity-Aware Rationale Reduction: Effective Reduction of Redundant Rationale via Principled CriteriaarXivlink-
2024.12Token-Budget-Aware LLM ReasoningarXivlinklink
2024.11Can Language Models Learn to Skip Steps?arXivlinklink

Model Merge

Model merge based methods typically merge the parameters of two models with different reasoning styles to obtain an LRMs with inclusion of different reasoning styles.

TimeTitleVenuePaperCode
2025.03Unlocking Efficient Long-to-Short LLM Reasoning with Model MergingarXivlinklink
2025.01Kimi k1.5: Scaling Reinforcement Learning with LLMsarXivlink-

Survey

TimeTitleVenuePaperCode
2025.04Efficient Reasoning Models: A SurveyarXivlinklink
2025.03A Survey of Efficient Reasoning for Large Reasoning Models: Language, Multimodality, and BeyondarXivlinklink
2025.03Stop Overthinking: A Survey on Efficient Reasoning for Large Language ModelsarXivlinklink

Others

TimeTitleVenuePaperCode
2025.06Accelerated Test-Time Scaling with Model-Free Speculative SamplingarXivlink-
2025.03EAGLE-3: Scaling up Inference Acceleration of Large Language Models via Training-Time TestarXivlinklink
2025.02LongSpec: Long-Context Speculative Decoding with Efficient Drafting and VerificationarXivlinklink
2024.12Bag of Tricks for Inference-time Computation of LLM ReasoningarXivlinklink

Contributors

Hongcheng-Gao xinlong-yang yueliu1999 ColorDavid junming-yang yili-19

Contributors

Hongcheng-Gao

26 commits

ColorDavid

17 commits

junming-yang

6 commits

xinlong-yang

5 commits

Hongcheng-Gao/Awesome-Long2short-on-LRMs

Awesome-Long2short-on-LRMs is a collection of state-of-the-art, novel, exciting long2short methods on large reasoning models. It contains papers, codes, datasets, evaluations, and analyses.

262

60 commits

updated Mar 7, 2026

See the code

README

Awesome-Long2short-on-LRMs

Awesome-Long2short-on-LRMs is a collection of state-of-the-art, novel, exciting long2short methods on large reasoning models. It contains papers, codes, datasets, evaluations, and analyses.

Content Content

Explicit Length Guidance

Prompt Guidance

Prompt guidance methods make LRMs generate less reasoning text directly by adding explicit length constraint instructions to the prompts.

Active Prompt Guidance

Active Prompt Guidance methods add the explicit length constraint instructions set by users to the prompt of LRMs to generate short reasoning text.

TimeTitleVenuePaperCode
2025.02Chain of Draft: Thinking Faster by Writing LessarXivlinklink
2025.02s1: Simple test-time scalingarXivlinklink
2024.07Concise Thoughts: Impact of Output Length on LLM Reasoning and CostarXivlink-
2024.01The Benefits of a Concise Chain of Thought on Problem-Solving in Large Language ModelsarXivlinklink

Passive Prompt Guidance

Passive Prompt Guidance methods rely on additional models or algorithms to generate explicit length constraint instructions corresponding to different data, rather than user-specified.

TimeTitleVenuePaperCode
2024.12Token-Budget-Aware LLM ReasoningarXivlinklink

Reward Guidance

From the perspective of reinforcement learning, the reward guidance based method designs a reward function optimized for length to generate high-precision answers while reducing the consumption of reasoning tokens as much as possible.

TimeTitleVenuePaperCode
2025.03DAPO: an Open-source RL System from ByteDance Seed and Tsinghua AIRarXivlinklink
2025.03L1: Controlling How Long A Reasoning Model Thinks With Reinforcement LearningarXivlinklink
2025.02Training Language Models to Reason EfficientlyarXivlinklink
2025.02Demystifying Long Chain-of-Thought Reasoning in LLMsarXivlinklink
2025.01O1-Pruner: Length-Harmonizing Fine-Tuning for O1-Like Reasoning PruningarXivlinklink
2025.01Kimi k1.5: Scaling Reinforcement Learning with LLMsarXivlink-

Implicit Length Optimization

Latent Space Compression

Latent space compression replaces reasoning token with latent space, allowing more flexible and efficient reasoning for LRMs.

TimeTitleVenuePaperCode
2025.02LightThinker: Thinking Step-by-Step CompressionarXivlinklink
2025.02SoftCoT: Soft Chain-of-Thought for Efficient Reasoning with LLMsarXivlinklink
2025.02Scaling up Test-Time Compute with Latent Reasoning: A Recurrent Depth ApproacharXivlinklink
2025.02Token Assorted: Mixing Latent and Text Tokens for Improved Language Model ReasoningarXivlink-
2025.01Efficient Reasoning with Hidden ThinkingarXivlink-
2024.12Training Large Language Model to Reason in a Continuous Latent SpacearXivlinklink
2024.12Compressed Chain of Thought: Efficient Reasoning through Dense RepresentationsarXivlink-
2024.09Expediting and Elevating Large Language Model Reasoning via Hidden Chain-of-Thought DecodingarXivlink-
2024.05From Explicit CoT to Implicit CoT: Learning to Internalize CoT Step by SteparXivlinklink
2024.03Quiet-STaR: Language Models Can Teach Themselves to Think Before SpeakingarXivlinklink
2023.10Think before you speak: Training Language Models With Pause TokensarXivlink-

Routing Strategy

The routing strategy methods assign different reasoning strategies to the data according to the difficulty or task of the data to simplify the overall reasoning output of the data.

Template Routing

Template routing method usually simplify reasoning output of LRMs by selecting the appropriate reasoning template or reasoning paradigms for data with different task scenarios.

TimeTitleVenuePaperCode
2025.03How Well do LLMs Compress Their Own Chain-of-Thought? A Token Complexity ApproacharXivlinklink
2025.03Sketch-of-Thought: Efficient LLM Reasoning with Adaptive Cognitive-Inspired SketchingarXivlinklink
2025.02Meta-Reasoner: Dynamic Guidance for Optimized Inference-time Reasoning in Large Language ModelsarXivlink-

Solution Routing

Solution routing based methods work by selectively pruning of solutions in the chain of thought generated by LRMs.

TimeTitleVenuePaperCode
2025.02When More is Less: Understanding Chain-of-Thought Length in LLMsarXivlink-
2025.02Stepwise Informativeness Search for Improving LLM ReasoningarXivlinklink
2025.01Think Smarter not Harder: Adaptive Reasoning with Inference Aware OptimizationarXivlink-

Computation Routing

Computation routing based methods usually simplify reasoning output of LRMs by allocating different computing resources to data with different difficulty.

TimeTitleVenuePaperCode
2024.12Efficiently Serving LLM Reasoning Programs with CertaindexarXivlinklink

Model Distillation

Model distillation based methods construct a well-designed dataset to apply model learning, like SFT/In-context Learning/Preference Learning, thereby simplifying the reasoning output of the LRMs.

Model Distillation for Preference Learning

TimeTitleVenuePaperCode
2025.03DAST: Difficulty-Adaptive Slow-Thinking for Large Reasoning ModelsarXivlink-
2025.02Do NOT Think That Much for 2+3=? On the Overthinking of o1-Like LLMsarXivlink-
2025.01Kimi k1.5: Scaling Reinforcement Learning with LLMsarXivlink-
2024.12Token-Budget-Aware LLM ReasoningarXivlinklink

Model Distillation for In-context Learning

TimeTitleVenuePaperCode
2025.02Stepwise Perplexity-Guided Refinement for Efficient Chain-of-Thought Reasoning in Large Language ModelsarXivlink-
2024.01The Benefits of a Concise Chain of Thought on Problem-Solving in Large Language ModelsarXivlinklink
2023.05Chain-of-Symbol Prompting Elicits Planning in Large Langauge ModelsarXivlinklink

Model Distillation for SFT

TimeTitleVenuePaperCode
2025.08Pruning the Unsurprising: Efficient Code Reasoning via First-Token Surprisalarxivlinklink
2025.05Can Pruning Improve Reasoning? Revisiting Long-CoT Compression with Capability in Mind for Better Reasoningarxivlink-
2025.03InftyThink: Breaking the Length Limits of Long-Context Reasoning in Large Language ModelsarXivlink-
2025.02Self-Training Elicits Concise Reasoning in Large Language ModelsarXivlinklink
2025.02TokenSkip: Controllable Chain-of-Thought Compression in LLMsarXivlinklink
2025.02CoT-Valve: Length-Compressible Chain-of-Thought TuningarXivlinklink
2025.02Stepwise Informativeness Search for Improving LLM ReasoningarXivlinklink
2025.02CODI: Compressing Chain-of-Thought into Continuous Space via Self-DistillationarXivlink-
2024.12C3oT: Generating Shorter Chain-of-Thought without Compromising EffectivenessarXivlink-
2024.12Verbosity-Aware Rationale Reduction: Effective Reduction of Redundant Rationale via Principled CriteriaarXivlink-
2024.12Token-Budget-Aware LLM ReasoningarXivlinklink
2024.11Can Language Models Learn to Skip Steps?arXivlinklink

Model Merge

Model merge based methods typically merge the parameters of two models with different reasoning styles to obtain an LRMs with inclusion of different reasoning styles.

TimeTitleVenuePaperCode
2025.03Unlocking Efficient Long-to-Short LLM Reasoning with Model MergingarXivlinklink
2025.01Kimi k1.5: Scaling Reinforcement Learning with LLMsarXivlink-

Survey

TimeTitleVenuePaperCode
2025.04Efficient Reasoning Models: A SurveyarXivlinklink
2025.03A Survey of Efficient Reasoning for Large Reasoning Models: Language, Multimodality, and BeyondarXivlinklink
2025.03Stop Overthinking: A Survey on Efficient Reasoning for Large Language ModelsarXivlinklink

Others

TimeTitleVenuePaperCode
2025.06Accelerated Test-Time Scaling with Model-Free Speculative SamplingarXivlink-
2025.03EAGLE-3: Scaling up Inference Acceleration of Large Language Models via Training-Time TestarXivlinklink
2025.02LongSpec: Long-Context Speculative Decoding with Efficient Drafting and VerificationarXivlinklink
2024.12Bag of Tricks for Inference-time Computation of LLM ReasoningarXivlinklink

Contributors

Hongcheng-Gao xinlong-yang yueliu1999 ColorDavid junming-yang yili-19

Contributors

Hongcheng-Gao

26 commits

ColorDavid

17 commits

junming-yang

6 commits

xinlong-yang

5 commits