← Latest papers
💬 NLP

Search-E1: Self-Distillation Drives Self-Evolution in Search-Augmented Reasoning

Search-E1 is a self-evolution method that enhances search-augmented reasoning agents using only vanilla GRPO and offline self-distillation to achieve state-of-the-art performance on QA benchmarks without relying on complex external supervision or auxiliary modules.

Original authors: Zihan Liang, Yufei Ma, Ben Chen, Zhipeng Qian, Xuxin Zhang, Huangyu Dai, Lingtao Mao

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

Original authors: Zihan Liang, Yufei Ma, Ben Chen, Zhipeng Qian, Xuxin Zhang, Huangyu Dai, Lingtao Mao

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 have a very smart but slightly clumsy student (the AI) who is trying to answer tricky trivia questions. To get the right answer, this student is allowed to use a library (a search engine) to look up facts, but they have to decide when to look and what to ask.

Most current methods teach this student by waiting until they finish the whole essay. If the final answer is right, the teacher gives a gold star. If it's wrong, the teacher gives a red X. The problem? The student doesn't know which specific step was the mistake. Did they ask the wrong question? Did they read the wrong paragraph? Did they get distracted? They just know the whole attempt failed.

Search-E1 is a new, simpler way to teach this student. It doesn't need a super-smart human teacher, a fancy extra robot, or a special reward system. Instead, it uses a technique called "Self-Evolution" through a two-step dance:

Step 1: The "Try Everything" Phase (GRPO)

First, the student is asked the same question five times.

  • In one attempt, they might wander around the library, ask silly questions, and fail.
  • In another attempt, they might ask the perfect questions, find the right book, and get the correct answer quickly.

The system looks at these five attempts and says, "Okay, the one that got the right answer is the 'Gold Standard' for this round." But, like before, this only tells the student, "Good job on that whole essay," not "Good job on asking that specific question."

Step 2: The "Rewind and Learn" Phase (Offline Self-Distillation)

This is where the magic happens. The system takes the failed attempt (the "Student") and the successful attempt (the "Teacher").

Here is the clever trick:

  1. The system gives the Student the original question.
  2. The system gives the Teacher the same question, but it also hands them a cheat sheet: the entire successful path the student took in the other attempt.
  3. The Teacher reads the cheat sheet and says, "If I were answering this question now, knowing the right path, here is exactly what I would say next."
  4. The Student is then forced to listen to the Teacher and try to match their words, step-by-step.

The Student isn't just being told "You were right/wrong." They are being shown, token-by-token (word-by-word), exactly how to think better. "Oh, I see! When I asked 'Who is the president?', the Teacher asked 'Who was the president in 1990?' That's the difference!"

Why is this special?

  • No External Teachers: Usually, to get this level of detail, you need a super-intelligent AI (like a 72-billion-parameter model) to grade every single step. Search-E1 uses the student's own successful attempts as the teacher. It's like a student studying their own test paper after getting an A, rather than waiting for a professor to grade it.
  • No Extra Machinery: Other methods add complex tools to figure out which steps were good. Search-E1 just uses the standard "try and retry" loop and adds this "study your own success" step in between.
  • The Results: When they tested this on seven different trivia challenges, the student using Search-E1 got significantly better scores than other students using more complicated methods. It was especially good at "multi-hop" questions (where you have to connect several dots), because those questions have many steps where you can go wrong, and this method fixes the specific steps that were broken.

In short: Search-E1 teaches an AI to get smarter by letting it fail, then having it study its own successful attempts as if they were a perfect textbook, learning exactly what to say at every single moment without needing any outside help.

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 →