paper-with-me

Papers

What is Learned in Knowledge Graph Embeddings?

2021-10-19 · Michael R. Douglas, Michael Simkin, Omri Ben-Eliezer, Tianqi Wu, Peter Chin, Trung V. Dang, Andrew Wood

A knowledge graph (KG) is a data structure which represents entities and relations as the vertices and edges of a directed graph with edge types. KGs are an important primitive in modern machine learning and artificial intelligence. Embedding-based models, such as the seminal TransE [Bordes et al., 2013] and the recent PairRE [Chao et al., 2020] are among the most popular and successful approaches for representing KGs and inferring missing edges (link completion). Their relative success is often credited in the literature to their ability to learn logical rules between the relations. In this work, we investigate whether learning rules between relations is indeed what drives the performance of embedding-based methods. We define motif learning and two alternative mechanisms, network learning (based only on the connectivity of the KG, ignoring the relation types), and unstructured statistical learning (ignoring the connectivity of the graph). Using experiments on synthetic KGs, we show that KG models can learn motifs and how this ability is degraded by non-motif (noise) edges. We propose tests to distinguish the contributions of the three mechanisms to performance, and apply them to popular KG benchmarks. We also discuss an issue with the standard performance testing protocol and suggest an improvement. To appear in the proceedings of Complex Networks 2021.

📄 PDF Abstract BibTeX arXiv:2110.09978

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph Embeddings

Methods 이 논문이 사용한 방법론

TransE TransE is an energy-based model that produces knowledge base embeddings. It models relationships by interpreting them as translations operating on the low-dimensional…

Similar Papers 제목 키워드 기반

SimplE Embedding for Link Prediction in Knowledge Graphs

2018-02-13 · NeurIPS 2018 12 · Seyed Mehran Kazemi, David Poole

Knowledge graphs contain knowledge about the world and provide a structured representation of this knowledge. Current knowledge graphs contain only a small subset of what is true in the world. Link prediction approaches …

Knowledge GraphsLink PredictionPrediction

Assessing the Lexico-Semantic Relational Knowledge Captured by Word and Concept Embeddings

2019-09-24 · Ronald Denaux, Jose Manuel Gomez-Perez

Deep learning currently dominates the benchmarks for various NLP tasks and, at the basis of such systems, words are frequently represented as embeddings --vectors in a low dimensional space-- learned from large text corp…

Knowledge Graph Embeddings and Explainable AI

2020-04-30 · Federico Bianchi, Gaetano Rossiello, Luca Costabello, Matteo Palmonari 외

Knowledge graph embeddings are now a widely adopted approach to knowledge representation in which entities and relationships are embedded in vector spaces. In this chapter, we introduce the reader to the concept of knowl…

Knowledge Graph Embeddings

The DLCC Node Classification Benchmark for Analyzing Knowledge Graph Embeddings

2022-07-13 · Jan Portisch, Heiko Paulheim

Knowledge graph embedding is a representation learning technique that projects entities and relations in a knowledge graph to continuous vector spaces. Embeddings have gained a lot of uptake and have been heavily used in…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsLink Prediction+3

Reasoning over Vision and Language: Exploring the Benefits of Supplemental Knowledge

2021-01-15 · EACL (LANTERN) 2021 4 · Violetta Shevchenko, Damien Teney, Anthony Dick, Anton Van Den Hengel

The limits of applicability of vision-and-language models are defined by the coverage of their training data. Tasks like vision question answering (VQA) often require commonsense and factual information beyond what can b…

Question AnsweringVisual Question Answering (VQA)Visual Reasoning