CoolFace
Datasetpublic

FormosanBank/formosan-mt

FormosanBank Machine Translation Public parallel corpora for 15 Indigenous Formosan languages aligned with English and Mandarin Chinese. This release uses canonical MT-standardized Formosan text, excludes Formosan-Taiwan-Bible-Society-Bibles, and keeps DeepL pivot translations in training only. Commercial AI use is prohibited without prior written permission. See the FormosanBank Terms of Use. Release Summary Config Rows Train Validate Test Synthetic train… See the full description on the dataset page: https://huggingface.co/datasets/FormosanBank/formosan-mt.

sourceHugging Faceotherupdated 1mo agoView on Hugging Face
0likes72downloads
Dataset Card

FormosanBank Machine Translation

Public parallel corpora for 15 Indigenous Formosan languages aligned with English and Mandarin Chinese. This release uses canonical MT-standardized Formosan text, excludes Formosan-Taiwan-Bible-Society-Bibles, and keeps DeepL pivot translations in training only.

Commercial AI use is prohibited without prior written permission. See the FormosanBank Terms of Use.

Release Summary

ConfigRowsTrainValidateTestSynthetic train
formosan-en328,943296,93010,67421,339222,274
formosan-zh415,361353,96120,46940,9316,123
Total744,304650,89131,14362,270228,397

Human pairs in every language use 70% train, 10% validation, and 20% test for Formosan-English, and 85% train, 5% validation, and 10% test for Formosan-Chinese. Evaluation contains only eligible human sentence references. Synthetic pivots and short entries are added to training, so final augmented-corpus percentages are more train-heavy.

Languages

CodeLanguageEnglish pairsChinese pairs
amiAmis67,28788,403
bnnBunun27,60936,112
ckvKavalan15,33517,410
druRukai34,71145,769
pwnPaiwan24,51830,265
pyuPuyuma23,22629,940
ssfThao10,89312,913
sxrSaaroa8,08010,955
szySakizaya11,63513,754
taoTao / Yami11,76514,064
tayAtayal30,58139,664
trvSeediq / Truku28,19734,653
tsuTsou9,07710,616
xnbKanakanavu13,64717,050
xsySaisiyat12,38213,793

Schema

The two main files preserve the established nine-column format: id, source_lang, target_lang, source_sentence, target_sentence, lang_code, dialect, source, and row-level split.

python
from datasets import DatasetDict, load_dataset

rows = load_dataset("FormosanBank/formosan-mt", "formosan-en", split="train")
dataset = DatasetDict({
    split: rows.filter(lambda row: row["split"] == split)
    for split in ("train", "validate", "test")
})

Use formosan-zh for Chinese. Reverse-direction training can swap the sentence columns. Files under provenance/ map release IDs to source commits and XML records and include independent validation and TAME-MT reports.

Split Quality

The builder groups exact normalized pairs and punctuation skeletons, blocks one-edit conflicts, and excludes pair exposure at character 3-5 gram Jaccard similarity 0.95 or above. These are row-level hard splits, not document-held-out splits.

DirectionEval rowsTM BLEUTM chrF2Mean source exposureSource >= 0.70
English to Formosan32,0133.7019.540.2560.943%
Formosan to English32,0134.9819.360.2580.975%
Formosan to Chinese61,4001.226.420.2270.583%
Chinese to Formosan61,4002.5316.060.0920.510%

TM scores measure nearest-neighbor translation-memory retrieval, not model quality. All four directions have zero exact overlap and zero source, target, or pair exposure at 0.95.

Provenance

  • —Public FormosanBank commit: 3a3c47c220520113f747e6a2d441494000e13c4b
  • —FormosanBank QC commit: acc3ec9f3137a59b9661e446a750ee1606720394
  • —Toolkit commit: 573488b215ee1cf3701519a5bcd1010e8f0c6548
  • —MT standardization: formosan-mt-standard-v3
  • —Build completed: 2026-08-24

Artifact hashes and per-language counts are recorded in provenance/release_metadata.json and SHA256SUMS.

Limitations

  • —Sources vary in dialect, genre, translation style, and transcription quality.
  • —Some human references retain source or linguistic annotations.
  • —The English training corpus contains substantial synthetic augmentation.
  • —Similarity controls do not prove semantic or document independence.
  • —Automatic metrics do not replace evaluation by fluent speakers.

Citation

bibtex
@misc{formosanbank_mt_public_v3,
  title        = {FormosanBank Machine Translation Public Corpus},
  author       = {FormosanBank contributors},
  year         = {2026},
  howpublished = {https://huggingface.co/datasets/FormosanBank/formosan-mt}
}

See the Terms of Use and AI Use Addendum.