arXiv:2502.11882cs.AIcs.CL2025-02ACL被引 16

用双系统理论让AI实时协同人类,决策更快更智能。

Leveraging Dual Process Theory in Language Agent Framework for Real-time Simultaneous Human-AI Collaboration

  • 结合快思(系统1)与慢思(系统2),实现快速响应与深度推理
  • 在真实协作任务中显著提升响应速度与决策准确率
  • 适合需要即时交互的智能助手、人机协作场景

基于大语言模型(LLM)的智能体在逐轮交互中表现优异,但在需实时协同的同步任务中受限于延迟和难以推断人类策略。通过实验验证,现有独立的系统1与系统2方法不足以应对实时任务。为此提出DPT-Agent框架,融合双过程理论(DPT)。其系统1采用有限状态机(FSM)与代码即策略,实现快速、直观且可控的决策;系统2整合心智理论(ToM)与异步反思机制,用于推断人类意图并进行基于推理的自主决策。在规则化代理与真人协作测试中,DPT-Agent显著优于主流基于LLM的框架,有效将正确的慢速思考转化为可执行动作。据我们所知,DPT-Agent是首个实现自主实时同步人机协作的语言智能体框架。代码见https://github.com/sjtu-marl/DPT-Agent。

原文摘要 · Abstract (English)

Agents built on large language models (LLMs) have excelled in turn-by-turn human-AI collaboration but struggle with simultaneous tasks requiring real-time interaction. Latency issues and the challenge of inferring variable human strategies hinder their ability to make autonomous decisions without explicit instructions. Through experiments with current independent System 1 and System 2 methods, we validate the necessity of using Dual Process Theory (DPT) in real-time tasks. We propose DPT-Agent, a novel language agent framework that integrates System 1 and System 2 for efficient real-time simultaneous human-AI collaboration. DPT-Agent's System 1 uses a Finite-state Machine (FSM) and code-as-policy for fast, intuitive, and controllable decision-making. DPT-Agent's System 2 integrates Theory of Mind (ToM) and asynchronous reflection to infer human intentions and perform reasoning-based autonomous decisions. We demonstrate the effectiveness of DPT-Agent through further experiments with rule-based agents and human collaborators, showing significant improvements over mainstream LLM-based frameworks. DPT-Agent can effectively help LLMs convert correct slow thinking and reasoning into executable actions, thereby improving performance. To the best of our knowledge, DPT-Agent is the first language agent framework that achieves successful real-time simultaneous human-AI collaboration autonomously. Code of DPT-Agent can be found in https://github.com/sjtu-marl/DPT-Agent.

人机协作双过程理论语言智能体

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。