alisawuffles
commited on
Commit
•
8077c9b
1
Parent(s):
a306aea
include citation
Browse files
README.md
CHANGED
@@ -1 +1,14 @@
|
|
1 |
-
This is an off-the-shelf roberta-large model finetuned on WANLI, the Worker-AI Collaborative NLI dataset ([Liu et al., 2022](https://arxiv.org/abs/2201.05955)). It outperforms the roberta-large-mnli model on seven out-of-domain test sets, including by 11% on HANS and 9% on Adversarial NLI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This is an off-the-shelf roberta-large model finetuned on WANLI, the Worker-AI Collaborative NLI dataset ([Liu et al., 2022](https://arxiv.org/abs/2201.05955)). It outperforms the `roberta-large-mnli` model on seven out-of-domain test sets, including by 11% on HANS and 9% on Adversarial NLI.
|
2 |
+
|
3 |
+
```
|
4 |
+
@misc{liu-etal-2022-wanli,
|
5 |
+
title = "WANLI: Worker and AI Collaboration for Natural Language Inference Dataset Creation",
|
6 |
+
author = "Liu, Alisa and
|
7 |
+
Swayamdipta, Swabha and
|
8 |
+
Smith, Noah A. and
|
9 |
+
Choi, Yejin",
|
10 |
+
month = jan,
|
11 |
+
year = "2022",
|
12 |
+
url = "https://arxiv.org/pdf/2201.05955",
|
13 |
+
}
|
14 |
+
```
|