An Actionable Diagnosis of Multilingual, Multi-Agent Planning Failures
This paper introduces an actionable taxonomy of planning-grounding failures in multilingual multi-agent systems and proposes TART, a taxonomy-guided representation method that significantly improves execution accuracy across diverse languages and model configurations by explicitly addressing information loss during request-to-plan conversion.
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 a world where your favorite robot assistant can speak every language on Earth, from English to Igbo, and can solve complex problems by calling other specialized robots to help. This is the dream of "multi-agent systems." Think of them as a super-smart project manager (the "planner") who takes a messy request from you, breaks it down into tiny steps, and hands those steps off to a team of experts: one who searches the web, one who reads documents, and one who writes code. The magic happens when the manager translates your words into a clear set of instructions. But here's the catch: while these robots are getting better, they often get confused when you speak a language that isn't English. It's like a translator who understands the words but misses the point, sending the team on a wild goose chase. Scientists have noticed this "language gap" before, but they didn't really know why the instructions were getting messed up or how to fix it specifically. They knew the robot was failing, but they didn't have a checklist for how it was failing.
This paper steps in to solve that mystery. The authors, a team of researchers from Fujitsu and Cohere, decided to play detective with a bunch of failed robot missions. They looked at what happened when a robot tried to follow a request in a language like Yoruba or Igbo and failed, compared to when it succeeded in English. They discovered that the robot wasn't just "getting it wrong" randomly; it was dropping specific, critical pieces of information. They built a new "diagnostic toolkit" called a taxonomy, which sorts these failures into five clear buckets: losing the Entity (the "who" or "what"), losing the Source (the "where"), losing the Time (the "when"), messing up the Operation (the "how"), or getting the Answer Format wrong (the "shape" of the final reply).
The big discovery is that the less common a language is in the robot's training data, the more likely it is to drop these specific pieces of information. It's like a game of telephone where the message gets garbled more often the further it travels from the main hub. To fix this, the team invented a method called TART (Taxonomy-guided Actionable Task Representation). Imagine TART as a "pre-flight checklist" that the robot must fill out before it starts working. Instead of just guessing what to do, the robot first translates your request into a strict, structured JSON file that explicitly lists the entities, sources, and time limits. This checklist is then handed to the whole team of robots, ensuring everyone stays on the same page.
The results are promising. When they tested TART on a tough set of real-world tasks called "Multilingual GAIA" across eleven different languages, it consistently made the robots smarter. For the top-tier system they tested (called OWL), using TART boosted the average accuracy by 5.6 percentage points. The improvement was even more dramatic for languages with fewer resources; for example, accuracy jumped by 10.9 points for Yoruba and 9.7 points for Hindi. They also tested this on a different dataset called MULTITAT, where the robots had to read tables and text, and saw similar gains, with one model improving by 10 points on average. The paper suggests that by making these hidden commitments explicit, we can stop the robots from drifting off course, especially when speaking languages that are underrepresented in their training data. It's not a magic wand that fixes everything instantly, but it's a solid, actionable step toward making AI assistants truly global and reliable.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.