Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Chinese NLP results #39

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Add new results on NER MSRA and Weibo
  • Loading branch information
yuanheTian authored Apr 5, 2022
commit fe265529529a102107c756831e37414fe38ce2a4
3 changes: 3 additions & 0 deletions docs/entity_tagging.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Paper summarizing the bakeoff:

| System | F-score |
| --- | --- |
| [Song et al. (2021)](https://arxiv.org/abs/2105.01279) | 96.2 |
| [Liu et al (2020)](https://arxiv.org/pdf/1909.07606.pdf) | 95.7 |
| [Meng et. al. (2019)](https://arxiv.org/abs/1901.10125) | 95.5 |
| [Ma et al (2020)](https://www.aclweb.org/anthology/2020.acl-main.528.pdf) | 95.4 |
Expand Down Expand Up @@ -142,6 +143,8 @@ Using the test split by http://www.aclweb.org/anthology/E17-2113:
| System | F-score (name mentions) | F-score (nominal mentions) | F-score (Overall) |
| --- | --- | --- | --- |
| [Ma et al (2020)](https://www.aclweb.org/anthology/2020.acl-main.528.pdf) | 70.9 | 67.0 | 70.5 |
| [Nie et al. (2020)](https://aclanthology.org/2020.emnlp-main.107/)| | | 69.80 |
| [Nie et al. (2020)](https://aclanthology.org/2020.findings-emnlp.378/)| | | 69.78 |
| [Meng et. al. (2019)](https://arxiv.org/abs/1901.10125) | 67.6 | | |
| [Hu and Zheng (2020)](https://www.jstage.jst.go.jp/article/transinf/E103.D/7/E103.D_2019EDP7253/_pdf/-char/ja) | 56.4 | | |
| [Sui et al. (2019)](https://www.aclweb.org/anthology/D19-1396/) | 56.45 | 68.32 | 63.09 |
Expand Down