Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,21 +26,30 @@ configs:
|
|
| 26 |
data_files: publications_large.parquet
|
| 27 |
---
|
| 28 |
|
| 29 |
-
|
| 30 |
<div style="display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 16px;">
|
| 31 |
-
<a href="https://doi.org/10.5334/johd.520"><img src="https://img.shields.io/badge/
|
| 32 |
<a href="https://doi.org/10.5281/zenodo.18402099"><img src="https://img.shields.io/badge/Zenodo-10.5281%2Fzenodo.18402099-blue" alt="Zenodo DOI"></a>
|
| 33 |
<a href="https://graph.openaire.eu/docs/"><img src="https://img.shields.io/badge/docs-OpenAIRE%20Graph-informational" alt="OpenAIRE Graph Docs"></a>
|
|
|
|
| 34 |
</div>
|
| 35 |
|
| 36 |
-
# Compact OpenAIRE Citation Graph
|
|
|
|
|
|
|
| 37 |
|
| 38 |
-
|
| 39 |
-
files totalling ~8.8 GB; a larger node file with additional publication features (full list below) is also provided.
|
| 40 |
|
| 41 |
-
|
| 42 |
|
| 43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
## Dataset structure
|
| 46 |
|
|
@@ -71,7 +80,7 @@ The dataset is a directed citation graph: publications are nodes, citations are
|
|
| 71 |
| `pid_pmcs` | list[str] | PubMed Central IDs | 0.9 | 4.77% |
|
| 72 |
| `pid_arxiv_ids` | list[str] | ArXiv IDs | 0.9 | 1.38% |
|
| 73 |
|
| 74 |
-
##
|
| 75 |
```python
|
| 76 |
import pandas as pd
|
| 77 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 26 |
data_files: publications_large.parquet
|
| 27 |
---
|
| 28 |
|
|
|
|
| 29 |
<div style="display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 16px;">
|
| 30 |
+
<a href="https://doi.org/10.5334/johd.520"><img src="https://img.shields.io/badge/Paper-JOHD%2012(1)%2063-blue" alt="Paper"></a>
|
| 31 |
<a href="https://doi.org/10.5281/zenodo.18402099"><img src="https://img.shields.io/badge/Zenodo-10.5281%2Fzenodo.18402099-blue" alt="Zenodo DOI"></a>
|
| 32 |
<a href="https://graph.openaire.eu/docs/"><img src="https://img.shields.io/badge/docs-OpenAIRE%20Graph-informational" alt="OpenAIRE Graph Docs"></a>
|
| 33 |
+
<img src="https://img.shields.io/badge/license-CC--BY--4.0-green" alt="License">
|
| 34 |
</div>
|
| 35 |
|
| 36 |
+
# 📚 Compact OpenAIRE Citation Graph
|
| 37 |
+
|
| 38 |
+
> 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.
|
| 39 |
|
| 40 |
+
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.
|
|
|
|
| 41 |
|
| 42 |
+
### At a glance
|
| 43 |
|
| 44 |
+
| --- | --- |
|
| 45 |
+
| **Nodes** | Scholarly publications |
|
| 46 |
+
| **Edges** | Citation links |
|
| 47 |
+
| **Format** | Parquet (PyArrow-friendly) |
|
| 48 |
+
| **Node metadata** | Titles, abstracts, authors, dates, venues, PIDs |
|
| 49 |
+
| **Best for** | Graph ML · temporal / dynamic graphs · text-attributed graphs · bibliometrics |
|
| 50 |
+
| **License** | CC-BY-4.0 |
|
| 51 |
+
| **Cite** | [Skarding & Sanda (2026), *JOHD* 12(1), 63](https://doi.org/10.5334/johd.520) |
|
| 52 |
+
| **Dataset DOI** | [10.5281/zenodo.18402099](https://doi.org/10.5281/zenodo.18402099) |
|
| 53 |
|
| 54 |
## Dataset structure
|
| 55 |
|
|
|
|
| 80 |
| `pid_pmcs` | list[str] | PubMed Central IDs | 0.9 | 4.77% |
|
| 81 |
| `pid_arxiv_ids` | list[str] | ArXiv IDs | 0.9 | 1.38% |
|
| 82 |
|
| 83 |
+
## Quickstart
|
| 84 |
```python
|
| 85 |
import pandas as pd
|
| 86 |
from huggingface_hub import hf_hub_download
|