[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Aligning Knowledge Graphs and Language Models for Factual Accuracy

Created by
  • Haebom

Author

Nur A Zarin Nishat, Andrea Coletta, Luigi Bellomarini, Kossi Amouzouvi, Jens Lehmann, Sahar Vahdati

Outline

In this paper, we present a novel method, called ALIGNed-LLM, to address the hallucination problem in language models by efficiently integrating knowledge graphs (KGs) into the latent space of language models. Inspired by the original LLaVA, we align entities and text embeddings using pre-trained knowledge graph embedding (KGE) models such as TransE and a learnable projection layer. This allows the language model to distinguish similar entities, improve factual grounding, and reduce hallucinations. We conduct experiments on three question answering benchmark datasets and language models of various sizes, and demonstrate significant performance improvements. We also apply the method to a real-world financial use case from a large European central bank and verify the improved accuracy.

Takeaways, Limitations

Takeaways:
We present a novel method for efficiently integrating knowledge graphs into language models.
Experimentally demonstrated reduction in hallucination problems and improvement in factual accuracy.
Verification of practicality through application in actual financial fields.
Suggesting applicability to language models of various sizes.
Limitations:
Dependence on a specific KGE model (TransE). Lack of comparative performance analysis of other KGE models.
Performance may be affected by the quality and completeness of the knowledge graph used.
The actual application cases in the financial sector are limited to one specific institution. Further verification of generalizability to various fields and institutions is required.
👍