TEMPO
收藏资源简介:
TEMPO是由因斯布鲁克大学和不列颠哥伦比亚大学联合推出的首个结合时间推理与跨领域推理密集型检索的基准数据集,涵盖区块链、社会科学、应用领域及STEM等13个领域。该数据集包含1,730条平均长度约300词的自然语言查询,配套3,976个分解检索步骤及黄金文档映射,支持多跳时间推理评估。数据来源于Stack Exchange平台的专家级问答,通过人工标注与LLM辅助构建,严格筛选具有时间演化分析、跨周期比较等复杂推理需求的查询。其创新性体现在引入时间覆盖率和精度指标,旨在解决现有检索系统在时间对齐证据获取与跨周期综合分析上的不足,推动时序感知检索与RAG系统的研究。
TEMPO is the first benchmark dataset integrating temporal reasoning and cross-domain retrieval-intensive reasoning, jointly developed by the University of Innsbruck and the University of British Columbia. It spans 13 domains including blockchain, social sciences, applied fields, STEM and others. This dataset comprises 1,730 natural language queries with an average length of approximately 300 words, paired with 3,976 decomposed retrieval steps and gold document mappings to support multi-hop temporal reasoning evaluation. The dataset is built from expert-level Q&A content on the Stack Exchange platform, constructed via manual annotation and LLM-assisted workflows, and strictly selects queries that require complex reasoning such as temporal evolution analysis and cross-period comparison. Its core innovation lies in introducing temporal coverage and precision metrics, aiming to address the shortcomings of existing retrieval systems in acquiring temporally aligned evidence and conducting comprehensive cross-period analysis, thereby advancing research on time-aware retrieval and RAG systems.
TEMPO 数据集概述
数据集基本信息
- 数据集名称:TEMPO (A Realistic Multi-Domain Benchmark for Temporal Reasoning-Intensive Retrieval)
- 数据集地址:https://huggingface.co/datasets/tempo26/Tempo
- 许可证:MIT
- 发布日期:2026年1月(代码与指标发布)
核心特点
- 首个结合时序推理与推理密集型检索的基准:弥补了现有基准的不足。
- 复杂查询:包含1,730个需要深度时序推理(追踪变化、趋势、跨时期证据)的查询。
- 分步检索规划:包含3,976个分解步骤,并映射了黄金文档,用于多跳评估。
- 新颖时序指标:引入了时序覆盖率@k和时序精确率@k以衡量时序完整性。
数据构成
- 覆盖领域:13个领域(包括Cardano、Iota、Monero、Bitcoin、Economics、Law、Political、History、Quant、Travel、Workplace、Genealogy、HSM)。
- 数据来源:Stack Exchange。
评估与使用
- 评估代码:已发布完整的评估代码和时序指标。
- 主要脚本:
run.py:用于标准检索评估。run_step.py:用于分步评估。temporal_metrics.py:用于计算时序指标(需配置LLM提供商API)。
- 数据获取:脚本会自动从Hugging Face Hub(数据集
tempo26/Tempo)下载必要的查询和语料数据。
性能基准(部分结果摘要)
下表展示了不同检索模型在TEMPO各领域上的平均性能表现(数值越高越好):
| 模型 | 平均得分 |
|---|---|
| DiVeR | 32.0 |
| E5 | 30.4 |
| SFR | 30.0 |
| ReasonIR | 27.2 |
| GritLM | 27.2 |
| Contriever | 21.4 |
| BGE | 22.0 |
| BM25 | 10.8 |
对比其他基准
TEMPO在查询数量、领域覆盖、时序性、推理强度、专家领域、分步评估和跨时期证据支持方面均优于或区别于BRIGHT、RAR-b和NTCIR Temporalia等基准。
引用
相关论文引用信息即将发布。

- 1TEMPO: A Realistic Multi-Domain Benchmark for Temporal Reasoning-Intensive Retrieval因斯布鲁克大学; 不列颠哥伦比亚大学 · 2026年



