← Latest papers
🤖 AI

SearchMaster: Grounded and Regulated Self-Play for Search Agents

SearchMaster is a self-play framework that trains LLM-based search agents by generating and solving tasks in a local environment, utilizing an Evidence-Chain Generator, Search-Depth Reward, and Over-Opening Penalty to ensure high-quality, grounded data that significantly improves performance on deep-search benchmarks without relying on human-labeled examples.

Original authors: Wentao Tan, Qiong Cao, Jiaqi Wang, Nan Duan

Published 2026-08-04
📖 4 min read☕ Coffee break read

Original authors: Wentao Tan, Qiong Cao, Jiaqi Wang, Nan Duan

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a world where computers don't just chat, but actually go out and explore the internet to find answers, much like a detective scouring a library for clues. This is the realm of "search agents," smart programs built on Large Language Models (LLMs) that can read web pages, click links, and piece together information to solve complex puzzles. For a long time, teaching these digital detectives how to do their job well was a headache. It usually required expensive human teachers to write out perfect examples of how to search, or even stronger AI models to show the way. But what if the AI could teach itself? That's the dream of "self-play," a concept where an AI generates its own challenges and learns by solving them. It's like a video game character that creates its own levels and then plays through them to get better. The big question, however, is: what if the AI takes shortcuts? What if it creates a puzzle that looks hard but is actually a trick, or if it solves a problem by skimming the surface instead of digging deep? This paper tackles that exact problem, asking how we can train these search agents to be honest, thorough, and truly smart without needing a human hand to hold their every step.

Enter SearchMaster, a clever new framework designed to fix the "taking shortcuts" problem in AI self-play. Think of SearchMaster as a strict but fair coach for a team of AI detectives. Instead of letting the AI wander aimlessly, SearchMaster gives it three specific rules to follow, ensuring that the training data it creates is actually useful.

First, the AI has to build an Evidence Chain. Imagine the AI is trying to solve a mystery. Instead of just guessing the answer after reading one page, it must physically link clues from different documents together, like connecting dots on a map. If it can't show a clear path of evidence from one document to another, the task is rejected. This stops the AI from making up "fake" hard questions that could actually be answered with a single quick look.

Second, the AI gets a Search-Depth Reward. In the past, if an AI solved a problem, it got a gold star, regardless of how hard it worked. SearchMaster changes the game: the AI only gets a big reward if it actually had to dig deep. If the AI solves a puzzle by skimming just one page, it gets a low score. But if it has to search through many pages to find the answer, it gets praised. This encourages the AI to create and solve tasks that require real, multi-step investigation rather than shallow guessing.

Third, there's an Over-Opening Penalty. Sometimes, an AI might be inefficient or confused and just open a million documents without really reading them, hoping to stumble on the answer. SearchMaster punishes this behavior. It's like a coach saying, "You can't just open every door in the house; you have to look for the right key." This forces the AI to be efficient, opening documents only when it truly needs new information.

The results of this strict training are impressive. When the researchers tested their method on a standard AI model (specifically a Qwen3.5-9B backbone), the model's ability to solve deep-search problems jumped from 38.19% to 51.52% on average. On one particularly tough test called BrowseComp-Plus, the improvement was massive, leaping by 30.1 points (from 30.12% to 60.24%). The best part? The AI learned all of this on its own, using a local search environment without any human-written examples or expert demonstrations. By grounding the AI's learning in real evidence chains and regulating its behavior, SearchMaster shows that AI can teach itself to be a much better detective, provided it's taught to play by the rules.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →