Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning:The task_categories "text2text-generation" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other

Estonian Text Simplification

This repository contains resources and models for Estonian text simplification, including datasets and pre-trained models.

Files

Dataset Files

  • simplification_training_set.json: A dataset used to fine-tune LLaMA 3.1 for text simplification.

    • src: The source of the data.
    • original: The original sentence to be simplified.
    • simpl_lex: A lexical simplification (may be empty).
    • simpl_final: The final simplified sentence.
  • manually_checked_simplifications.json: Simplifications verified by human raters.

    • original: The original sentence to be simplified.
    • simplified: The automatically simplified sentence.
    • corrected: The sentence corrected by the annotator.
  • wiki_large.json: Automatically translated WikiLarge corpus to Estonian.

    • eng: The English sentence from WikiLarge.
    • machine_translation: The Estonian sentence produced by machine translation.

Models

  • llama31-model.zip: A fine-tuned version of LLaMA 3.1 for Estonian text simplification, trained on simplification_training_set.json.
  • openNMT-SimplificationModel.pt: An OpenNMT model trained for Estonian text simplification that combines wiki_large.json with simplification_training_set.json.

How to Use

  1. Download the dataset files for analysis or further fine-tuning.
  2. Use the models in your text simplification pipelines.

Licensing

This repository is licensed under CC BY.

Citation

These resources were created in the EKTB55 project "Teksti lihtsustamine eesti keeles".

Credits

Coordinator: Eduard Barbu
Data Custodian: Meeri-Ly Muru
Annotators: Piret Kivi and Mihkel Rünkla

Downloads last month
24