--- license: cc0-1.0 task_categories: - text-classification - feature-extraction language: - en tags: - arxiv - crossref - citations - preprints - scholarly-communications - bibliometrics - doi pretty_name: Crossref arXiv Citations size_categories: - 100K `crossref` > `mined`) | | `matches` | array | Reference matches from this citing work | Each match contains: | Field | Type | Description | |-------|------|-------------| | `provenance` | string | How this match was obtained (see below) | | `raw_match` | string | The exact substring that matched an arXiv identifier pattern | | `reference` | struct | The Crossref reference metadata (string-valued fields; absent keys are null) | ### Provenance Values - `publisher` - the reference carries an explicit arXiv DOI with `doi-asserted-by: publisher` - `crossref` - the reference carries an explicit arXiv DOI with `doi-asserted-by: crossref` - `mined` - the arXiv identifier was extracted from unstructured reference text 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. ## Data Sources - Crossref Metadata Plus monthly snapshot `2026-07` - DataCite monthly data file `2026-07` - Extraction tools: [cometadata/crossref-arxiv-citation-extraction](https://github.com/cometadata/crossref-arxiv-citation-extraction) ## Limitations - Only includes citations registered in Crossref metadata - Reference parsing depends on successful identifier extraction from unstructured references - The `mined` subset may contain lower-quality matches from noisy reference text ## License This dataset is released under [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/). ## Citation ```bibtex @dataset{crossref_arxiv_citations, title = {Crossref arXiv Citations}, author = {Cometadata}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/cometadata/crossref-arxiv-citations} } ```