LiTS: A Modular Framework for LLM Tree Search
Signal
78
Hype
25
In three linesLiTS is a modular Python framework for LLM reasoning via tree search. It decomposes search into three reusable components (Policy, Transition, RewardModel) compatible with MCTS and BFS. Tests on MATH500, Crosswords, and MapEval demonstrate component-algorithm orthogonality. Key finding: LLM policy diversity, not reward quality, is the bottleneck in infinite action spaces.Read source
Your take?
Summary generated by Claude — human-verified