paper-with-me

홈 › Papers

Adaptive Uncertainty-Aware Tree Search for Robust Reasoning

2026-02-06 · Zeen Song, Zihao Ma, Wenwen Qiang, Changwen Zheng, Gang Hua arxiv

Inference-time reasoning scaling has significantly advanced the capabilities of Large Language Models (LLMs) in complex problem-solving. A prevalent approach involves external search guided by Process Reward Models (PRMs). However, a fundamental limitation of this framework is the epistemic uncertainty of PRMs when evaluating reasoning paths that deviate from their training distribution. In this work, we conduct a systematic analysis of this challenge. We first provide empirical evidence that PRMs exhibit high uncertainty and unreliable scoring on out-of-distribution (OOD) samples. We then establish a theoretical framework proving that while standard search incurs linear regret accumulation, an uncertainty-aware strategy can achieve sublinear regret. Motivated by these findings, we propose Uncertainty-Aware Tree Search (UATS), a unified method that estimates uncertainty via Monte Carlo Dropout and dynamically allocates compute budget using a reinforcement learning-based controller. Extensive experiments demonstrate that our approach effectively mitigates the impact of OOD errors.

📄 PDF Abstract BibTeX arXiv:2602.06493

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Sycophancy Mitigation Through Reinforcement Learning with Uncertainty-Aware Adaptive Reasoning Trajectories

2025-09-20 · Mohammad Beigi, Ying Shen, Parshin Shojaee, Qifan Wang 외 arxiv

Despite the remarkable capabilities of large language models, current training paradigms inadvertently foster \textit{sycophancy}, i.e., the tendency of a model to agree with or reinforce user-provided information even w…

Reinforcement Learning

Bonsai: Interpretable Tree-Adaptive Grounded Reasoning

2025-04-04 · Kate Sanders, Benjamin Van Durme

To develop general-purpose collaborative agents, humans need reliable AI systems that can (1) adapt to new domains and (2) transparently reason with uncertainty to allow for verification and correction. Black-box models …

Question AnsweringSpecificity

Domain-Specialized Tree of Thought through Plug-and-Play Predictors

2026-03-14 · Xuanqi Gao, Haoyu Wang, Jun Sun, Shiqing Ma 외 arxiv

While Large Language Models (LLMs) have advanced complex reasoning, prominent methods like the Tree of Thoughts (ToT) framework face a critical trade-off between exploration depth and computational efficiency. Existing T…

Computational EfficiencyMathematical ReasoningLogical Reasoning

WebUncertainty: Dual-Level Uncertainty Driven Planning and Reasoning For Autonomous Web Agent

2026-04-20 · Lingfeng Zhang, Yongan Sun, Jinpeng Hu, Hui Ma 외 arxiv

Recent advancements in large language models (LLMs) have empowered autonomous web agents to execute natural language instructions directly on real-world webpages. However, existing agents often struggle with complex task…

ASTRA: Adaptive Semantic Tree Reasoning Architecture for Complex Table Question Answering

2026-04-10 · Xiaoke Guo, Songze Li, Zhiqiang Liu, Zhaoyan Gong 외 arxiv

Table serialization remains a critical bottleneck for Large Language Models (LLMs) in complex table question answering, hindered by challenges such as structural neglect, representation gaps, and reasoning opacity. Exist…

Question Answering