paper-with-me

Papers

Interaction Embeddings for Prediction and Explanation in Knowledge Graphs

2019-03-12 · Wen Zhang, Bibek Paudel, Wei zhang, Abraham Bernstein, Huajun Chen

Knowledge graph embedding aims to learn distributed representations for entities and relations, and is proven to be effective in many applications. Crossover interactions --- bi-directional effects between entities and relations --- help select related information when predicting a new triple, but haven't been formally discussed before. In this paper, we propose CrossE, a novel knowledge graph embedding which explicitly simulates crossover interactions. It not only learns one general embedding for each entity and relation as most previous methods do, but also generates multiple triple specific embeddings for both of them, named interaction embeddings. We evaluate embeddings on typical link prediction tasks and find that CrossE achieves state-of-the-art results on complex and more challenging datasets. Furthermore, we evaluate embeddings from a new perspective --- giving explanations for predicted triples, which is important for real applications. In this work, an explanation for a triple is regarded as a reliable closed-path between the head and the tail entity. Compared to other baselines, we show experimentally that CrossE, benefiting from interaction embeddings, is more capable of generating reliable explanations to support its predictions.

📄 PDF Abstract BibTeX arXiv:1903.04750

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink PredictionPrediction

Similar Papers 제목 키워드 기반

Explainable Representations for Relation Prediction in Knowledge Graphs

2023-06-22 · Rita T. Sousa, Sara Silva, Catia Pesquita

Knowledge graphs represent real-world entities and their relations in a semantically-rich structure supported by ontologies. Exploring this data with machine learning methods often relies on knowledge graph embeddings, w…

Knowledge Graph EmbeddingsKnowledge GraphsPredictionRelation+1

Effects of Locality and Rule Language on Explanations for Knowledge Graph Embeddings

2023-02-14 · Luis Galárraga

Knowledge graphs (KGs) are key tools in many AI-related tasks such as reasoning or question answering. This has, in turn, propelled research in link prediction in KGs, the task of predicting missing relationships from th…

Knowledge Graph EmbeddingsKnowledge GraphsLink PredictionQuestion Answering

Holographic Embeddings of Knowledge Graphs

2015-10-16 · Maximilian Nickel, Lorenzo Rosasco, Tomaso Poggio

Learning embeddings of entities and relations is an efficient and versatile method to perform machine learning on relational data such as knowledge graphs. In this work, we propose holographic embeddings (HolE) to learn …

Knowledge GraphsLink PredictionRelational Reasoning

Explaining Knowledge Graph Embedding via Latent Rule Learning

2021-09-29 · Wen Zhang, Mingyang Chen, Zezhong Xu, Yushan Zhu 외

Knowledge Graph Embeddings (KGEs) embed entities and relations into continuous vector space following certain assumption, and are a powerful tools for representation learning of knowledge graphs. However, following vecto…

Graph EmbeddingKnowledge DistillationKnowledge Graph EmbeddingKnowledge Graph Embeddings+4

Interpretable High-order Knowledge Graph Neural Network for Predicting Synthetic Lethality in Human Cancers

2025-03-08 · Xuexin Chen, Ruichu Cai, Zhengting Huang, Zijian Li 외

Synthetic lethality (SL) is a promising gene interaction for cancer therapy. Recent SL prediction methods integrate knowledge graphs (KGs) into graph neural networks (GNNs) and employ attention mechanisms to extract loca…

Graph Neural NetworkKnowledge Graphs