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 NLPCC DBQA 2016
  • Loading branch information
yuanheTian authored Apr 5, 2022
commit 2a527aad498ff29cf6e703b631dd0b914e333f97
1 change: 1 addition & 0 deletions docs/question_answering.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ NLPCC DBQA 2016

| System | MRR | F1 |
| --- | --- | --- |
| [ZEN 2.0](https://arxiv.org/abs/2105.01279) | 96.1 | 86.5 |
| [ERNIE 2.0](https://arxiv.org/pdf/1907.12412.pdf) | 95.8 | 85.8 |
| [Meng et. al. (2019)](https://arxiv.org/pdf/1901.10125.pdf) (Glyce + BERT) | - | 83.4 |
| [ERNIE(baidu)](https://arxiv.org/pdf/1904.09223.pdf) | 95.1 | 82.7 |
Expand Down