Datasets:
cjvt
/

Languages:
Slovenian
Size:
n<1K
License:
hanaskitek commited on
Commit
1bb9602
1 Parent(s): 9a87690
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: complex
5
+ dtype: string
6
+ - name: simple
7
+ dtype: string
8
+ splits:
9
+ - name: train
10
+ num_bytes: 158705
11
+ num_examples: 973
12
+ download_size: 186255
13
+ dataset_size: 158705
14
+ ---
15
+
16
+
17
+ # Dataset Card for SloTS
18
+
19
+ ### Dataset Summary
20
+
21
+ The dataset contains one complex ("kompleksni") sentence and its corresponding simplified version ("enostavni") per row.
22
+ In some cases one complex sentence is translated into multiple simplified sentences, or more complex sentences are translated into one simplified sentence.
23
+
24
+ ### Languages
25
+
26
+ Slovenian.
27
+
28
+ ## Dataset Structure
29
+
30
+ ### Data Instances
31
+
32
+ A sample instance from the dataset:
33
+ ```
34
+ {'complex': 'Vsa vas je dobro vedela, da ga na svetu ni hudobnejšega človeka od Vrbarjevega Matevža .', 'simple': 'Matevž je bil zelo hudoben človek .'}
35
+ ```
36
+
37
+ ### Data Fields
38
+
39
+ - 'complex': sentence in its complex form;
40
+ - 'simple': sentence in its simplified form.
41
+
42
+ ## Additional Information
43
+
44
+ ### Dataset Curators
45
+
46
+ Gorenc, Sabina and Robnik-Šikonja, Marko
47
+
48
+ ### Licensing Information
49
+
50
+ CC BY 4.0
51
+
52
+ ### Citation Information
53
+
54
+ ```
55
+ @misc{11356/1682,
56
+ title = {Slovene text simplification dataset {SloTS}},
57
+ author = {Gorenc, Sabina and Robnik-{\v S}ikonja, Marko},
58
+ url = {http://hdl.handle.net/11356/1682},
59
+ note = {Slovenian language resource repository {CLARIN}.{SI}},
60
+ copyright = {Creative Commons - Attribution 4.0 International ({CC} {BY} 4.0)},
61
+ issn = {2820-4042},
62
+ year = {2022} }
63
+ }
64
+ ```