paper-with-me

홈 › Papers

Wider or Deeper? Scaling LLM Inference-Time Compute with Adaptive Branching Tree Search

2025-03-06 · Kou Misaki, Yuichi Inoue, Yuki Imajuku, So Kuroki, Taishi Nakamura, Takuya Akiba

Recent advances demonstrate that increasing inference-time computation can significantly boost the reasoning capabilities of large language models (LLMs). Although repeated sampling (i.e., generating multiple candidate outputs) is a highly effective strategy, it does not leverage external feedback signals for refinement, which are often available in tasks like coding. In this work, we propose $\textit{Adaptive Branching Monte Carlo Tree Search (AB-MCTS)}$, a novel inference-time framework that generalizes repeated sampling with principled multi-turn exploration and exploitation. At each node in the search tree, AB-MCTS dynamically decides whether to "go wider" by expanding new candidate responses or "go deeper" by revisiting existing ones based on external feedback signals. We evaluate our method on complex coding and engineering tasks using frontier models. Empirical results show that AB-MCTS consistently outperforms both repeated sampling and standard MCTS, underscoring the importance of combining the response diversity of LLMs with multi-turn solution refinement for effective inference-time scaling.

📄 PDF Abstract BibTeX arXiv:2503.04412

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Similar Papers 제목 키워드 기반

The Depth Delusion: Why Transformers Should Be Wider, Not Deeper

2026-01-28 · Md Muhtasim Munif Fahim, Md Rezaul Karim arxiv

Neural scaling laws describe how language model loss decreases with parameters and data, but treat architecture as interchangeable--a billion parameters could arise from a shallow-wide model (10 layers & 8,192 hidden dim…

Go Wider Instead of Deeper

2021-07-25 · Fuzhao Xue, Ziji Shi, Futao Wei, Yuxuan Lou 외

More transformer blocks with residual connections have recently achieved impressive results on various tasks. To achieve better performance with fewer trainable parameters, recent methods are proposed to go shallower by …

Image ClassificationMixture-of-Experts

Test-Time Compute Scaling for ASR with Depth-Conditioned Looped Transformers

2026-06-03 · Yacouba Kaloga, Shashi Kumar, Shakeel A. Sheikh, Driss Khalil 외 arxiv

End-to-end ASR systems typically use fixed-depth acoustic encoders at inference, making it difficult to trade additional test-time computation for improved recognition without training a larger model. A natural approach …

Speech Recognition

Time Matters: Scaling Laws for Any Budget

2024-06-27 · Itay Inbar, Luke Sernau

A primary cost driver for training large models is wall-clock training time. We show that popular time estimates based on FLOPs are poor estimates, and construct a more accurate proxy based on memory copies. This allows …

DeLighT: Deep and Light-weight Transformer

2020-08-03 · ICLR 2021 1 · Sachin Mehta, Marjan Ghazvininejad, Srinivasan Iyer, Luke Zettlemoyer 외

We introduce a deep and light-weight transformer, DeLighT, that delivers similar or better performance than standard transformer-based models with significantly fewer parameters. DeLighT more efficiently allocates parame…

Language ModelingLanguage ModellingMachine TranslationTranslation