paper-with-me

홈 › Papers

The Self-Contained Negation Test Set

2024-08-21 · David Kletz, Pascal Amsili, Marie Candito

Several methodologies have recently been proposed to evaluate the ability of Pretrained Language Models (PLMs) to interpret negation. In this article, we build on Gubelmann and Handschuh (2022), which studies the modification of PLMs' predictions as a function of the polarity of inputs, in English. Crucially, this test uses ``self-contained'' inputs ending with a masked position: depending on the polarity of a verb in the input, a particular token is either semantically ruled out or allowed at the masked position. By replicating Gubelmann and Handschuh (2022) experiments, we have uncovered flaws that weaken the conclusions that can be drawn from this test. We thus propose an improved version, the Self-Contained Neg Test, which is more controlled, more systematic, and entirely based on examples forming minimal pairs varying only in the presence or absence of verbal negation in English. When applying our test to the roberta and bert base and large models, we show that only roberta-large shows trends that match the expectations, while bert-base is mostly insensitive to negation. For all the tested models though, in a significant number of test instances the top-1 prediction remains the token that is semantically forbidden by the context, which shows how much room for improvement remains for a proper treatment of the negation phenomenon.

📄 PDF Abstract BibTeX arXiv:2408.11469

Code (0)

등록된 구현이 없습니다.

Tasks

NegationPosition

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
WordPiece 설명 없음
Residual Connection 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

A Negation Quantum Decision Model to Predict the Interference Effect in Categorization

2021-04-19 · Qinyuan Wu, Yong Deng

Categorization is a significant task in decision-making, which is a key part of human behavior. An interference effect is caused by categorization in some cases, which breaks the total probability principle. A negation q…

Decision MakingNegation

Negation Neglect: When models fail to learn negations in training

2026-05-13 · Harry Mayne, Lev McKinney, Jan Dubiński, Adam Karvonen 외 arxiv

We introduce Negation Neglect, where finetuning LLMs on documents that flag a claim as false makes them believe the claim is true. For example, models are finetuned on documents that convey "Ed Sheeran won the 100m gold …

Not another Negation Benchmark: The NaN-NLI Test Suite for Sub-clausal Negation

2022-10-06 · Thinh Hung Truong, Yulia Otmakhova, Timothy Baldwin, Trevor Cohn 외

Negation is poorly captured by current language models, although the extent of this problem is not widely understood. We introduce a natural language inference (NLI) test suite to enable probing the capabilities of NLP m…

Natural Language InferenceNegation

Making Language Models Robust Against Negation

2025-02-11 · MohammadHossein Rezaei, Eduardo Blanco

Negation has been a long-standing challenge for language models. Previous studies have shown that they struggle with negation in many natural language understanding tasks. In this work, we propose a self-supervised metho…

Natural Language UnderstandingNegationPredictionQuestion Answering+1

When to Commit? Towards Variable-Size Self-Contained Blocks for Discrete Diffusion Language Models

2026-04-27 · Danny Wang, Ruihong Qiu, Zi Huang arxiv

Discrete diffusion language models (dLLMs) enable parallel token updates with bidirectional attention, yet practical generation typically adopts blockwise semi-autoregressive decoding. This switch creates a training-infe…