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

Updated readme and evaluation scripts #18

Merged
merged 3 commits into from
Jun 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fixed typo in readme
  • Loading branch information
emmileaf committed Jun 20, 2019
commit e3b930da3d566720e32807d24e1851473a2baa7d
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To use the default hyperparameters, set to False.
| Model | AP | P@20 |
|:-------------------:|:------:|:------:|
| Paper 1 (two fold) | 0.2971 | 0.3948 |
| BM25+RM3 (Anserini) | 0.2987 | 0.2871 |
| BM25+RM3 (Anserini) | 0.2987 | 0.3871 |
| 1S: BERT(QA) | 0.3014 | 0.3928 |
| 2S: BERT(QA) | 0.3003 | 0.3948 |
| 3S: BERT(QA) | 0.3003 | 0.3948 |
Expand Down