When Benchmarks Age: Temporal Misalignment through Large Language Model Factuality Evaluation
Xunyi Jiang, Dingyi Chang, Julian McAuley, Xin Xu
TL;DR
Static factuality benchmarks quickly become stale as real-world information updates, risking unfair penalties for up-to-date LLMs. The authors present a retrieval-based pipeline to obtain current facts and three metrics (DDS, EMR, TAG) across five benchmarks and eight LLMs to quantify aging and its impact. Their findings show a large portion of time-sensitive items are outdated, and benchmark aging can mislabel correct outputs, with newer LLMs often aligning more with real-world facts than with gold labels. The work provides a testbed and urges temporal-aware benchmarking to improve reliability of factuality evaluation.
Abstract
The rapid evolution of large language models (LLMs) and the real world has outpaced the static nature of widely used evaluation benchmarks, raising concerns about their reliability for evaluating LLM factuality. While substantial works continue to rely on the popular but old benchmarks, their temporal misalignment with real-world facts and modern LLMs, and their effects on LLM factuality evaluation remain underexplored. Therefore, in this work, we present a systematic investigation of this issue by examining five popular factuality benchmarks and eight LLMs released across different years. An up-to-date fact retrieval pipeline and three metrics are tailored to quantify benchmark aging and its impact on LLM factuality evaluation. Experimental results and analysis illustrate that a considerable portion of samples in the widely used factuality benchmarks are outdated, leading to unreliable assessments of LLM factuality. We hope our work can provide a testbed to assess the reliability of a benchmark for LLM factuality evaluation and inspire more research on the benchmark aging issue. Codes are available in https://github.com/JiangXunyi/BenchAge.
