CRAWLDoc
收藏资源简介:
CRAWLDoc 是一个用于评估从多种网络来源准确提取元数据的新方法。该数据集包含来自六个顶级出版商的600篇计算机科学出版物,每个出版物都有详细的元数据,包括标题、年份、作者姓名和所属机构。此外,每个出版物的网页上的所有外链都有二元相关性标签。该数据集旨在解决从具有不同布局和格式的网络文档中改进元数据提取的问题。
CRAWLDoc is a novel dataset intended to evaluate novel methods for accurate metadata extraction from diverse web sources. The dataset consists of 600 computer science publications from six top-tier publishers, with each publication having comprehensive metadata including its title, publication year, author names and affiliated institutions. Furthermore, all external links on the web page of each individual publication are annotated with binary relevance labels. This dataset aims to address the challenge of enhancing metadata extraction from web documents with varying layouts and formatting styles.
CRAWLDoc数据集概述
数据集简介
- 名称:CRAWLDoc: A Dataset for Robust Ranking of Bibliographic Documents
- 用途:用于文献书目文档的鲁棒性排序
- 特点:
- 提供上下文排序方法(CRAWLDoc)
- 包含新的基准测试数据集
关键特性
- 布局独立性:支持不同出版商网站变体的鲁棒排序
- 多格式支持:可处理HTML和PDF文档
- 单跳上下文:评估单次爬取深度内的链接资源
- 可复现基线:包含预配置的Jina Embeddings v2模型设置
数据集内容
- 出版物数量:600篇来自6大计算机科学出版商(ACM, IEEE, Springer等)
- 标注数据:72,483个文档相关性标签
- 元数据:
- 完整的书目记录(包含作者隶属关系)
- 出版商布局变体(用于鲁棒性测试)
数据结构
json { "doi": "出版物DOI", "publisher_doi": "出版商DOI", "publisher": "出版商名称", "year": "出版年份", "title": "出版物标题", "authors": [ [ "作者姓名", [ "作者隶属机构" ] ] ], "linked_websites": [ { "id": "链接网站ID", "anchor": "链接锚文本", "website": "网站URL", "label": "网站标签" } ] }
实验设置
- 训练脚本:
train_retrieval.py(训练检索模型) - 评估脚本:
eval_ranking.py(评估检索模型) - 超参数搜索:使用Weights and Biases(配置文件
sweep.yaml)

- 1CRAWLDoc: A Dataset for Robust Ranking of Bibliographic Documents德国乌尔姆大学 · 2025年



