# Relation Embedding with Dihedral Group in Knowledge Graph

**Authors:** Canran Xu, Ruijiang Li

arXiv: 1906.00687 · 2019-11-22

## TL;DR

This paper introduces DihEdral, a novel knowledge graph embedding model based on dihedral groups, which effectively captures relation compositions and properties, improving link prediction performance over existing bilinear models.

## Contribution

The paper proposes DihEdral, a dihedral group-based embedding model that models relation compositions and properties, enhancing interpretability and predictive accuracy in knowledge graphs.

## Key findings

- DihEdral captures symmetry, inversion, and composition properties.
- Outperforms existing bilinear models in link prediction tasks.
- Comparable or superior to deep learning models like ConvE.

## Abstract

Link prediction is critical for the application of incomplete knowledge graph (KG) in the downstream tasks. As a family of effective approaches for link predictions, embedding methods try to learn low-rank representations for both entities and relations such that the bilinear form defined therein is a well-behaved scoring function. Despite of their successful performances, existing bilinear forms overlook the modeling of relation compositions, resulting in lacks of interpretability for reasoning on KG. To fulfill this gap, we propose a new model called DihEdral, named after dihedral symmetry group. This new model learns knowledge graph embeddings that can capture relation compositions by nature. Furthermore, our approach models the relation embeddings parametrized by discrete values, thereby decrease the solution space drastically. Our experiments show that DihEdral is able to capture all desired properties such as (skew-) symmetry, inversion and (non-) Abelian composition, and outperforms existing bilinear form based approach and is comparable to or better than deep learning models such as ConvE.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.00687/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1906.00687/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1906.00687/full.md

---
Source: https://tomesphere.com/paper/1906.00687