bert-base-uncased fine-tuned on SNLI for 3-way Natural Language Inference
(entailment / neutral / contradiction).Atticus Geiger, Kyle Richardson, Christopher Potts (2020). Neural Natural Language Inference Models Partially Embed Theories of Lexical Entailment and Negation. BlackboxNLP @ EMNLP 2020. arXiv:2004.14623
| Setting | Value |
|---|---|
| Base model | bert-base-uncased |
| Data | SNLI train (~549K examples; rows with label == -1 removed) |
| Epochs | 3 |
| Learning rate | 2e-5 |
| Batch size | 48 |
| Max length | 128 |
| Warmup ratio | 0.1 |
| Dataset | Accuracy |
|---|---|
| SNLI test | 90.6% (paper 90.8%) |
| PMoNLI (no negation) | 90.7% (paper 94.4%) |
| NMoNLI (with negation) | 2.7% (paper 2.2%) |
| id | label |
|---|---|
| 0 | entailment |
| 1 | neutral |
| 2 | contradiction |
HandongAILab/monli-bert-inoculated