Paper: 2602.06008 Authors: Xianyang Liu, Shangding Gu, Dawn Song Categories: cs.AI, cs.LG
Abstract
AgenticPay introduces a benchmark framework enabling language-based negotiation between multiple autonomous agents. The system models markets where buyers and sellers have private constraints and must reach agreements through multi-round dialogue rather than numeric bidding. The benchmark includes over 110 tasks spanning bilateral to many-to-many market scenarios, with comprehensive evaluation metrics for feasibility, efficiency, and welfare.
Key Contributions
- AgenticPay Benchmark: A comprehensive framework for evaluating LLM agents in negotiation scenarios with 110+ diverse tasks
- Multi-Agent Market Modeling: Supports bilateral, one-to-many, and many-to-many market configurations
- Private Constraint Handling: Agents must negotiate with hidden reservation prices and preferences
- Evaluation Metrics: Novel metrics for assessing negotiation feasibility, economic efficiency, and social welfare
The Problem
Traditional automated negotiation systems rely on numeric bidding protocols. However, real-world negotiations involve:
- Natural language communication
- Private information and constraints
- Strategic reasoning over multiple rounds
- Complex multi-party dynamics
Current LLMs lack systematic evaluation for these negotiation capabilities.
System Architecture
Market Structure
AgenticPay models markets with:
- Buyers: Have maximum willingness to pay (private)
- Sellers: Have minimum acceptable price (private)
- Items: Various goods with different attributes
- Rounds: Multi-turn dialogue for reaching agreements
Negotiation Protocol
- Initialization: Agents receive private constraints and market information
- Dialogue Phase: Agents exchange natural language offers and counteroffers
- Agreement Phase: Parties reach consensus or negotiation fails
- Settlement: Transactions are finalized based on agreed terms
Task Categories
The benchmark spans multiple complexity levels:
| Scenario | Buyers | Sellers | Items | Complexity |
|---|---|---|---|---|
| Bilateral | 1 | 1 | 1 | Low |
| One-to-Many | 1 | N | N | Medium |
| Many-to-Many | M | N | K | High |
Evaluation Metrics
Feasibility Rate
Measures whether negotiations reach valid agreements:
Economic Efficiency
Evaluates how close outcomes are to optimal allocation:
Social Welfare
Assesses total utility across all participants:
where is buyer valuation, is price paid, is price received, and is seller cost.
Results
Testing with state-of-the-art LLMs reveals significant challenges:
- Long-horizon reasoning: Models struggle to maintain strategic consistency across multiple rounds
- Private information: Difficulty in inferring opponent constraints from dialogue
- Multi-party coordination: Performance degrades significantly in many-to-many scenarios
- Efficiency gaps: Substantial room for improvement in achieving optimal allocations
Why This Matters
As AI agents increasingly participate in economic transactions, understanding their negotiation capabilities becomes critical:
- E-commerce: Automated price negotiation for online marketplaces
- Supply Chain: Multi-party contract negotiations
- Resource Allocation: Distributed systems requiring consensus
- AI Safety: Understanding strategic behavior of autonomous agents
Takeaways
- Language-based negotiation is hard: Current LLMs lack robust long-horizon strategic reasoning for multi-round negotiations
- Private constraints matter: Handling hidden information is a key challenge for agent-based commerce
- Scalability issues: Performance degrades significantly as market complexity increases
- Benchmark foundation: AgenticPay provides a systematic framework for advancing negotiation capabilities in LLMs
论文: 2602.06008 作者: Xianyang Liu, Shangding Gu, Dawn Song 分类: cs.AI, cs.LG
摘要
AgenticPay引入了一个基准框架,用于实现多个自主智能体之间基于语言的谈判。该系统模拟了买家和卖家拥有私有约束的市场,必须通过多轮对话而非数字竞价达成协议。该基准包含110多个任务,涵盖从双边到多对多的市场场景,并提供全面的可行性、效率和福利评估指标。
主要贡献
- AgenticPay基准:一个用于评估LLM智能体在谈判场景中表现的综合框架,包含110多个多样化任务
- 多智能体市场建模:支持双边、一对多和多对多市场配置
- 私有约束处理:智能体必须在隐藏保留价格和偏好的情况下进行谈判
- 评估指标:用于评估谈判可行性、经济效率和社会福利的新指标
问题所在
传统的自动化谈判系统依赖于数字竞价协议。然而,现实世界的谈判涉及:
- 自然语言交流
- 私有信息和约束
- 多轮战略推理
- 复杂的多方动态
当前的LLM缺乏对这些谈判能力的系统性评估。
系统架构
市场结构
AgenticPay建模的市场包含:
- 买家:拥有最高支付意愿(私有)
- 卖家:拥有最低可接受价格(私有)
- 商品:具有不同属性的各种商品
- 轮次:用于达成协议的多轮对话
谈判协议
- 初始化:智能体接收私有约束和市场信息
- 对话阶段:智能体交换自然语言报价和还价
- 协议阶段:各方达成共识或谈判失败
- 结算:根据商定条款完成交易
任务类别
基准涵盖多个复杂度级别:
| 场景 | 买家 | 卖家 | 商品 | 复杂度 |
|---|---|---|---|---|
| 双边 | 1 | 1 | 1 | 低 |
| 一对多 | 1 | N | N | 中 |
| 多对多 | M | N | K | 高 |
评估指标
可行性率
衡量谈判是否达成有效协议:
经济效率
评估结果与最优分配的接近程度:
社会福利
评估所有参与者的总效用:
其中是买家估值,是支付价格,是收到价格,是卖家成本。
实验结果
使用最先进的LLM进行测试揭示了重大挑战:
- 长期推理:模型难以在多轮中保持战略一致性
- 私有信息:难以从对话中推断对手约束
- 多方协调:在多对多场景中性能显著下降
- 效率差距:在实现最优分配方面仍有很大改进空间
重要意义
随着AI智能体越来越多地参与经济交易,理解其谈判能力变得至关重要:
- 电子商务:在线市场的自动化价格谈判
- 供应链:多方合同谈判
- 资源分配:需要共识的分布式系统
- AI安全:理解自主智能体的战略行为
要点总结
- 基于语言的谈判很难:当前LLM缺乏用于多轮谈判的稳健长期战略推理能力
- 私有约束很重要:处理隐藏信息是基于智能体商务的关键挑战
- 可扩展性问题:随着市场复杂度增加,性能显著下降
- 基准基础:AgenticPay为提升LLM的谈判能力提供了系统性框架