SebastiaanBeekman commited on
Commit
be8a275
·
verified ·
1 Parent(s): c970366

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ ---
6
+
7
+ # Dataset Card for HANS Clone
8
+ This repository contains the HANS (Heuristic Analysis for NLI Systems) dataset.
9
+
10
+ ## Licensing Information
11
+
12
+ The dataset is released under the MIT License.
13
+
14
+ ## Citation Information
15
+
16
+ ```
17
+ @inproceedings{mccoy-etal-2019-right,
18
+ title = "Right for the Wrong Reasons: Diagnosing Syntactic Heuristics in Natural Language Inference",
19
+ author = "McCoy, R. Thomas and
20
+ Pavlick, Ellie and
21
+ Linzen, Tal",
22
+ editor = "Korhonen, Anna and
23
+ Traum, David and
24
+ M{\`a}rquez, Llu{\'i}s",
25
+ booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
26
+ month = jul,
27
+ year = "2019",
28
+ address = "Florence, Italy",
29
+ publisher = "Association for Computational Linguistics",
30
+ url = "https://aclanthology.org/P19-1334/",
31
+ doi = "10.18653/v1/P19-1334",
32
+ pages = "3428--3448"
33
+ }
34
+ ```