User-Centric Evidence Ranking for Attribution and Fact Verification
Guy Alt, Eran Hirsch, Serwar Basch, Ido Dagan, Oren Glickman
TL;DR
This work formulates Evidence Ranking as a user-centric alternative to traditional evidence selection for attribution and fact verification, introducing Minimal Sufficient Rank (MSR) and IR-inspired metrics to minimize reading effort while preserving verifiability. It benchmarks one-shot and incremental approaches across embedding, NLI, reasoning-based rerankers, and large language models, demonstrating that incremental LLM-based ranking achieves the strongest overall performance, with substantial gains in both efficiency and verification accuracy. A unified benchmark integrating FEVER, HoVer, and WiCE reveals persistent headroom and practical challenges, while a controlled user study confirms that evidence ranking reduces reading load and improves decision quality compared to standard evidence selection. The findings highlight the potential of user-aligned, incremental ranking to produce interpretable and efficient verification systems, guiding future work toward model specialization, coherence considerations, and handling complex evidence landscapes.
Abstract
Attribution and fact verification are critical challenges in natural language processing for assessing information reliability. While automated systems and Large Language Models (LLMs) aim to retrieve and select concise evidence to support or refute claims, they often present users with either insufficient or overly redundant information, leading to inefficient and error-prone verification. To address this, we propose Evidence Ranking, a novel task that prioritizes presenting sufficient information as early as possible in a ranked list. This minimizes user reading effort while still making all available evidence accessible for sequential verification. We compare two approaches for the new ranking task: one-shot ranking and incremental ranking. We introduce a new evaluation framework, inspired by information retrieval metrics, and construct a unified benchmark by aggregating existing fact verification datasets. Extensive experiments with diverse models show that incremental ranking strategies better capture complementary evidence and that LLM-based methods outperform shallower baselines, while still facing challenges in balancing sufficiency and redundancy. Compared to evidence selection, we conduct a controlled user study and demonstrate that evidence ranking both reduces reading effort and improves verification. This work provides a foundational step toward more interpretable, efficient, and user-aligned information verification systems.
