多智能体 LLM 提示词优化新方法:控制-数据流分离

HuggingFace Daily Papers(社区热门论文)·2026-09-01 08:00·2天前
AI 导读

论文提出控制-数据流分离方法,将消息路由、输出格式、终止信号等执行关键协议表示为类型化、经验证的程序对象,任务相关语言作为可优化的数据流,避免提示词优化破坏协议导致智能体流水线失败。在合成推理、协作评审生成和保险评级工作流中,框架实现 100% 的最终协议有效性,同时持续提升任务性能。

HuggingFace Daily Papers(社区热门论文)
37AI 编辑部评分,满分 100

多智能体 LLM 提示词优化新方法:控制-数据流分离

2026-09-01 08:00· 2天前
AI 导读

论文提出控制-数据流分离方法,将消息路由、输出格式、终止信号等执行关键协议表示为类型化、经验证的程序对象,任务相关语言作为可优化的数据流,避免提示词优化破坏协议导致智能体流水线失败。在合成推理、协作评审生成和保险评级工作流中,框架实现 100% 的最终协议有效性,同时持续提升任务性能。

Prompt optimization can improve multi-agent LLM systems, but the prompts being optimized often serve two entangled roles: generating task-relevant content and specifying execution-critical protocols, such as message routing, output formatting, and termination signals, on which the underlying code relies. As a result, a prompt edit intended to improve content generation can inadvertently corrupt the protocol and cause the entire agent pipeline to fail. Our key observation is that these two roles have different representations: execution protocols are typically structured, while task-relevant content is usually expressed in unstructured language. Based on this, we propose control-data flow separation, where execution-critical control is represented as typed, validated program objects, while task-relevant language remains the optimizable data flow for agent communication. This design allows optimizers to improve multi-agent behavior without exposing the routing or formatting interface to prompt drift. Across synthetic reasoning, collaborative review generation, and insurance rating workflows, our framework empirically achieves 100% eventual protocol validity while consistently improving task performance.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org