paper-with-me

홈 › Papers

Verify-in-the-Graph: Entity Disambiguation Enhancement for Complex Claim Verification with Interactive Graph Representation

2025-05-29 · Hoang Pham, Thanh-Do Nguyen, Khac-Hoai Nam Bui

Claim verification is a long-standing and challenging task that demands not only high accuracy but also explainability of the verification process. This task becomes an emerging research issue in the era of large language models (LLMs) since real-world claims are often complex, featuring intricate semantic structures or obfuscated entities. Traditional approaches typically address this by decomposing claims into sub-claims and querying a knowledge base to resolve hidden or ambiguous entities. However, the absence of effective disambiguation strategies for these entities can compromise the entire verification process. To address these challenges, we propose Verify-in-the-Graph (VeGraph), a novel framework leveraging the reasoning and comprehension abilities of LLM agents. VeGraph operates in three phases: (1) Graph Representation - an input claim is decomposed into structured triplets, forming a graph-based representation that integrates both structured and unstructured information; (2) Entity Disambiguation -VeGraph iteratively interacts with the knowledge base to resolve ambiguous entities within the graph for deeper sub-claim verification; and (3) Verification - remaining triplets are verified to complete the fact-checking process. Experiments using Meta-Llama-3-70B (instruct version) show that VeGraph achieves competitive performance compared to baselines on two benchmarks HoVer and FEVEROUS, effectively addressing claim verification challenges. Our source code and data are available for further exploitation.

📄 PDF Abstract BibTeX arXiv:2505.22993

Code (0)

등록된 구현이 없습니다.

Tasks

Claim VerificationEntity DisambiguationFact Checking

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Medical Entity Disambiguation Using Graph Neural Networks

2021-04-03 · Alina Vretinaris, Chuan Lei, Vasilis Efthymiou, Xiao Qin 외

Medical knowledge bases (KBs), distilled from biomedical literature and regulatory actions, are expected to provide high-quality information to facilitate clinical decision making. Entity disambiguation (also referred to…

Decision MakingEntity DisambiguationEntity Linking

Entity-aware ELMo: Learning Contextual Entity Representation for Entity Disambiguation

2019-08-14 · Hamed Shahbazi, Xiaoli Z. Fern, Reza Ghaeini, Rasha Obeidat 외

We present a new local entity disambiguation system. The key to our system is a novel approach for learning entity representations. In our approach we learn an entity aware extension of Embedding for Language Model (ELMo…

Entity DisambiguationLanguage ModelingLanguage Modelling

Multimodal Knowledge Learning for Named Entity Disambiguation

2021-08-17 · ACL ARR August 2021 8 · Anonymous

With the popularity of online social medias in recent years, massive-scale multimodal information has brought new challenges to traditional Named Entity Disambiguation (NED) tasks. Recently, Multimodal Named Entity Disam…

Entity DisambiguationMeta-LearningTransfer Learning

Deep Joint Entity Disambiguation with Local Neural Attention

2017-04-17 · EMNLP 2017 9 · Octavian-Eugen Ganea, Thomas Hofmann

We propose a novel deep learning model for joint document-level entity disambiguation, which leverages learned neural representations. Key components are entity embeddings, a neural attention mechanism over local context…

Deep LearningEntity Disambiguation

Contextual Augmentation for Entity Linking using Large Language Models

2025-10-17 · Daniel Vollmers, Hamada M. Zahera, Diego Moussallem, Axel-Cyrille Ngonga Ngomo arxiv

Entity Linking involves detecting and linking entity mentions in natural language texts to a knowledge graph. Traditional methods use a two-step process with separate models for entity recognition and disambiguation, whi…

Entity DisambiguationEntity Linking