paper-with-me

홈 › Papers

CalBench: Evaluating Coordination-Privacy Trade-offs in Multi-Agent LLMs

2026-05-10 · Chelsea Zou, Yiheng Yao, Selena She, Noah Goodman, Robert D. Hawkins arxiv

Personal AI assistants are beginning to act as delegates with access to calendars, inboxes, and user preferences. Calendar scheduling makes the trust problem concrete: an assistant must coordinate with other assistants while deciding what to reveal about the person it represents. We introduce CalBench, a controlled benchmark for multi-agent calendar scheduling under private information. In each task, $N$ agents manage separate private calendars and schedule a stream of $M$ incoming meetings while minimizing disruption costs. Because no agent can inspect another agent's calendar, success requires language-mediated coordination rather than centralized planning. CalBench generates solvable scenarios with CP-SAT oracle solutions and decentralized non-LLM reference protocols, enabling evaluation of task success, excess cost, communication efficiency, burden fairness, and privacy leakage under matched information constraints. Across seven model families, we find that completion alone misses important failures: agents leave avoidable cost on the table, communication volume does not predict lower regret, and privacy-preserving silence can deprive teammates of cost information needed for fair burden allocation. CalBench provides a reproducible testbed for studying whether autonomous assistants can coordinate on behalf of users before deployment at scale.

📄 PDF Abstract BibTeX arXiv:2605.09823

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating Trade-offs in Computer Vision Between Attribute Privacy, Fairness and Utility

2023-02-15 · William Paul, Philip Mathew, Fady Alajaji, Philippe Burlina

This paper investigates to what degree and magnitude tradeoffs exist between utility, fairness and attribute privacy in computer vision. Regarding privacy, we look at this important problem specifically in the context of…

AttributeFairness

Evaluating Differentially Private Machine Learning in Practice

2019-02-24 · Bargav Jayaraman, David Evans

Differential privacy is a strong notion for privacy that can be used to prove formal guarantees, in terms of a privacy budget, $\epsilon$, about how much information is leaked by a mechanism. However, implementations of …

BIG-bench Machine LearningPrivacy Preserving

When Does Hierarchy Help? Benchmarking Agent Coordination in Event-Driven Industrial Scheduling

2026-05-13 · Ziqi Wang, Yuhao Yang, Zhiwei Ling, Wenzhuo Qian 외 arxiv

Recent advances in agent and multi-agent systems have shown strong performance on tool use, reasoning, and collaborative tasks. However, existing benchmarks mostly evaluate task completion in weakly coupled environments,…

Decision Making

MedicalBench: Evaluating Large Language Models Toward Improved Medical Concept Extraction

2026-04-05 · Zhichao Yang, Gregory D. Lyng, Sanjit Singh Batra, Robert E. Tillman arxiv

Medical concept extraction from electronic health records underpins many downstream applications, yet remains challenging because medically meaningful concepts are frequently implied rather than explicitly stated in medi…

CodeCRDT: Observation-Driven Coordination for Multi-Agent LLM Code Generation

2025-10-18 · Sergey Pugachev arxiv

Multi-agent LLM systems fail to realize parallel speedups due to costly coordination. We present CodeCRDT, an observation-driven coordination pattern where agents coordinate by monitoring a shared state with observable u…

Code Generation