daixiangau / naacl2019-select-pretraining-data-for-ner

BiLSTM-CRF model for NER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository has a pytorch (1.0.0) implementation of BiLSTM-CRF model for NER, used in our NAACL paper:

Xiang Dai, Sarvnaz Karimi, Ben Hachey, and Cecile Paris. 2019. Using Similarity Measures to Select Pretraining Data for NER. In NAACL, Minneapolis, Minnesota.

The code under utils directory are mainly taken from AllenNLP.

About

BiLSTM-CRF model for NER


Languages

Language:Python 99.7%Language:Shell 0.3%