TABLE 4.
Details of selected KGE algorithms: class of algorithm, triple scoring functions and their space and time complexities. Notation used: , , n t = # of training triples, , τ = |Ω| = # of convolution filters.
Algorithm | Class | Scoring function | Space (S) and time (T) complexity |
---|---|---|---|
TransE | Geometric | f r (h, t) = − |h + r − t|1/2 | S: T: |
HolE | Matrix factorization | f r (h, t) = r T (h ⋆ t) | S: T: |
ConvKB | Deep learning | f r (h, t) = concat (g ([h, r, t]∗Ω)).W | S: T: |