Datasets:

Modalities:
Text
Formats:
json
Languages:
Romanian
ArXiv:
Libraries:
Datasets
pandas
License:
mihaimasala commited on
Commit
92585a6
1 Parent(s): 6f9f062

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - ro
5
+ ---
6
+ ### Dataset Description
7
+
8
+ <!-- Provide a longer summary of what this dataset is. -->
9
+ [RoWiki](https://github.com/dumitrescustefan/RO-STS) is cleaned dump of the June 2020 Romanian Wikipedia. It is meant as a reference text upon which to calculate Language Model capacity and/or perplexity.
10
+
11
+ This dataset is used as a benchmark and is part of the evaluation protocol for Romanian LLMs proposed in *"Vorbeşti Româneşte?" A Recipe to Train Powerful Romanian LLMs with English Instructions* ([Masala et al., 2024](https://arxiv.org/abs/2406.18266))
12
+
13
+
14
+ ## Citation
15
+
16
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
17
+
18
+ ```bibtext
19
+ @article{masala2024vorbecstiromanecsterecipetrain,
20
+ title={"Vorbe\c{s}ti Rom\^ane\c{s}te?" A Recipe to Train Powerful Romanian LLMs with English Instructions},
21
+ author={Mihai Masala and Denis C. Ilie-Ablachim and Alexandru Dima and Dragos Corlatescu and Miruna Zavelca and Ovio Olaru and Simina Terian and Andrei Terian and Marius Leordeanu and Horia Velicu and Marius Popescu and Mihai Dascalu and Traian Rebedea},
22
+ year={2024},
23
+ eprint={2406.18266},
24
+ archivePrefix={arXiv},
25
+ primaryClass={cs.CL}
26
+ }
27
+ ```