CoolFace
Datasetpublic

LEMAS-Project/LEMAS-Dataset-train

Overview This dataset is part of LEMAS-Project (lemas-project.github.io/LEMAS-Project). It contains a large-scale training set (150k+ hours) and a curated evaluation set (500 utterances per language) covering 10 languages, all with word-level alignment. Fields key: unique utterance identifier; the first two characters indicate the language ID audio: relative path to the MP3 audio file (in the eval set, this key is renamed to "file_name" for compatibility with the… See the full description on the dataset page: https://huggingface.co/datasets/LEMAS-Project/LEMAS-Dataset-train.

sourceHugging Facecc-by-4.0updated 6mo agoView on Hugging Face
89likes7.1kdownloads
Dataset Card

Overview

This dataset is part of LEMAS-Project (lemas-project.github.io/LEMAS-Project). It contains a large-scale training set (150k+ hours) and a curated evaluation set (500 utterances per language) covering 10 languages, all with word-level alignment.

Fields

  • key: unique utterance identifier; the first two characters indicate the language ID
  • audio: relative path to the MP3 audio file (in the eval set, this key is renamed to "file_name" for compatibility with the viewer)
  • dur: audio duration in seconds
  • txt: original transcription
  • align: alignment information, including:
  • align.txt: normalized text used for alignment
  • align.words: list of word-level timestamps and confidence scores

Methods

Train Set

Filtering rules:

  • Only samples with successfully extracted word-level alignments are kept; failed alignments are skipped.
  • The average alignment confidence score is greater than a threshold x, where x ∈ [0.2, 0.5] depending on the source dataset.
  • Audio duration is between 0.5 and 30 seconds, and the maximum pause between consecutive words does not exceed 4 seconds.
  • Text is restricted to supported languages; samples containing characters outside the supported set (10 languages) are removed.
  • The text-to-duration ratio len(txt) / dur falls within a language-specific range.
Statistics
langutterancestotal_dur(h)avg_dur(s)total_charsavg_charschar/sectotal_wordsavg_wordsword/sec
it72095676116.693.05428112838838.99412.7669488592706.7772.2188
fr75574286535.943.11334463333245.60214.6469658431698.7122.7983
vi64262926600.073.69738762174760.31816.31398990381413.9903.7838
pt86824427384.423.06233941725139.09212.7678603161126.9472.2689
de110038339842.143.22048758180844.31013.7612801196097.2812.2612
id1165955011246.273.47254385791846.64513.4331859673947.3732.1234
es2640727121224.552.893101111692638.28913.23311836738626.9552.4038
ru2747440022919.313.00399153023336.08912.01721630183295.9331.9758
en951526725347.909.5901419864294149.22015.559726867622128.2362.9443
zh1777666332919.286.6672474249286139.18520.878149695730827.9564.1934

Words and chars statistics are computed based on the normalized alignment text (align.txt).

Eval Set

Filtering rules:

  • Average word-level alignment score > 0.9
  • Number of aligned words > 5
  • Duration between 3 and 15 seconds
  • Sentence-end silence is trimmed to at most 0.2s

Selection:

  • Samples are ranked by final_score = edge_gap × density_diff, where edge_gap = words[0].start + (dur - words[-1].end) and density_diff = |len(align_txt)/dur − global_mean_density|
Statistics
langutterancestotal_dur(min)avg_dur(s)total_charsavg_charschar/sectotal_wordsavg_wordsword/sec
it50044.225.3064038880.7815.22659913.202.49
fr50038.174.5803809876.2016.64654613.092.86
vi50036.744.4092854657.0912.95672713.453.05
pt50041.695.0033334366.6913.33581211.622.32
de50038.654.6383657173.1415.77559911.202.41
id50047.205.6654102682.0514.49613312.272.17
es50040.524.8623707574.1515.25621612.432.56
ru50040.244.8283388667.7714.04513810.282.13
en50067.468.09562449124.9015.431132522.652.80
zh50075.849.10195669191.3421.021862737.254.09

Statistics are computed based on trimmed audio and normalized alignment text (align.txt).

Citation

https://arxiv.org/abs/2601.04233

@article{zhao2026lemas,
  title={LEMAS: A 150K-Hour Large-scale Extensible Multilingual Audio Suite with Generative Speech Models},
  author={Zhao, Zhiyuan and Lin, Lijian and Zhu, Ye and Xie, Kai and Liu, Yunfei and Li, Yu},
  journal={arXiv preprint arXiv:2601.04233},
  year={2026}
}