|
--- |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
- split: test |
|
path: data/test-* |
|
- split: validation |
|
path: data/validation-* |
|
dataset_info: |
|
features: |
|
- name: label |
|
dtype: string |
|
- name: premise |
|
dtype: string |
|
- name: hypothesis |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 6945271 |
|
num_examples: 5920 |
|
- name: test |
|
num_bytes: 3804719 |
|
num_examples: 3360 |
|
- name: validation |
|
num_bytes: 1477453 |
|
num_examples: 1280 |
|
download_size: 731098 |
|
dataset_size: 12227443 |
|
--- |
|
# Dataset Card for "mctest-nli" |
|
|
|
``` |
|
@inproceedings{richardson-etal-2013-mctest, |
|
title = "{MCT}est: A Challenge Dataset for the Open-Domain Machine Comprehension of Text", |
|
author = "Richardson, Matthew and |
|
Burges, Christopher J.C. and |
|
Renshaw, Erin", |
|
editor = "Yarowsky, David and |
|
Baldwin, Timothy and |
|
Korhonen, Anna and |
|
Livescu, Karen and |
|
Bethard, Steven", |
|
booktitle = "Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing", |
|
month = oct, |
|
year = "2013", |
|
address = "Seattle, Washington, USA", |
|
publisher = "Association for Computational Linguistics", |
|
url = "https://aclanthology.org/D13-1020", |
|
pages = "193--203", |
|
} |
|
``` |