A Comprehensive Taxonomy of Negation for NLP and Neural Retrievers
Roxana Petcu, Samarth Bhargav, Maarten de Rijke, Evangelos Kanoulas
Abstract
Understanding and solving complex reasoning tasks is vital for addressing the information needs of a user. Although dense neural models learn contextualised embeddings, they underperform on queries containing negation. To understand this phenomenon, we study negation in traditional neural information retrieval and LLM-based models. We (1) introduce a taxonomy of negation that derives from philosophical, linguistic, and logical definitions; (2) generate two benchmark datasets that can be used to evaluate the performance of neural information retrieval models and to fine-tune models for a more robust performance on negation; and (3) propose a logic-based classification mechanism that can be used to analyze the performance of retrieval models on existing datasets. Our taxonomy produces a balanced data distribution over negation types, providing a better training setup that leads to faster convergence on the NevIR dataset. Moreover, we propose a classification schema that reveals the coverage of negation types in existing datasets, offering insights into the factors that might affect the generalization of fine-tuned models on negation. Our code is publicly available on GitHub, and the datasets are available on HuggingFace.
BibTeX
@inproceedings{emnlp2025_acomprehensiveta,
title = {A Comprehensive Taxonomy of Negation for NLP and Neural Retrievers},
author = {Roxana Petcu and Samarth Bhargav and Maarten de Rijke and Evangelos Kanoulas},
booktitle = {EMNLP 2025},
year = {2025}
}