Skip to content

Commit

Permalink
A new reported result for SciTail dataset is added (sebastianruder#129)
Browse files Browse the repository at this point in the history
* A new reported result for SciTail dataset is added

* Update natural_language_inference.md
  • Loading branch information
hossein-amirkhani authored and sebastianruder committed Oct 23, 2018
1 parent da89a52 commit ec3e88a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion natural_language_inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ corpus were used as premises. Models are evaluated based on accuracy.

| Model | Accuracy | Paper / Source |
| ------------- | :-----:| --- |
| Finetuned Transformer LM (Radford et al., 2018) | 88.3 | [Improving Language Understanding by Generative Pre-Training](https://s3-us-west-2.amazonaws.com/openai-assets/research-covers/language-unsupervised/language_understanding_paper.pdf) |
| Finetuned Transformer LM (Radford et al., 2018) | 88.3 | [Improving Language Understanding by Generative Pre-Training](https://s3-us-west-2.amazonaws.com/openai-assets/research-covers/language-unsupervised/language_understanding_paper.pdf)
| Hierarchical BiLSTM Max Pooling (Talman et al., 2018) | 86.0 | [Natural Language Inference with Hierarchical BiLSTM Max Pooling](https://arxiv.org/abs/1808.08762)
| CAFE (Tay et al., 2018) | 83.3 | [A Compare-Propagate Architecture with Alignment Factorization for Natural Language Inference](https://arxiv.org/abs/1801.00102) |

[Go back to the README](README.md)

0 comments on commit ec3e88a

Please sign in to comment.