CLAIIROct 6, 2018

Co-Stack Residual Affinity Networks with Multi-level Attention Refinement for Matching Text Sequences

arXiv:1810.02938v11103 citations
Originality Incremental advance
AI Analysis

This addresses a fundamental challenge in NLP for applications like question answering and paraphrase identification, though it appears incremental as it builds on existing stacked recurrent architectures with novel components.

The paper tackles the problem of learning a matching function between two text sequences by proposing Co-Stack Residual Affinity Networks (CSRAN), a deep neural architecture that incorporates bidirectional alignment and multi-level attention refinement to improve training and performance, achieving state-of-the-art results on six datasets.

Learning a matching function between two text sequences is a long standing problem in NLP research. This task enables many potential applications such as question answering and paraphrase identification. This paper proposes Co-Stack Residual Affinity Networks (CSRAN), a new and universal neural architecture for this problem. CSRAN is a deep architecture, involving stacked (multi-layered) recurrent encoders. Stacked/Deep architectures are traditionally difficult to train, due to the inherent weaknesses such as difficulty with feature propagation and vanishing gradients. CSRAN incorporates two novel components to take advantage of the stacked architecture. Firstly, it introduces a new bidirectional alignment mechanism that learns affinity weights by fusing sequence pairs across stacked hierarchies. Secondly, it leverages a multi-level attention refinement component between stacked recurrent layers. The key intuition is that, by leveraging information across all network hierarchies, we can not only improve gradient flow but also improve overall performance. We conduct extensive experiments on six well-studied text sequence matching datasets, achieving state-of-the-art performance on all.

Foundations

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

Your Notes