Beyond Known Facts: Generating Unseen Temporal Knowledge to Address Data Contamination in LLM Evaluation
Arthur Amalvy, Hen-Hsen Huang
TL;DR
This work tackles data contamination in TKGE evaluation by generating uncontaminated benchmarks from unseen future facts. It presents a scalable two-stage pipeline: forecast plausible future quadruples with a rule-based temporal forecaster, then verbalize them into text descriptions using LLMs to form a contamination-free TKGE dataset. The concrete instantiation, YAGO 2026, contains 4.2K future quadruples and corresponding texts, and experiments with the EDC extraction framework show performance declines on unseen data, confirming contamination biases. The authors release the dataset and methodology to enable ongoing, fair benchmarking as TKGE and LLMs evolve, highlighting the need for standardized temporal-aware evaluation metrics and future forecasting enhancements.
Abstract
The automatic extraction of information is important for populating large web knowledge bases such as Wikidata. The temporal version of that task, temporal knowledge graph extraction (TKGE), involves extracting temporally grounded facts from text, represented as semantic quadruples (subject, relation, object, timestamp). Many recent systems take advantage of large language models (LLMs), which are becoming a new cornerstone of the web due to their performance on many tasks across the natural language processing (NLP) field. Despite the importance of TKGE, existing datasets for training and evaluation remain scarce, and contamination of evaluation data is an unaddressed issue, potentially inflating LLMs' perceived performance due to overlaps between training and evaluation sets. To mitigate these challenges, we propose a novel synthetic evaluation dataset constructed from predicted future, previously unseen temporal facts, thereby eliminating contamination and enabling robust and unbiased benchmarking. Our dataset creation involves a two-step approach: (1) Temporal Knowledge Graph Forecasting (TKGF) generates plausible future quadruples, which are subsequently filtered to adhere to the original knowledge base schema; (2) LLMs perform quadruple-to-text generation, creating semantically aligned textual descriptions. We benchmark Extract, Define and Canonicalize (EDC), a state-of-the-art LLM-based extraction framework, demonstrating that LLM performance decreases when evaluated on our dataset compared to a dataset of known facts. We publicly release our dataset consisting of 4.2K future quadruples and corresponding textual descriptions, along with the generation methodology, enabling continuous creation of unlimited future temporal datasets to serve as long-term, contamination-free benchmarks for TKGE.
