← Latest papers
💬 NLP

ZeroSearch: Incentivize the Search Capability of LLMs without Searching

ZeroSearch is a novel reinforcement learning framework that overcomes the high costs and unstable data quality of real-world search engine training by using a lightweight, curriculum-based simulated search module to effectively incentivize and enhance the search capabilities of large language models.

Original authors: Hao Sun, Zile Qiao, Jiayan Guo, Xuanbo Fan, Yingyan Hou, Yong Jiang, Pengjun Xie, Yan Zhang, Fei Huang, Jingren Zhou

Published 2026-05-20
📖 4 min read☕ Coffee break read

Original authors: Hao Sun, Zile Qiao, Jiayan Guo, Xuanbo Fan, Yingyan Hou, Yong Jiang, Pengjun Xie, Yan Zhang, Fei Huang, Jingren Zhou

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 you are teaching a brilliant but inexperienced student (the AI) how to solve complex mysteries by looking up clues in a library. Usually, to teach this skill, you'd have to send the student out to a real library every time they ask a question.

The Problem with the Real Library:

  1. Unpredictable Books: Sometimes the librarian hands them a perfect, helpful book. Other times, they get a torn, outdated, or completely wrong pamphlet. This makes it hard for the student to learn consistently.
  2. Expensive Tickets: Every time the student walks to the library, it costs a fortune. If the student needs to make thousands of trips to learn the ropes, the budget blows up immediately.

The Solution: ZEROSEARCH (The "Imaginary Library")
The researchers at Tongyi Lab created a clever training method called ZEROSEARCH. Instead of sending the student to the real library, they built a simulated library right inside the classroom using another AI.

Here is how it works, step-by-step:

1. The "Acting" Librarian

First, the researchers take a standard AI and give it a quick, lightweight training session (like a crash course). They teach this AI to act as a librarian.

  • The Magic Trick: They can tell this "Librarian AI" exactly what kind of books to hand over.
  • If they say, "Give me helpful books," the AI generates perfect, accurate documents.
  • If they say, "Give me noisy (confusing/wrong) books," the AI generates garbage.
  • Why this matters: Unlike a real library where you can't control what the librarian finds, here, the teacher has total control over the quality of the "clues."

2. The "Gradual Difficulty" Game (Curriculum Learning)

The researchers don't throw the student into the deep end immediately. They use a curriculum rollout strategy, which is like a video game that gets harder level by level:

  • Level 1 (Easy): The Librarian AI hands over only perfect, helpful books. The student learns the basic rules: "Ask a question, get an answer, solve the puzzle."
  • Level 2 (Medium): The Librarian starts mixing in some confusing or slightly wrong books. The student has to learn to filter out the bad info.
  • Level 3 (Hard): The Librarian hands over mostly garbage. The student must now be a detective, figuring out which tiny piece of information is actually true.

By the time the student finishes training, they are so good at sifting through bad information that they can handle a real library perfectly.

3. The Results: Cheaper and Smarter

The paper tested this method with different sizes of AI "students" (from small 3-billion-parameter models to larger 14-billion ones).

  • Cost: Because they never called the real library (Google), they saved a massive amount of money. The "Imaginary Library" runs on their own servers, which is far cheaper than paying for thousands of real search API calls.
  • Performance:
    • A small AI trained with this method performed just as well as one trained with a real search engine.
    • A medium-sized AI (7B) matched the real search engine.
    • A large AI (14B) actually beat the real search engine!
  • Generalization: This worked for different types of AI models, whether they were "raw" (Base) or "trained to follow instructions" (Instruct).

The Bottom Line

ZEROSEARCH is a way to teach AI how to search the web without ever actually touching the web during training. By using a controllable "fake" search engine that starts easy and gets progressively harder, the AI learns to be a better detective, saves a fortune on API fees, and ends up performing better than if it had been trained on the messy, unpredictable real internet.

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 →