All Projects → daixiangau → naacl2019-select-pretraining-data-for-ner

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

Licence: other
BiLSTM-CRF model for NER

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to naacl2019-select-pretraining-data-for-ner

NER-in-Chinese-Text
NLP Keras BiLSTM+CRF
Stars: ✭ 53 (+253.33%)
Mutual labels:  ner, bilstm-crf
NER BiLSTM CRF Chinese
BiLSTM_CRF中文实体命名识别
Stars: ✭ 46 (+206.67%)
Mutual labels:  ner, bilstm-crf
PDF-Resume-Information-Extraction
天池比赛作品整理。实现从pdf中提取出姓名、出生年月、性别、电话、最高学历、籍贯、落户市县、政治面貌、毕业院校、工作单位、工作内容、职务、项目名称、项目责任、学位、毕业时间、工作时间、项目时间共18个字段。
Stars: ✭ 64 (+326.67%)
Mutual labels:  ner, bilstm-crf
ChineseNER
中文NER的那些事儿
Stars: ✭ 241 (+1506.67%)
Mutual labels:  ner, bilstm-crf
BiLSTM-CRF-NER-PyTorch
This repo contains a PyTorch implementation of a BiLSTM-CRF model for named entity recognition task.
Stars: ✭ 109 (+626.67%)
Mutual labels:  ner, bilstm-crf
sequence tagging
Named Entity Recognition (LSTM + CRF + FastText) with models for [historic] German
Stars: ✭ 25 (+66.67%)
Mutual labels:  ner, bilstm-crf
Capricorn
提供强大的NLP能力, low-code实现chatbot
Stars: ✭ 14 (-6.67%)
Mutual labels:  ner
anonymisation
Anonymization of legal cases (Fr) based on Flair embeddings
Stars: ✭ 85 (+466.67%)
Mutual labels:  ner
CrossNER
CrossNER: Evaluating Cross-Domain Named Entity Recognition (AAAI-2021)
Stars: ✭ 87 (+480%)
Mutual labels:  ner
nerus
Large silver standart Russian corpus with NER, morphology and syntax markup
Stars: ✭ 47 (+213.33%)
Mutual labels:  ner
sohucampus2019
sohucampus2019 baseline
Stars: ✭ 28 (+86.67%)
Mutual labels:  ner
trove
Weakly supervised medical named entity classification
Stars: ✭ 55 (+266.67%)
Mutual labels:  ner
anonymization-api
How to build and deploy an anonymization API with FastAPI
Stars: ✭ 51 (+240%)
Mutual labels:  ner
BERT-BiLSTM-CRF
BERT-BiLSTM-CRF的Keras版实现
Stars: ✭ 40 (+166.67%)
Mutual labels:  bilstm-crf
RerankNER
Neural Reranking for Named Entity Recognition, accepted as regular paper at RANLP 2017
Stars: ✭ 22 (+46.67%)
Mutual labels:  ner
NLP-paper
🎨 🎨NLP 自然语言处理教程 🎨🎨 https://dataxujing.github.io/NLP-paper/
Stars: ✭ 23 (+53.33%)
Mutual labels:  elmo
allennlp imdb
AllenNLP Startup Guide
Stars: ✭ 13 (-13.33%)
Mutual labels:  allennlp
nalaf
NLP framework in python for entity recognition and relationship extraction
Stars: ✭ 104 (+593.33%)
Mutual labels:  ner
wink-nlp
Developer friendly Natural Language Processing ✨
Stars: ✭ 312 (+1980%)
Mutual labels:  ner
korean ner tagging challenge
KU_NERDY 이동엽, 임희석 (2017 국어 정보 처리 시스템경진대회 금상) - 한글 및 한국어 정보처리 학술대회
Stars: ✭ 30 (+100%)
Mutual labels:  ner

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].