File size: 981 Bytes
be8a275
 
 
 
59e0f3c
 
be8a275
 
 
78bf7fc
be8a275
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
license: mit
language:
- en
size_categories:
- 10K<n<100K
---

# Dataset Card for HANS Clone
This repository contains the HANS (Heuristic Analysis for NLI Systems) dataset (https://github.com/tommccoy1/hans).

## Licensing Information

The dataset is released under the MIT License.

## Citation Information

```
@inproceedings{mccoy-etal-2019-right,
    title = "Right for the Wrong Reasons: Diagnosing Syntactic Heuristics in Natural Language Inference",
    author = "McCoy, R. Thomas  and
      Pavlick, Ellie  and
      Linzen, Tal",
    editor = "Korhonen, Anna  and
      Traum, David  and
      M{\`a}rquez, Llu{\'i}s",
    booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
    month = jul,
    year = "2019",
    address = "Florence, Italy",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/P19-1334/",
    doi = "10.18653/v1/P19-1334",
    pages = "3428--3448"
}
```