cometadata/crossref-arxiv-citations
Crossref arXiv Citations A dataset of arXiv preprints and their citations extracted from Crossref metadata, validated against DataCite records. Dataset Description This dataset maps arXiv works to the works in Crossref that cite them. Each record represents an arXiv preprint with all known citations from Crossref-registered works. Built from the Crossref Metadata Plus monthly snapshot 2026-07 and the DataCite monthly data file 2026-07 with… See the full description on the dataset page: https://huggingface.co/datasets/cometadata/crossref-arxiv-citations.
Crossref arXiv Citations
A dataset of arXiv preprints and their citations extracted from Crossref metadata, validated against DataCite records.
Dataset Description
This dataset maps arXiv works to the works in Crossref that cite them. Each record represents an arXiv preprint with all known citations from Crossref-registered works.
Built from the Crossref Metadata Plus monthly snapshot 2026-07 and the DataCite monthly data file 2026-07 with crossref-citation-extraction version 2.2.0.
Dataset Configurations
Loading the Dataset
from datasets import load_dataset
dataset = load_dataset("cometadata/crossref-arxiv-citations")
asserted = load_dataset("cometadata/crossref-arxiv-citations", "asserted")
mined = load_dataset("cometadata/crossref-arxiv-citations", "mined")Data Schema
Each record contains:
Each citing work object in cited_by contains:
Each match contains:
Provenance Values
publisher- the reference's structuredDOIfield holds the arXiv DOI withdoi-asserted-by: publishercrossref- the reference's structuredDOIfield holds the arXiv DOI withdoi-asserted-by: crossrefmined- any other match: an arXiv identifier, DOI, or URL found in the reference'sDOI,URL,article-title,journal-title, orunstructuredfield (a structuredDOIcounts as mined unlessdoi-asserted-byispublisherorcrossref)
The asserted config contains only publisher and crossref matches; the mined config contains only mined matches. A citing work appears in a config only with its matches of that config's provenances, and all counts are recomputed per config.
Extraction Process
arXiv references are extracted from the Crossref snapshot by scanning reference metadata for arXiv identifiers in modern (arXiv:2403.03542), legacy (arXiv:cs.DM/9910013), DOI (10.48550/arXiv.2403.03542), and URL (arxiv.org/abs/2403.03542) forms. Identifiers are normalized (lowercase, version suffixes removed). Extracted arXiv DOIs are validated against an index of DOIs built from the DataCite monthly data file 2026-07; only arXiv works registered in DataCite are included. When the dataset is built by the full DataCite pipeline, an arXiv work can also be matched by its DOI anywhere in the reference or by its registered DataCite landing-page URL.
Data Sources
- Crossref Metadata Plus monthly snapshot
2026-07 - DataCite monthly data file
2026-07 - Extraction tools: cometadata/crossref-arxiv-citation-extraction
Limitations
- Only includes citations registered in Crossref metadata
- Reference parsing depends on successful identifier extraction from reference metadata
- The
minedsubset may contain lower-quality matches from noisy reference text
License
This dataset is released under CC0 1.0 Universal.
Citation
@dataset{crossref_arxiv_citations,
title = {Crossref arXiv Citations},
author = {Cometadata},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/cometadata/crossref-arxiv-citations}
}