paper-with-me

홈 › Papers

LLM-First Search: Self-Guided Exploration of the Solution Space

2025-06-05 · Nathan Herr, Tim Rocktäschel, Roberta Raileanu

Large Language Models (LLMs) have demonstrated remarkable improvements in reasoning and planning through increased test-time compute, often by framing problem-solving as a search process. While methods like Monte Carlo Tree Search (MCTS) have proven effective in some domains, their reliance on fixed exploration hyperparameters limits their adaptability across tasks of varying difficulty, rendering them impractical or expensive in certain settings. In this paper, we propose \textbf{LLM-First Search (LFS)}, a novel \textit{LLM Self-Guided Search} method that removes the need for pre-defined search strategies by empowering the LLM to autonomously control the search process via self-guided exploration. Rather than relying on external heuristics or hardcoded policies, the LLM evaluates whether to pursue the current search path or explore alternative branches based on its internal scoring mechanisms. This enables more flexible and context-sensitive reasoning without requiring manual tuning or task-specific adaptation. We evaluate LFS on Countdown and Sudoku against three classic widely-used search algorithms, Tree-of-Thoughts' Breadth First Search (ToT-BFS), Best First Search (BestFS), and MCTS, each of which have been used to achieve SotA results on a range of challenging reasoning tasks. We found that LFS (1) performs better on more challenging tasks without additional tuning, (2) is more computationally efficient compared to the other methods, especially when powered by a stronger model, (3) scales better with stronger models, due to its LLM-First design, and (4) scales better with increased compute budget. Our code is publicly available at \href{https://github.com/NathanHerr/LLM-First-Search}{LLM-First-Search}.

📄 PDF Abstract BibTeX arXiv:2506.05213

Code (1)

nathanherr/llm-first-search 공식 구현

Similar Papers 제목 키워드 기반

Relay Hindsight Experience Replay: Self-Guided Continual Reinforcement Learning for Sequential Object Manipulation Tasks with Sparse Rewards

2022-08-01 · Yongle Luo, Yuxin Wang, Kun Dong, Qiang Zhang 외

Exploration with sparse rewards remains a challenging research problem in reinforcement learning (RL). Especially for sequential object manipulation tasks, the RL agent always receives negative rewards until completing a…

FetchPush-v1Reinforcement Learning (RL)Robot Manipulation

Soft Reasoning: Navigating Solution Spaces in Large Language Models through Controlled Embedding Exploration

2025-05-30 · Qinglin Zhu, Runcong Zhao, Hanqi Yan, Yulan He 외

Large Language Models (LLMs) struggle with complex reasoning due to limited diversity and inefficient search. We propose Soft Reasoning, an embedding-based search framework that optimises the embedding of the first token…

Bayesian OptimisationDiversityHeuristic Search

CLIPXPlore: Coupled CLIP and Shape Spaces for 3D Shape Exploration

2023-06-14 · Jingyu Hu, Ka-Hei Hui, Zhengzhe Liu, Hao Zhang 외

This paper presents CLIPXPlore, a new framework that leverages a vision-language model to guide the exploration of the 3D shape space. Many recent methods have been developed to encode 3D shapes into a learned latent sha…

AttributeLanguage ModelingLanguage Modelling

Magellan: Guided MCTS for Latent Space Exploration and Novelty Generation

2025-10-24 · Lufan Chang arxiv

Large Language Models (LLMs) often struggle with generating truly innovative ideas, typically defaulting to high-probability, familiar concepts within their training data's "gravity wells." While advanced search-based me…

MARGE: Improving Math Reasoning for LLMs with Guided Exploration

2025-05-18 · Jingyue Gao, Runji Lin, Keming Lu, Bowen Yu 외

Large Language Models (LLMs) exhibit strong potential in mathematical reasoning, yet their effectiveness is often limited by a shortage of high-quality queries. This limitation necessitates scaling up computational respo…

MathMathematical Reasoning