Mango: Multi-Agent Web Navigation via Global-View Optimization
Mango is a multi-agent web navigation framework that optimizes exploration efficiency by dynamically selecting optimal starting URLs via a multi-armed bandit approach and leveraging episodic memory, achieving state-of-the-art success rates on WebVoyager and WebWalkerQA 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 trying to find a specific, obscure recipe on a massive, chaotic library website.
The Old Way (Traditional Web Agents):
Most current AI web agents act like a person who walks into the library and starts at the front door (the homepage). They have to walk down every single aisle, check every shelf, and read every book title, one by one, hoping to stumble upon the recipe. If the library has 10,000 aisles, this person gets tired, runs out of time (budget), and gives up before finding the recipe. They often get stuck in dead-end aisles or wander around the "History" section when they needed the "Cooking" section.
The New Way (MANGO):
The paper introduces MANGO, a smarter team of AI agents that changes the game entirely. Instead of starting at the front door and walking blindly, MANGO does three clever things:
1. The "Map Maker" (Global Structure Analysis)
Before the team even starts walking, MANGO sends out a tiny, fast drone to quickly scan the library's layout. It doesn't read every book; it just looks at the signs on the doors.
- What it does: It builds a rough map of the website.
- The Magic: Instead of guessing where to start, it uses a search engine (like Google) to ask, "Where is the recipe section?" and then picks the top 10 most likely doors to enter. It skips the "History" and "Sports" sections entirely.
2. The "Gambler's Strategy" (Thompson Sampling)
Now, the team has 10 candidate doors. They only have enough energy to try a few of them. How do they decide which door to open first?
- The Analogy: Imagine a slot machine with 10 levers. You don't know which one pays out, but you want to find the winner quickly.
- How MANGO works: It uses a mathematical trick called Thompson Sampling. It's like a smart gambler who says, "Door A looks promising based on the map, so I'll try it first. But I'll also keep Door B in mind just in case."
- The Learning: If Door A leads to a dead end, the team marks it as "bad luck" and stops wasting energy there. If Door A leads to a hallway with more clues, the team gets excited and focuses more energy on that path. It constantly updates its "gut feeling" based on what it finds.
3. The "Notebook" (Episodic Memory)
If the team tries a door and fails, they don't just forget it. They write a note in a shared notebook: "Door 3 led to a broken elevator. Don't go there again."
- Why it matters: If the team has to try Door 3 again later (maybe they got confused), they check the notebook, see the warning, and avoid repeating the same mistake. This prevents them from running in circles.
The Results
The researchers tested MANGO on two giant websites (like Amazon and educational sites) with very strict time limits.
- The Outcome: MANGO found the answers much more often than the old "walk from the front door" method.
- The Trade-off: Sometimes MANGO took a few more steps (actions) to solve a really hard puzzle, but it was worth it because it actually solved the puzzle instead of giving up.
In Summary
Think of MANGO as a smart detective who:
- Scouts the crime scene from a helicopter first (Global View).
- Chooses the best suspects to question based on probability, not random guessing (Thompson Sampling).
- Keeps a case file so they never ask the same question twice or chase a dead lead (Episodic Memory).
This approach allows AI to navigate the deep, messy internet much faster and more successfully than ever before, turning a blind search into a targeted hunt.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.