data1
dict |
---|
{
"source1": "您好,当您的设备超出保修期或不符合保修条件,需要维修属于保外维修。建议您到就近荣耀客户服务中心进行检测, 我们维修人员会为您给出专业建议。保外维修也可以在荣耀官方授权服务中心享受有偿维修,与保内维修持有相同的维修质量与标准,相比存在风险的私人维修,更安全放心。"
} |
{
"source1": "灵动胶囊位于屏幕顶部,以“胶囊”形态显示,展示进行中的任务,便于查看实时状态、执行快捷操作或快速进入应用。 灵动胶囊可收缩为“小球”形态,并在一段时间后,重新展开为灵动胶囊,直至任务状态结束。灵动胶囊也可展开为更大形态,以展示动态通知。灵动胶囊的显示时机、显示时长、交互方式等因任务类型不同有差异。 灵动胶囊会在显示一段时间后,自动收缩为“小球”形态,并在一段时间后,重新展开为灵动胶囊,直至任务状态结束。你可以通过灵动胶囊,跟踪当前任务状态: 点击灵动胶囊或“小球”形态胶囊,展开后可查看详细状态信息(如:网约车到达上车点进度),或进行快捷操作(如:联系网约车司机)。"
} |
EuroSpeech Dataset
Dataset Description
EuroSpeech is a large-scale multilingual speech corpus containing high-quality aligned parliamentary speech across 22 European languages. The dataset was constructed by processing parliamentary proceedings using a robust alignment pipeline that handles diverse audio formats and non-verbatim transcripts.
Dataset Summary
- Languages: 22 European languages (see detailed breakdown below)
- Total aligned hours: ~78,100 hours of initially aligned speech-text data
- Quality-filtered subsets:
- CER < 30%: approximately 61,000 hours
- CER < 20%: approximately 50,500 hours (this is the primary subset provided directly through the Hugging Face Datasets interface for all languages)
- CER < 10%: approximately 32,200 hours
- Domain: Parliamentary proceedings (formal speaking style)
- Audio segment length: Typically 3-20 seconds
- Format: Audio segments with paired transcriptions
Languages
EuroSpeech provides substantial data for previously under-resourced languages:
- 19 languages exceed 1,000 hours of data (CER < 20%)
- 22 languages exceed 500 hours of data (CER < 20%)
Language | Code | Total Aligned (h) | CER < 30% (h) | CER < 20% (h) | CER < 10% (h) |
---|---|---|---|---|---|
Croatia | hr | 7484.9 | 5899.7 | 5615.8 | 4592.0 |
Denmark | da | 7014.2 | 6435.0 | 5559.8 | 3443.7 |
Norway | no | 5326.2 | 4578.8 | 3866.7 | 2252.2 |
Portugal | pt | 5096.3 | 4036.7 | 3293.5 | 2105.9 |
Italy | it | 4812.8 | 3539.6 | 2813.7 | 1767.3 |
Lithuania | lt | 5537.9 | 3971.0 | 2681.2 | 956.6 |
United Kingdom | en | 5212.2 | 3790.7 | 2609.3 | 1175.0 |
Slovakia | sk | 2863.4 | 2722.4 | 2553.6 | 2070.8 |
Greece | el | 3096.7 | 2717.6 | 2395.4 | 1620.9 |
Sweden | sv | 3819.4 | 2862.6 | 2312.8 | 1360.1 |
France | fr | 5476.8 | 2972.1 | 2249.8 | 1347.6 |
Bulgaria | bg | 3419.6 | 2570.4 | 2200.1 | 1472.8 |
Germany | de | 2472.2 | 2354.2 | 2184.4 | 1698.4 |
Serbia | sr | 2263.1 | 1985.1 | 1855.7 | 1374.1 |
Finland | fi | 2130.6 | 1991.4 | 1848.2 | 1442.2 |
Latvia | lv | 2047.4 | 1627.9 | 1218.8 | 499.9 |
Ukraine | uk | 1287.8 | 1238.3 | 1191.1 | 1029.8 |
Slovenia | sl | 1338.2 | 1241.7 | 1156.4 | 900.5 |
Estonia | et | 1701.1 | 1430.9 | 1014.9 | 382.5 |
Bosnia & Herz. | bs | 860.2 | 781.9 | 691.3 | 447.8 |
Iceland | is | 1586.1 | 974.1 | 647.4 | 171.4 |
Malta | mt | 3281.6 | 1284.3 | 613.0 | 143.9 |
Total | 78128.6 | 61006.4 | 50572.9 | 32255.5 |
Dataset Structure
Data Instances
Each instance in the dataset consists of:
- Audio segment (3-20 seconds)
- Corresponding transcript text
- Metadata including language, source session, alignment quality metrics
Data Splits
The dataset provides predefined train, development, and test splits for each language. To ensure data integrity and prevent leakage between sets, these splits are constructed by assigning entire parliamentary sessions (i.e., all segments derived from a single original long audio recording) exclusively to one of the train, development, or test sets. The exact proportions follow common practices (e.g., 80/10/10).
Dataset Creation
Source Data
The data was collected from parliamentary proceedings across 22 European nations. Parliamentary sessions offer high-quality speech in a formal register, typically featuring clear speech with good audio quality and professional transcripts.
Data Collection and Processing
The dataset was constructed using a multi-stage pipeline:
Data Sourcing and Metadata Collection: Manual and scripted gathering of media/transcript links from parliamentary websites.
Download Pipeline: Automated retrieval of audio, video, and transcript files using specialized handlers for diverse source formats.
Alignment Pipeline:
- Segmentation of long recordings into 3-20 second utterances using voice activity detection (VAD)
- Transcription of segments using an ASR model to produce pseudo-labels
- Alignment of segments to transcripts using a novel two-stage dynamic algorithm
- Selection of best-aligned transcript formats and quality filtering
Filtering: CER-based filtering to create quality tiers (CER < 30%, < 20%, < 10%)
Alignment Algorithm
The core of the alignment process is a novel two-stage dynamic algorithm specifically engineered for extreme robustness when matching ASR pseudo-labels to noisy, non-verbatim parliamentary transcripts:
Coarse stage: Uses a sliding window to rapidly scan the transcript, efficiently bypassing large irrelevant sections to identify a set of top-k candidate text spans via Character Error Rate (CER).
Fine-tuning stage: Performs a local search around promising candidates, optimizing start position and window size for the best CER.
A fallback mechanism restarts the search if no initial match meets a predefined quality threshold.
Dataset Use
Intended Uses
The EuroSpeech dataset is intended for:
- Training and evaluating automatic speech recognition (ASR) systems
- Training and evaluating text-to-speech (TTS) systems
- Multilingual speech research
- Low-resource language speech technology development
- Cross-lingual transfer learning in speech models
Citation Information
If you use this dataset, please cite:
[Citation details to be added upon publication]
Considerations
Data Quality
The dataset provides multiple quality tiers based on Character Error Rate (CER):
- CER < 30%: More data, but potentially lower quality alignments
- CER < 20%: Balanced quality-quantity trade-off (recommended for most applications)
- CER < 10%: Highest quality alignments, but reduced quantity
Licensing Information
[License details to be added]
Limitations
- The dataset primarily represents formal parliamentary speech and may not generalize well to casual, spontaneous, or noisy speech environments.
- The dataset reflects the demographics and speaking styles of European parliamentarians, which may not be representative of the general population.
- Some languages have significantly more data than others, which could lead to performance disparities in multilingual models.
Additional Information
Dataset Curators
- Samuel Pfisterer (@SamuelPfisterer1)
- Florian Grötschla (@FloGr)
- Luca Lanzendörfer (@lucala)
- Florian Yan (@floyan)
- Roger Wattenhofer
Maintenance Status
[Information about maintenance and update plans]
Links
- Downloads last month
- 30