SearchMaster: Self-Play Framework for Training LLM Search Agents
A recent paper published on arXiv (2608.01822) presents SearchMaster, a self-play framework designed for training search agents based on large language models (LLMs). This innovative framework allows a single LLM to create, resolve, and validate search tasks within a localized environment, tackling the issue of acquiring high-quality training data. Traditional methods depend on human-created tasks, expert demonstrations, or superior teacher models, whereas SearchMaster seeks to eliminate these constraints by utilizing self-generated tasks. However, self-generated tasks can lead to misleading signals, including pseudo multi-hop questions and inaccurate success-rate estimates. To mitigate these issues, SearchMaster implements three controls: an Evidence-Chain Generator (ECG), a Search-Depth Reward (SDR), and a third, less detailed control likely aimed at enhancing rollout quality. The paper details these approaches to advance training for search agents.
Key facts
- SearchMaster is a self-play framework for training LLM-based search agents.
- It trains a single LLM from search tasks it generates, solves, and verifies in a local search environment.
- The framework addresses misleading signals from self-generated tasks and rollouts.
- Three controls are introduced: Evidence-Chain Generator (ECG), Search-Depth Reward (SDR), and a third control.
- ECG grounds task generation in explicit cross-document evidence chains to reduce pseudo multi-hop questions.
- SDR scores task difficulty by search depth.
- The paper is available on arXiv with ID 2608.01822.
- The announcement type is 'new'.
Entities
Institutions
- arXiv