CLAILGJul 23, 2019

Discourse Marker Augmented Network with Reinforcement Learning for Natural Language Inference

arXiv:1907.09692v11106 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of improving logical relationship inference in NLP for tasks like NLI, representing an incremental advance by integrating discourse markers and reinforcement learning into existing frameworks.

The paper tackles Natural Language Inference by incorporating discourse markers like 'so' or 'but' to improve sentence representations and uses reinforcement learning to optimize a new objective function, achieving state-of-the-art performance on several large-scale datasets.

Natural Language Inference (NLI), also known as Recognizing Textual Entailment (RTE), is one of the most important problems in natural language processing. It requires to infer the logical relationship between two given sentences. While current approaches mostly focus on the interaction architectures of the sentences, in this paper, we propose to transfer knowledge from some important discourse markers to augment the quality of the NLI model. We observe that people usually use some discourse markers such as "so" or "but" to represent the logical relationship between two sentences. These words potentially have deep connections with the meanings of the sentences, thus can be utilized to help improve the representations of them. Moreover, we use reinforcement learning to optimize a new objective function with a reward defined by the property of the NLI datasets to make full use of the labels information. Experiments show that our method achieves the state-of-the-art performance on several large-scale datasets.

Code Implementations1 repo
Foundations

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

Your Notes