paper-with-me

Papers

Graph Pattern Entity Ranking Model for Knowledge Graph Completion

2019-04-05 · NAACL 2019 6 · Takuma Ebisu, Ryutaro Ichise

Knowledge graphs have evolved rapidly in recent years and their usefulness has been demonstrated in many artificial intelligence tasks. However, knowledge graphs often have lots of missing facts. To solve this problem, many knowledge graph embedding models have been developed to populate knowledge graphs and these have shown outstanding performance. However, knowledge graph embedding models are so-called black boxes, and the user does not know how the information in a knowledge graph is processed and the models can be difficult to interpret. In this paper, we utilize graph patterns in a knowledge graph to overcome such problems. Our proposed model, the {\it graph pattern entity ranking model} (GRank), constructs an entity ranking system for each graph pattern and evaluates them using a ranking measure. By doing so, we can find graph patterns which are useful for predicting facts. Then, we perform link prediction tasks on standard datasets to evaluate our GRank method. We show that our approach outperforms other state-of-the-art approaches such as ComplEx and TorusE for standard metrics such as HITS@{\it n} and MRR. Moreover, our model is easily interpretable because the output facts are described by graph patterns.

📄 PDF Abstract BibTeX arXiv:1904.02856

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge GraphsLink Prediction

Similar Papers 제목 키워드 기반

Entity-Duet Neural Ranking: Understanding the Role of Knowledge Graph Semantics in Neural Information Retrieval

2018-05-19 · ACL 2018 7 · Zhenghao Liu, Chenyan Xiong, Maosong Sun, Zhiyuan Liu

This paper presents the Entity-Duet Neural Ranking Model (EDRM), which introduces knowledge graphs to neural search systems. EDRM represents queries and documents by their words and entity annotations. The semantics from…

Information RetrievalKnowledge GraphsRetrieval

QDER: Query-Specific Document and Entity Representations for Multi-Vector Document Re-Ranking

2025-10-13 · Shubham Chatterjee, Jeff Dalton arxiv

Neural IR has advanced through two distinct paths: entity-oriented approaches leveraging knowledge graphs and multi-vector models capturing fine-grained semantics. We introduce QDER, a neural re-ranking model that unifie…

Knowledge Graphs

Graph-Embedding Empowered Entity Retrieval

2020-05-06 · Emma J. Gerritse, Faegheh Hasibi, Arjen P. de Vries

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. …

Entity RetrievalGraph EmbeddingRe-RankingRetrieval+1

Path Ranking with Attention to Type Hierarchies

2019-05-26 · Weiyu Liu, Angel Daruna, Zsolt Kira, Sonia Chernova

The objective of the knowledge base completion problem is to infer missing information from existing facts in a knowledge base. Prior work has demonstrated the effectiveness of path-ranking based methods, which solve the…

Knowledge Base CompletionKnowledge GraphsVocal Bursts Type Prediction

Retrieval, Reasoning, Re-ranking: A Context-Enriched Framework for Knowledge Graph Completion

2024-11-12 · Muzhi Li, Cehao Yang, Chengjin Xu, Xuhui Jiang 외

The Knowledge Graph Completion~(KGC) task aims to infer the missing entity from an incomplete triple. Existing embedding-based methods rely solely on triples in the KG, which is vulnerable to specious relation patterns a…

Knowledge Graph CompletionLanguage ModelingLanguage ModellingLarge Language Model+2