Paraphrasing in Affirmative Terms Improves Negation Understanding
MohammadHossein Rezaei, Eduardo Blanco
TL;DR
This paper tackles the challenge of negation understanding in NLP by introducing automatically generated affirmative interpretations—paraphrases that express the same content without negation. It presents two generation methods, T5-HB trained on Large-AFIN (AHB) and T5-CG trained on a ChatGPT paraphrase dataset (ACG), and demonstrates that appending these interpretations to inputs containing negation improves performance across CondaQA and five additional NLU benchmarks. The results are achieved with RoBERTa-Large in a task- and architecture-agnostic setup, without requiring parallel corpora for the affirmative interpretations. The findings indicate that negation robustness can be substantially enhanced through automatically produced paraphrases, with potential extensions to other languages and larger language models.
Abstract
Negation is a common linguistic phenomenon. Yet language models face challenges with negation in many natural language understanding tasks such as question answering and natural language inference. In this paper, we experiment with seamless strategies that incorporate affirmative interpretations (i.e., paraphrases without negation) to make models more robust against negation. Crucially, our affirmative interpretations are obtained automatically. We show improvements with CondaQA, a large corpus requiring reasoning with negation, and five natural language understanding tasks.
