NegBERT: A Transfer Learning Approach for Negation Detection and Scope Resolution
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.
Code (1)
Tasks
NegationNegation and Speculation Cue DetectionNegation DetectionNegation Scope ResolutionTransfer LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Negation Detection in Dutch Spoken Human-Computer Conversations
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 LearningImproving negation detection with negation-focused pre-training
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 DetectionImproving negation detection with negation-focused pre-training
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 DetectionMultitask Learning of Negation and Speculation using Transformers
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+2Scope resolution of predicted negation cues: A two-step neural network-based approach
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