paper-with-me

홈 › Papers

Beyond the Last Answer: Your Reasoning Trace Uncovers More than You Think

2025-04-29 · Hasan Abed Al Kader Hammoud, Hani Itani, Bernard Ghanem

Large Language Models (LLMs) leverage step-by-step reasoning to solve complex problems. Standard evaluation practice involves generating a complete reasoning trace and assessing the correctness of the final answer presented at its conclusion. In this paper, we challenge the reliance on the final answer by posing the following two questions: Does the final answer reliably represent the model's optimal conclusion? Can alternative reasoning paths yield different results? To answer these questions, we analyze intermediate reasoning steps, termed subthoughts, and propose a method based on our findings. Our approach involves segmenting a reasoning trace into sequential subthoughts based on linguistic cues. We start by prompting the model to generate continuations from the end-point of each intermediate subthought. We extract a potential answer from every completed continuation originating from different subthoughts. We find that aggregating these answers by selecting the most frequent one (the mode) often yields significantly higher accuracy compared to relying solely on the answer derived from the original complete trace. Analyzing the consistency among the answers derived from different subthoughts reveals characteristics that correlate with the model's confidence and correctness, suggesting potential for identifying less reliable answers. Our experiments across various LLMs and challenging mathematical reasoning datasets (AIME2024 and AIME2025) show consistent accuracy improvements, with gains reaching up to 13\% and 10\% respectively. Implementation is available at: https://github.com/hammoudhasan/SubthoughtReasoner.

📄 PDF Abstract BibTeX arXiv:2504.20708

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

When Models Reason in Your Language: Controlling Thinking Trace Language Comes at the Cost of Accuracy

2025-05-28 · Jirui Qi, Shan Chen, Zidi Xiong, Raquel Fernández 외

Recent Large Reasoning Models (LRMs) with thinking traces have shown strong performance on English reasoning tasks. However, their ability to think in other languages is less studied. This capability is as important as a…

ForestHG-Trace: Traceable Long-Horizon Ecological Reasoning over Large-Scale Forest Scenes

2026-05-26 · Zihang Cheng, Duanchu Wang, Cheng Li, Jing Huang 외 arxiv

Remote sensing question answering (RS-QA) often requires more than direct semantic prediction, especially in large-scale forest scenes where ecological analysis involves multi-step filtering, numerical aggregation, neigh…

Question Answering

Your thoughts tell who you are: Characterize the reasoning patterns of LRMs

2025-09-29 · Yida Chen, Yuning Mao, Xianjun Yang, Suyu Ge 외 arxiv

Current comparisons of large reasoning models (LRMs) focus on macro-level statistics such as task accuracy or reasoning length. Whether different LRMs reason differently remains an open question. To address this gap, we …

The Chain Holds, the Answer Folds: Trace-Answer Dissociation in Reasoning Models Under Adversarial Pressure

2026-05-27 · Yubo Li, Ramayya Krishnan, Rema Padman arxiv

Reasoning models are evaluated on single-turn benchmarks but deployed in multi-turn dialogue, where users push back on correct answers. Under sustained adversarial pressure we find a previously undocumented failure mode:…

Probing the Trajectories of Reasoning Traces in Large Language Models

2026-01-30 · Marthe Ballon, Brecht Verbeken, Vincent Ginis, Andres Algaba arxiv

Large language models (LLMs) increasingly solve difficult problems by producing "reasoning traces" before emitting a final response. However, it remains unclear how accuracy and decision commitment evolve along a reasoni…