Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/7/22 04:00:00

Semantic Cooperative Games for Contribution Attribution in LLM-Based Multi-Agent Systems

AI 中文解读
核心亮点:新方法让多个AI协作时“分功劳”变得又快又准,计算成本直接砍掉九成多。 通俗解读:想象一下,几个AI助手一起帮你写一份报告,有的查资料,有的整理逻辑,有的写句子。过去要判断谁贡献大,工程师得一遍遍让AI“重演”不同组合的过程,既费钱又费时。现在研究人员发明了一种新思路:只看一次完整过程,就能像看一部电影一样,一次性搞清楚每个AI在关键环节发挥了什么作用,完全不用重复跑实验。就像从电影剧本里直接分析每个演员的台词和表情,而不是反复剪辑不同版本。 实际影响:这项技术让开发更强大、更复杂的AI团队变得简单高效。未来你用的智能客服、写作助手或医疗诊断工具,背后可能是几十个AI协同工作,但它们不会再因为“谁功劳大”的问题而浪费算力。这意味着AI服务的运行成本会降低,同时系统更稳定、更可靠,普通用户享受到的服务质量和响应速度都会提升。
arXiv:2607.18255v1 Announce Type: new Abstract: Contribution attribution has become a central problem in LLM-based multi-agent systems, where final outputs are produced through multiple agents, message exchanges, and ordered workflow dependencies. Existing attribution methods often rely on counterfactual valuation, such as removing agents or comparing score changes across altered agent subsets. In language-mediated workflows, these methods require repeated model calls, introduce high variance, and do not explicitly capture the intermediate semantic states through which agents produce, preserve, and transform task-relevant information. We propose Semantic Cooperative Games (SCG), a framework that represents a realized language flow as a semantic generation hypergraph and induces an agent-level semantic value function on this structure. We define the Semantic Shapley Value (SSV) to allocate contribution over semantic support logic, and introduce SLIC, a single-trajectory algorithm that constructs the semantic hypergraph, recovers minimal semantic supports, applies Boolean absorption, and computes SSV without rerunning agent subsets. We prove that SSV reduces to the classical Shapley value under standard set-based, fully observable, and no-order-dependence conditions. On a medical benchmark satisfying these conditions, SLIC reduces computation cost by 93.3% while remaining highly consistent with a Monte Carlo Shapley baseline. In more general multi-role workflows, SSV aligns with perturbation-induced score-drop profiles and exposes cases where semantic contribution and failure impact diverge. Overall, SLIC provides a fast, counterfactual-free, and interpretable attribution method for complex LLM-based multi-agent systems.
分享
阅读原文