CoolFace
Datasetpublic

ZurichNLP/romansh-backtranslated

Romansh–German Back-Translation Dataset Background This dataset contains Romansh texts paired with German translations generated synthetically using Gemini 2.5 Flash. It was created as part of research on data augmentation for low-resource machine translation of Romansh, a language with 6 distinct written varieties (Rumantsch Grischun, Sursilvan, Sutsilvan, Surmiran, Puter, Vallader). LLMs tend to confuse Romansh varieties when translating into Romansh, but… See the full description on the dataset page: https://huggingface.co/datasets/ZurichNLP/romansh-backtranslated.

sourceHugging Faceodc-byupdated 3mo agoView on Hugging Face
0likes87downloads
Dataset Card

Romansh–German Back-Translation Dataset

Background

This dataset contains Romansh texts paired with German translations generated synthetically using Gemini 2.5 Flash. It was created as part of research on data augmentation for low-resource machine translation of Romansh, a language with 6 distinct written varieties (Rumantsch Grischun, Sursilvan, Sutsilvan, Surmiran, Puter, Vallader).

LLMs tend to confuse Romansh varieties when translating into Romansh, but perform well translating out of Romansh into German. This asymmetry makes LR → HR augmentation (Romansh → German) the ideal strategy. Synthetic German translations produced this way allow models to surpass a Gemini 3 Pro baseline on German → Romansh translation by up to +23 BLEU in the lowest-resource variety.

The language variety of each Romansh text was automatically predicted using `ZurichNLP/romansh-lid`.

Usage

python
from datasets import load_dataset

dataset = load_dataset("ZurichNLP/romansh-backtranslated")

This dataset is intended for NLP and machine translation research. The license of the individual rows is defined per-row.

Paper

Translation Asymmetry in LLMs as a Data Augmentation Factor: A Case Study for 6 Romansh Language Varieties Jannis Vamvas, Ignacio Pérez Prat, Angela Heldstab, Dominic P. Fischer, Sina Ahmadi, Rico Sennrich arXiv:2603.25489 · https://arxiv.org/abs/2603.25489

Dataset Fields

FieldDescription
rmSource Romansh text
de_baselineGerman translation (baseline prompting)
de_with_dictionaryGerman translation (dictionary-augmented prompting)
predicted_varietyAutomatically predicted Romansh variety
datasetName of the source dataset
metadataAdditional metadata from the source dataset
licenseLicense of the source dataset

Source Datasets

This dataset contains backtranslations of the following publicly available Romansh sources:

NameVarietiesURLLicense
FineWeb2RGHuggingFaceODC-By 1.0
La Quotidiana (1997–2008, 2021–2025)RG, Surs., Suts., Surm., Puter, Vall.HuggingFaceCC BY 4.0
FinePDFsRGHuggingFaceODC-By 1.0
Mediomatix (unaligned)Surs., Suts., Surm., Puter, Vall.HuggingFaceCC BY-NC-SA 4.0
FineWikiRGHuggingFaceCC BY-SA 4.0
Theater playsRG, Surs., Suts., Surm., Puter, Vall.HuggingFaceCC0 1.0
Municipal documentsSurs., Suts., Surm., Vall.HuggingFaceCC0 1.0
Historical Dictionary of SwitzerlandRGhls-dhs-dss.chCC BY-SA 4.0

Citation

If you use this dataset, please cite:

bibtex
@misc{vamvas2026translationasymmetryllmsdata,
  title={Translation Asymmetry in LLMs as a Data Augmentation Factor: A Case Study for 6 Romansh Language Varieties},
  author={Jannis Vamvas and Ignacio Pérez Prat and Angela Heldstab and Dominic P. Fischer and Sina Ahmadi and Rico Sennrich},
  year={2026},
  eprint={2603.25489},
  archivePrefix={arXiv},
  primaryClass={cs.CL},
  url={https://arxiv.org/abs/2603.25489}
}