PolyWorkBench: Benchmarking Multilingual Long-Horizon LLM Agents

📄 arXiv: 2607.06008v1 📥 PDF

作者: Hongliang Li, Yijin Liu, Zhiwei Zhang, Zihe Liu, Xinyue Lou, Jinan Xu, Fandong Meng, Kaiyu Huang

分类: cs.AI, cs.CL

发布日期: 2026-07-07

备注: 15 Pages, 6 figures


💡 一句话要点

提出PolyWorkBench以评估多语言长时程LLM代理的性能

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 多语言处理 长时程任务 大型语言模型 工作流程评估 混合评估框架 功能正确性 语言一致性 跨领域应用

📋 核心要点

  1. 现有的LLM代理评估大多基于单语言环境,无法有效应对多语言输入和输出的复杂性。
  2. 本文提出PolyWorkBench基准,专注于多语言长时程工作流程的评估,涵盖多个领域的复杂任务。
  3. 实验证明,当前最先进的LLM代理在多语言环境下性能显著下降,强调了多语言性对推理和执行的影响。

📝 摘要(中文)

大型语言模型(LLM)代理在需要规划、工具使用和与外部环境交互的长时程任务中表现出色。然而,现有基准大多假设单语言环境,忽视了多语言输入和输出的实际应用场景。本文提出了PolyWorkBench,一个用于评估LLM代理在多语言工作流程中的基准,涵盖商业、知识工作、法律分析、本地化和制造等五个领域的67个任务。我们设计了一个混合框架,结合结构评分、可执行验证和基于LLM的语义评估,以全面评估功能正确性和语言一致性。实验证明,现有的LLM代理在多语言工作流程中性能显著下降,强调了在代理评估中联合建模语言变化和程序决策的重要性。

🔬 方法详解

问题定义:本文旨在解决现有LLM代理在多语言工作流程中评估不足的问题。现有方法多假设单语言环境,无法适应多语言输入和输出的复杂性。

核心思路:提出PolyWorkBench基准,设计一个混合评估框架,结合结构评分、可执行验证和基于LLM的语义评估,以全面评估多语言环境下的LLM代理性能。

技术框架:整体架构包括任务设计、评估模块和结果分析。任务设计涵盖67个多语言任务,评估模块则结合了多种评估方法,确保评估的全面性和准确性。

关键创新:最重要的创新在于引入了多语言性对LLM代理推理和执行的影响分析,强调了联合建模语言变化与程序决策的重要性。

关键设计:在评估过程中,采用了结构评分和可执行验证相结合的方式,确保了功能正确性与语言一致性,同时设计了适应多语言输入的评估标准。

🖼️ 关键图片

img_0
img_1

📊 实验亮点

实验结果显示,当前最先进的LLM代理在多语言工作流程中的性能下降幅度超过30%,相比于单语言环境的表现,强调了多语言性对推理和执行的复合影响。这一发现为未来的LLM代理设计提供了重要的指导。

🎯 应用场景

该研究的潜在应用领域包括多语言客服系统、跨国企业的自动化办公流程、法律文书的多语言处理等。通过提升LLM代理在多语言环境下的表现,能够显著提高工作效率和用户体验,未来可能推动多语言AI助手的广泛应用。

📄 摘要(原文)

Large language model (LLM) agents have shown strong performance in long-horizon tasks that require planning, tool use, and interaction with external environments. However, most existing benchmarks implicitly assume a monolingual setting, where the entire execution process, including reasoning, tool invocation, and output generation, is conducted within a single language. In contrast, real-world applications often involve multilingual inputs and outputs within a unified workflow, yet the interaction between multilinguality and agentic execution remains underexplored. In this work, we introduce PolyWorkBench, a benchmark for evaluating LLM agents on multilingual long-horizon workplace workflows. PolyWorkBench consists of 67 tasks across five domains, including commerce, knowledge work, legal analysis, localization, and manufacturing, where agents must process heterogeneous multilingual inputs, perform iterative reasoning, invoke external tools, and produce structured outputs. To enable comprehensive evaluation, we propose a hybrid framework that combines structural grading, executable verification, and LLM-based semantic assessment. This design allows us to capture both functional correctness and linguistic consistency across complex workflows. Empirical results show that state-of-the-art LLM agents suffer significant performance degradation in multilingual workflow settings compared to monolingual counterparts. Our analysis suggests that multilinguality introduces compounding effects across reasoning and execution steps, highlighting the importance of jointly modeling language variation and procedural decision-making in agent evaluation.