“…Given the triples (Barack, Married, Michelle) and (Michelle, HasChild, Malia) ∈ G, a good scoring function is expected to return high scores for (Barack, HasChild, Malia) and (Michelle, Married, Barack), while returning a considerably lower score for (Malia, HasChild, Barack). To compute a single score, embeddings of entities and relations are retrieved from E, R and trilinear d-dimension vector multiplication is performed, i.e., φ(Barack, HasChild, Malia) = Barack • HasChild • Malia (see [4]).…”