Skip to content

Commit

Permalink
PR: Added new NER results in the section WNUT 2017 and CoNLL 03 with …
Browse files Browse the repository at this point in the history
…the paper official link (updated) (sebastianruder#547)

* Update named_entity_recognition.md

Added new Named Entity Recognition (NER) results in User-generated text (WNUT 2017) and (CoNLL 2003)

* Corrected the ordering

* Minor update in citation
  • Loading branch information
Moemmur Shahzad authored May 20, 2021
1 parent 93420cc commit 4668fbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions english/named_entity_recognition.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ corpus tagged with four different entity types (PER, LOC, ORG, MISC). Models are
| Model | F1 | Paper / Source | Code |
| ------------- | :-----:| --- | --- |
| LUKE (Yamada et al., 2020) | 94.3 | [LUKE: Deep Contextualized Entity Representations with Entity-aware Self-attention](https://www.aclweb.org/anthology/2020.emnlp-main.523/) | [Official](https://github.com/studio-ousia/luke) |
| InferNER (Moemmur et al., 2021) | 93.76| [InferNER: an attentive model leveraging the sentence-level information for Named Entity Recognition in Microblogs](https://journals.flvc.org/FLAIRS/article/view/128538) | |
| CNN Large + fine-tune (Baevski et al., 2019) | 93.5 | [Cloze-driven Pretraining of Self-attention Networks](https://arxiv.org/pdf/1903.07785.pdf) | |
| RNN-CRF+Flair | 93.47 | [Improved Differentiable Architecture Search for Language Modeling and Named Entity Recognition](https://www.aclweb.org/anthology/D19-1367/) | |
| CrossWeigh + Flair (Wang et al., 2019)♦ | 93.43 | [CrossWeigh: Training Named Entity Tagger from Imperfect Annotations](https://www.aclweb.org/anthology/D19-1519/) | [Official](https://github.com/ZihanWangKi/CrossWeigh) |
Expand Down Expand Up @@ -73,6 +74,7 @@ Links: [WNUT 2017 Emerging Entity task page](https://noisy-text.github.io/2017/e

| Model | F1 | F1 (surface form) | Paper / Source |
| --- | --- | --- | --- |
| InferNER (Moemmur et al., 2021) | 50.52| --- | [InferNER: an attentive model leveraging the sentence-level information for Named Entity Recognition in Microblogs](https://journals.flvc.org/FLAIRS/article/view/128538) |
| CrossWeigh + Flair (Wang et al., 2019) | 50.03 | [CrossWeigh: Training Named Entity Tagger from Imperfect Annotations](https://www.aclweb.org/anthology/D19-1519/) | [Official](https://github.com/ZihanWangKi/CrossWeigh) |
| Flair embeddings (Akbik et al., 2018) | 49.59 | | [Pooled Contextualized Embeddings for Named Entity Recognition](http://alanakbik.github.io/papers/naacl2019_embeddings.pdf) / [Flair framework](https://github.com/zalandoresearch/flair) |
| Aguilar et al. (2018) | 45.55 | | [Modeling Noisiness to Recognize Named Entities using Multitask Neural Networks on Social Media](http://aclweb.org/anthology/N18-1127.pdf) |
Expand Down

0 comments on commit 4668fbb

Please sign in to comment.