paper-with-me

홈 › Papers

A State-Transition Framework for Efficient LLM Reasoning

2026-02-01 · Liang Zhang, Yu Zhao, Longyue Wang, Tianqi Shi, Weihua Luo, Kaifu Zhang, Jinsong Su arxiv

While Long Chain-of-Thought (CoT) reasoning significantly improves Large Language Models (LLMs) performance on complex reasoning tasks, the substantial computational and memory costs of generating long CoT sequences limit their efficiency and practicality. Existing studies usually enhance the reasoning efficiency of LLMs by compressing CoT sequences. However, this approach conflicts with test-time scaling, limiting the reasoning capacity of LLMs. In this paper, we propose an efficient reasoning framework that models the reasoning process of LLMs as a state-transition process. Specifically, we first apply a linear attention mechanism to estimate the LLM's reasoning state, which records the historical reasoning information from previous reasoning steps. Then, based on the query prompt and the reasoning state, the LLM can efficiently perform the current reasoning step and update the state. With the linear attention, each token in the current reasoning step can directly retrieve relevant historical reasoning information from the reasoning state, without explicitly attending to tokens in previous reasoning steps. In this way, the computational complexity of attention is reduced from quadratic to linear, significantly improving the reasoning efficiency of LLMs. In addition, we propose a state-based reasoning strategy to mitigate the over-thinking issue caused by noisy reasoning steps. Extensive experiments across multiple datasets and model sizes demonstrate that our framework not only improves the reasoning efficiency of LLMs but also enhances their reasoning performance.

📄 PDF Abstract BibTeX arXiv:2602.01198

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CTRLS: Chain-of-Thought Reasoning via Latent State-Transition

2025-07-10 · Junda Wu, Yuxin Xiong, Xintong Li, Zhengmian Hu 외

Chain-of-thought (CoT) reasoning enables large language models (LLMs) to break down complex problems into interpretable intermediate steps, significantly enhancing model transparency and performance in reasoning tasks. H…

Distributional Reinforcement Learningreinforcement-learningReinforcement Learning

Kwai-STaR: Transform LLMs into State-Transition Reasoners

2024-11-07 · Xingyu Lu, Yuhang Hu, Changyi Liu, Tianke Zhang 외

Mathematical reasoning presents a significant challenge to the cognitive capabilities of LLMs. Various methods have been proposed to enhance the mathematical ability of LLMs. However, few recognize the value of state tra…

GSM8KMathematical Problem-SolvingMathematical Reasoning

SVoT: State-aware Visualization-of-Thought for Spatial Reasoning via Reinforcement Learning

2026-06-10 · Chao Lei, Yanbei Jiang, Markus Hiller, Zhijian Zhou 외 arxiv

Spatial reasoning remains a challenge for Multimodal Large Language Models (MLLMs), as it requires reliable multi-hop inference over both intermediate states and state transitions. Current studies often leave intermediat…

Reinforcement LearningSpatial ReasoningVisual Reasoning

Reasoning-Aware Prompt Orchestration: A Foundation Model for Multi-Agent Language Model Coordination

2025-09-30 · Hassen Dhrif arxiv

The emergence of large language models has enabled sophisticated multi-agent systems, yet coordinating their reasoning capabilities through prompt engineering remains challenging. We present a theoretically-grounded fram…

Prompt Engineering

Learning Concept-Based Causal Transition and Symbolic Reasoning for Visual Planning

2023-10-05 · Yilue Qian, Peiyu Yu, Ying Nian Wu, Yao Su 외

Visual planning simulates how humans make decisions to achieve desired goals in the form of searching for visual causal transitions between an initial visual state and a final visual goal state. It has become increasingl…

Task Planning