arxiv_doi
stringlengths 24
31
| arxiv_id
stringlengths 9
16
| reference_count
int64 1
40k
| citation_count
int64 1
40k
| cited_by
listlengths 1
40k
|
|---|---|---|---|---|
10.48550/arXiv.1412.6980
|
1412.6980
| 40,040
| 40,040
| [{"doi":"10.1016/j.jhydrol.2025.134709","matches":[{"raw_match":"arXiv.1412.6980","reference":"{\"ke(...TRUNCATED)
|
10.48550/arXiv.1409.1556
|
1409.1556
| 28,656
| 28,656
| [{"doi":"10.1016/j.neunet.2025.108390","matches":[{"raw_match":"arXiv: 1409.1556","reference":"{\"ke(...TRUNCATED)
|
10.48550/arXiv.1706.03762
|
1706.03762
| 26,297
| 26,297
| [{"doi":"10.3389/fgene.2025.1642286","matches":[{"raw_match":"ARXIV.1706.03762","reference":"{\"DOI\(...TRUNCATED)
|
10.48550/arXiv.1810.04805
|
1810.04805
| 20,182
| 20,182
| [{"doi":"10.1016/j.eswa.2025.130485","matches":[{"raw_match":"arXiv: 1810.04805","reference":"{\"key(...TRUNCATED)
|
10.48550/arXiv.2010.11929
|
2010.11929
| 16,726
| 16,726
| [{"doi":"10.1016/j.neunet.2025.108390","matches":[{"raw_match":"arXiv: 2010.11929","reference":"{\"k(...TRUNCATED)
|
10.48550/arXiv.1804.02767
|
1804.02767
| 9,784
| 9,784
| [{"doi":"10.1007/s11760-025-05011-9","matches":[{"raw_match":"arXiv:1804.02767","reference":"{\"key\(...TRUNCATED)
|
10.48550/arXiv.1704.04861
|
1704.04861
| 8,908
| 8,908
| [{"doi":"10.21303/2461-4262.2025.003698","matches":[{"raw_match":"arXiv.1704.04861","reference":"{\"(...TRUNCATED)
|
10.48550/arXiv.1301.3781
|
1301.3781
| 8,633
| 8,633
| [{"doi":"10.1177/03611981251394686","matches":[{"raw_match":"arXiv:1301.3781","reference":"{\"key\":(...TRUNCATED)
|
10.48550/arXiv.1609.02907
|
1609.02907
| 8,307
| 8,307
| [{"doi":"10.1016/j.eswa.2025.130619","matches":[{"raw_match":"arXiv: 1609.02907","reference":"{\"key(...TRUNCATED)
|
10.48550/arXiv.1312.6114
|
1312.6114
| 7,593
| 7,593
| [{"doi":"10.1016/j.patcog.2025.112802","matches":[{"raw_match":"arXiv: 1312.6114","reference":"{\"ke(...TRUNCATED)
|
Crossref arXiv Citations
A dataset of arXiv preprints and their citations extracted from Crossref metadata, validated against DataCite records and DOI resolution.
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.
Dataset Statistics
| Metric | Value |
|---|---|
| arXiv works | 923,302 |
| Total citations | 5,121,638 |
Data Schema
Each record contains:
| Field | Type | Description |
|---|---|---|
arxiv_doi |
string | The DOI for the arXiv work (format: 10.48550/arXiv.{id}) |
arxiv_id |
string | The arXiv identifier (e.g., 1412.6980) |
reference_count |
integer | Total number of reference instances |
citation_count |
integer | Number of unique citing works |
cited_by |
array | List of citing work objects |
Each citing work object in cited_by contains:
| Field | Type | Description |
|---|---|---|
doi |
string | DOI of the citing work |
matches |
array | List of reference matches from this citing work |
Each match object in matches contains:
| Field | Type | Description |
|---|---|---|
raw_match |
string | The original text that matched the arXiv reference |
reference |
string | The full reference object from the citing work's metadata (JSON-encoded) |
Example Record
{
"arxiv_doi": "10.48550/arXiv.1412.6980",
"arxiv_id": "1412.6980",
"reference_count": 40040,
"citation_count": 40040,
"cited_by": [
{
"doi": "10.1016/j.jhydrol.2025.134709",
"matches": [
{
"raw_match": "arXiv.1412.6980",
"reference": "{\"key\": \"10.1016/j.jhydrol.2025.134709_b0175\", \"unstructured\": \"Kingma, D.P., & Ba, J. (2014), Adam: A Method for Stochastic Optimization...\"}"
}
]
}
]
}
Extraction Process
1. Reference Extraction
arXiv references were extracted from the Crossref January 2025 Public Data File by scanning reference metadata for arXiv identifiers. The extraction attempts to detect multiple reference formats:
- arXiv IDs, including legacy formats:
arXiv:1412.6980,arXiv: 2206.15325,arXiv:cs.DM/9910013 - arXiv DOIs:
10.48550/arXiv.1412.6980 - arXiv URLs:
arxiv.org/abs/1412.6980
Identifiers are normalized (lowercase, version suffixes removed) and deduplicated per citing work.
2. Validation
The extracted arXiv DOIs were validated through a two-stage process:
- DOIs were checked against the DataCite metadata for the arXiv record set (~2.8M records)
- For DOIs not found in DataCite, HTTP HEAD requests to
doi.orgwere used verify resolution
Only arXiv works with valid, resolvable DOIs are included in this dataset.
Data Sources
- January 2026 Crossref and DataCite data files were used for DOI validation
- Extraction tools: cometadata/crossref-arxiv-citation-extraction
Limitations
- Only includes citations registered in Crossref metadata
- Reference parsing depends on successful identifier extraction from unstructured references
License
This dataset is released under CC0 1.0 Universal. The underlying Crossref metadata is available under similar open terms.
Citation
If you use this dataset, please cite:
@dataset{crossref_arxiv_citations_2025,
title = {Crossref arXiv Citations},
author = {Cometadata},
year = {2025},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/cometadata/crossref-arxiv-citations}
}
- Downloads last month
- 30