paper-with-me

Papers

Optimizing Chain-of-Thought Reasoning: Tackling Arranging Bottleneck via Plan Augmentation

2024-10-22 · Yuli Qiu, Jiashu Yao, Heyan Huang, Yuhang Guo

Multi-step reasoning ability of large language models is crucial in tasks such as math and tool utilization. Current researches predominantly focus on enhancing model performance in these multi-step reasoning tasks through fine-tuning with Chain-of-Thought (CoT) steps, yet these methods tend to be heuristic, without exploring nor resolving the bottleneck. In this study, we subdivide CoT reasoning into two parts: arranging and executing, and identify that the bottleneck of models mainly lies in arranging rather than executing. Based on this finding, we propose a plan-based training and reasoning method that guides models to generate arranging steps through abstract plans. We experiment on both math (GSM8k) and tool utilization (ToolBench) benchmarks. Results show that compared to fine-tuning directly with CoT data, our approach achieves a better performance on alleviating arranging bottleneck, particularly excelling in long-distance reasoning generalization.

📄 PDF Abstract BibTeX arXiv:2410.16812

Code (0)

등록된 구현이 없습니다.

Tasks

GSM8KMath

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Reducing Reasoning Costs: The Path of Optimization for Chain of Thought via Sparse Attention Mechanism

2024-11-14 · Libo Wang

In order to address the chain of thought in the large language model inference cost surge, this research proposes to use a sparse attention mechanism that only focuses on a few relevant tokens. The researcher constructed…

Language ModelingLanguage ModellingLarge Language Model

MixReasoning: Switching Modes to Think

2025-10-07 · Haiquan Lu, Gongfan Fang, Xinyin Ma, Qi Li 외 arxiv

Reasoning models enhance performance by tackling problems in a step-by-step manner, decomposing them into sub-problems and exploring long chains of thought before producing an answer. However, applying extended reasoning…

TDA-RC: Task-Driven Alignment for Knowledge-Based Reasoning Chains in Large Language Models

2026-03-13 · Jiaquan Zhang, Qigan Sun, Chaoning Zhang, Xudong Wang 외 arxiv

Enhancing the reasoning capability of large language models (LLMs) remains a core challenge in natural language processing. The Chain-of-Thought (CoT) paradigm dominates practical applications for its single-round effici…

Ego-R1: Chain-of-Tool-Thought for Ultra-Long Egocentric Video Reasoning

2025-06-16 · Shulin Tian, Ruiqi Wang, Hongming Guo, Penghao Wu 외

We introduce Ego-R1, a novel framework for reasoning over ultra-long (i.e., in days and weeks) egocentric videos, which leverages a structured Chain-of-Tool-Thought (CoTT) process, orchestrated by an Ego-R1 Agent trained…

Reinforcement Learning (RL)

Distilling Algorithmic Reasoning from LLMs via Explaining Solution Programs

2024-04-11 · Jierui Li, Raymond Mooney

Distilling explicit chain-of-thought reasoning paths has emerged as an effective method for improving the reasoning abilities of large language models (LLMs) across various tasks. However, when tackling complex tasks tha…

Language Modelling