paper-with-me

홈 › Papers

Effective Reasoning Chains Reduce Intrinsic Dimensionality

2026-02-09 · Archiki Prasad, Mandar Joshi, Kenton Lee, Mohit Bansal, Peter Shaw arxiv

Chain-of-thought (CoT) reasoning and its variants have substantially improved the performance of language models on complex reasoning tasks, yet the precise mechanisms by which different strategies facilitate generalization remain poorly understood. While current explanations often point to increased test-time computation or structural guidance, establishing a consistent, quantifiable link between these factors and generalization remains challenging. In this work, we identify intrinsic dimensionality as a quantitative measure for characterizing the effectiveness of reasoning chains. Intrinsic dimensionality quantifies the minimum number of model dimensions needed to reach a given accuracy threshold on a given task. By keeping the model architecture fixed and varying the task formulation through different reasoning strategies, we demonstrate that effective reasoning strategies consistently reduce the intrinsic dimensionality of the task. Validating this on GSM8K with Gemma-3 1B and 4B, we observe a strong inverse correlation between the intrinsic dimensionality of a reasoning strategy and its generalization performance on both in-distribution and out-of-distribution data. Our findings suggest that effective reasoning chains facilitate learning by better compressing the task using fewer parameters, offering a new quantitative metric for analyzing reasoning processes.

📄 PDF Abstract BibTeX arXiv:2602.09276

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Characterizing AlphaEarth Embedding Geometry for Agentic Environmental Reasoning

2026-04-20 · Mashrekur Rahman, Samuel J. Barrett, Christina Last arxiv

Earth observation foundation models encode land surface information into dense embedding vectors, yet the geometric structure of these representations and its implications for downstream reasoning remain underexplored. W…

Exploiting the Layered Intrinsic Dimensionality of Deep Models for Practical Adversarial Training

2024-05-27 · Enes Altinisik, Safa Messaoud, Husrev Taha Sencar, Hassan Sajjad 외

Despite being a heavily researched topic, Adversarial Training (AT) is rarely, if ever, deployed in practical AI systems for two primary reasons: (i) the gained robustness is frequently accompanied by a drop in generaliz…

DecoderGPURAG

Fast k-Nearest Neighbour Search via Prioritized DCI

2017-03-01 · ICML 2017 8 · Ke Li, Jitendra Malik

Most exact methods for k-nearest neighbour search suffer from the curse of dimensionality; that is, their query times exhibit exponential dependence on either the ambient or the intrinsic dimensionality. Dynamic Continuo…

ThoughtProbe: Classifier-Guided Thought Space Exploration Leveraging LLM Intrinsic Reasoning

2025-04-09 · Zijian Wang, Chang Xu

Pre-trained large language models (LLMs) have been demonstrated to possess intrinsic reasoning capabilities that can emerge naturally when expanding the response space. However, the neural representation mechanisms under…

Arithmetic Reasoningvalid

Automatic Prompt Augmentation and Selection with Chain-of-Thought from Labeled Data

2023-02-24 · Kashun Shum, Shizhe Diao, Tong Zhang

Chain-of-thought (CoT) advances the reasoning abilities of large language models (LLMs) and achieves superior performance in complex reasoning tasks. However, most CoT studies rely on carefully designed human-annotated r…

Arithmetic ReasoningLanguage Modelling