Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
source_nodeId
int32
79
216M
target_nodeId
int32
39
216M
204,995,645
165,280,829
178,966,009
163,817,499
178,969,805
163,817,499
175,907,385
147,711,597
189,450,787
147,711,597
203,539,556
147,711,597
195,385,411
147,711,597
193,569,367
147,711,597
161,406,005
106,384,680
162,428,907
106,384,680
186,955,371
107,551,153
192,516,443
161,198,074
155,565,456
144,307,489
205,485,826
144,307,489
175,938,443
144,307,489
163,071,203
144,307,489
192,797,650
144,307,489
198,910,639
144,307,489
193,541,231
144,307,489
193,543,092
144,307,489
165,427,143
144,307,489
177,114,380
144,307,489
177,096,648
144,307,489
166,826,148
144,307,489
166,830,492
144,307,489
207,942,540
144,307,489
204,905,743
144,307,489
206,917,294
144,307,489
207,561,065
144,307,489
202,465,436
144,307,489
184,461,414
144,307,489
197,602,394
144,307,489
154,093,312
144,307,489
191,660,008
144,307,489
167,965,682
144,307,489
167,969,670
144,307,489
206,657,035
144,307,489
100,636,811
90,373,533
189,140,714
143,365,902
182,455,379
143,365,902
168,160,960
56,275,693
173,891,438
56,275,693
162,858,490
56,275,693
99,654,007
51,400,251
152,126,776
106,475,001
113,038,191
80,039,250
192,356,291
114,469,183
149,909,142
114,469,183
197,180,749
114,469,183
197,232,350
114,469,183
202,407,892
114,469,183
91,094,165
54,120,602
128,070,913
126,658,864
107,482,708
51,094,265
112,131,695
51,094,265
175,938,533
71,556,336
72,498,664
68,767,914
49,408,640
44,844,234
80,342,106
65,224,235
92,169,485
41,062,829
92,169,485
41,341,767
144,582,202
41,062,829
144,582,202
41,341,767
91,762,334
41,062,829
91,762,334
41,341,767
80,386,065
61,873,838
88,852,364
61,873,838
180,868,349
61,873,838
88,944,806
61,873,838
120,489,277
61,873,838
85,158,029
64,648,892
121,450,473
53,465,113
99,947,290
49,114,719
90,460,125
49,114,719
195,888,091
127,252,771
197,983,782
142,367,430
197,277,223
142,367,430
160,823,868
88,874,787
199,422,497
88,874,787
178,130,131
88,874,787
169,153,027
88,874,787
207,050,958
88,874,787
122,807,010
88,874,787
99,808,567
26,279,908
100,302,590
95,299,544
161,961,764
53,955,102
128,519,431
53,955,102
168,466,036
53,955,102
151,939,860
53,955,102
89,845,944
85,631,016
84,904,473
81,091,476
134,059,288
95,456,831
149,771,034
64,671,092
149,778,632
64,671,092
106,995,802
64,671,092
68,450,478
51,558,018
143,033,637
59,232,140
144,529,423
59,232,140
125,603,203
94,678,420
175,073,203
100,785,553
End of preview. Expand in Data Studio
Paper Zenodo DOI OpenAIRE Graph Docs License

📚 Compact OpenAIRE Citation Graph

Based on OpenAIRE Graph v11.1.1 (source on Zenodo).

The complete OpenAIRE citation graph, distilled into a handful of compact, analysis-ready files — the full scholarly citation network of the open-science ecosystem, small enough to actually work with.

Citation graphs at this scale are usually locked behind multi-terabyte dumps and heavyweight infrastructure. This dataset makes the entire OpenAIRE citation network loadable on a normal machine: publications as nodes, citations as edges, served as compressed Parquet with a memory-efficient loading path. A richer node file adds titles, abstracts, authors, dates, and a full set of persistent identifiers (DOI, PubMed, MAG, arXiv, and more) for text-attributed and metadata-driven work.

Please cite the paper if you use this data.

At a glance

Nodes Scholarly publications
Edges Citation links
Format Parquet (PyArrow-friendly)
Node metadata Titles, abstracts, authors, dates, venues, PIDs
Best for Graph ML · temporal / dynamic graphs · text-attributed graphs · bibliometrics
License CC-BY-4.0
Cite Skarding & Sanda (2026), JOHD 12(1), 63
Dataset DOI 10.5281/zenodo.18402099

Dataset structure

The dataset is a directed citation graph: publications are nodes, citations are edges.

File Role Size (Parquet) Number of entries
citations.parquet Edges — the citation links between publications 9.2 GB ~2.37B
publications_large.parquet Nodes with additional metadata fields (see below) 75.5 GB ~216M

Features/columns in publications_large

Field Type Description Memory (GB) Filled
nodeId int32 Unique internal identifier for the node (publication) 0.8 100.00%
openaireId str Identifier assigned by the OpenAIRE platform 10.1 100.00%
title str Title of the publication 17.3 99.40%
authors list[str] List of authors associated with the publication 11.6 83.78%
description str Abstract or short description of the publication 137.6 57.10%
date datetime Date when the publication was published 0.8 97.33%
container str Journal, conference, or repository where it was published 5.7 68.35%
citations int Number of times the publication has been cited 1.6 97.62%
language str Language in which the publication is written 1.5 100.00%
pid_dois list[str] DOI identifiers 5.9 80.60%
pid_mag_ids list[str] MAG IDs 2.0 39.50%
pid_pmids list[str] PubMed IDs 1.3 18.14%
pid_handles list[str] Persistent handles 1.2 8.35%
pid_pmcs list[str] PubMed Central IDs 1.0 4.78%
pid_arxiv_ids list[str] ArXiv IDs 0.9 1.38%

Quickstart

import pandas as pd
from huggingface_hub import hf_hub_download

REPO = "Zmeos/Compact_OpenAIRE_citation_graph"

# citations (edges)
cites = pd.read_parquet(
    hf_hub_download(REPO, "citations.parquet", repo_type="dataset"),
    engine="pyarrow", dtype_backend="pyarrow",
)

# publications_large (nodes + metadata) — may not fit in memory;
# select only the columns you need
large = pd.read_parquet(
    hf_hub_download(REPO, "publications_large.parquet", repo_type="dataset"),
    columns=["nodeId", "title", "pid_dois"],
    engine="pyarrow", dtype_backend="pyarrow",
)

Reproducibility

The PySpark pipeline used to produce these files (with a Singularity/Apptainer container for portability) is archived on Zenodo as pipeline.tar.xz and maintained at Codeberg.

License

Creative Commons Attribution 4.0 International (CC-BY-4.0).

Citation (paper)

When using this dataset, please cite the accompanying article:

Skarding, J. and Sanda, P. (2026) 'Making the Complete OpenAIRE Citation Graph Easily Accessible Through Compact Data Representation', Journal of Open Humanities Data, 12(1), p. 63. https://doi.org/10.5334/johd.520

@article{skarding2026openaire,
  author  = {Skarding, Joakim and Sanda, Pavel},
  title   = {Making the Complete OpenAIRE Citation Graph Easily Accessible Through Compact Data Representation},
  journal = {Journal of Open Humanities Data},
  volume  = {12},
  number  = {1},
  pages   = {63},
  year    = {2026},
  doi     = {10.5334/johd.520}
}

Dataset archive: Skarding, J. and Sanda, P. (2026). Compact representation of the OpenAIRE citation graph [Data set]. Zenodo. https://doi.org/10.5281/zenodo.18402099

Downloads last month
68