paper-with-me

홈 › Papers

BFS-PO: Best-First Search for Large Reasoning Models

2026-02-16 · Fiorenzo Parascandolo, Wenhui Tan, Enver Sangineto, Ruihua Song, Rita Cucchiara arxiv

Large Reasoning Models (LRMs) such as OpenAI o1 and DeepSeek-R1 have shown excellent performance in reasoning tasks using long reasoning chains. However, this has also led to a significant increase of computational costs and the generation of verbose output, a phenomenon known as overthinking. The tendency to overthinking is often exacerbated by Reinforcement Learning (RL) algorithms such as GRPO/DAPO. In this paper, we propose BFS-PO, an RL algorithm which alleviates this problem using a Best-First Search exploration strategy. Specifically, BFS-PO looks for the shortest correct answer using a backtracking mechanism based on maximum entropy nodes. By generating progressively shorter responses during training, BFS-PO learns to produce concise reasoning chains. Using different benchmarks and base LRMs, we show that BFS-PO can simultaneously increase the LRM accuracy and shorten its answers.

📄 PDF Abstract BibTeX arXiv:2602.14917

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

LLM-First Search: Self-Guided Exploration of the Solution Space

2025-06-05 · Nathan Herr, Tim Rocktäschel, Roberta Raileanu

Large Language Models (LLMs) have demonstrated remarkable improvements in reasoning and planning through increased test-time compute, often by framing problem-solving as a search process. While methods like Monte Carlo T…

SceneCOT: Eliciting Grounded Chain-of-Thought Reasoning in 3D Scenes

2025-10-19 · Xiongkun Linghu, Jiangyong Huang, Ziyu Zhu, Baoxiong Jia 외 arxiv

Existing research on 3D Large Language Models (LLMs) still struggles to achieve grounded question-answering, primarily due to the under-exploration of the mechanism of human-like scene-object grounded reasoning. This pap…

Scene Understanding

Logic Contrastive Reasoning with Lightweight Large Language Model for Math Word Problems

2024-08-29 · Ding Kai, Ma Zhenguo, Yan Xiaoran

This study focuses on improving the performance of lightweight Large Language Models (LLMs) in mathematical reasoning tasks. We introduce a novel method for measuring mathematical logic similarity and design an automatic…

GSM8KLanguage ModelingLanguage ModellingLarge Language Model+3

LinTree: Improving LLM Reasoning with Explicitly Structured Search Histories

2026-05-29 · Liwei Kang, Yee Whye Teh, Wee Sun Lee arxiv

Large language models (LLMs) often solve reasoning problems by generating intermediate traces that explore and revise partial solutions. From a search perspective, these traces can be viewed as linearized search trees, w…

Chopping Trees: Semantic Similarity Based Dynamic Pruning for Tree-of-Thought Reasoning

2025-10-30 · Joongho Kim, Xirui Huang, Zarreen Reza, Gabriel Grand arxiv

Tree-of-Thought (ToT) reasoning boosts the problem-solving abilities of Large Language Models (LLMs) but is computationally expensive due to semantic redundancy, where distinct branches explore equivalent reasoning paths…

Semantic Similarity