paper-with-me

홈 › Papers

Improving Bot Response Contradiction Detection via Utterance Rewriting

2022-07-25 · SIGDIAL (ACL) 2022 9 · Di Jin, Sijia Liu, Yang Liu, Dilek Hakkani-Tur

Though chatbots based on large neural models can often produce fluent responses in open domain conversations, one salient error type is contradiction or inconsistency with the preceding conversation turns. Previous work has treated contradiction detection in bot responses as a task similar to natural language inference, e.g., detect the contradiction between a pair of bot utterances. However, utterances in conversations may contain co-references or ellipsis, and using these utterances as is may not always be sufficient for identifying contradictions. This work aims to improve the contradiction detection via rewriting all bot utterances to restore antecedents and ellipsis. We curated a new dataset for utterance rewriting and built a rewriting model on it. We empirically demonstrate that this model can produce satisfactory rewrites to make bot utterances more complete. Furthermore, using rewritten utterances improves contradiction detection performance significantly, e.g., the AUPR and joint accuracy scores (detecting contradiction along with evidence) increase by 6.5% and 4.5% (absolute increase), respectively.

📄 PDF Abstract BibTeX arXiv:2207.11862

Code (1)

jind11/utterance-rewriting 공식 구현 jax

Tasks

Natural Language Inference

Similar Papers 제목 키워드 기반

Unsupervised Context Rewriting for Open Domain Conversation

2019-10-18 · IJCNLP 2019 11 · Kun Zhou, Kai Zhang, Yu Wu, Shujie Liu 외

Context modeling has a pivotal role in open domain conversation. Existing works either use heuristic methods or jointly learn context modeling and response generation with an encoder-decoder framework. This paper propose…

DecoderReinforcement LearningReinforcement Learning (RL)Response Generation+1

I like fish, especially dolphins: Addressing Contradictions in Dialogue Modeling

2020-12-24 · ACL 2021 5 · Yixin Nie, Mary Williamson, Mohit Bansal, Douwe Kiela 외

To quantify how well natural language understanding models can capture consistency in a general conversation, we introduce the DialoguE COntradiction DEtection task (DECODE) and a new conversational dataset containing bo…

Natural Language Understanding

Discourse Coherence and Response-Guided Context Rewriting for Multi-Party Dialogue Generation

2026-04-08 · Zhiyu Cao, Peifeng Li, Qiaoming Zhu arxiv

Previous research on multi-party dialogue generation has predominantly leveraged structural information inherent in dialogues to directly inform the generation process. However, the prevalence of colloquial expressions a…

Dialogue GenerationResponse Generation

KG-ECO: Knowledge Graph Enhanced Entity Correction for Query Rewriting

2023-02-21 · Jinglun Cai, Mingda Li, Ziyan Jiang, Eunah Cho 외

Query Rewriting (QR) plays a critical role in large-scale dialogue systems for reducing frictions. When there is an entity error, it imposes extra challenges for a dialogue system to produce satisfactory responses. In th…

Entity RetrievalFew-Shot LearningRe-RankingRetrieval

Utterance Rewriting with Contrastive Learning in Multi-turn Dialogue

2021-11-16 · ACL ARR September 2021 9 · Anonymous

Context modeling plays a significant role in building multi-turn dialogue systems. In order to make full use of context information, systems can use Incomplete Utterance Rewriting(IUR) methods to simplify the multi-turn …

Contrastive LearningMulti-Task LearningSentence