Skip to content

Commit eac45d5

Browse files
Update README.md
1 parent 91d359c commit eac45d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ This repository contains code, data, prompts and results related to the (semi-)a
77
In this project, we explore the potential of utilizing Large Language Models (LLMs) for the generation of Knowledge Graphs (KGs). This work explores the (semi-)automatic construction of KGs facilitated by open-source LLMs. Our pipeline involves formulating competency questions (CQs), developing an ontology (TBox) based on these CQs, constructing KGs using the developed ontology, and evaluating the resultant KG with minimal to no involvement of human experts. We showcase the feasibility of our semi-automated pipeline by creating a KG on deep learning methodologies by exploiting scholarly publications. To evaluate the answers generated via Retrieval-Augmented-Generation (RAG) as well as the KG concepts automatically extracted using LLMs, we design a judge LLM, which rates the generated content based on ground truth.
88
The repository encompasses various components including code for data preprocessing, prompts used for LLMs, datasets employed in experiments, and the corresponding results obtained.
99

10-
1110
## Contents
1211

1312
* Code/: Contains code files for data preprocessing, Competency questions, ontology and KG generation, and evaluation of KGs.
@@ -26,5 +25,10 @@ access_token_read = os.getenv('access_token_read_hf')
2625
Install the prerequisite using the requirements.txt file.
2726

2827
To run the whole pipeline, submit (execute) your job using main.py and use config.ini to customise the variables and paths
28+
2929
## License
3030
The repository is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
31+
32+
## Publication
33+
Kommineni, V. K., König-Ries, B., & Samuel, S. (2024). From human experts to machines: An LLM supported approach to ontology and knowledge graph construction. arXiv preprint arXiv:2403.08345.
34+
[https://doi.org/10.48550/arXiv.2403.08345](https://doi.org/10.48550/arXiv.2403.08345)

0 commit comments

Comments
 (0)