Skip to content

Commit e30acab

Browse files
authored
Revise README with new resources and installation details
Updated README.md to include additional benchmarks, datasets, and papers related to KGpipe. Enhanced quickstart and installation sections for clarity.
1 parent 3be3ed6 commit e30acab

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# KGpipe: A Framework for Knowledge Graph Integration Pipelines
22

3-
## Related benchmarks & datasets
4-
5-
- **KGI-Bench**: benchmark specification + tooling for KG integration evaluation. See `https://github.com/ScaDS/KGI-Bench`.
6-
- **KGI-Bench (Movies)**: Movie-domain benchmark dataset release (Zenodo). See `https://doi.org/10.5281/zenodo.17246357`.
7-
8-
93
KGpipe is an open-source framework for defining, executing, and evaluating knowledge graph (KG) integration pipelines.
104
It enables the reuse and composition of existing tools (e.g., OpenIE, PARIS, JedAI) and Large Language Models (LLMs) into modular pipelines that integrate heterogeneous data sources into a unified KG.
115

126
![KGpipe workflow](docs/workflow.png)
137

8+
## Related benchmarks, datasets, and papers
9+
10+
- [**KGI-Bench**](https://github.com/ScaDS/KGI-Bench): benchmark specification + tooling for KG integration evaluation.
11+
- [**KGI-Bench (Movies)**](https://doi.org/10.5281/zenodo.17246357): Movie-domain benchmark dataset release (Zenodo).
12+
- [**KGpipe Explorer**](https://vehnem.github.io/kgpipe-explorer/): a demo exploring results of KGI-Bench executed with KGpipe.
13+
- [**Framework Paper**](https://arxiv.org/abs/2511.18364): framework core paper; revised version accepted at QDB 2026 (to appear).
14+
1415
**Who is this for?**
1516
- You have multiple heterogeneous sources (RDF/JSON/text) and want a **reproducible, modular pipeline**.
1617
- You want to **reuse existing tooling** (Python libs, Dockerized CLIs, remote APIs/LLMs) without rewriting everything.

0 commit comments

Comments
 (0)