DECOR: Learning to Decompose and Collaborate in Deep Search via Multi-Agent Reinforcement Learning
Abstract
Lay Summary
When artificial intelligence (AI) tries to answer complex questions by searching the internet, it often gets overwhelmed. Forcing a single AI program to simultaneously plan searches, read dozens of articles, and deduce the final answer causes "cognitive overload." Distracted by irrelevant information, the AI gets confused and starts making things up. To solve this, we created DECOR, a system that splits this massive task among a team of three specialized AI agents: a "Navigator" to steer the search, a "Librarian" to filter out junk, and a "Writer" to draft the final answer. Instead of giving them rigid instructions, we trained this AI team using a reward system, allowing them to learn from their mistakes and figure out how to collaborate. By having the Librarian hide irrelevant noise, the Writer stays focused purely on the facts. Our experiments show this collaborative team is vastly more accurate than a single, multitasking AI. This approach paves the way for highly reliable AI research assistants that can dig through massive amounts of online information to find the truth without getting distracted.