NECLLGNov 19, 2015

Skip-Thought Memory Networks

arXiv:1511.06420v2
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in question answering for NLP applications, but it is incremental as it builds on existing frameworks.

The paper tackles the problem of answering questions involving relations among multiple entities in weakly supervised memory networks, proposing a method that combines MemN2N with Skip-Thought Vectors to improve performance on tasks like bAbi QA5-three-arg-relations.

Question Answering (QA) is fundamental to natural language processing in that most nlp problems can be phrased as QA (Kumar et al., 2015). Current weakly supervised memory network models that have been proposed so far struggle at answering questions that involve relations among multiple entities (such as facebook's bAbi qa5-three-arg-relations in (Weston et al., 2015)). To address this problem of learning multi-argument multi-hop semantic relations for the purpose of QA, we propose a method that combines the jointly learned long-term read-write memory and attentive inference components of end-to-end memory networks (MemN2N) (Sukhbaatar et al., 2015) with distributed sentence vector representations encoded by a Skip-Thought model (Kiros et al., 2015). This choice to append Skip-Thought Vectors to the existing MemN2N framework is motivated by the fact that Skip-Thought Vectors have been shown to accurately model multi-argument semantic relations (Kiros et al., 2015).

Foundations

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

Your Notes