Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Named Entity Recognition without Labelled Data: A Weak Supervision Approach

About

Named Entity Recognition (NER) performance often degrades rapidly when applied to target domains that differ from the texts observed during training. When in-domain labelled data is available, transfer learning techniques can be used to adapt existing NER models to the target domain. But what should one do when there is no hand-labelled data for the target domain? This paper presents a simple but powerful approach to learn NER models in the absence of labelled data through weak supervision. The approach relies on a broad spectrum of labelling functions to automatically annotate texts from the target domain. These annotations are then merged together using a hidden Markov model which captures the varying accuracies and confusions of the labelling functions. A sequence labelling model can finally be trained on the basis of this unified annotation. We evaluate the approach on two English datasets (CoNLL 2003 and news articles from Reuters and Bloomberg) and demonstrate an improvement of about 7 percentage points in entity-level $F_1$ scores compared to an out-of-domain neural NER model.

Pierre Lison, Aliaksandr Hubin, Jeremy Barnes, Samia Touileb• 2020

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionCoNLL 2003 (test)
F1 Score68.84
539
Named Entity RecognitionBC5CDR (test)
Macro F1 (span-level)29
80
Named Entity RecognitionBC5CDR
F1 Score80.57
59
Named Entity RecognitionNCBI-disease
F1 Score73.06
29
Named Entity RecognitionLaptopReview
F1 Score66.96
12
Named Entity RecognitionCHEMDNER (test)
Precision49.6
11
Showing 6 of 6 rows

Other info

Follow for update