paper-with-me

홈 › Papers

Multi-Agent Collaboration for Multilingual Code Instruction Tuning

2025-02-11 · Jian Yang, Wei zhang, Jiaxi Yang, Yibo Miao, Shanghaoran Quan, Zhenhe Wu, Qiyao Peng, Liqun Yang, Tianyu Liu, Zeyu Cui, Binyuan Hui, Junyang Lin

Recent advancement in code understanding and generation demonstrates that code LLMs fine-tuned on a high-quality instruction dataset can gain powerful capabilities to address wide-ranging code-related tasks. However, most previous existing methods mainly view each programming language in isolation and ignore the knowledge transfer among different programming languages. To bridge the gap among different programming languages, we introduce a novel multi-agent collaboration framework to enhance multilingual instruction tuning for code LLMs, where multiple language-specific intelligent agent components with generation memory work together to transfer knowledge from one language to another efficiently and effectively. Specifically, we first generate the language-specific instruction data from the code snippets and then provide the generated data as the seed data for language-specific agents. Multiple language-specific agents discuss and collaborate to formulate a new instruction and its corresponding solution (A new programming language or existing programming language), To further encourage the cross-lingual transfer, each agent stores its generation history as memory and then summarizes its merits and faults. Finally, the high-quality multilingual instruction data is used to encourage knowledge transfer among different programming languages to train Qwen2.5-xCoder. Experimental results on multilingual programming benchmarks demonstrate the superior performance of Qwen2.5-xCoder in sharing common knowledge, highlighting its potential to reduce the cross-lingual gap.

📄 PDF Abstract BibTeX arXiv:2502.07487

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual TransferTransfer Learning

Similar Papers 제목 키워드 기반

Think in English, Answer in Korean: Efficient Adaptation of Multilingual Tool-Using Agents

2026-06-30 · Utsav Garg, Sungjin Hong, Jason Jung, Justin Lee 외 arxiv

We present LuckyStar 111B, a 111B-parameter hybrid reasoning model developed through a collaboration between Cohere and LG CNS for Korean-English enterprise agents under practical memory and serving constraints. The mode…

Reinforcement LearningMathematical Reasoning

Project MAIA: Multilingual AI Agent Assistant

2020-11-01 · EAMT 2020 11 · André F. T. Martins, Joao Graca, Paulo Dimas, Helena Moniz 외

This paper presents the Multilingual Artificial Intelligence Agent Assistant (MAIA), a project led by Unbabel with the collaboration of CMU, INESC-ID and IT Lisbon. MAIA will employ cutting-edge machine learning and natu…

AI AgentBIG-bench Machine LearningTranslation

PC-Agent: A Hierarchical Multi-Agent Collaboration Framework for Complex Task Automation on PC

2025-02-20 · Haowei Liu, Xi Zhang, Haiyang Xu, Yuyang Wanyan 외

In the field of MLLM-based GUI agents, compared to smartphones, the PC scenario not only features a more complex interactive environment, but also involves more intricate intra- and inter-app workflows. To address these …

Decision Making

Multi-Agent Security Tax: Trading Off Security and Collaboration Capabilities in Multi-Agent Systems

2025-02-26 · Pierre Peigne-Lefebvre, Mikolaj Kniejski, Filip Sondej, Matthieu David 외

As AI agents are increasingly adopted to collaborate on complex objectives, ensuring the security of autonomous multi-agent systems becomes crucial. We develop simulations of agents collaborating on shared objectives to …

Instructional Agents: Reducing Teaching Faculty Workload through Multi-Agent Instructional Design

2025-08-27 · Huaiyuan Yao, Wanpeng Xu, Justin Turnau, Nadia Kellam 외 arxiv

Preparing high-quality instructional materials remains a labor-intensive process that often requires extensive coordination among teaching faculty, instructional designers, and teaching assistants. In this work, we prese…