Learning "Partner-Aware" Collaborators in Multi-Party Collaboration
Abhijnan Nath, Nikhil Krishnaswamy
TL;DR
This work tackles the challenge of training LLM-based collaborators that can effectively partner with both humans and other agents in multi-party tasks. It introduces Interruptible Collaborative Roleplayer (ICR), a framework built on a Modified-Action MDP (MAMDP) and a counterfactual invariance objective to selectively incorporate helpful interventions while resisting misleading ones. Theoretical results bound the suboptimality gap in MAMDPs and justify the counterfactual regularization, while empirical evaluations on DeliData and the Weights Task show that ICR consistently outperforms baselines in both full-language and restricted (no-press) settings, achieving higher task success and greater convergence of group beliefs. The findings suggest that partner-aware learning with counterfactual grounding enhances robustness and common-ground formation in AI-assisted collaboration, with practical implications for educational and workplace tutoring contexts. Future work should explore more diverse intervention styles, human-in-the-loop data, and scalability to more complex multi-agent environments while addressing safety considerations around potential manipulation or deception.
Abstract
Large Language Models (LLMs) are increasingly bring deployed in agentic settings where they act as collaborators with humans. Therefore, it is increasingly important to be able to evaluate their abilities to collaborate effectively in multi-turn, multi-party tasks. In this paper, we build on the AI alignment and safe interruptability literature to offer novel theoretical insights on collaborative behavior between LLM-driven collaborator agents and an intervention agent. Our goal is to learn an ideal partner-aware collaborator that increases the group's common-ground (CG)-alignment on task-relevant propositions-by intelligently collecting information provided in interventions by a partner agent.We show how LLM agents trained using standard RLHF and related approaches are naturally inclined to ignore possibly well-meaning interventions, which makes increasing group common ground non-trivial in this setting. We employ a two-player Modified-Action MDP to examine this suboptimal behavior of standard AI agents, and propose Interruptible Collaborative Roleplayer (ICR)-a novel partner-aware learning algorithm to train CG-optimal collaborators. Experiments on multiple collaborative task environments show that ICR, on average, is more capable of promoting successful CG convergence and exploring more diverse solutions in such tasks.
