菜单

关于 🐙 GitHub
arXiv 提交日期: 2025-12-18
📄 Abstract - ModelTables: A Corpus of Tables about Models

We present ModelTables, a benchmark of tables in Model Lakes that captures the structured semantics of performance and configuration tables often overlooked by text only retrieval. The corpus is built from Hugging Face model cards, GitHub READMEs, and referenced papers, linking each table to its surrounding model and publication context. Compared with open data lake tables, model tables are smaller yet exhibit denser inter table relationships, reflecting tightly coupled model and benchmark evolution. The current release covers over 60K models and 90K tables. To evaluate model and table relatedness, we construct a multi source ground truth using three complementary signals: (1) paper citation links, (2) explicit model card links and inheritance, and (3) shared training datasets. We present one extensive empirical use case for the benchmark which is table search. We compare canonical Data Lake search operators (unionable, joinable, keyword) and Information Retrieval baselines (dense, sparse, hybrid retrieval) on this benchmark. Union based semantic table retrieval attains 54.8 % P@1 overall (54.6 % on citation, 31.3 % on inheritance, 30.6 % on shared dataset signals); table based dense retrieval reaches 66.5 % P@1, and metadata hybrid retrieval achieves 54.1 %. This evaluation indicates clear room for developing better table search methods. By releasing ModelTables and its creation protocol, we provide the first large scale benchmark of structured data describing AI model. Our use case of table discovery in Model Lakes, provides intuition and evidence for developing more accurate semantic retrieval, structured comparison, and principled organization of structured model knowledge. Source code, data, and other artifacts have been made available at this https URL.

顶级标签: data benchmark systems
详细标签: structured tables model understanding knowledge discovery data lake corpus construction 或 搜索:

ModelTables:面向AI模型的大规模结构化表格语料库 / ModelTables: A Corpus of Tables about Models


1️⃣ 一句话总结

本文提出了ModelTables,这是首个专门用于描述AI模型的大规模结构化表格基准数据集,它通过整合Hugging Face模型卡、GitHub代码库和学术论文,构建了一个包含超过6万个模型和9万个表格的语料库,并引入了一套基于开发者行为的多源真实相关性标注,为模型理解、表格搜索和知识发现等任务提供了高质量的数据基础和评估标准。


2️⃣ 论文创新点

1. 首个面向AI模型的结构化表格语料库

2. 基于开发者行为的多源真实标注

3. 可复现的基准创建流程

4. 针对异构表格的质量控制与增强技术

5. 多层次模型相关性框架


3️⃣ 主要结果与价值

结果亮点

实际价值


4️⃣ 术语表

源自 arXiv: 2512.16106