Update README.md
Browse files
README.md
CHANGED
@@ -28,4 +28,26 @@ dataset_info:
|
|
28 |
---
|
29 |
# Dataset Card for "simple_pair"
|
30 |
|
31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
# Dataset Card for "simple_pair"
|
30 |
|
31 |
+
|
32 |
+
```
|
33 |
+
@inproceedings{luo-etal-2022-simple-challenging,
|
34 |
+
title = "Simple but Challenging: Natural Language Inference Models Fail on Simple Sentences",
|
35 |
+
author = "Luo, Cheng and
|
36 |
+
Liu, Wei and
|
37 |
+
Lin, Jieyu and
|
38 |
+
Zou, Jiajie and
|
39 |
+
Xiang, Ming and
|
40 |
+
Ding, Nai",
|
41 |
+
editor = "Goldberg, Yoav and
|
42 |
+
Kozareva, Zornitsa and
|
43 |
+
Zhang, Yue",
|
44 |
+
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
|
45 |
+
month = dec,
|
46 |
+
year = "2022",
|
47 |
+
address = "Abu Dhabi, United Arab Emirates",
|
48 |
+
publisher = "Association for Computational Linguistics",
|
49 |
+
url = "https://aclanthology.org/2022.findings-emnlp.252",
|
50 |
+
doi = "10.18653/v1/2022.findings-emnlp.252",
|
51 |
+
pages = "3449--3462",
|
52 |
+
}
|
53 |
+
```
|