CLAIApr 30, 2022

Opponent Modeling in Negotiation Dialogues by Related Data Adaptation

arXiv:2205.00344v2632 citationsh-index: 65
AI Analysis

This work addresses opponent modeling for negotiation agents, enabling more efficient and effective deal-making in social interactions, though it appears incremental as it builds on existing methods with data adaptations.

The paper tackles the problem of inferring an opponent's priorities in multi-issue negotiations from partial dialogues without needing additional annotations, proposing a ranker model that uses data adaptation to achieve strong performance in zero-shot and few-shot scenarios while requiring fewer utterances than baselines.

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 each issue under discussion, which is crucial for finding high-value deals. A practical model for this task needs to infer these priorities of the opponent on the fly based on partial dialogues as input, without needing additional annotations for training. In this work, we propose a ranker for identifying these priorities from negotiation dialogues. The model takes in a partial dialogue as input and predicts the priority order of the opponent. We further devise ways to adapt related data sources for this task to provide more explicit supervision for incorporating the opponent's preferences and offers, as a proxy to relying on granular utterance-level annotations. We show the utility of our proposed approach through extensive experiments based on two dialogue datasets. We find that the proposed data adaptations lead to strong performance in zero-shot and few-shot scenarios. Moreover, they allow the model to perform better than baselines while accessing fewer utterances from the opponent. We release our code to support future work in this direction.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes