Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,4 +3,19 @@ license: cc-by-sa-3.0
|
|
| 3 |
task_categories:
|
| 4 |
- text-classification
|
| 5 |
---
|
| 6 |
-
Smaller version (2/3) of dataset (test set) subsampled from the original [ctu-aic/csfever_nli](https://huggingface.co/datasets/ctu-aic/csfever_nli/tree/main).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
- text-classification
|
| 5 |
---
|
| 6 |
+
Smaller version (2/3) of dataset (test set) subsampled from the original [ctu-aic/csfever_nli](https://huggingface.co/datasets/ctu-aic/csfever_nli/tree/main).
|
| 7 |
+
|
| 8 |
+
## Citation
|
| 9 |
+
If you are using the dataset, please cite the original authors.
|
| 10 |
+
```bibtex
|
| 11 |
+
@article{ullrich2023csfever,
|
| 12 |
+
title={CsFEVER and CTKFacts: acquiring Czech data for fact verification},
|
| 13 |
+
author={Ullrich, Herbert and Drchal, Jan and R{\`y}par, Martin and Vincourov{\'a}, Hana and Moravec, V{\'a}clav},
|
| 14 |
+
journal={Language Resources and Evaluation},
|
| 15 |
+
volume={57},
|
| 16 |
+
number={4},
|
| 17 |
+
pages={1571--1605},
|
| 18 |
+
year={2023},
|
| 19 |
+
publisher={Springer}
|
| 20 |
+
}
|
| 21 |
+
```
|