Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 694 Bytes

File metadata and controls

17 lines (14 loc) · 694 Bytes

Linguistic Knowledge Graphs for Sense Prediction: a case-study on Latin @ LREC 2026

Project Organization

├── 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