Datasets:
cjvt
/

Languages:
Slovenian
Size:
n<1K
License:
matejklemen commited on
Commit
5c39d8d
1 Parent(s): 9fd96c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -28,8 +28,8 @@ size_categories:
28
 
29
  ### Dataset Summary
30
 
31
- The dataset contains one complex ("kompleksni") sentence and its corresponding simplified version ("enostavni") per row.
32
- In some cases one complex sentence is translated into multiple simplified sentences, or more complex sentences are translated into one simplified sentence.
33
 
34
  ### Languages
35
 
@@ -41,8 +41,10 @@ Slovenian.
41
 
42
  A sample instance from the dataset:
43
  ```
44
- {'complex': 'Vsa vas je dobro vedela, da ga na svetu ni hudobnejšega človeka od Vrbarjevega Matevža .',
45
- 'simple': 'Matevž je bil zelo hudoben človek .'}
 
 
46
  ```
47
 
48
  ### Data Fields
@@ -63,13 +65,16 @@ CC BY 4.0
63
  ### Citation Information
64
 
65
  ```
66
- @misc{11356/1682,
67
  title = {Slovene text simplification dataset {SloTS}},
68
  author = {Gorenc, Sabina and Robnik-{\v S}ikonja, Marko},
69
  url = {http://hdl.handle.net/11356/1682},
70
  note = {Slovenian language resource repository {CLARIN}.{SI}},
71
  copyright = {Creative Commons - Attribution 4.0 International ({CC} {BY} 4.0)},
72
- issn = {2820-4042},
73
  year = {2022}
74
  }
75
  ```
 
 
 
 
 
28
 
29
  ### Dataset Summary
30
 
31
+ SloTS is a sentence simplification dataset containing 973 pairs of complex and simplified sentences.
32
+ In some cases one complex sentence is translated into multiple simplified sentences, or more complex sentences are translated into one simplified sentence.
33
 
34
  ### Languages
35
 
 
41
 
42
  A sample instance from the dataset:
43
  ```
44
+ {
45
+ 'complex': 'Vsa vas je dobro vedela, da ga na svetu ni hudobnejšega človeka od Vrbarjevega Matevža .',
46
+ 'simple': 'Matevž je bil zelo hudoben človek .'
47
+ }
48
  ```
49
 
50
  ### Data Fields
 
65
  ### Citation Information
66
 
67
  ```
68
+ @misc{sloTS,
69
  title = {Slovene text simplification dataset {SloTS}},
70
  author = {Gorenc, Sabina and Robnik-{\v S}ikonja, Marko},
71
  url = {http://hdl.handle.net/11356/1682},
72
  note = {Slovenian language resource repository {CLARIN}.{SI}},
73
  copyright = {Creative Commons - Attribution 4.0 International ({CC} {BY} 4.0)},
 
74
  year = {2022}
75
  }
76
  ```
77
+
78
+ ### Contributions
79
+
80
+ Thanks to Hana Skitek for adding this dataset.