Subtopic Deep Dive

Automated Negotiation in Multi-Agent Systems
Research Guide

What is Automated Negotiation in Multi-Agent Systems?

Automated Negotiation in Multi-Agent Systems studies protocols, strategies, and opponent modeling techniques enabling autonomous agents to reach agreements on resource allocation and task distribution.

This subtopic covers game-theoretic mechanisms, argumentation-based protocols, and learning opponent preferences in incomplete information settings (Baarslag et al., 2015). Key works include state-oriented negotiation domains (Zlotkin and Rosenschein, 1996) and supply chain applications (Chen et al., 1999). Over 10 influential papers from 1996-2021 span foundational and recent advances, with 520 citations for logical argument models (Chesñevar et al., 2000).

15
Curated Papers
3
Key Challenges

Why It Matters

Automated negotiation enables decentralized coordination in supply chain management, as shown in agent-based systems where functional agents dynamically join or leave (Chen et al., 1999, 124 citations). It supports real-time resource allocation by comparing decentralized markets to central control, revealing efficiency trade-offs in multi-agent settings (Ygge and Akkermans, 1999, 118 citations). Opponent modeling techniques improve bilateral negotiation outcomes under uncertainty (Baarslag et al., 2015, 172 citations), with applications in argumentation for explainable AI decisions (Vassiliades et al., 2021).

Key Research Challenges

Opponent Modeling Under Uncertainty

Agents lack initial knowledge of opponents' preferences, requiring learning techniques during incomplete information games (Baarslag et al., 2015). Surveys classify modeling methods but highlight accuracy gaps in dynamic settings. Real-time adaptation remains difficult without full strategy revelation.

Scalable Protocol Design

State-oriented domains demand mechanisms balancing incentives and efficiency (Zlotkin and Rosenschein, 1996). Holonic structures allow agent merging into super-agents, but scaling to large systems challenges autonomy preservation (Gerber et al., 1999). Empirical comparisons show decentralized markets struggle with coordination overhead.

Argumentation Integration

Logical models formalize commonsense reasoning for negotiation dialogues (Chesñevar et al., 2000). Integrating argumentation with XAI requires step-by-step decision traces, but computational overhead limits real-time use (Vassiliades et al., 2021). Decision models vary widely, complicating hybrid approaches (Balke and Gilbert, 2014).

Essential Papers

1.

Logical models of argument

Carlos Iván Chesñevar, Ana Gabriela Maguitman, Ronald P. Loui · 2000 · ACM Computing Surveys · 520 citations

Logical models of arguement formalize commonsense reasoning while taking process and computation seriously. This survey discusses the main ideas that characterize different logical models of argume...

2.

The Cambridge Handbook of Artificial Intelligence

Keith Frankish · 2014 · Cambridge University Press eBooks · 246 citations

Artificial intelligence, or AI, is a cross-disciplinary approach to understanding, modeling, and creating intelligence of various forms. It is a critical branch of cognitive science, and its influe...

3.

How Do Agents Make Decisions? A Survey

Tina Balke, Nigel Gilbert · 2014 · Journal of Artificial Societies and Social Simulation · 175 citations

When designing an agent-based simulation, an important question to answer is how to model the decision making processes of the agents in the system. A large number of agent decision making models c...

4.

Learning about the opponent in automated bilateral negotiation: a comprehensive survey of opponent modeling techniques

Tim Baarslag, Mark Hendrikx, Koen V. Hindriks et al. · 2015 · Autonomous Agents and Multi-Agent Systems · 172 citations

A negotiation between agents is typically an incomplete information game, where the agents initially do not know their opponent’s preferences or strategy. This poses a challenge, as efficient and e...

5.

Argumentation and explainable artificial intelligence: a survey

Alexandros Vassiliades, Nick Bassiliades, Theodore Patkos · 2021 · The Knowledge Engineering Review · 142 citations

Abstract Argumentation and eXplainable Artificial Intelligence (XAI) are closely related, as in the recent years, Argumentation has been used for providing Explainability to AI. Argumentation can s...

6.

A negotiation-based Multi-agent System for Supply Chain Management

Ye Chen, Yun Peng, Tim Finin et al. · 1999 · 124 citations

This paper describes an ongoing effort in developing a Multiagent System (MAS) for supply chain management. In our framework, functional agents can join in, stay, or leave the system. The Supply Ch...

7.

Decentralized Markets versus Central Control: A Comparative Study

