sileod commited on
Commit
3c968fc
·
1 Parent(s): 9368a03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -28,4 +28,26 @@ dataset_info:
28
  ---
29
  # Dataset Card for "simple_pair"
30
 
31
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```