SAG represents document chunks as event-entity rows and uses query-time SQL joins over shared entities to activate multi-hop evidence chains, achieving state-of-the-art Recall@5 on three multi-hop QA benchmarks.
Generalizing Tensor Decomposition for N-ary Relational Knowledge Bases
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
With the rapid development of knowledge bases (KBs), link prediction task, which completes KBs with missing facts, has been broadly studied in especially binary relational KBs (a.k.a knowledge graph) with powerful tensor decomposition related methods. However, the ubiquitous n-ary relational KBs with higher-arity relational facts are paid less attention, in which existing translation based and neural network based approaches have weak expressiveness and high complexity in modeling various relations. Tensor decomposition has not been considered for n-ary relational KBs, while directly extending tensor decomposition related methods of binary relational KBs to the n-ary case does not yield satisfactory results due to exponential model complexity and their strong assumptions on binary relations. To generalize tensor decomposition for n-ary relational KBs, in this work, we propose GETD, a generalized model based on Tucker decomposition and Tensor Ring decomposition. The existing negative sampling technique is also generalized to the n-ary case for GETD. In addition, we theoretically prove that GETD is fully expressive to completely represent any KBs. Extensive evaluations on two representative n-ary relational KB datasets demonstrate the superior performance of GETD, significantly improving the state-of-the-art methods by over 15\%. Moreover, GETD further obtains the state-of-the-art results on the benchmark binary relational KB datasets.
fields
cs.CL 1years
2026 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
SAG: SQL-Retrieval Augmented Generation with Query-Time Dynamic Hyperedges
SAG represents document chunks as event-entity rows and uses query-time SQL joins over shared entities to activate multi-hop evidence chains, achieving state-of-the-art Recall@5 on three multi-hop QA benchmarks.