FaStfact: Faster, Stronger Long-Form Factuality Evaluations in LLMs
Yingjia Wan, Haochen Tan, Xiao Zhu, Xinyu Zhou, Zhiwei Li, Qingsong Lv, Changxuan Sun, Jiaqi Zeng, Yi Xu, Jianqiao Lu, Yinhong Liu, Zhijiang Guo
TL;DR
FaStfact tackles the inefficiency and unreliability of prior long-form factuality evaluations by introducing chunk-based claim extraction with confidence-based pre-verification, document-level evidence search, and retrieval-augmented verification. It replaces sentence-level extraction and snippet-based evidence with a chunked workflow and full-document retrieval, significantly reducing LLM calls and token costs while improving alignment with human judgments. The authors define a ground-truth-aware F1@K' metric with a symmetrical penalty to avoid verbosity bias and leverage FaStfact-Bench, a 400-sample annotated benchmark, to demonstrate strong, scalable factuality evaluation across diverse domains. The approach yields a practical, faster, and more reliable evaluation framework with a publicly available benchmark and tools for reproducibility and future improvements in LLM factuality assessment.
Abstract
Evaluating the factuality of long-form generations from Large Language Models (LLMs) remains challenging due to efficiency bottlenecks and reliability concerns. Prior efforts attempt this by decomposing text into claims, searching for evidence, and verifying claims, but suffer from critical drawbacks: (1) inefficiency due to overcomplicated pipeline components, and (2) ineffectiveness stemming from inaccurate claim sets and insufficient evidence. To address these limitations, we propose \textbf{FaStfact}, an evaluation framework that achieves the highest alignment with human evaluation and time/token efficiency among existing baselines. FaStfact first employs chunk-level claim extraction integrated with confidence-based pre-verification, significantly reducing the time and token cost while ensuring reliability. For searching and verification, it collects document-level evidence from crawled web-pages and selectively retrieves it during verification. Extensive experiments based on an annotated benchmark \textbf{FaStfact-Bench} demonstrate the reliability of FaStfact in both efficiently and effectively evaluating long-form factuality. Code, benchmark data, and annotation interface tool are available at https://github.com/Yingjia-Wan/FaStfact.
