File size: 2,243 Bytes
53b1fb6 73d5ea9 53b1fb6 73d5ea9 10877d9 73d5ea9 0213919 |
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
---
dataset_info:
features:
- name: id
dtype: int32
- name: label
dtype:
class_label:
names:
'0': REFUTES
'1': NOT ENOUGH INFO
'2': SUPPORTS
- name: evidence
dtype: string
- name: claim
dtype: string
splits:
- name: train
num_bytes: 2131310
num_examples: 3626
- name: validation
num_bytes: 242530
num_examples: 482
- name: test
num_bytes: 287437
num_examples: 558
download_size: 891646
dataset_size: 2661277
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
language:
- en
pretty_name: CTKFacts for NLI - English translation
size_categories:
- 1K<n<10K
---
# CTKFacts for NLI - English translation
This is an English translation of the original [CTKFacts](https://huggingface.co/datasets/ctu-aic/ctkfacts_nli) dataset for NLI, created using the [WMT 21 X-En](https://huggingface.co/facebook/wmt21-dense-24-wide-x-en) model.
The translation was completed for use within the [Czech-Bench](https://gitlab.com/jirkoada/czech-bench) evaluation framework.
The script used for translation can be reviewed [here](https://gitlab.com/jirkoada/czech-bench/-/blob/main/benchmarks/dataset_translation.py?ref_type=heads).
## Citation
Original dataset:
```bibtex
@article{Ullrich_2023,
title={CsFEVER and CTKFacts: acquiring Czech data for fact verification},
volume={57},
ISSN={1574-0218},
url={http://dx.doi.org/10.1007/s10579-023-09654-3},
DOI={10.1007/s10579-023-09654-3},
number={4},
journal={Language Resources and Evaluation},
publisher={Springer Science and Business Media LLC},
author={Ullrich, Herbert and Drchal, Jan and Rýpar, Martin and Vincourová, Hana and Moravec, Václav},
year={2023},
month=may,
pages={1571–1605}
}
```
English translation:
```bibtex
@masterthesis{jirkovsky-thesis,
author = {Jirkovský, Adam},
title = {Benchmarking Techniques for Evaluation of Large Language Models},
school = {Czech Technical University in Prague, Faculty of Electrical Engineering},
year = 2024,
URL = {https://dspace.cvut.cz/handle/10467/115227}
}
```
|