--- 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 t1`):** - Added: 5,760,234 triples - Removed: 888,848 triples - Persistent: 7,208,624 triples ## Repository Structure - `benchmark/README.md`: benchmark documentation - `benchmark/LICENSE`: benchmark licensing terms - `benchmark/snapshots/`: temporal KG snapshots and build provenance - `benchmark/diffs/diff_t0_t1.json`: full temporal diff and relation-level breakdown - `benchmark/tasks/task_*/`: 10 continual tasks with `train.txt`, `valid.txt`, `test.txt` - `benchmark/test_stratification.json`: persistent/added/removed test strata per task - `benchmark/features/`: multimodal features and graph tensors - `benchmark/statistics.json`: benchmark-level summary statistics - `benchmark/croissant.json`: MLCommons Croissant metadata ## Data Format - Triple files are tab-separated text with one triple per line: - `head_idrelationtail_id` - Task splits use 70/10/20 train/valid/test. - Feature tensors are stored as `.pt` files. ## Suggested Usage 1. Use `task_0_base` as the base pretraining stage on `t0`. 2. Train/evaluate sequentially on tasks `task_1_*` through `task_5_*`. 3. 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. - `t1` reconstruction intentionally excludes re-querying some restrictively licensed sources; corresponding `t0` edges 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: ```bibtex @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} } ```