paper-with-me

홈 › Papers

Towards Quantifiable Dialogue Coherence Evaluation

2021-06-01 · ACL 2021 5 · Zheng Ye, Liucun Lu, Lishan Huang, Liang Lin, Xiaodan Liang

Automatic dialogue coherence evaluation has attracted increasing attention and is crucial for developing promising dialogue systems. However, existing metrics have two major limitations: (a) they are mostly trained in a simplified two-level setting (coherent vs. incoherent), while humans give Likert-type multi-level coherence scores, dubbed as "quantifiable"; (b) their predicted coherence scores cannot align with the actual human rating standards due to the absence of human guidance during training. To address these limitations, we propose Quantifiable Dialogue Coherence Evaluation (QuantiDCE), a novel framework aiming to train a quantifiable dialogue coherence metric that can reflect the actual human rating standards. Specifically, QuantiDCE includes two training stages, Multi-Level Ranking (MLR) pre-training and Knowledge Distillation (KD) fine-tuning. During MLR pre-training, a new MLR loss is proposed for enabling the model to learn the coarse judgement of coherence degrees. Then, during KD fine-tuning, the pretrained model is further finetuned to learn the actual human rating standards with only very few human-annotated data. To advocate the generalizability even with limited fine-tuning data, a novel KD regularization is introduced to retain the knowledge learned at the pre-training stage. Experimental results show that the model trained by QuantiDCE presents stronger correlations with human judgements than the other state-of-the-art metrics.

📄 PDF Abstract BibTeX arXiv:2106.00507

Code (1)

James-Yip/QuantiDCE 공식 구현 pytorch

Tasks

Coherence EvaluationDialogue EvaluationKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

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

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…

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

ECoh: Turn-level Coherence Evaluation for Multilingual Dialogues

2024-07-16 · John Mendonça, Isabel Trancoso, Alon Lavie

Despite being heralded as the new standard for dialogue evaluation, the closed-source nature of GPT-4 poses challenges for the community. Motivated by the need for lightweight, open source, and multilingual dialogue eval…

Coherence EvaluationDialogue Evaluation

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 conversat…

Abstract Meaning RepresentationCoherence EvaluationDialogue Evaluation