mfajcik commited on
Commit
a2f444d
1 Parent(s): e13b832

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - cs
4
+ license: cc-by-sa-3.0
5
+ ---
6
+ This dataset is automatic translation of [Natural Questions Open](https://huggingface.co/datasets/google-research-datasets/nq_open) dataset into Czech (Kwiatkovski et al., 2019; Lee et al., 2021).
7
+ The dataset was translated using [LINDAT Translation Service](https://lindat.mff.cuni.cz/services/translation/docs) available as an online-API.
8
+
9
+ ## Licensing Information
10
+ The [original dataset](https://huggingface.co/datasets/google-research-datasets/nq_open) is licensed under [CC-BY-SA-3.0](https://creativecommons.org/licenses/by-sa/3.0/deed.en).
11
+ Members of CZLC do not own the copyright of the questions and answers included in NaturalQuestions. We are not responsible for their content or meaning. The dataset is intended for non-commercial research purposes only.
12
+
13
+
14
+
15
+ ## Citing the original work
16
+ ```bibtex
17
+ @article{kwiatkowski2019natural,
18
+ title={Natural questions: a benchmark for question answering research},
19
+ author={Kwiatkowski, Tom and Palomaki, Jennimaria and Redfield, Olivia and Collins, Michael and Parikh, Ankur and Alberti, Chris and Epstein, Danielle and Polosukhin, Illia and Devlin, Jacob and Lee, Kenton and others},
20
+ journal={Transactions of the Association for Computational Linguistics},
21
+ volume={7},
22
+ pages={453--466},
23
+ year={2019},
24
+ publisher={MIT Press One Rogers Street, Cambridge, MA 02142-1209, USA journals-info~…}
25
+ }
26
+ ```