CLMay 22, 2025

VeriFastScore: Speeding up long-form factuality evaluation

arXiv:2505.16973v35 citationsh-index: 48EMNLP
Originality Incremental advance
AI Analysis

This addresses the bottleneck of slow evaluation times for researchers and practitioners needing scalable factuality assessment in large-scale AI training and evaluation.

The paper tackles the slow speed of existing long-form factuality evaluation metrics like VeriScore, which can take over 100 seconds per response, by proposing VeriFastScore, a fine-tuned Llama3.1 8B model that achieves a 6.6x speedup while maintaining strong correlation (r=0.80 at example level, r=0.94 at system level).

Metrics like FactScore and VeriScore that evaluate long-form factuality operate by decomposing an input response into atomic claims and then individually verifying each claim. While effective and interpretable, these methods incur numerous LLM calls and can take upwards of 100 seconds to evaluate a single response, limiting their practicality in large-scale evaluation and training scenarios. To address this, we propose VeriFastScore, which leverages synthetic data to fine-tune Llama3.1 8B for simultaneously extracting and verifying all verifiable claims within a given text based on evidence from Google Search. We show that this task cannot be solved via few-shot prompting with closed LLMs due to its complexity: the model receives ~4K tokens of evidence on average and needs to concurrently decompose claims, judge their verifiability, and verify them against noisy evidence. However, our fine-tuned VeriFastScore model demonstrates strong correlation with the original VeriScore pipeline at both the example level (r=0.80) and system level (r=0.94) while achieving an overall speedup of 6.6x (9.9x excluding evidence retrieval) over VeriScore. To facilitate future factuality research, we publicly release our VeriFastScore model and synthetic datasets.

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