Datasets:
cjvt
/

Languages:
Slovenian
Size:
n<1K
License:
sloTS / README.md
matejklemen's picture
Update README.md
5c39d8d
metadata
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

SloTS is a sentence simplification dataset containing 973 pairs of complex and simplified sentences. 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{sloTS,
 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)},
 year = {2022}
}

Contributions

Thanks to Hana Skitek for adding this dataset.