LGMLNov 5, 2018

Multi-layer Relation Networks

arXiv:1811.01838v11 citations
Originality Incremental advance
AI Analysis

This addresses the problem of insufficient relational reasoning in AI for tasks requiring multiple facts, though it is incremental as it builds on existing relational networks.

The paper tackled the limitation of shallow relational networks by proposing a multi-layer architecture for more complex reasoning, achieving state-of-the-art results by solving all 20 tasks on the bAbI QA dataset with joint training.

Relational Networks (RN) as introduced by Santoro et al. (2017) have demonstrated strong relational reasoning capabilities with a rather shallow architecture. Its single-layer design, however, only considers pairs of information objects, making it unsuitable for problems requiring reasoning across a higher number of facts. To overcome this limitation, we propose a multi-layer relation network architecture which enables successive refinements of relational information through multiple layers. We show that the increased depth allows for more complex relational reasoning by applying it to the bAbI 20 QA dataset, solving all 20 tasks with joint training and surpassing the state-of-the-art results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes