paper-with-me

Papers

Agreement Tracking for Multi-Issue Negotiation Dialogues

2023-07-13 · Amogh Mannekote, Bonnie J. Dorr, Kristy Elizabeth Boyer

Automated negotiation support systems aim to help human negotiators reach more favorable outcomes in multi-issue negotiations (e.g., an employer and a candidate negotiating over issues such as salary, hours, and promotions before a job offer). To be successful, these systems must accurately track agreements reached by participants in real-time. Existing approaches either focus on task-oriented dialogues or produce unstructured outputs, rendering them unsuitable for this objective. Our work introduces the novel task of agreement tracking for two-party multi-issue negotiations, which requires continuous monitoring of agreements within a structured state space. To address the scarcity of annotated corpora with realistic multi-issue negotiation dialogues, we use GPT-3 to build GPT-Negochat, a synthesized dataset that we make publicly available. We present a strong initial baseline for our task by transfer-learning a T5 model trained on the MultiWOZ 2.4 corpus. Pre-training T5-small and T5-base on MultiWOZ 2.4's DST task enhances results by 21% and 9% respectively over training solely on GPT-Negochat. We validate our method's sample-efficiency via smaller training subset experiments. By releasing GPT-Negochat and our baseline models, we aim to encourage further research in multi-issue negotiation dialogue agreement tracking.

📄 PDF Abstract BibTeX arXiv:2307.06524

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

DST Dynamic sparse training methods train neural networks in a sparse manner, starting with an initial sparse mask, and periodically updating the mask based on some criteria.
Multi-Head Attention 설명 없음
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
SentencePiece 설명 없음
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…

Similar Papers 제목 키워드 기반

Deal or No Deal? End-to-End Learning of Negotiation Dialogues

2017-09-01 · EMNLP 2017 9 · Mike Lewis, Denis Yarats, Yann Dauphin, Devi Parikh 외

Much of human dialogue occurs in semi-cooperative settings, where agents with different goals attempt to agree on common decisions. Negotiations require complex communication and reasoning skills, but success is easy to …

Deal or No Deal? End-to-End Learning for Negotiation Dialogues

2017-06-16 · Mike Lewis, Denis Yarats, Yann N. Dauphin, Devi Parikh 외

Much of human dialogue occurs in semi-cooperative settings, where agents with different goals attempt to agree on common decisions. Negotiations require complex communication and reasoning skills, but success is easy to …

From Overload to Convergence: Supporting Multi-Issue Human-AI Negotiation with Bayesian Visualization

2026-03-24 · Mehul Parmar, Chaklam Silpasuwanchai arxiv

As AI systems increasingly mediate negotiations, understanding how the number of negotiated issues impacts human performance is crucial for maintaining human agency. We designed a human-AI negotiation case study in a rea…

Opponent Modeling in Negotiation Dialogues by Related Data Adaptation

2022-04-30 · Findings (NAACL) 2022 7 · Kushal Chawla, Gale M. Lucas, Jonathan May, Jonathan Gratch

Opponent modeling is the task of inferring another party's mental state within the context of social interactions. In a multi-issue negotiation, it involves inferring the relative importance that the opponent assigns to …

Preference Estimation via Opponent Modeling in Multi-Agent Negotiation

2026-04-17 · Yuta Konishi, Kento Yamamoto, Eisuke Sonomoto, Rikuho Takeda 외 arxiv

Automated negotiation in complex, multi-party and multi-issue settings critically depends on accurate opponent modeling. However, conventional numerical-only approaches fail to capture the qualitative information embedde…

Natural Language Understanding