Table of Contents
Fetching ...

TSVer: A Benchmark for Fact Verification Against Time-Series Evidence

Marek Strong, Andreas Vlachos

TL;DR

TSVer introduces the first benchmark for fact verification grounded in real-world time-series evidence, addressing the need for robust numerical and temporal reasoning in claim verification. It builds a dataset of 287 claims from 38 fact-checking organizations and 400 time series from OWID, with time-frame annotations, verdicts, and structured justifications produced via an LLM-assisted two-round annotation process achieving substantial inter-annotator agreement. The authors propose a baseline retrieval-and-verification pipeline and evaluate state-of-the-art models (Gemini-2.5-Pro, GPT-4) against TSVer, highlighting substantial challenges in time-series reasoning and retrieval efficiency; Ev2R and TSCS metrics reveal gaps in justification quality and evidence coverage. The work demonstrates the dataset's potential to drive explainable fact verification research and outlines limitations like multilingual coverage, source bias, and the scope of evidence. TSVer provides a benchmark, baseline tools, and evaluation metrics to spur progress in reliable, explainable verification using structured time-series data.

Abstract

Reasoning over temporal and numerical data, such as time series, is a crucial aspect of fact-checking. While many systems have recently been developed to handle this form of evidence, their evaluation remains limited by existing datasets, which often lack structured evidence, provide insufficient justifications for verdicts, or rely on synthetic claims. In this paper, we introduce TSVer, a new benchmark dataset for fact verification focusing on temporal and numerical reasoning with time-series evidence. TSVer contains 287 real-world claims sourced from 38 fact-checking organizations and a curated database of 400 time series covering diverse domains. Each claim is annotated with time frames across all pertinent time series, along with a verdict and justifications reflecting how the evidence is used to reach the verdict. Using an LLM-assisted multi-step annotation process, we improve the quality of our annotations and achieve an inter-annotator agreement of kappa=0.745 on verdicts. We also develop a baseline for verifying claims against time-series evidence and show that even the state-of-the-art reasoning models like Gemini-2.5-Pro are challenged by time series, achieving a 63.37 accuracy score on verdicts and an Ev2R score of 48.63 on verdict justifications.

TSVer: A Benchmark for Fact Verification Against Time-Series Evidence

TL;DR

TSVer introduces the first benchmark for fact verification grounded in real-world time-series evidence, addressing the need for robust numerical and temporal reasoning in claim verification. It builds a dataset of 287 claims from 38 fact-checking organizations and 400 time series from OWID, with time-frame annotations, verdicts, and structured justifications produced via an LLM-assisted two-round annotation process achieving substantial inter-annotator agreement. The authors propose a baseline retrieval-and-verification pipeline and evaluate state-of-the-art models (Gemini-2.5-Pro, GPT-4) against TSVer, highlighting substantial challenges in time-series reasoning and retrieval efficiency; Ev2R and TSCS metrics reveal gaps in justification quality and evidence coverage. The work demonstrates the dataset's potential to drive explainable fact verification research and outlines limitations like multilingual coverage, source bias, and the scope of evidence. TSVer provides a benchmark, baseline tools, and evaluation metrics to spur progress in reliable, explainable verification using structured time-series data.

Abstract

Reasoning over temporal and numerical data, such as time series, is a crucial aspect of fact-checking. While many systems have recently been developed to handle this form of evidence, their evaluation remains limited by existing datasets, which often lack structured evidence, provide insufficient justifications for verdicts, or rely on synthetic claims. In this paper, we introduce TSVer, a new benchmark dataset for fact verification focusing on temporal and numerical reasoning with time-series evidence. TSVer contains 287 real-world claims sourced from 38 fact-checking organizations and a curated database of 400 time series covering diverse domains. Each claim is annotated with time frames across all pertinent time series, along with a verdict and justifications reflecting how the evidence is used to reach the verdict. Using an LLM-assisted multi-step annotation process, we improve the quality of our annotations and achieve an inter-annotator agreement of kappa=0.745 on verdicts. We also develop a baseline for verifying claims against time-series evidence and show that even the state-of-the-art reasoning models like Gemini-2.5-Pro are challenged by time series, achieving a 63.37 accuracy score on verdicts and an Ev2R score of 48.63 on verdict justifications.

Paper Structure

This paper contains 37 sections, 5 equations, 8 figures, 3 tables.

Figures (8)

  • Figure 1: Example claim from TSVer. Our dataset includes real-world claims paired with historical time-series evidence. All claims are annotated with time ranges (blue boxes), verdicts, and justifications emphasizing numerical and temporal reasoning.
  • Figure 2: TSVer data collection pipeline.
  • Figure 3: Instructions given to participants at the beginning of the annotation session. These instructions were followed by a detailed tutorial.
  • Figure 4: Detailed step-by-step tutorial explaining the annotation study.
  • Figure 5: Annotation Interface for Phase 1.
  • ...and 3 more figures