Datasets:
cjvt
/

Languages:
Slovenian
Size:
n<1K
License:
File size: 1,589 Bytes
1bb9602
 
b3a8b62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99ce8af
b3a8b62
99ce8af
b3a8b62
1bb9602
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4b43438
 
1bb9602
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
dataset_info:
  features:
  - name: complex
    dtype: string
  - name: simple
    dtype: string
  splits:
  - name: train
    num_bytes: 158705
    num_examples: 973
  download_size: 186255
  dataset_size: 158705
language:
  - sl
multilinguality:
  - monolingual
license:
  - cc-by-4.0
task_categories:
  - text-generation
size_categories:
  - n<1K
---


# Dataset Card for SloTS

### Dataset Summary

The dataset contains one complex ("kompleksni") sentence and its corresponding simplified version ("enostavni") per row.
In some cases one complex sentence is translated into multiple simplified sentences, or more complex sentences are translated into one simplified sentence.

### Languages

Slovenian.

## Dataset Structure

### Data Instances

A sample instance from the dataset:
```
{'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 .'}
```

### Data Fields

- 'complex': sentence in its complex form;
- 'simple': sentence in its simplified form.

## Additional Information

### Dataset Curators

Gorenc, Sabina and Robnik-Šikonja, Marko

### Licensing Information

CC BY 4.0

### Citation Information

```
@misc{11356/1682,
 title = {Slovene text simplification dataset {SloTS}},
 author = {Gorenc, Sabina and Robnik-{\v S}ikonja, Marko},
 url = {http://hdl.handle.net/11356/1682},
 note = {Slovenian language resource repository {CLARIN}.{SI}},
 copyright = {Creative Commons - Attribution 4.0 International ({CC} {BY} 4.0)},
 issn = {2820-4042},
 year = {2022} }
}
```