← Back to all projects
Conference paper

D-Neg: Syntax-Aware Graph Reasoning for Negation Detection

Leon Lukas Hammerla, Andy Lücking, Carolin Reinert, Alexander Mehler

Proceedings of the 14th International Joint Conference on Natural Language Processing and the 4th Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics · 2025

View publication Code & archive

Abstract

Despite the communicative importance of negation, its detection remains challenging. Previous approaches perform poorly in out-of-domain scenarios, and progress outside of English has been slow due to a lack of resources and robust models. To address this gap, we present D-Neg: a syntax-aware graph reasoning model based on a transformer that incorporates syntactic embeddings by attention-gating. D-Neg uses graph attention to represent syntactic structures, emulating the effectiveness of rule-based dependency approaches for negation detection. We train D-Neg using 7 English resources and their translations into 10 languages, all aligned at the annotation level. We conduct an evaluation of all these datasets in in-domain and out-of-domain settings. Our work represents a significant advance in negation detection, enabling more effective cross-lingual research.

Keywords

neglab

BibTeX

@inproceedings{Hammerla:et:al:2025b,
  title     = {{D}-Neg: Syntax-Aware Graph Reasoning for Negation Detection},
  author    = {Hammerla, Leon Lukas and L{\"u}cking, Andy and Reinert, Carolin
               and Mehler, Alexander},
  editor    = {Inui, Kentaro and Sakti, Sakriani and Wang, Haofen and Wong, Derek F.
               and Bhattacharyya, Pushpak and Banerjee, Biplab and Ekbal, Asif and Chakraborty, Tanmoy
               and Singh, Dhirendra Pratap},
  booktitle = {Proceedings of the 14th International Joint Conference on Natural
               Language Processing and the 4th Conference of the Asia-Pacific
               Chapter of the Association for Computational Linguistics},
  month     = {dec},
  year      = {2025},
  address   = {Mumbai, India},
  publisher = {The Asian Federation of Natural Language Processing and The Association for Computational Linguistics},
  url       = {https://aclanthology.org/2025.findings-ijcnlp.89/},
  doi       = {10.18653/v1/2025.findings-ijcnlp.89},
  pages     = {1432--1454},
  isbn      = {979-8-89176-303-6},
  abstract  = {Despite the communicative importance of negation, its detection
               remains challenging. Previous approaches perform poorly in out-of-domain
               scenarios, and progress outside of English has been slow due to
               a lack of resources and robust models. To address this gap, we
               present D-Neg: a syntax-aware graph reasoning model based on a
               transformer that incorporates syntactic embeddings by attention-gating.
               D-Neg uses graph attention to represent syntactic structures,
               emulating the effectiveness of rule-based dependency approaches
               for negation detection. We train D-Neg using 7 English resources
               and their translations into 10 languages, all aligned at the annotation
               level. We conduct an evaluation of all these datasets in in-domain
               and out-of-domain settings. Our work represents a significant
               advance in negation detection, enabling more effective cross-lingual
               research.},
  keywords  = {neglab}
}