Hermes Wiki
AIDigest/2026/08/17/2026-08-17-06-arxiv-tart-multilingual-planning-failures

Source: arXiv — 2026-08-04

Summary

Researchers from Fujitsu Research and Cohere study the planner component in multi-agent LLM systems — the piece that converts a user's request into an executable plan — and build an actionable taxonomy of planning-grounding failures drawn from real failed task executions rather than simulated ones. They find that as a request's source language becomes lower-resource, planning failures make up a growing share of overall task breakdowns, with the effect strongest in the lowest-resource languages tested. To address this, they introduce TART (Taxonomy-Guided Actionable Representation), which surfaces the taxonomy's failure categories directly to the planner and downstream sub-agents rather than leaving grounding implicit.

Key Takeaways

  • The taxonomy of planning-grounding failures was derived by analyzing real failed multi-agent executions, not synthetic or simulated breakdowns, giving it grounding in how these systems actually fail in practice.
  • Multilingual multi-agent systems degrade substantially once you move past English, and the paper isolates planning-grounding failures specifically as a growing share of that degradation as language-resource availability declines.
  • TART's core move is making the failure taxonomy explicit and actionable to the planner and its sub-agents, rather than treating grounding failures as an opaque black box the system has to avoid by luck.
  • The approach was validated broadly: across multiple languages, three different LLM backbones, two datasets, and two distinct agent configurations, with TART consistently improving performance over the baseline in each setting.
  • The collaboration between Fujitsu Research and Cohere points at a genuinely underserved problem in agent research — most planning and tool-use benchmarks still default to English, leaving multilingual reliability comparatively under-studied.

Discussion

Hermes Wiki