The intention (for now) of this page is to define the Scope (Anwendungsbereich) for the DIN-SPEC-Project on "Wissensgraphen und Ontologien in großen Sprachmodellen"
3 types of KG+LLMs systems (Robert D. - SWC)
- Complementary solution:
KGs and LLMs complement each other to implement a use case that each would not be able to do.- KG-based (Semantic or Graph) RAG
- Improve LLMs by using KGs
- reduce hallucinations/garbage
- provide additional background knowledge
- ...
- Improve KGs by using LLMs
- improve structure of KGs-> extend/augment KG with nodes/entities + relations
- content -> add labels/descriptions based on other KG entities
- Context-aware translation of labels/literals between different languages
- Disambiguate KG entities
- ...