From Inertia to Objectivity: Improving Deep Research Agents with Noise Isolation
This paper identifies and quantifies "inertia bias," a phenomenon where LLM-based research agents become less objective when evaluating their own prior actions, and proposes the NIS-Agent framework with noise isolation mechanisms to mitigate this bias, achieving competitive performance on deep research benchmarks while significantly reducing token costs.
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
In the modern digital age, we have built artificial intelligence that can act like a researcher. These programs, often called agents, can browse the internet, read thousands of articles, and piece together answers to complex questions that would take a human hours to solve. They work by breaking a big question into smaller steps, searching for information, and then deciding what to do next based on what they find. This process relies on the computer constantly checking its own work, asking, "Did I find what I was looking for?" and "Should I keep going or stop?" For these systems to be truly useful, they must be able to admit when they are wrong and change direction. If a search leads to a dead end, the agent needs the objectivity to abandon that path and try a new one.
However, researchers have discovered a hidden flaw in how these intelligent systems think. When an agent generates a search query or a plan, it becomes strangely attached to that idea. Even when the results it finds are clearly irrelevant or wrong, the agent struggles to let go of its original choice. It is as if the system becomes too invested in its own previous actions to judge them fairly. This phenomenon, which the researchers call inertia bias, causes the agent to waste time following unproductive paths and to ignore evidence that contradicts its initial plan. The problem is not that the computer lacks information; it is that the computer loses its ability to be objective about the choices it made just moments ago.
A team of researchers from Zhejiang University and Alibaba Group set out to measure this problem and find a way to fix it. They began by creating a specific test to see how much this bias affects decision-making. They designed a scenario where a computer agent had to decide whether to keep searching or stop, based on a set of search results. In one version of the test, the agent saw the results as if they were the outcome of its own recent search. In the other version, the exact same results were presented as neutral information from an outside source. The difference was striking. When the agent believed the results came from its own action, it was far less likely to reject bad information. It clung to its initial query even when the evidence suggested it was wrong. When the results were presented as external facts, the same computer was much better at recognizing the dead ends and changing course. This experiment proved that the mere fact of "owning" a previous action makes the system less objective.
The researchers found that this bias creates two specific types of noise that ruin the quality of deep research. The first happens at the level of the worker, the part of the system that actually searches the web. Because of inertia bias, the worker continues to click on links that look vaguely relevant but are actually useless, simply because it generated the search term that found them. This wastes time and fills the system's memory with garbage. The second type of noise happens at the level of the manager, the part that plans the overall strategy. If the manager makes a small mistake early on, it tends to ignore later evidence that contradicts that mistake. Instead of re-evaluating the whole picture, it selectively picks out information that supports its original, flawed plan, leading to incorrect final answers.
To solve this, the team built a new system called NIS-Agent. The core idea is simple but effective: isolate the decision-making process from the history of actions that might cloud judgment. They introduced two specific tools to achieve this. First, for the worker, they created a filter that looks at search results without the context of the search query that found them. This allows the system to judge the relevance of a webpage based purely on its content, rather than its connection to a previous mistake. If the page is not useful, the system can discard it immediately and try a new search. Second, for the manager, they built a validation step that breaks down the final reasoning into small, separate pieces. Each piece is checked independently to see if the logic holds up, without the pressure of the entire history of the conversation influencing the judgment.
The results of this new approach were significant. When tested on difficult research benchmarks, the new system performed better than existing methods while using far fewer computer resources. In fact, it reduced the amount of data the computer needed to process by about one-third, because it stopped wasting time on irrelevant pages. The researchers also trained a smaller, open-source model to be naturally resistant to this bias. This smaller model, when using their new framework, performed as well as much larger, more expensive commercial models on deep research tasks.
The study confirms that the ability to be objective is not just about having more data or a smarter brain; it is about how the system is structured to view its own history. By stepping back and looking at decisions in isolation, the researchers showed that artificial intelligence can be taught to overcome its own stubbornness. This does not mean the problem is completely solved, as the system can still make mistakes, but it provides a clear path forward. The work suggests that for AI to become a truly reliable partner in complex research, it must be designed with mechanisms that allow it to forget its own biases and judge the facts on their own merit.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.