SOTAVerified

A Robust and Domain-Adaptive Approach for Low-Resource Named Entity Recognition

2021-01-02Code Available1· sign in to hype

Houjin Yu, Xian-Ling Mao, Zewen Chi, Wei Wei, Heyan Huang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recently, it has attracted much attention to build reliable named entity recognition (NER) systems using limited annotated data. Nearly all existing works heavily rely on domain-specific resources, such as external lexicons and knowledge bases. However, such domain-specific resources are often not available, meanwhile it's difficult and expensive to construct the resources, which has become a key obstacle to wider adoption. To tackle the problem, in this work, we propose a novel robust and domain-adaptive approach RDANER for low-resource NER, which only uses cheap and easily obtainable resources. Extensive experiments on three benchmark datasets demonstrate that our approach achieves the best performance when only using cheap and easily obtainable resources, and delivers competitive results against state-of-the-art methods which use difficultly obtainable domainspecific resources. All our code and corpora can be found on https://github.com/houking-can/RDANER.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BC5CDRRDANERF187.38Unverified
NCBI DiseaseRDANERF187.89Unverified
SciERCRDANERF168.96Unverified

Reproductions