Datasets:
cjvt
/

Languages:
Slovenian
Size:
n<1K
License:
sloTS / README.md
hanaskitek's picture
readme 3
99ce8af
|
raw
history blame
1.49 kB
metadata
dataset_info: null
features:
  - name: complex
    dtype: string
  - name: simple
    dtype: string
splits:
  - name: train
    num_bytes: 158705
    num_examples: 973
download_size: 186255
dataset_size: 158705
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} }
}