paper-with-me

홈 › Papers

NEAT: Neuron-Based Early Exit for Large Reasoning Models

2026-02-02 · Kang Liu, Yongkang Liu, Xiaocui Yang, Peidong Wang, Wen Zhang, Shi Feng, Yifei Zhang, Daling Wang arxiv

Large Reasoning Models (LRMs) often suffer from \emph{overthinking}, a phenomenon in which redundant reasoning steps are generated after a correct solution has already been reached. Existing early reasoning exit methods primarily rely on output-level heuristics or trained probing models to skip redundant reasoning steps, thereby mitigating overthinking. However, these approaches typically require additional rollout computation or externally labeled datasets. In this paper, we propose \textbf{NEAT}, a \textbf{N}euron-based \textbf{E}arly re\textbf{A}soning exi\textbf{T} framework that monitors neuron-level activation dynamics to enable training-free early exits, without introducing additional test-time computation. NEAT identifies exit-associated neurons and tracks their activation patterns during reasoning to dynamically trigger early exit or suppress reflection, thereby reducing unnecessary reasoning while preserving solution quality. Experiments on four reasoning benchmarks across six models with different scales and architectures show that, for each model, NEAT achieves an average token reduction of 22\% to 28\% when averaged over the four benchmarks, while maintaining accuracy.

📄 PDF Abstract BibTeX arXiv:2602.02010

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Active Learning and Proofreading for Delineation of Curvilinear Structures

2016-12-23 · Agata Mosinska, Jakub Tarnawski, Pascal Fua

Many state-of-the-art delineation methods rely on supervised machine learning algorithms. As a result, they require manually annotated training data, which is tedious to obtain. Furthermore, even minor classification err…

Active LearningGeneral Classification

Large Language Models Are Cross-Lingual Knowledge-Free Reasoners

2024-06-24 · Peng Hu, Sizhe Liu, Changjiang Gao, Xin Huang 외

Large Language Models have demonstrated impressive reasoning capabilities across multiple languages. However, the relationship between capabilities in different languages is less explored. In this work, we decompose the …

Cross-Lingual TransferLogical ReasoningRetrieval

Mitigating Overthinking in Large Reasoning Language Models via Reasoning Path Deviation Monitoring

2026-03-15 · Weixin Guan, Liang Li, Jiapeng Liu, Bing Li 외 arxiv

Large Reasoning Language Models (LRLMs) demonstrate impressive capabilities on complex tasks by utilizing long Chain-of-Thought reasoning. However, they are prone to overthinking, which generates redundant reasoning step…

SABER: Stability-Aware Early Exit for LLM Reasoning via Adversarial Branch Probing

2026-08-28 · Wanli Cheng, Haiya Xiang, Juntao Li, Hongling Wang 외 arxiv

Large Reasoning Models (LRMs) achieve strong reasoning capabilities, yet long-chain reasoning becomes inefficient once the intermediate answer stabilizes across reasoning steps: additional reasoning yields little margina…

Adding numbers with spiking neural circuits on neuromorphic hardware

2025-03-13 · Oskar von Seeler, Elena C. Offenberg, Carlo Michaelis, Jannik Luboeinski 외

Progress in neuromorphic computing requires efficient implementation of standard computational problems, like adding numbers. Here we implement one sequential and two parallel binary adders in the Lava software framework…