CLOct 15, 2021

DialFact: A Benchmark for Fact-Checking in Dialogue

arXiv:2110.08222v2650 citations
Originality Synthesis-oriented
AI Analysis

This addresses the need for fact-checking in conversational contexts to combat misinformation, though it is incremental as it adapts existing methods to a new domain.

The authors tackled the problem of fact-checking in dialogue, which is relatively unexplored, by introducing DialFact, a benchmark dataset of 22,245 annotated conversational claims with evidence from Wikipedia, and found that existing models like FEVER perform poorly on this task.

Fact-checking is an essential tool to mitigate the spread of misinformation and disinformation. We introduce the task of fact-checking in dialogue, which is a relatively unexplored area. We construct DialFact, a testing benchmark dataset of 22,245 annotated conversational claims, paired with pieces of evidence from Wikipedia. There are three sub-tasks in DialFact: 1) Verifiable claim detection task distinguishes whether a response carries verifiable factual information; 2) Evidence retrieval task retrieves the most relevant Wikipedia snippets as evidence; 3) Claim verification task predicts a dialogue response to be supported, refuted, or not enough information. We found that existing fact-checking models trained on non-dialogue data like FEVER fail to perform well on our task, and thus, we propose a simple yet data-efficient solution to effectively improve fact-checking performance in dialogue. We point out unique challenges in DialFact such as handling the colloquialisms, coreferences and retrieval ambiguities in the error analysis to shed light on future research in this direction.

Code Implementations2 repos
Foundations

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

Your Notes