← Latest papers
💬 NLP

EviSD: Evidence-Conditioned Self-Distillation for Search-Augmented Agents

EviSD is an evidence-conditioned self-distillation framework that enhances search-augmented language agents by leveraging instance-level evidence and golden answers as privileged information to refine action-level credit assignment during training, thereby achieving superior performance across multiple benchmarks without altering inference-time behavior.

Original authors: Jianan Xie, Xin Sun, Zhongqi Chen, Xing Zheng, Shu Wu, Bowen Song, Liang Wang

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

Original authors: Jianan Xie, Xin Sun, Zhongqi Chen, Xing Zheng, Shu Wu, Bowen Song, Liang Wang

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 robot to be a detective. In the world of artificial intelligence, this robot is called a "search-augmented agent." Its job is to solve tricky questions by thinking, searching the internet for clues, thinking again, and searching again, until it finally finds the answer. To get better at this, we use a training method called "reinforcement learning." Think of this like a video game where the robot gets a "win" or "lose" signal only at the very end of the game. If it solves the mystery, it gets a high score; if it fails, it gets a zero.

The problem with this "win-or-lose" approach is that it's a bit like grading a student only on their final exam score without looking at their homework. If the robot gets the right answer, we know the whole journey was good, but we don't know which specific search was brilliant and which one was a waste of time. Did the first search find the golden clue? Or did the robot just get lucky with the last guess? Because the robot can't tell the difference, it might keep making bad searches, hoping they will eventually lead to a win. This paper tackles the messy middle part of the detective's journey, trying to teach the robot exactly which moves were helpful and which were distractions, so it can become a smarter, faster investigator.

Enter EviSD, a clever new training trick that acts like a "privileged coach" for the robot. The researchers realized that while the robot is learning, it has access to a reference sheet that it won't have when it's actually working in the real world. This reference sheet contains the "golden answer" (the correct solution) and the "supporting evidence" (the specific paragraphs of text that prove the answer is right).

Here is how EviSD works, using a playful analogy: Imagine the robot is a student taking a test.

  1. The Student (The Robot): The student takes the test using only the information they have at that moment. They write down their search queries and their final answer.
  2. The Coach (The Teacher): After the student finishes, the same robot model puts on a "Coach Hat." The Coach looks at the student's answers but is allowed to peek at the reference sheet (the evidence and the correct answer).
  3. The Feedback Loop: The Coach compares what the student wrote against what they should have written, knowing the secret clues.
    • If the student asked a great search question that would have found the evidence, the Coach gives a thumbs-up.
    • If the student asked a vague question that wouldn't help, the Coach gives a gentle nudge to do better next time.
    • Crucially, the Coach doesn't just say "You got it right" or "You got it wrong." They say, "Your search for 'X' was great because it matches the evidence, but your search for 'Y' was a dead end."

The magic of EviSD is that it uses this "Coach's feedback" to fine-tune the robot's brain only for the specific parts where the robot made a move (the search queries and the final answer). It doesn't try to rewrite the robot's entire personality or force it to memorize the reference sheet. Instead, it acts like a volume knob. If the robot's original training said, "This search was good," the Coach turns the volume up even higher if the evidence supports it. If the original training was unsure, the Coach helps clarify things. But if the robot got the final answer wrong, the Coach won't pretend the search was perfect; the "win-or-lose" score still matters most.

The researchers tested this method on seven different question-answering challenges, ranging from simple trivia to complex multi-step puzzles. They found that EviSD consistently outperformed other top methods. In fact, it improved the robot's accuracy by about 1.3 to 2.3 points compared to the best existing techniques. Perhaps even more impressively, the robot learned to be more efficient, needing fewer searches to find the answer (dropping from an average of 2.27 searches down to 1.87).

The paper suggests that this approach is a significant step forward because it solves the "credit assignment" problem—figuring out which specific actions led to success—without changing how the robot behaves when it's actually working in the real world. When the robot goes out to solve real problems, it doesn't have the reference sheet, and that's fine; it just uses the smarter habits it learned during training. The study shows that by giving the robot a moment to reflect with a "privileged view" of the truth, we can teach it to be a much sharper detective, distinguishing between a lucky guess and a well-planned investigation.

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 →