Research Papers 论文研究 3d ago Updated 3d ago 更新于 3天前 49

Evaluating Generative Agents with Actions Grounded in Socially Distributed Task Environments using Incognita 使用Incognita评估在社会分布式任务环境中以行动为基准的生成式智能体

Introduction of Incognita, a framework separating social interaction from grounded execution to evaluate agents in socially distributed task environments. Definition of socially distributed tasks where knowledge is partitioned across role-isolated participants, requiring communication for exploration and actions for exploitation. Evaluation of three generative models on 18 retail tasks reveals low reliability despite progress, with success rates rising from 0% to 17.2%. Findings indicate that st 提出“社会分布式任务环境”概念,将知识分散在角色隔离的参与者中,要求智能体通过通信探索知识并通过动作利用状态。 发布 Incognita 框架,基于 Concordia 分离社交互动与地面执行,包含消息路由、专家中介、确定性子环境和离线评估器。 在 Incognita-Retail 基准上对三个生成式智能体模型进行540次试验,成功率从0%提升至最高17.2%,但可靠性仍然较低。 研究发现更强的模型能获取更多隐藏知识和接触更多实体,但过早终止行为显著减少,揭示了可靠成功前的行为暴露阶段。

65
Hot 热度
75
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Introduction of Incognita, a framework separating social interaction from grounded execution to evaluate agents in socially distributed task environments.
  • Definition of socially distributed tasks where knowledge is partitioned across role-isolated participants, requiring communication for exploration and actions for exploitation.
  • Evaluation of three generative models on 18 retail tasks reveals low reliability despite progress, with success rates rising from 0% to 17.2%.
  • Findings indicate that stronger models elicit more hidden knowledge and contact more entities, but premature finalization remains a significant issue.
  • The study highlights that such environments expose critical behavioral gaps like source selection and grounded action attempts before achieving reliable success.

Why It Matters

This research addresses a critical gap in AI evaluation by combining the persistent state of grounded benchmarks with the rich interactions of social simulations. For practitioners, it provides a rigorous method to test agent reliability in complex scenarios where information is siloed and actions have real consequences. The findings serve as a baseline for improving agent coordination and decision-making in multi-agent systems.

Technical Details

  • Framework Architecture: Incognita is built on Concordia and decouples social interaction from grounded execution. It uses a routing mechanism where agents send messages to users or specialist entities, which then mediate operations in a deterministic sub-environment.
  • Evaluation Methodology: The study utilizes Incognita-Retail, adapting tau-bench retail into a multi-entity environment. It preserves final-state reward semantics while introducing role-isolated participants.
  • Experimental Setup: Three generative agent models were tested across 18 tasks stratified by social breadth, totaling 540 trials. Metrics included success rate, premature finalization, and behavioral indicators like knowledge elicitation.
  • Performance Metrics: Success rates improved from 0% to 8.9% and 17.2% across models. Premature finalization decreased from 100% to 87% and 58%, indicating better adherence to task protocols but still significant errors.
  • Behavioral Analysis: Stronger models demonstrated increased attempts at grounded writes and contact with more entities, suggesting better exploration capabilities, though overall reliability remained low.

Industry Insight

  • Benchmark Design: Developers should incorporate socially distributed elements into future benchmarks to better simulate real-world complexity where information is not centrally available.
  • Agent Reliability: The high rate of premature finalization suggests current models struggle with patience and verification; improving this requires better incentive structures or architectural changes to delay action until sufficient knowledge is gathered.
  • Multi-Agent Coordination: As agents become more capable, the focus must shift from individual performance to inter-agent communication efficiency and trust mechanisms in partitioned knowledge environments.

TL;DR

  • 提出“社会分布式任务环境”概念,将知识分散在角色隔离的参与者中,要求智能体通过通信探索知识并通过动作利用状态。
  • 发布 Incognita 框架,基于 Concordia 分离社交互动与地面执行,包含消息路由、专家中介、确定性子环境和离线评估器。
  • 在 Incognita-Retail 基准上对三个生成式智能体模型进行540次试验,成功率从0%提升至最高17.2%,但可靠性仍然较低。
  • 研究发现更强的模型能获取更多隐藏知识和接触更多实体,但过早终止行为显著减少,揭示了可靠成功前的行为暴露阶段。

为什么值得看

这篇文章为评估具备社会交互能力的智能体提供了新的基准框架 Incognita,解决了现有基准在社交复杂性与地面执行验证之间的割裂问题。对于致力于开发多智能体协作或复杂任务规划系统的研究者而言,该研究揭示了当前模型在知识获取与动作执行协调上的关键瓶颈。

技术解析

  • 社会分布式任务环境定义:任务相关知识点分布在角色隔离的参与者之间,后果性动作只能通过这些参与者访问。通信用于探索角色分割的知识,地面动作用于利用环境状态。
  • Incognita 架构设计:基于 Concordia 构建,将社交互动与地面执行解耦。被评估的智能体负责将消息路由给用户或专家实体;专家实体调解允许的操作;确定性子环境在规范状态下执行接受的操作;离线评估器根据继承奖励对结果进行评分。
  • Incognita-Retail 基准转换:将 tau-bench retail 转换为多实体环境,同时保留最终状态的奖励语义,使得评估能够在保持可验证性的同时引入社交复杂性。
  • 实验设置与结果:评估了三个生成式智能体模型在18个按社交广度分层的任务上的表现,共540次试验。结果显示成功率逐步提升(0% -> 8.9% -> 17.2%),过早终止率下降(100% -> 87% -> 58%),表明模型在知识 elicitation 和源选择上有所进步,但整体可靠性仍低。

行业启示

  • 评估标准升级:随着智能体向更复杂的社交场景发展,单一的指令遵循或简单地面操作基准已不足够,需要结合社交互动与状态验证的综合评估体系。
  • 可靠性瓶颈:当前模型在处理分布式知识和协调多方行动时仍存在显著的可靠性问题,特别是在避免过早决策和准确利用获取的信息方面,这是迈向通用智能体的关键障碍。
  • 架构解耦趋势:将社交推理(沟通、协商)与物理/逻辑执行(动作、状态更新)分离的架构设计有助于提高系统的可调试性和模块化能力,是构建复杂智能体系统的有效路径。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Evaluation 评测 Benchmark 基准测试 Research 科学研究