ModelTables
收藏资源简介:
我们提出了ModelTables,一个模型湖中表格的基准数据集,捕捉了性能和配置表格的结构化语义,这些语义通常被仅基于文本的检索所忽视。该语料库构建自Hugging Face模型卡片、GitHub READMEs和引用的论文,将每个表格与其周围的模型和出版上下文链接起来。与开放数据湖表格相比,模型表格较小但表现出更密集的表格间关系,反映了紧密耦合的模型和基准演化。当前版本覆盖了超过60K模型和90K表格。
We present ModelTables, a benchmark dataset for tables within model lakes. This resource captures the structured semantics of performance and configuration tables—semantics frequently overlooked by text-only retrieval methods. Constructed from Hugging Face model cards, GitHub READMEs, and cited scholarly papers, the corpus links each table to its associated surrounding model and publication context. Compared to tables sourced from open data lakes, ModelTables are smaller in scale but exhibit denser inter-table relationships, reflecting the tightly coupled evolution of models and benchmarks. The current version of the dataset covers over 60,000 models and 90,000 tables.
ModelTables 数据集概述
数据集简介
ModelTables 是一个关于模型的表格语料库,旨在捕获模型性能与配置表格的结构化语义。该语料库构建自 Hugging Face 模型卡片、GitHub README 文件以及引用的学术论文,将每个表格与其周围的模型和出版物上下文相关联。
数据集规模与内容
- 覆盖范围:当前版本涵盖超过 60,000 个模型和 90,000 个表格。
- 数据来源:表格提取自 Hugging Face 模型卡片、GitHub README 文件和学术论文 HTML。
- 核心特点:与开放数据湖表格相比,模型表格规模较小,但表现出更密集的表格间关系,反映了紧密耦合的模型和基准测试演进。
数据组织与结构
主要数据目录
data/processed/deduped_github_csvs/:从 GitHub README 提取的表格。data/processed/deduped_hugging_csvs/:从 Hugging Face 模型卡片提取的表格。data/processed/tables_output/:直接从 ArXiv HTML 源解析的表格。data/processed/llm_tables/:从 Semantic Scholar 数据集提取并经 GPT 重新格式化的表格。
基准真值文件
data/gt/:存储不同层级(论文、模型、数据集)的基准真值。- 存储格式:使用二进制矩阵和对应的 CSV 文件名列表来表示表格间的关联性,而非传统的列表格式。
数据获取方式
完整数据集
- 访问地址:https://drive.google.com/drive/folders/1YLfkknrFuE9pWFJuarb4kyX1o5NtN-Y8?usp=sharing
- 内容:包含所有已处理表格、基准真值文件和中间结果的完整数据集。
更新表格
- 访问地址:https://drive.google.com/drive/folders/1h3gG8iRFgNZQV2K8z_ZdaZv3MUEJocRY?usp=sharing
- 内容:包含已处理表格的更新版本。
基准真值构建
使用三种互补信号构建多源基准真值以评估模型和表格关联性:
- 论文引用链接
- 显式的模型卡片链接和继承关系
- 共享的训练数据集
评估与应用
主要应用场景
- 表格搜索:作为评估表格搜索方法的基准。
- 评估结果:
- 基于联合的语义表格检索总体 P@1 为 54.8%。
- 基于表格的密集检索达到 66.5% P@1。
- 元数据混合检索达到 54.1% P@1。
相关资源
依赖项目与数据
- 语义表格发现框架:https://github.com/megagonlabs/starmie
- 表格联合搜索基准:https://github.com/RJMillerLab/table-union-search-benchmark/tree/master
- SANTOS 数据集:https://github.com/northeastern-datalab/santos/tree/main/groundtruth
- 统一表格发现系统:https://github.com/LUH-DBS/Blend
- 信息检索工具包:https://github.com/castorini/pyserini
- Hugging Face 开源数据集:
- https://huggingface.co/datasets/librarian-bots/model_cards_with_metadata
- https://huggingface.co/datasets/librarian-bots/dataset_cards_with_metadata
- Semantic Scholar API:https://www.semanticscholar.org/product/api/tutorial




