metadata
pretty_name: PrimeKG-CL
license: cc-by-4.0
task_categories:
- other
language:
- en
tags:
- biomedical
- knowledge-graph
- continual-learning
- link-prediction
size_categories:
- 10M<n<100M
PrimeKG-CL
PrimeKG-CL is a continual graph learning benchmark built on an evolving biomedical knowledge graph. It contains two temporal snapshots (t0, t1), temporal diffs, 10 continual-learning tasks, and multimodal node features for evaluating retention/forgetting under distribution shift.
This dataset repository stores the benchmark under the benchmark/ directory.
Dataset Summary
- Domain: Biomedical knowledge graphs
- Primary use: Continual knowledge graph completion / link prediction
- Snapshots:
benchmark/snapshots/kg_t0.csv(June 2021 PrimeKG release): 8,100,498 triples, 129,375 nodes, 30 relationsbenchmark/snapshots/kg_t1.csv(July 2023 reconstruction): 13,001,666 triples, 134,211 nodes, 25 relations
- Temporal change (
t0 -> t1):- Added: 5,760,234 triples
- Removed: 888,848 triples
- Persistent: 7,208,624 triples
Repository Structure
benchmark/README.md: benchmark documentationbenchmark/LICENSE: benchmark licensing termsbenchmark/snapshots/: temporal KG snapshots and build provenancebenchmark/diffs/diff_t0_t1.json: full temporal diff and relation-level breakdownbenchmark/tasks/task_*/: 10 continual tasks withtrain.txt,valid.txt,test.txtbenchmark/test_stratification.json: persistent/added/removed test strata per taskbenchmark/features/: multimodal features and graph tensorsbenchmark/statistics.json: benchmark-level summary statisticsbenchmark/croissant.json: MLCommons Croissant metadata
Data Format
- Triple files are tab-separated text with one triple per line:
head_id<TAB>relation<TAB>tail_id
- Task splits use 70/10/20 train/valid/test.
- Feature tensors are stored as
.ptfiles.
Suggested Usage
- Use
task_0_baseas the base pretraining stage ont0. - Train/evaluate sequentially on tasks
task_1_*throughtask_5_*. - Report both aggregate and stratified metrics (persistent vs added vs removed), using
benchmark/test_stratification.json.
Limitations and Considerations
- This benchmark reflects biomedical database curation quality and biases from source resources.
t1reconstruction intentionally excludes re-querying some restrictively licensed sources; correspondingt0edges are carried forward unchanged.- Performance on this benchmark does not imply clinical validity.
Licensing
- Data files: CC BY 4.0 (inherits PrimeKG license)
- Code/config components: MIT
Users must comply with applicable upstream database licenses where required.
Citation
If you use this dataset, please cite:
@inproceedings{primekgcl2026,
title={PrimeKG-CL: A Continual Graph Learning Benchmark on Evolving Biomedical Knowledge Graphs},
author={Anonymous},
booktitle={NeurIPS Datasets and Benchmarks Track},
year={2026}
}