Adopting TupleILP and ExplanationLP constraints in DPP format. For this work we set the hyperparameters w1 = 2, w2 = 2, w3 = 1 and w4 = 2.
Description . | DPP Format . | Parameters . |
---|---|---|
TupleILP | ||
Sub graph must have ≤ w1 active tuples | (16) | – |
Active hypothesis term must have ≤ w2 edges | (17) | Hθ is populated by hypothesis term matrix H with dimension ((n + k) × (n + k) × l) and the values are given by: (18) |
Active tuple must have active subject | (19) | Aθ populated by adjacency matrix A, by subject tuple matrix TS with dimension ((n + k) × (n + k)) and the values are given by: (20) |
Active tuple must have ≥ w3 active fields | (21) | Aθ populated by adjacency matrix A and , , populated by subject, predicate and object matrices TS, TP, TO respectively. Predicate and object tuples are converted into TP,TO matrices similar to TS |
Active tuple must have an edge to some hypothesis term | Implemented during graph construction by only considering tuples that have lexical overlap with a hypothesis | – |
ExplanationLP | ||
Limits the total number of abstract facts to w4 | (22) | is populated by Abstract fact matrix FAB, where: (23) |
Description . | DPP Format . | Parameters . |
---|---|---|
TupleILP | ||
Sub graph must have ≤ w1 active tuples | (16) | – |
Active hypothesis term must have ≤ w2 edges | (17) | Hθ is populated by hypothesis term matrix H with dimension ((n + k) × (n + k) × l) and the values are given by: (18) |
Active tuple must have active subject | (19) | Aθ populated by adjacency matrix A, by subject tuple matrix TS with dimension ((n + k) × (n + k)) and the values are given by: (20) |
Active tuple must have ≥ w3 active fields | (21) | Aθ populated by adjacency matrix A and , , populated by subject, predicate and object matrices TS, TP, TO respectively. Predicate and object tuples are converted into TP,TO matrices similar to TS |
Active tuple must have an edge to some hypothesis term | Implemented during graph construction by only considering tuples that have lexical overlap with a hypothesis | – |
ExplanationLP | ||
Limits the total number of abstract facts to w4 | (22) | is populated by Abstract fact matrix FAB, where: (23) |