Fredrik Ygge, Hans Akkermans · 1999 · Journal of Artificial Intelligence Research · 118 citations

Multi-Agent Systems (MAS) promise to offer solutions to problems where established, older paradigms fall short. In order to validate such claims that are repeatedly made in software agent publicati...

Reading Guide

Foundational Papers

Start with Zlotkin and Rosenschein (1996) for state-oriented mechanisms; Chen et al. (1999) for practical supply chain negotiation; Chesñevar et al. (2000) for argumentation foundations.

Recent Advances

Baarslag et al. (2015) surveys opponent modeling; Vassiliades et al. (2021) links argumentation to XAI; Balke and Gilbert (2014) covers decision models.

Core Methods

Game-theoretic analysis in state domains (Zlotkin and Rosenschein, 1996); preference learning via opponent modeling (Baarslag et al., 2015); holonic super-agents (Gerber et al., 1999); logical argumentation frameworks (Chesñevar et al., 2000).

How PapersFlow Helps You Research Automated Negotiation in Multi-Agent Systems

Discover & Search

Research Agent uses searchPapers and citationGraph to map negotiation literature from Zlotkin and Rosenschein (1996), revealing 102+ citations and connections to Baarslag et al. (2015). exaSearch uncovers opponent modeling surveys; findSimilarPapers extends to holonic systems (Gerber et al., 1999).

Analyze & Verify

Analysis Agent applies readPaperContent to extract bidding strategies from Baarslag et al. (2015), then verifyResponse with CoVe chain-of-verification flags inconsistencies. runPythonAnalysis simulates game-theoretic payoffs from Zlotkin and Rosenschein (1996) using NumPy; GRADE scores evidence strength for supply chain claims (Chen et al., 1999).

Synthesize & Write

Synthesis Agent detects gaps in opponent modeling via contradiction flagging across Baarslag et al. (2015) and Chesñevar et al. (2000). Writing Agent uses latexEditText and latexSyncCitations to draft protocol comparisons, latexCompile for camera-ready outputs, and exportMermaid for negotiation protocol diagrams.

Use Cases

"Simulate Nash equilibrium in state-oriented negotiation domains from Zlotkin 1996."

Research Agent → searchPapers → Analysis Agent → runPythonAnalysis (NumPy game solver) → payoff matrices and equilibrium plots for researcher.

"Write a review comparing decentralized markets (Ygge 1999) and holonic agents (Gerber 1999)."

Research Agent → citationGraph → Synthesis Agent → gap detection → Writing Agent → latexEditText + latexSyncCitations + latexCompile → formatted LaTeX review PDF.

"Find GitHub repos implementing opponent modeling from Baarslag 2015."

Research Agent → paperExtractUrls → Code Discovery → paperFindGithubRepo → githubRepoInspect → curated code examples and inspection reports.

Automated Workflows

Deep Research workflow scans 50+ papers via searchPapers on 'automated negotiation multi-agent,' producing structured reports with citation networks from Zlotkin and Rosenschein (1996). DeepScan applies 7-step analysis with CoVe checkpoints to verify opponent strategies in Baarslag et al. (2015). Theorizer generates hypotheses on scalable protocols by synthesizing Chen et al. (1999) supply chain dynamics.

Frequently Asked Questions

What defines automated negotiation in multi-agent systems?

It involves protocols and strategies for agents to autonomously agree on resources or tasks, as in state-oriented domains (Zlotkin and Rosenschein, 1996).

What are key methods in this subtopic?

Opponent modeling learns preferences during bilateral talks (Baarslag et al., 2015); argumentation uses logical models for dialogue (Chesñevar et al., 2000); holonic merging preserves autonomy (Gerber et al., 1999).

What are foundational papers?

Zlotkin and Rosenschein (1996, 102 citations) on negotiation mechanisms; Chen et al. (1999, 124 citations) on supply chain MAS; Chesñevar et al. (2000, 520 citations) on argument models.

What open problems exist?

Scalable opponent modeling in real-time; integrating argumentation with XAI without overhead (Vassiliades et al., 2021); empirical validation of decentralized vs. central control at scale (Ygge and Akkermans, 1999).

Research Multi-Agent Systems and Negotiation with AI

PapersFlow provides specialized AI tools for Computer Science researchers. Here are the most relevant for this topic:

See how researchers in Computer Science & AI use PapersFlow

Field-specific workflows, example queries, and use cases.

Computer Science & AI Guide

Start Researching Automated Negotiation in Multi-Agent Systems with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Computer Science researchers