paper-with-me

Papers

NegBERT: A Transfer Learning Approach for Negation Detection and Scope Resolution

2019-11-11 · LREC 2020 5 · Aditya Khandelwal, Suraj Sawant

Negation is an important characteristic of language, and a major component of information extraction from text. This subtask is of considerable importance to the biomedical domain. Over the years, multiple approaches have been explored to address this problem: Rule-based systems, Machine Learning classifiers, Conditional Random Field Models, CNNs and more recently BiLSTMs. In this paper, we look at applying Transfer Learning to this problem. First, we extensively review previous literature addressing Negation Detection and Scope Resolution across the 3 datasets that have gained popularity over the years: the BioScope Corpus, the Sherlock dataset, and the SFU Review Corpus. We then explore the decision choices involved with using BERT, a popular transfer learning model, for this task, and report state-of-the-art results for scope resolution across all 3 datasets. Our model, referred to as NegBERT, achieves a token level F1 score on scope resolution of 92.36 on the Sherlock dataset, 95.68 on the BioScope Abstracts subcorpus, 91.24 on the BioScope Full Papers subcorpus, 90.95 on the SFU Review Corpus, outperforming the previous state-of-the-art systems by a significant margin. We also analyze the model's generalizability to datasets on which it is not trained.

📄 PDF Abstract BibTeX arXiv:1911.04211

Code (1)

adityak6798/Transformers-For-Negation-and-Speculation 공식 구현 pytorch

Tasks

NegationNegation and Speculation Cue DetectionNegation DetectionNegation Scope ResolutionTransfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Attention 설명 없음
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…

Similar Papers 제목 키워드 기반

Negation Detection in Dutch Spoken Human-Computer Conversations

2022-06-01 · LREC 2022 6 · Tom Sweers, Iris Hendrickx, Helmer Strik

Proper recognition and interpretation of negation signals in text or communication is crucial for any form of full natural language understanding. It is also essential for computational approaches to natural language pro…

Natural Language UnderstandingNegationNegation DetectionTransfer Learning

Improving negation detection with negation-focused pre-training

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Negation is a common linguistic feature that is crucial in many language understanding tasks, yet it remains a hard problem due to diversity in its expression in different types of text. Recent works show that state-of-t…

Data AugmentationDiversityNegationNegation Detection

Improving negation detection with negation-focused pre-training

2022-05-09 · NAACL 2022 7 · Thinh Hung Truong, Timothy Baldwin, Trevor Cohn, Karin Verspoor

Negation is a common linguistic feature that is crucial in many language understanding tasks, yet it remains a hard problem due to diversity in its expression in different types of text. Recent work has shown that state-…

Data AugmentationDiversityNegationNegation Detection

Multitask Learning of Negation and Speculation using Transformers

2020-11-20 · Aditya Khandelwal, Benita Kathleen Britto

Detecting negation and speculation in language has been a task of considerable interest to the biomedical community, as it is a key component of Information Extraction systems from Biomedical documents. Prior work has in…

NegationNegation and Speculation Scope resolutionNegation DetectionNegation Scope Resolution+2

Scope resolution of predicted negation cues: A two-step neural network-based approach

2021-09-15 · Daan de Jong

Neural network-based methods are the state of the art in negation scope resolution. However, they often use the unrealistic assumption that cue information is completely accurate. Even if this assumption holds, there rem…

NegationNegation DetectionNegation Scope Resolution