SOTAVerified

Using Similarity Measures to Select Pretraining Data for NER

2019-04-01NAACL 2019Code Available0· sign in to hype

Xiang Dai, Sarvnaz Karimi, Ben Hachey, Cecile Paris

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Word vectors and Language Models (LMs) pretrained on a large amount of unlabelled data can dramatically improve various Natural Language Processing (NLP) tasks. However, the measure and impact of similarity between pretraining data and target task data are left to intuition. We propose three cost-effective measures to quantify different aspects of similarity between source pretraining and target task data. We demonstrate that these measures are good predictors of the usefulness of pretrained models for Named Entity Recognition (NER) over 30 data pairs. Results also suggest that pretrained LMs are more effective and more predictable than pretrained word vectors, but pretrained word vectors are better when pretraining data is dissimilar.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
WetLabBiLSTM-CRF with ELMoF179.62Unverified

Reproductions