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

ner and pos when nothing is capitalized

About

For those languages which use it, capitalization is an important signal for the fundamental NLP tasks of Named Entity Recognition (NER) and Part of Speech (POS) tagging. In fact, it is such a strong signal that model performance on these tasks drops sharply in common lowercased scenarios, such as noisy web text or machine translation outputs. In this work, we perform a systematic analysis of solutions to this problem, modifying only the casing of the train or test data using lowercasing and truecasing methods. While prior work and first impressions might suggest training a caseless model, or using a truecaser at test time, we show that the most effective strategy is a concatenation of cased and lowercased training data, producing a single model with high performance on both cased and uncased text. As shown in our experiments, this result holds across tasks and input representations. Finally, we show that our proposed solution gives an 8% F1 improvement in mention detection on noisy out-of-domain Twitter data.

Stephen Mayhew, Tatiana Tsygankova, Dan Roth• 2019

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionWNUT 2017 (test)
F1 Score38.6
63
Named Entity RecognitionCoNLL Cased (test)
F1 Score90.4
12
Named Entity RecognitionOntonotes Cased (test)
F1 Score87.2
10
Named Entity RecognitionCoNLL Uncased (test)
F1 Score87.9
3
Named Entity RecognitionOntonotes Uncased (test)
F1 Score84.3
3
Showing 5 of 5 rows

Other info

Follow for update