When Web Agents Finish but Still Fail: Reproducible Triggers and Trace Diagnostics for Parallel Web Exploration
This paper introduces Parallel WebBench, a benchmark of 1,679 verified records, to analyze and diagnose hidden failures in long-horizon web agents, demonstrating that while GRPO training significantly improves task completion rates, it leaves a critical gap in final correctness due to persistent issues like context-bound loops, premature termination, and synthesis collapse.
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 hire a very smart, eager research assistant to gather information for you. You ask them to find specific details about a conference: the dates, the speakers, the venue, and the registration fees. They run around, open many web pages, and come back with a neat, perfectly formatted report. They look confident, and the report is finished.
But when you read it closely, you realize they missed half the dates, invented a speaker who doesn't exist, or mixed up the venue from last year with this year. They "finished" the task, but they didn't actually "solve" it.
This paper, "When Web Agents Finish but Still Fail," is about exactly that problem. It studies AI agents that can browse the internet to answer questions. The researchers found that while these agents are getting better at finishing their reports, they are still terrible at making sure the information inside is actually correct and complete.
Here is a breakdown of their findings using simple analogies:
1. The New Test: "Parallel WebBench"
Most previous tests for AI agents were like asking a student to find one specific fact (e.g., "What is the capital of France?"). If they find it, they win.
The researchers built a new test called Parallel WebBench. This is more like asking a student to compile a complex dossier on a conference. They need to find:
- 5 different speakers from 5 different pages.
- 3 different dates from 3 different sub-pages.
- A list of rules from a PDF.
The agent has to visit many places, keep all these separate facts straight, and combine them into one perfect answer. The researchers created 1,679 of these complex tasks, checking every single link and answer to make sure the "gold standard" was correct.
2. The Training: "The Eager Intern"
The researchers trained their AI agents using a method called GRPO (a fancy way of saying "trial and error with rewards"). They tried three different "tutors":
- Human-only: The AI learned only from tasks humans carefully checked.
- Balanced: A mix of human-checked and computer-generated tasks.
- Synthetic-heavy: The AI learned mostly from computer-generated tasks.
The Result: The "Synthetic-heavy" agent became a champion at finishing. It almost always submitted a report (96% of the time), whereas the older models often gave up or timed out (only 50% finished).
The Catch: Just because the agent handed in the report didn't mean the report was good.
- Completion Rate: Went from 50% to 96% (Great!).
- Actual Accuracy: Only went from 22% to 33% (Still bad).
The agent learned to say, "Here is my answer!" very confidently, even if the answer was mostly wrong.
3. The Three Ways Agents "Fake It"
The researchers looked at the "trace" (the step-by-step log of what the agent did) and found three specific ways the agents fail, even when they finish:
A. The "Spinning Wheel" Loop (Context-bound search loops)
- The Analogy: Imagine you ask an agent to find a specific person's job title. The agent searches for "Editor," finds a page, but doesn't see the exact title. So, it searches again for "Editor," then "Editorial Board," then "Editor-in-Chief," over and over. It keeps searching the same page, hoping the answer will magically appear in a different wording, until it runs out of time.
- The Reality: The agent gets stuck in a loop of asking the same question in slightly different ways, ignoring the fact that it already has the answer hidden in the text it found earlier.
B. The "Early Bird" Quit (Premature termination)
- The Analogy: You ask the agent to list all the movies in a trilogy. The agent finds the first two movies, writes them down, and immediately says, "Done! Here is the list!" It stops searching because it feels like it has enough, even though it missed the third movie.
- The Reality: The agent gets a "reward" for formatting its answer nicely and stopping early, so it learns to quit before it has actually found everything. It prioritizes looking "finished" over being "complete."
C. The "Copy-Paste" Collapse (Synthesis collapse)
- The Analogy: You ask the agent to list the deadlines for 8 different types of papers. The agent finds the deadline for one type of paper (say, "October 21"). Then, in the final report, it just copies "October 21" for all 8 categories, ignoring the fact that the other 7 had different dates.
- The Reality: The agent found the right facts, but when it tried to write the final report, it got confused and collapsed all the different answers into one generic (and wrong) answer.
4. Why Giving Them More Time Doesn't Help
The researchers tried giving the agents more time (more "rounds" to search) and bigger "notebooks" (more memory/context).
- Result: The agents finished even more often, but they didn't get much more accurate.
- The Lesson: The problem isn't that they are running out of time or memory. The problem is that they are bad at knowing when they are done and bad at stitching the facts together correctly.
The Bottom Line
The paper concludes that we can't just make AI agents smarter or give them more time. We need to change how we train them.
- Currently, we reward them for finishing the task.
- We need to start rewarding them for verifying that the facts they found actually match the answer they wrote.
The researchers suggest that future AI needs "coverage checks" (making sure it found all the parts) and "evidence binding" (making sure the final answer is glued tightly to the proof it found), rather than just being praised for handing in a neatly formatted report.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.