DeepAI AI Chat
Log In Sign Up

SEEK: Segmented Embedding of Knowledge Graphs

05/02/2020
by   Wentao Xu, et al.
8

In recent years, knowledge graph embedding becomes a pretty hot research topic of artificial intelligence and plays increasingly vital roles in various downstream applications, such as recommendation and question answering. However, existing methods for knowledge graph embedding can not make a proper trade-off between the model complexity and the model expressiveness, which makes them still far from satisfactory. To mitigate this problem, we propose a lightweight modeling framework that can achieve highly competitive relational expressiveness without increasing the model complexity. Our framework focuses on the design of scoring functions and highlights two critical characteristics: 1) facilitating sufficient feature interactions; 2) preserving both symmetry and antisymmetry properties of relations. It is noteworthy that owing to the general and elegant design of scoring functions, our framework can incorporate many famous existing methods as special cases. Moreover, extensive experiments on public benchmarks demonstrate the efficiency and effectiveness of our framework. Source codes and data can be found at <https://github.com/Wentao-Xu/SEEK>.

READ FULL TEXT

page 1

page 2

page 3

page 4

02/22/2021

LightCAKE: A Lightweight Framework for Context-Aware Knowledge Graph Embedding

Knowledge graph embedding (KGE) models learn to project symbolic entitie...
05/13/2022

Kronecker Decomposition for Knowledge Graph Embeddings

Knowledge graph embedding research has mainly focused on learning contin...
07/01/2021

AutoSF+: Towards Automatic Scoring Function Design for Knowledge Graph Embedding

Scoring functions, which measure the plausibility of triples, have becom...
10/23/2020

Knowledge Graph Embedding with Atrous Convolution and Residual Learning

Knowledge graph embedding is an important task and it will benefit lots ...
04/20/2022

LingYi: Medical Conversational Question Answering System based on Multi-modal Knowledge Graphs

The medical conversational system can relieve the burden of doctors and ...
04/26/2019

AutoKGE: Searching Scoring Functions for Knowledge Graph Embedding

Knowledge graph embedding (KGE) aims to find low dimensional vector repr...
08/22/2021

DisenKGAT: Knowledge Graph Embedding with Disentangled Graph Attention Network

Knowledge graph completion (KGC) has become a focus of attention across ...

Code Repositories

SEEK

Source code for the ACL 2020 paper "SEEK: Segmented Embedding of Knowledge Graphs".


view repo