Skip to content

Commit

Permalink
Add new SOTA for NewsQA and missing baseline (sebastianruder#158)
Browse files Browse the repository at this point in the history
Update new results (NewsQA) for new model in NIPS 2018 (https://arxiv.org/abs/1811.04210)
Also add missing baseline (AMANDA) for NewsQA dataset.
  • Loading branch information
vanzytay authored and sebastianruder committed Nov 13, 2018
1 parent 38f8aa5 commit cdc5177
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions english/question_answering.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ The dataset can be downloaded [here](https://github.com/Maluuba/newsqa).

| Model | F1 | EM | Paper / Source |
| ------------- | :-----: | :-----: | --- |
| DecaProp (Tay et al., 2018) | 66.3 | 53.1 | [Densely Connected Attention Propagation for Reading Comprehension](https://arxiv.org/abs/1811.04210) |
| AMANDA (Kundu et al., 2018) | 63.7 | 48.4| [A Question-Focused Multi-Factor Attention Network for Question Answering](https://arxiv.org/abs/1801.08290) |
| MINIMAL(Dyn) (Min et al., 2018) | 63.2 | 50.1 | [Efficient and Robust Question Answering from Minimal Context over Documents](https://arxiv.org/abs/1805.08092) |
| FastQAExt (Weissenborn et al., 2017) | 56.1 | 43.7 | [Making Neural QA as Simple as Possible but not Simpler](https://arxiv.org/abs/1703.04816) |

Expand Down

0 comments on commit cdc5177

Please sign in to comment.