paper-with-me

Papers

ProACT: Towards Breakdown-Aware Proactive Agent in Multi-User Collaboration

2026-07-04 · Shu Yang, Difei Xu, Jiaxin Pei, Di Wang arxiv

Conversational agents are increasingly embedded in human collaborative work, yet they remain fundamentally passive and reactive: they respond to explicit user requests rather than proactively recognizing moments when a team would benefit from timely intervention as human collaborators often do. This reactive design substantially limits the use of agents as active participants in multi-user collaboration, where disagreements, ambiguous goals, forgotten constraints, underspecified plans, discussion loops, and imbalanced participation can gradually undermine group progress. To move agents from passive assistants toward active participants in multi-user collaboration, we introduce ProACT, a breakdown-aware agent framework grounded in theories of common ground, collaborative planning, and coordination work. ProACT observes the speaker-attributed conversation history, determines whether the current turn contains a collaboration breakdown requiring intervention, decides whether the agent should stay silent or speak, and, when speaking is needed, routes the case to a targeted collaboration skill. We further introduce the first multi-user collaboration benchmark for evaluating proactive agents across project planning, product design, research collaboration, logistics, education, and resource-constrained decision making. Across 3,244 turn-level examples and five LLM backbones, ProACT consistently improves collaborative appropriateness, non-interruptiveness, conciseness, and judged intervention quality over direct chat.

📄 PDF Abstract BibTeX arXiv:2607.03730

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

ContextAgent: Context-Aware Proactive LLM Agents with Open-World Sensory Perceptions

2025-05-20 · Bufang Yang, Lilin Xu, Liekang Zeng, Kaiwei Liu 외

Recent advances in Large Language Models (LLMs) have propelled intelligent agents from reactive responses to proactive support. While promising, existing proactive agents either rely exclusively on observations from encl…

From Reactive to Proactive: Assessing the Proactivity of Voice Agents via ProVoice-Bench

2026-04-16 · Ke Xu, Yuhao Wang, Yu Wang arxiv

Recent advancements in LLM agents are gradually shifting from reactive, text-based paradigms toward proactive, multimodal interaction. However, existing benchmarks primarily focus on reactive responses, overlooking the c…

ProActor: Timing-Aware Reinforcement Learning for Proactive Task Scheduling Agents

2026-05-24 · Lei Ding, Bin He, Chenguang Wang, Yang Liu arxiv

Proactive task-oriented agents must autonomously anticipate user needs, identify actionable opportunities, and trigger software actions at appropriate moments - fundamentally shifting from reactive systems that await exp…

Reinforcement Learning

Improving Proactive Dialog Agents Using Socially-Aware Reinforcement Learning

2022-11-25 · Matthias Kraus, Nicolas Wagner, Ron Riekenbrauck, Wolfgang Minker

The next step for intelligent dialog agents is to escape their role as silent bystanders and become proactive. Well-defined proactive behavior may improve human-machine cooperation, as the agent takes a more active role …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Assistance or Disruption? Exploring and Evaluating the Design and Trade-offs of Proactive AI Programming Support

2025-02-25 · Kevin Pu, Daniel Lazaro, Ian Arawjo, Haijun Xia 외

AI programming tools enable powerful code generation, and recent prototypes attempt to reduce user effort with proactive AI agents, but their impact on programming workflows remains unexplored. We introduce and evaluate …

Code Generation