Skip to main content
. 2021 Nov 25;4:759110. doi: 10.3389/fdata.2021.759110

TABLE 4.

Details of selected KGE algorithms: class of algorithm, triple scoring functions and their space and time complexities. Notation used: m=|N| , n=|R| , n t = # of training triples, h,r,tRd , τ = |Ω| = # of convolution filters.

Algorithm Class Scoring function Space (S) and time (T) complexity
TransE Geometric f r (h, t) = − |h + rt|1/2 S: O(md+nd) T: O(ntd)
HolE Matrix factorization [ht]=k=0d1[h]k.[t](k+i)modd f r (h, t) = r T (ht) S: O(md+nd) T: O(ntdlogd)
ConvKB Deep learning f r (h, t) = concat (g ([h, r, t]∗Ω)).W S: O(md+nd+(τ+3)d) T: O(ntτd)