CLNov 8, 2024

Multi-hop Evidence Pursuit Meets the Web: Team Papelo at FEVER 2024

arXiv:2411.05762v123 citationsh-index: 3FEVER
Originality Incremental advance
AI Analysis

This addresses the challenge of separating disinformation from facts on the web, though it is incremental as it builds on existing methods for the FEVER 2024 task.

The authors tackled automated fact-checking of web claims by combining large language models with search engines in a multi-hop evidence pursuit strategy, achieving a 0.045 higher label accuracy and 0.155 higher AVeriTeC score compared to generating all questions at once.

Separating disinformation from fact on the web has long challenged both the search and the reasoning powers of humans. We show that the reasoning power of large language models (LLMs) and the retrieval power of modern search engines can be combined to automate this process and explainably verify claims. We integrate LLMs and search under a multi-hop evidence pursuit strategy. This strategy generates an initial question based on an input claim using a sequence to sequence model, searches and formulates an answer to the question, and iteratively generates follow-up questions to pursue the evidence that is missing using an LLM. We demonstrate our system on the FEVER 2024 (AVeriTeC) shared task. Compared to a strategy of generating all the questions at once, our method obtains .045 higher label accuracy and .155 higher AVeriTeC score (evaluating the adequacy of the evidence). Through ablations, we show the importance of various design choices, such as the question generation method, medium-sized context, reasoning with one document at a time, adding metadata, paraphrasing, reducing the problem to two classes, and reconsidering the final verdict. Our submitted system achieves .510 AVeriTeC score on the dev set and .477 AVeriTeC score on the test set.

Foundations

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

Your Notes