paper-with-me

Papers

Improving Language Model Negotiation with Self-Play and In-Context Learning from AI Feedback

2023-05-17 · Yao Fu, Hao Peng, Tushar Khot, Mirella Lapata

We study whether multiple large language models (LLMs) can autonomously improve each other in a negotiation game by playing, reflecting, and criticizing. We are interested in this question because if LLMs were able to improve each other, it would imply the possibility of creating strong AI agents with minimal human intervention. We ask two LLMs to negotiate with each other, playing the roles of a buyer and a seller, respectively. They aim to reach a deal with the buyer targeting a lower price and the seller a higher one. A third language model, playing the critic, provides feedback to a player to improve the player's negotiation strategies. We let the two agents play multiple rounds, using previous negotiation history and AI feedback as in-context demonstrations to improve the model's negotiation strategy iteratively. We use different LLMs (GPT and Claude) for different roles and use the deal price as the evaluation metric. Our experiments reveal multiple intriguing findings: (1) Only a subset of the language models we consider can self-play and improve the deal price from AI feedback, weaker models either do not understand the game's rules or cannot incorporate AI feedback for further improvement. (2) Models' abilities to learn from the feedback differ when playing different roles. For example, it is harder for Claude-instant to improve as the buyer than as the seller. (3) When unrolling the game to multiple rounds, stronger agents can consistently improve their performance by meaningfully using previous experiences and iterative AI feedback, yet have a higher risk of breaking the deal. We hope our work provides insightful initial explorations of having models autonomously improve each other with game playing and AI feedback.

📄 PDF Abstract BibTeX arXiv:2305.10142

Code (1)

franxyao/gpt-bargaining 공식 구현

Tasks

In-Context LearningLanguage ModelingLanguage ModellingRolling Shutter Correction

Similar Papers 제목 키워드 기반

Be Selfish, But Wisely: Investigating the Impact of Agent Personality in Mixed-Motive Human-Agent Interactions

2023-10-22 · Kushal Chawla, Ian Wu, Yu Rong, Gale M. Lucas 외

A natural way to design a negotiation dialogue system is via self-play RL: train an agent that learns to maximize its performance by interacting with a simulated user that has been designed to imitate human-human dialogu…

Assistive Large Language Model Agents for Socially-Aware Negotiation Dialogues

2024-01-29 · Yuncheng Hua, Lizhen Qu, Gholamreza Haffari

We develop assistive agents based on Large Language Models (LLMs) that aid interlocutors in business negotiations. Specifically, we simulate business negotiations by letting two LLM-based agents engage in role play. A th…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model

Evaluating Language Model Agency through Negotiations

2024-01-09 · Tim R. Davidson, Veniamin Veselovsky, Martin Josifoski, Maxime Peyrard 외

We introduce an approach to evaluate language model (LM) agency using negotiation games. This approach better reflects real-world use cases and addresses some of the shortcomings of alternative LM benchmarks. Negotiation…

Decision MakingLanguage ModelingLanguage Modellingmodel

Learning to Negotiate: Multi-Agent Deliberation for Collective Value Alignment in LLMs

2026-03-11 · Panatchakorn Anantaprayoon, Nataliia Babina, Nima Asgharbeygi, Jad Tarifi arxiv

LLM alignment has progressed in single-agent settings through paradigms such as RL with human feedback (RLHF), while recent work explores scalable alternatives such as RL with AI feedback (RLAIF) and dynamic alignment ob…

A Contextual Combinatorial Bandit Approach to Negotiation

2024-06-30 · Yexin Li, Zhancun Mu, Siyuan Qi

Learning effective negotiation strategies poses two key challenges: the exploration-exploitation dilemma and dealing with large action spaces. However, there is an absence of learning-based approaches that effectively ad…

Multi-Armed Bandits