paper-with-me

홈 › Papers

Forest-of-Thought: Scaling Test-Time Compute for Enhancing LLM Reasoning

2024-12-12 · Zhenni Bi, Kai Han, Chuanjian Liu, Yehui Tang, Yunhe Wang

Large Language Models (LLMs) have demonstrated remarkable abilities across various language tasks, but solving complex reasoning problems remains a significant challenge. While existing methods, such as Chain-of-Thought (CoT) and Tree-of-Thought (ToT), enhance reasoning by decomposing problems or structuring prompts, they typically perform a single pass of reasoning and may fail to revisit flawed paths, compromising accuracy. To address this limitation, we propose a novel reasoning framework called Forest-of-Thought (FoT), which integrates multiple reasoning trees to leverage collective decision-making for solving complex logical problems. FoT employs sparse activation strategies to select the most relevant reasoning paths, improving both efficiency and accuracy. Additionally, we introduce a dynamic self-correction strategy that enables real-time error correction, along with consensus-guided decision-making strategies to optimize both correctness and computational resources. Experimental results demonstrate that the FoT framework, combined with these strategies, significantly enhances the reasoning capabilities of LLMs, enabling them to solve complex tasks with greater precision and efficiency. Code will be available at https://github.com/iamhankai/Forest-of-Thought.

📄 PDF Abstract BibTeX arXiv:2412.09078

Code (1)

iamhankai/Forest-of-Thought 공식 구현

Tasks

Decision Making

Similar Papers 제목 키워드 기반

UniT: Unified Multimodal Chain-of-Thought Test-time Scaling

2026-02-12 · Leon Liangyu Chen, Haoyu Ma, Zhipeng Fan, Ziqi Huang 외 arxiv

Unified models can handle both multimodal understanding and generation within a single architecture, yet they typically operate in a single pass without iteratively refining their outputs. Many multimodal tasks, especial…

Visual Reasoning

Thought calibration: Efficient and confident test-time scaling

2025-05-23 · Menghua Wu, Cai Zhou, Stephen Bates, Tommi Jaakkola

Reasoning large language models achieve impressive test-time scaling by thinking for longer, but this performance gain comes at significant compute cost. Directly limiting test-time budget hurts overall performance, but …

ParaThinker: Native Parallel Thinking as a New Paradigm to Scale LLM Test-time Compute

2025-08-30 · Hao Wen, Yifan Su, Feifei Zhang, Yunxin Liu 외 arxiv

Recent advances in Large Language Models (LLMs) have been driven by test-time compute scaling - a strategy that improves reasoning by generating longer, sequential thought processes. While effective, this approach encoun…

Test-time Scaling of LLMs: A Survey from A Subproblem Structure Perspective

2025-11-01 · Zhuoyi Yang, Xu Guo, Tong Zhang, Huijuan Xu 외 arxiv

With this paper, we survey techniques for improving the predictive accuracy of pretrained large language models by allocating additional compute at inference time. In categorizing test-time scaling methods, we place spec…

Understanding the Role of Training Data in Test-Time Scaling

2025-10-04 · Adel Javanmard, Baharan Mirzasoleiman, Vahab Mirrokni arxiv

Test-time scaling improves the reasoning capabilities of large language models (LLMs) by allocating extra compute to generate longer Chains-of-Thoughts (CoTs). This enables models to tackle more complex problem by breaki…