paper-with-me

Papers

Evaluating Task-Oriented Dialogue Consistency through Constraint Satisfaction

2024-07-16 · Tiziano Labruna, Bernardo Magnini

Task-oriented dialogues must maintain consistency both within the dialogue itself, ensuring logical coherence across turns, and with the conversational domain, accurately reflecting external knowledge. We propose to conceptualize dialogue consistency as a Constraint Satisfaction Problem (CSP), wherein variables represent segments of the dialogue referencing the conversational domain, and constraints among variables reflect dialogue properties, including linguistic, conversational, and domain-based aspects. To demonstrate the feasibility of the approach, we utilize a CSP solver to detect inconsistencies in dialogues re-lexicalized by an LLM. Our findings indicate that: (i) CSP is effective to detect dialogue inconsistencies; and (ii) consistent dialogue re-lexicalization is challenging for state-of-the-art LLMs, achieving only a 0.15 accuracy rate when compared to a CSP solver. Furthermore, through an ablation study, we reveal that constraints derived from domain knowledge pose the greatest difficulty in being respected. We argue that CSP captures core properties of dialogue consistency that have been poorly considered by approaches based on component pipelines.

📄 PDF Abstract BibTeX arXiv:2407.11857

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Context Does Matter: Implications for Crowdsourced Evaluation Labels in Task-Oriented Dialogue Systems

2024-04-15 · Clemencia Siro, Mohammad Aliannejadi, Maarten de Rijke

Crowdsourced labels play a crucial role in evaluating task-oriented dialogue systems (TDSs). Obtaining high-quality and consistent ground-truth labels from annotators presents challenges. When evaluating a TDS, annotator…

Task-Oriented Dialogue Systems

Relevance of Unsupervised Metrics in Task-Oriented Dialogue for Evaluating Natural Language Generation

2017-06-29 · ICLR 2018 1 · Shikhar Sharma, Layla El Asri, Hannes Schulz, Jeremie Zumer

Automated metrics such as BLEU are widely used in the machine translation literature. They have also been used recently in the dialogue community for evaluating dialogue response generation. However, previous work in dia…

Dialogue GenerationDiversityMachine TranslationResponse Generation+3

Don’t be Contradicted with Anything! CI-ToD: Towards Benchmarking Consistency for Task-oriented Dialogue System

2021-11-01 · EMNLP 2021 11 · Libo Qin, Tianbao Xie, Shijue Huang, Qiguang Chen 외

Consistency Identification has obtained remarkable success on open-domain dialogue, which can be used for preventing inconsistent response generation. However, in contrast to the rapid development in open-domain dialogue…

BenchmarkingResponse Generation

Don't be Contradicted with Anything! CI-ToD: Towards Benchmarking Consistency for Task-oriented Dialogue System

2021-09-23 · Libo Qin, Tianbao Xie, Shijue Huang, Qiguang Chen 외

Consistency Identification has obtained remarkable success on open-domain dialogue, which can be used for preventing inconsistent response generation. However, in contrast to the rapid development in open-domain dialogue…

BenchmarkingResponse Generation

Metaphorical User Simulators for Evaluating Task-oriented Dialogue Systems

2022-04-02 · Weiwei Sun, Shuyu Guo, Shuo Zhang, Pengjie Ren 외

Task-oriented dialogue systems (TDSs) are assessed mainly in an offline setting or through human evaluation. The evaluation is often limited to single-turn or is very time-intensive. As an alternative, user simulators th…

Conversational RecommendationTask-Oriented Dialogue Systems