idioms-nli / README.md
sileod's picture
Update README.md
9420806 verified
---
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",
}
```