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

  1. Initialization: Agents receive private constraints and market information
  2. Dialogue Phase: Agents exchange natural language offers and counteroffers
  3. Agreement Phase: Parties reach consensus or negotiation fails
  4. Settlement: Transactions are finalized based on agreed terms

Task Categories

The benchmark spans multiple complexity levels:

ScenarioBuyersSellersItemsComplexity
Bilateral111Low
One-to-Many1NNMedium
Many-to-ManyMNKHigh

Evaluation Metrics

Feasibility Rate

Measures whether negotiations reach valid agreements:

F=Successful NegotiationsTotal NegotiationsF = \frac{\text{Successful Negotiations}}{\text{Total Negotiations}}

Economic Efficiency

Evaluates how close outcomes are to optimal allocation:

E=Realized SurplusMaximum Possible SurplusE = \frac{\text{Realized Surplus}}{\text{Maximum Possible Surplus}}

Social Welfare

Assesses total utility across all participants:

W=iBuyers(vipi)+jSellers(pjcj)W = \sum_{i \in \text{Buyers}} (v_i - p_i) + \sum_{j \in \text{Sellers}} (p_j - c_j)

where viv_i is buyer valuation, pip_i is price paid, pjp_j is price received, and cjc_j 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:

  1. E-commerce: Automated price negotiation for online marketplaces
  2. Supply Chain: Multi-party contract negotiations
  3. Resource Allocation: Distributed systems requiring consensus
  4. AI Safety: Understanding strategic behavior of autonomous agents

Takeaways

  1. Language-based negotiation is hard: Current LLMs lack robust long-horizon strategic reasoning for multi-round negotiations
  2. Private constraints matter: Handling hidden information is a key challenge for agent-based commerce
  3. Scalability issues: Performance degrades significantly as market complexity increases
  4. 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. 初始化:智能体接收私有约束和市场信息
  2. 对话阶段:智能体交换自然语言报价和还价
  3. 协议阶段:各方达成共识或谈判失败
  4. 结算:根据商定条款完成交易

任务类别

基准涵盖多个复杂度级别:

场景买家卖家商品复杂度
双边111
一对多1NN
多对多MNK

评估指标

可行性率

衡量谈判是否达成有效协议:

F=成功谈判数总谈判数F = \frac{\text{成功谈判数}}{\text{总谈判数}}

经济效率

评估结果与最优分配的接近程度:

E=实现的剩余最大可能剩余E = \frac{\text{实现的剩余}}{\text{最大可能剩余}}

社会福利

评估所有参与者的总效用:

W=i买家(vipi)+j卖家(pjcj)W = \sum_{i \in \text{买家}} (v_i - p_i) + \sum_{j \in \text{卖家}} (p_j - c_j)

其中viv_i是买家估值,pip_i是支付价格,pjp_j是收到价格,cjc_j是卖家成本。

实验结果

使用最先进的LLM进行测试揭示了重大挑战:

  • 长期推理:模型难以在多轮中保持战略一致性
  • 私有信息:难以从对话中推断对手约束
  • 多方协调:在多对多场景中性能显著下降
  • 效率差距:在实现最优分配方面仍有很大改进空间

重要意义

随着AI智能体越来越多地参与经济交易,理解其谈判能力变得至关重要:

  1. 电子商务:在线市场的自动化价格谈判
  2. 供应链:多方合同谈判
  3. 资源分配:需要共识的分布式系统
  4. AI安全:理解自主智能体的战略行为

要点总结

  1. 基于语言的谈判很难:当前LLM缺乏用于多轮谈判的稳健长期战略推理能力
  2. 私有约束很重要:处理隐藏信息是基于智能体商务的关键挑战
  3. 可扩展性问题:随着市场复杂度增加,性能显著下降
  4. 基准基础:AgenticPay为提升LLM的谈判能力提供了系统性框架