├── data
| ├── graphrag <- GraphRAG test file
| ├── wikidata_metadata <- Wikidata annotations
| └── target <- Latin BERT input fragments.
├── figures <- Figures from the paper
├── src
| ├── generation <- Code for generating the knowledge graph in Neo4j
| ├── graphrag <- Code for Neo4j GraphRag
| └── utils
├── .gitignore
└── README.md
Pleas cite the paper
@inproceedings{ghizzota2026linguistic,
title={Linguistic Knowledge Graphs for Sense Prediction: a case-study on Latin},
author={Ghizzota, Eleonora and Marongiu, Paola and Basile, Pierpaolo and Ferilli, Stefano and McGillivray, Barbara},
booktitle={Proceedings of the 15th Language Resources and Evaluation Conference},
year={2026}
}