CLSep 22, 2021

Scalable Fact-checking with Human-in-the-Loop

arXiv:2109.10992v113 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of handling massive, redundant information for fact-checkers, though it is incremental in automating organization.

The paper tackled the problem of scaling fact-checking by grouping and summarizing similar social media messages, reducing 28,818 messages to 700 summary claims to accelerate the process.

Researchers have been investigating automated solutions for fact-checking in a variety of fronts. However, current approaches often overlook the fact that the amount of information released every day is escalating, and a large amount of them overlap. Intending to accelerate fact-checking, we bridge this gap by grouping similar messages and summarizing them into aggregated claims. Specifically, we first clean a set of social media posts (e.g., tweets) and build a graph of all posts based on their semantics; Then, we perform two clustering methods to group the messages for further claim summarization. We evaluate the summaries both quantitatively with ROUGE scores and qualitatively with human evaluation. We also generate a graph of summaries to verify that there is no significant overlap among them. The results reduced 28,818 original messages to 700 summary claims, showing the potential to speed up the fact-checking process by organizing and selecting representative claims from massive disorganized and redundant messages.

Code Implementations1 repo
Foundations

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

Your Notes