Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Languages:
Czech
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -29,4 +29,26 @@ configs:
|
|
29 |
path: data/train-*
|
30 |
- split: validation
|
31 |
path: data/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
path: data/train-*
|
30 |
- split: validation
|
31 |
path: data/validation-*
|
32 |
+
license: mit
|
33 |
+
task_categories:
|
34 |
+
- text2text-generation
|
35 |
+
language:
|
36 |
+
- cs
|
37 |
+
pretty_name: QA2D-cs
|
38 |
+
size_categories:
|
39 |
+
- 10K<n<100K
|
40 |
---
|
41 |
+
|
42 |
+
Czech version of the Question to Declarative Sentence ([QA2D](https://huggingface.co/datasets/domenicrosati/QA2D)). Machine translated using [DeepL](https://www.deepl.com]) service.
|
43 |
+
|
44 |
+
For more information, see our [Pipeline and Dataset Generation for Automated Fact-checking in Almost Any Language](https://arxiv.org/abs/2312.10171) paper.
|
45 |
+
Currently in review for [NCAA](https://link.springer.com/journal/521) journal.
|
46 |
+
|
47 |
+
```bibtex
|
48 |
+
@article{drchal2023pipeline,
|
49 |
+
title={Pipeline and Dataset Generation for Automated Fact-checking in Almost Any Language},
|
50 |
+
author={Drchal, Jan and Ullrich, Herbert and Mlyn{\'a}{\v{r}}, Tom{\'a}{\v{s}} and Moravec, V{\'a}clav},
|
51 |
+
journal={arXiv preprint arXiv:2312.10171},
|
52 |
+
year={2023}
|
53 |
+
}
|
54 |
+
```
|