paper-with-me

홈 › Papers

DEAM: Dialogue Coherence Evaluation using AMR-based Semantic Manipulations

2022-03-18 · ACL 2022 5 · Sarik Ghazarian, Nuan Wen, Aram Galstyan, Nanyun Peng

Automatic evaluation metrics are essential for the rapid development of open-domain dialogue systems as they facilitate hyper-parameter tuning and comparison between models. Although recently proposed trainable conversation-level metrics have shown encouraging results, the quality of the metrics is strongly dependent on the quality of training data. Prior works mainly resort to heuristic text-level manipulations (e.g. utterances shuffling) to bootstrap incoherent conversations (negative examples) from coherent dialogues (positive examples). Such approaches are insufficient to appropriately reflect the incoherence that occurs in interactions between advanced dialogue models and humans. To tackle this problem, we propose DEAM, a Dialogue coherence Evaluation metric that relies on Abstract Meaning Representation (AMR) to apply semantic-level Manipulations for incoherent (negative) data generation. AMRs naturally facilitate the injection of various types of incoherence sources, such as coreference inconsistency, irrelevancy, contradictions, and decrease engagement, at the semantic level, thus resulting in more natural incoherent samples. Our experiments show that DEAM achieves higher correlations with human judgments compared to baseline methods on several dialog datasets by significant margins. We also show that DEAM can distinguish between coherent and incoherent dialogues generated by baseline manipulations, whereas those baseline models cannot detect incoherent examples generated by DEAM. Our results demonstrate the potential of AMR-based semantic manipulations for natural negative example generation.

📄 PDF Abstract BibTeX arXiv:2203.09711

Code (1)

pluslabnlp/deam 공식 구현

Tasks

Abstract Meaning RepresentationCoherence EvaluationDialogue Evaluation

Similar Papers 제목 키워드 기반

Dialogue Coherence Assessment Without Explicit Dialogue Act Labels

2019-08-22 · ACL 2020 6 · Mohsen Mesgar, Sebastian Bücker, Iryna Gurevych

Recent dialogue coherence models use the coherence features designed for monologue texts, e.g. nominal entities, to represent utterances and then explicitly augment them with dialogue-relevant features, e.g., dialogue ac…

Multi-Task Learning

GRADE: Automatic Graph-Enhanced Coherence Metric for Evaluating Open-Domain Dialogue Systems

2020-10-08 · EMNLP 2020 11 · Lishan Huang, Zheng Ye, Jinghui Qin, Liang Lin 외

Automatically evaluating dialogue coherence is a challenging but high-demand ability for developing high-quality open-domain dialogue systems. However, current evaluation metrics consider only surface features or utteran…

Dialogue Evaluation

Semantic-Enhanced Explainable Finetuning for Open-Domain Dialogues

2021-06-06 · Yinhe Zheng, Yida Wang, Pei Ke, Zhenyu Yang 외

This paper propose to combine pretrained language models with the modular dialogue paradigm for open-domain dialogue modeling. Our method, semantic-enhanced finetuning, instantiates conversation understanding, planning, …

InformativenessLanguage ModelingLanguage ModellingResponse Generation

Jurassic is (almost) All You Need: Few-Shot Meaning-to-Text Generation for Open-Domain Dialogue

2021-10-15 · Lena Reed, Cecilia Li, Angela Ramirez, Liren Wu 외

One challenge with open-domain dialogue systems is the need to produce truthful, high-quality responses on any topic. We aim to improve the quality and coverage of Athena, an Alexa Prize dialogue system. We experiment wi…

AllHallucinationLanguage ModellingText Generation

Coherence Models for Dialogue

2018-06-21 · Alessandra Cervone, Evgeny Stepanov, Giuseppe Riccardi

Coherence across multiple turns is a major challenge for state-of-the-art dialogue models. Arguably the most successful approach to automatically learning text coherence is the entity grid, which relies on modelling patt…