File size: 938 Bytes
a0900f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9420806
 
 
 
 
 
 
 
 
 
 
 
 
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
37
38
39
40
41
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: premise
    dtype: string
  - name: hypothesis
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 5625758
    num_examples: 20369
  - name: test
    num_bytes: 924064
    num_examples: 3350
  download_size: 3748392
  dataset_size: 6549822
---
# Dataset Card for "idioms-nli"

https://github.com/an-eve/nlp-nli-idioms/

```
@inproceedings{stowe-2022,
    title = "IMPLI: Investigating NLI Models' Performance on Figurative Language",
    author = "Stowe, Kevin and Utama, Prasetya Ajie, and Gurevytch, Iryna",
    booktitle = "Proceedings of the 2022 Conference for the Association of Computational Linguistics",
    month = "06",
    year = "2022",
    publisher = "Association for Computational Linguistics",
    url = "tbd",
}
```