paper-with-me

홈 › Papers

Is Depth All You Need? An Exploration of Iterative Reasoning in LLMs

2025-02-15 · Zongqian Wu, Tianyu Li, Jiaying Yang, Mengmeng Zhan, Xiaofeng Zhu, Lei Feng

Deep iterative chain-of-thought (CoT) reasoning enables LLMs to tackle complex tasks by progressively activating relevant pre-trained knowledge. However, it faces challenges in ensuring continual improvement and determining a stopping criterion. In this paper, we investigate whether the relevant knowledge that contributes directly to solving the given question can be activated from the initial reasoning path, thus circumventing the need for iterative refinement. Our experiments reveal that increasing the diversity of initial reasoning paths can achieve comparable or superior performance, a concept we term \textit{breadth reasoning}. However, existing breadth reasoning approaches, such as self-consistency, offer limited diversity. To address this limitation, we propose a simple yet effective method that enhances reasoning breadth by integrating contextual exploration with reduced sampling randomness. Extensive experiments demonstrate that our approach significantly outperforms deep iterative reasoning. Our code is provided in https://github.com/zongqianwu/breadth.

📄 PDF Abstract BibTeX arXiv:2502.10858

Code (1)

zongqianwu/breadth 공식 구현 pytorch

Tasks

AllDiversity

Similar Papers 제목 키워드 기반

From Growing to Looping: A Unified View of Iterative Computation in LLMs

2026-02-18 · Ferdinand Kapl, Emmanouil Angelis, Kaitlin Maile, Johannes von Oswald 외 arxiv

Looping, reusing a block of layers across depth, and depth growing, training shallow-to-deep models by duplicating middle layers, have both been linked to stronger reasoning, but their relationship remains unclear. We pr…

EffiQA: Efficient Question-Answering with Strategic Multi-Model Collaboration on Knowledge Graphs

2024-06-03 · Zixuan Dong, Baoyun Peng, YuFei Wang, Jia Fu 외

While large language models (LLMs) have shown remarkable capabilities in natural language processing, they struggle with complex, multi-step reasoning tasks involving knowledge graphs (KGs). Existing approaches that inte…

Knowledge GraphsQuestion Answering

"The Diagram is like Guardrails": Structuring GenAI-assisted Hypotheses Exploration with an Interactive Shared Representation

2025-03-21 · Zijian Ding, Michelle Brachman, Joel Chan, Werner Geyer

Data analysis encompasses a spectrum of tasks, from high-level conceptual reasoning to lower-level execution. While AI-powered tools increasingly support execution tasks, there remains a need for intelligent assistance i…

Beware of Reasoning Overconfidence: Pitfalls in the Reasoning Process for Multi-solution Tasks

2025-12-01 · Jiannan Guan, Qiguang Chen, Libo Qin, Dengyun Peng 외 arxiv

Large Language Models (LLMs) excel in reasoning tasks requiring a single correct answer, but they perform poorly in multi-solution tasks that require generating comprehensive and diverse answers. We attribute this limita…

Think Before You Retrieve: Learning Test-Time Adaptive Search with Small Language Models

2025-11-10 · Supriti Vijay, Aman Priyanshu, Anu Vellore, Baturay Saglam 외 arxiv

Effective information retrieval requires reasoning over partial evidence and refining strategies as information emerges. Yet current approaches fall short: neural retrievers lack reasoning capabilities, large language mo…

Reinforcement LearningInformation Retrieval