Graph-Embedding Empowered Entity Retrieval
In this research, we improve upon the current state of the art in entity retrieval by re-ranking the result list using graph embeddings. The paper shows that graph embeddings are useful for entity-oriented search tasks. We demonstrate empirically that encoding information from the knowledge graph into (graph) embeddings contributes to a higher increase in effectiveness of entity retrieval results than using plain word embeddings. We analyze the impact of the accuracy of the entity linker on the overall retrieval effectiveness. Our analysis further deploys the cluster hypothesis to explain the observed advantages of graph embeddings over the more widely used word embeddings, for user tasks involving ranking entities.
Code (1)
Tasks
Entity RetrievalGraph EmbeddingRe-RankingRetrievalWord EmbeddingsSimilar Papers 제목 키워드 기반
Explore Entity Embedding Effectiveness in Entity Retrieval
This paper explores entity embedding effectiveness in ad-hoc entity retrieval, which introduces distributed representation of entities into entity retrieval. The knowledge graph contains lots of knowledge and models enti…
Entity RetrievalLearning-To-RankRetrievalGet the Point! Graph Enhanced Candidate Retrieval for Zero-shot Entity Linking
For the retrieval phase of the zero-shot entity linking task, BERT has been widely used to represent the mentions and entities with the sentence embeddings. However, the sentence embeddings obtained by BERT are dominated…
Entity LinkingEntity RetrievalGraph Neural NetworkRetrieval+4SERAG: Semantic Entity Retrieval from Arabic Knowledge Graphs
Knowledge graphs (KGs) are widely used to store and access information about entities and their relationships. Given a query, the task of entity retrieval from a KG aims at presenting a ranked list of entities relevant t…
Entity EmbeddingsEntity RetrievalKnowledge GraphsRetrievalDERA: Dense Entity Retrieval for Entity Alignment in Knowledge Graphs
Entity Alignment (EA) aims to match equivalent entities in different Knowledge Graphs (KGs), which is essential for knowledge fusion and integration. Recently, embedding-based EA has attracted significant attention and m…
AttributeEntity AlignmentEntity EmbeddingsEntity Retrieval+2Entity-Memory Graph Retrieval Improves Evidence Coverage in Long-Conversation Question Answering
Entity-Memory graph retrieval keeps dialogue turns as verbatim Memory nodes, links repeated mentions through shared Entities, and connects adjacent Memories with directed chronological edges. At query time the retriever …
Question Answering