ODTQA-FoRe
收藏资源简介:
ODTQA-FoRe是由北京师范大学研究团队构建的首个面向未来数据预测与推理的开域表格问答数据集,旨在填补该领域研究资源的空白。该数据集基于中国10个城市的房地产交易记录,涵盖2022年至2024年的时序数据,包含28,507个问答对,数据源涉及288个表格,平均每个表格包含845行数据,并严格划分训练、验证和测试集以保障评估的公正性。其构建过程通过精心设计的26套模板,自动化生成了8,042条时序预测问题和20,465条基于预测的推理问题,确保了问题的多样性和复杂性。该数据集主要应用于增强大语言模型在开放领域中对时序数据进行未来预测和复杂推理的能力,旨在解决传统表格问答系统在动态数据预测和跨领域检索方面的局限性,为房地产等垂直领域的投资决策提供智能化支持。
ODTQA-FoRe is the first open-domain tabular question answering dataset targeting future data prediction and reasoning, developed by the research team at Beijing Normal University to fill the research resource gap in this field. Built upon real estate transaction records from 10 Chinese cities, the dataset covers time-series data spanning 2022 to 2024 and contains a total of 28,507 question-answer pairs. It is sourced from 288 tables, with an average of 845 rows per table. To ensure the fairness of model evaluation, the dataset is strictly split into training, validation, and test sets. During the dataset construction process, 26 meticulously designed templates were employed to automatically generate 8,042 time-series prediction questions and 20,465 prediction-based reasoning questions, thus ensuring the diversity and complexity of the questions. This dataset is primarily applied to enhance the ability of large language models (LLMs) to perform future prediction and complex reasoning on time-series data in open-domain scenarios. It aims to address the limitations of traditional tabular question answering systems in dynamic data prediction and cross-domain retrieval, and provide intelligent support for investment decision-making in vertical domains such as real estate.
ODTQA-FoRe 数据集概览
- 数据集名称:ODTQA-FoRe
- 数据集地址:GitHub - jensenw1/ODTQA-FoRe
- 数据集描述:该数据集项目提供了一套用于运行模型服务的脚本,支持通过配置参数进行预测。数据集相关的核心内容是基于 PostgreSQL 数据库进行数据表管理,并依赖 Docker 容器化环境。项目包含表导入自动化脚本(
datasets/tables/import_table.ipynb),用于将数据集表结构及数据加载到数据库中。
数据集使用流程
- 数据库环境搭建:使用 Docker 启动 PostgreSQL 容器,并通过
datasets/tables/import_table.ipynb脚本将所有表格导入数据库。 - 环境配置:基于 Conda 创建 Python 3.10.5 环境,安装
requirements.txt中的依赖包。 - 模型预测执行:通过
scripts/run.sh脚本运行模型,需依次传入模型名称、工作进程数、服务基础 URL 和 API 密钥四个参数。
数据集关键要素
- 依赖环境:Conda、Docker、PostgreSQL(alpine 版本)
- 端口:PostgreSQL 服务默认监听 5432 端口
- 数据存储:数据表位于
datasets/tables/目录下,以 Jupyter Notebook 形式提供导入逻辑

- 1ODTQA-FoRe: An Open-Domain Tabular Question Answering Dataset for Future Data Forecasting and Reasoning北京师范大学·人工智能学院; 北京师范大学·人工智能与未来网络研究院; 北京师范大学·文理学院; 北京师范大学-香港浸会大学联合国际学院 · 2026年



