Perface
This is the notes when I was reading A Three-Way Model for Collective Learning on Multi-Relational Data paper.
Introduction Notes
In this paper, the model learns relations mainly based on tensor factorization related to DEDICOM model.
Modelling and Notation Notes
The authors model the triples into a three-way tensor $\chi$, where two modes are concantenated entities and the third are relations.
- $\chi_{ijk} = 1$ indicates existing the relation $\text{(i-th entity, k-th predicate, j-th entity).}$
- $\chi_{ijk} = 0$ indicates non-existing and unknown relations.
$\text{Some Notations}$
- $\chi_k$ is the k-th frontal slice of the tensor $\chi$.
- $X(n)$ denotes the unfolding of the tensor $chi$ in mode $n$
- $A \otimes B$ refers to the Kronecker product of the matrices A and B
- $vec(X)$ is the vectorization of the matrix $X$
- Data is given as a $n \times n \times m$ tensor $\chi$, where $n$ is the number of entities and $m$ the number of relations.