Datasets:
cjvt
/

Languages:
Slovenian
Size:
n<1K
License:
hanaskitek commited on
Commit
9a87690
1 Parent(s): d194583

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -65
README.md DELETED
@@ -1,65 +0,0 @@
1
- ---
2
- license: cc-by-4.0
3
- dataset_info:
4
- features:
5
- - name: complex
6
- dtype: string
7
- - name: simple
8
- sequence: string
9
- splits:
10
- - name: train
11
- num_examples: 973
12
- language:
13
- - sl
14
- tags:
15
- - text simplification
16
- ---
17
-
18
- # Dataset Card for SloTS
19
-
20
- ### Dataset Summary
21
-
22
- The dataset contains one complex ("kompleksni") sentence and its corresponding simplified version ("enostavni") per row.
23
- In some cases one complex sentence is translated into multiple simplified sentences, or more complex sentences are translated into one simplified sentence.
24
-
25
- ### Languages
26
-
27
- Slovenian.
28
-
29
- ## Dataset Structure
30
-
31
- ### Data Instances
32
-
33
- A sample instance from the dataset:
34
- ```
35
- {'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 .'}
36
- ```
37
-
38
- ### Data Fields
39
-
40
- - 'complex': sentence in its complex form;
41
- - 'simple': sentence in its simplified form.
42
-
43
- ## Additional Information
44
-
45
- ### Dataset Curators
46
-
47
- Gorenc, Sabina and Robnik-Šikonja, Marko
48
-
49
- ### Licensing Information
50
-
51
- CC BY 4.0
52
-
53
- ### Citation Information
54
-
55
- ```
56
- @misc{11356/1682,
57
- title = {Slovene text simplification dataset {SloTS}},
58
- author = {Gorenc, Sabina and Robnik-{\v S}ikonja, Marko},
59
- url = {http://hdl.handle.net/11356/1682},
60
- note = {Slovenian language resource repository {CLARIN}.{SI}},
61
- copyright = {Creative Commons - Attribution 4.0 International ({CC} {BY} 4.0)},
62
- issn = {2820-4042},
63
- year = {2022} }
64
- }
65
- ```