paper-with-me

홈 › Papers

Knowledge Graphs for Enhancing Large Language Models in Entity Disambiguation

2025-05-05 · Gerard Pons, Besim Bilalli, Anna Queralt

Recent advances in Large Language Models (LLMs) have positioned them as a prominent solution for Natural Language Processing tasks. Notably, they can approach these problems in a zero or few-shot manner, thereby eliminating the need for training or fine-tuning task-specific models. However, LLMs face some challenges, including hallucination and the presence of outdated knowledge or missing information from specific domains in the training data. These problems cannot be easily solved by retraining the models with new data as it is a time-consuming and expensive process. To mitigate these issues, Knowledge Graphs (KGs) have been proposed as a structured external source of information to enrich LLMs. With this idea, in this work we use KGs to enhance LLMs for zero-shot Entity Disambiguation (ED). For that purpose, we leverage the hierarchical representation of the entities' classes in a KG to gradually prune the candidate space as well as the entities' descriptions to enrich the input prompt with additional factual knowledge. Our evaluation on popular ED datasets shows that the proposed method outperforms non-enhanced and description-only enhanced LLMs, and has a higher degree of adaptability than task-specific models. Furthermore, we conduct an error analysis and discuss the impact of the leveraged KG's semantic expressivity on the ED performance.

📄 PDF Abstract BibTeX arXiv:2505.02737

Code (0)

등록된 구현이 없습니다.

Tasks

Entity DisambiguationHallucinationKnowledge Graphs

Similar Papers 제목 키워드 기반

Enhancing Next-Generation Language Models with Knowledge Graphs: Extending Claude, Mistral IA, and GPT-4 via KG-BERT

2025-12-11 · Nour El Houda Ben Chaabene, Hamza Hammami arxiv

Large language models (LLMs) like Claude, Mistral IA, and GPT-4 excel in NLP but lack structured knowledge, leading to factual inconsistencies. We address this by integrating Knowledge Graphs (KGs) via KG-BERT to enhance…

Question AnsweringKnowledge GraphsEntity Linking

Enhancing Knowledge Graph Construction Using Large Language Models

2023-05-08 · Milena Trajanoska, Riste Stojanov, Dimitar Trajanov

The growing trend of Large Language Models (LLM) development has attracted significant attention, with models for various applications emerging consistently. However, the combined application of Large Language Models wit…

graph constructionJoint Entity and Relation ExtractionKnowledge GraphsRelation Extraction

FusionMind -- Improving question and answering with external context fusion

2023-12-31 · Shreyas Verma, Manoj Parmar, Palash Choudhary, Sanchita Porwal

Answering questions using pre-trained language models (LMs) and knowledge graphs (KGs) presents challenges in identifying relevant knowledge and performing joint reasoning.We compared LMs (fine-tuned for the task) with t…

Knowledge GraphsMultiple-choiceQuestion Answering

Enhancing Contextual Word Representations Using Embedding of Neighboring Entities in Knowledge Graphs

2022-10-01 · COLING 2022 10 · Ryoko Tokuhisa, Keisuke Kawano, Akihiro Nakamura, Satoshi Koide

Pre-trained language models (PLMs) such as BERT and RoBERTa have dramatically improved the performance of various natural language processing tasks. Although these models are trained on large amounts of raw text, they ha…

Entity TypingKnowledge GraphsRelationRelation Classification

LLM-Align: Utilizing Large Language Models for Entity Alignment in Knowledge Graphs

2024-12-06 · Xuan Chen, Tong Lu, Zhichun Wang

Entity Alignment (EA) seeks to identify and match corresponding entities across different Knowledge Graphs (KGs), playing a crucial role in knowledge fusion and integration. Embedding-based entity alignment (EA) has rece…

Entity AlignmentEntity EmbeddingsHallucinationInstruction Following+2