AI RESEARCH

LinTree: Improving LLM Reasoning with Explicitly Structured Search Histories

arXiv CS.AI

ArXi:2605.31492v1 Announce Type: new 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, where the model extends a partial solution, abandons it when it fails, and backtracks to try alternatives. Compared with traditional heuristic-guided search, such a policy has a potential advantage: it conditions on the whole search trace rather than only on the current local state.