cs.AISep 1, 2026

Escaping Redundant Reasoning: Structure-Aware Search for Inference-Time LLMs

Authors: Lu Cheng

Organizations: Department of Computer Science University of Illinois Chicago Chicago, IL 60607

Abstract

Inference-time search with large language models (LLMs) often concentrates on a small set of structurally or semantically similar trajectories, leaving alternatives underexplored---a failure mode we call \textit{reasoning basin collapse}. We introduce BASIN, a training-free, structure-aware selection method that groups reasoning states into basins and penalizes repeated visits to the same strategy, thereby reallocating search across genuinely distinct reasoning paths under a fixed compute budget. Under matched inference budgets, BASIN improves over Tree of Thoughts (ToT) by up to +22+22pp on Game of 24 and +6.7+6.7pp on MuSR. A quality-aware variant, QA-BASIN, further improves robustness by preserving high-quality basins when unconditional diversification over-explores. To explain when basin-aware selection helps, we introduce the redundancy gap ΔΔ, which measures how differently search concentrates for correct versus incorrect predictions: standard ToT often operates near Δ0Δ\approx 0, while BASIN consistently shifts ΔΔ positive. More broadly, BASIN suggests structure-aware selection as a simple and general approach to improving inference-time reasoning. Code can be found at https://github.com/GitHubLuCheng/basin.

Explore similar work

CardsList
  1. Thought-Level Beam Search for Reasoning

    Aug 8, 2026Lijie Yang, Hongyin Luo, Jiawei Zhao +2Large Reasoning ModelsTest Time