STAMP: Provenance-Guided Credit Assignment for Deep Search Agents
STAMP addresses the reward-credit mismatch in deep-search agents by introducing a provenance-guided credit assignment mechanism that traces supporting documents back to their exposing actions and redistributes advantage via sign-preserving modulation, thereby significantly improving performance over GRPO baselines across multiple benchmarks.
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 training a super-smart digital detective to solve tricky mysteries on the internet. This detective, called a "deep-search agent," doesn't just guess; it hunts for clues, reads webpages, and pieces together evidence to answer a question. For a long time, the way we taught these detectives was a bit like grading a whole movie based only on the final scene. If the detective got the right answer at the end, the entire movie got a gold star. If it got the wrong answer, the whole thing got a red "F."
But here's the problem: sometimes the detective finds a brilliant clue in the middle of the movie but still gets the final answer wrong because it got confused later. Other times, it stumbles onto the right answer by luck without ever finding the real evidence. The old method couldn't tell the difference. It gave the same credit (or blame) to every single move the detective made, even the boring ones that did nothing. The authors of this paper call this the "reward-credit mismatch." It's like a teacher giving a student a failing grade for a whole essay just because the conclusion was wrong, even if the student wrote three perfect paragraphs of research in the middle.
The Big Idea: STAMP
The researchers propose a new training method called STAMP (Step-level Trace-guided Advantage Modulation with Provenance). Think of STAMP as a super-observant film critic who watches the detective's movie frame-by-frame.
Instead of just looking at the final answer, STAMP asks two specific questions:
- Did the detective actually find the right evidence? (Did they find the specific person or fact they were looking for?)
- Which specific move first revealed that evidence? (Did they find it when they typed a search query, or when they clicked a link?)
STAMP uses a "reference-based verifier"—basically a smart checker that looks at the documents the detective found and asks, "Does this document actually prove the fact we need?" If it does, STAMP traces that document back to the exact moment the detective first saw it. That specific moment gets a "credit boost."
How It Works Without Breaking the Movie
Here is the clever part: STAMP doesn't change the final grade of the movie. If the detective still got the final answer wrong, the movie is still a failure. But, STAMP uses a special "sign-preserving advantage modulation" to tweak the training.
Imagine the detective is on a rollercoaster. If the ride was a success (positive advantage), STAMP gives a little extra boost to the specific moments where they found good clues, making those moves feel even more rewarding. If the ride was a crash (negative advantage), STAMP doesn't punish the good moves as harshly. It says, "Okay, you failed the mission, but that one search query you made was actually brilliant—let's not erase that lesson." This ensures the detective learns exactly which search moves work, without confusing the lesson with the final outcome.
What the Paper Says It's NOT
The authors are very clear about what this method is not. They argue against the idea that we need to invent complex new reward systems for every single step of the search. They also rule out the idea that we need to guess which moves were good without proof. STAMP relies on proven evidence: if the document isn't there, or if the verifier says it doesn't support the fact, no credit is given. They explicitly state that simply adding random bonuses to steps doesn't work because the old systems just average them out anyway.
The Results: Does It Work?
The team tested STAMP on three different challenge sets: BrowseComp, BrowseComp-ZH (a Chinese version), and xbench-DS. They compared it against a standard training method called GRPO using the exact same starting model, the same training data, and the same search tools.
The results showed that STAMP consistently improved the detective's performance:
- On BrowseComp, accuracy went up by +2.0 points.
- On BrowseComp-ZH, it jumped by +5.5 points.
- On xbench-DS, it improved by +3.0 points.
The paper suggests that these gains happen because STAMP catches "hidden gems"—steps that found useful evidence even in failed attempts—which the old method ignored. In fact, they found that in correct attempts, 83.5% of the steps actually produced no useful evidence at all, while in wrong attempts, 7.0% of the steps did find useful clues. STAMP fixes this by rewarding the useful steps regardless of the final outcome.
How Sure Are They?
The authors are confident in these numbers because they ran controlled experiments where everything was identical except for the training method. They also ran "ablation studies" (which are like taking the machine apart to see which piece does what) and found that every part of STAMP—the verifier, the tracing of the first exposure, and the special modulation—contributed to the success.
However, they do note a limitation: they only tested this on one specific model size (Qwen3-30B). They suggest that while it works well there, it's not yet proven whether this method works just as well on much larger models (like 70B+). So, while the results are solid for the tests they ran, the full potential for bigger brains is still an open question.
In short, STAMP teaches AI detectives to appreciate the journey, not just the destination, by giving credit to the specific moves that actually uncovered the truth.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.