nb-asr-numerics-balanced
收藏资源简介:
该数据集是一个平衡的合成挪威语博克马尔语数字表达式语料库。它旨在为挪威语自动语音识别(ASR)和文本转语音(TTS)系统提供训练数据,特别侧重于数字表达的发音变体训练。数据集包含59个数字类别,每个类别精确采样20,000个示例,总计超过110万行数据。数据通过模板合成方法生成:基于原始模板数据集pere/nb-asr-numerics-categorized,过滤保留包含标注实体的行,然后为每个目标类别采样模板句子,并用符合特定正则表达式模式的随机数值替换模板中的<NUM>占位符。所有实体边界、起始/结束偏移量和文本值都经过重新计算并与新生成的文本对齐,确保数据一致性。数据集包含多个字段:唯一合成标识符(id)、生成的新句子文本(text)、为TTS训练准备的挪威语拼写发音文本(tts_text)、原始模板文本(masked_text)、决策标签(decision,始终为keep)、对齐的语义实体列表(entities)、源模板的关系约束(constraints)、生成行的主类别(primary_category)以及源模板ID(source_template_id)。其中tts_text字段是专门为TTS系统添加的,它将所有数字表达式、数字和数学表达式按照特定发音指南扩展为挪威语单词,并将科学缩写(如mmol、Hz、µg/l)完全扩展为挪威语文本名称。该数据集通过类别平衡采样和最大化方差生成,特别适用于下游TTS发音变体训练任务。
This dataset is a balanced synthetic Norwegian Bokmål numeric expression corpus. It is designed to provide training data for Norwegian automatic speech recognition (ASR) and text-to-speech (TTS) systems, with a particular focus on training pronunciation variants for numeric expressions. The dataset contains 59 numeric categories, each precisely sampled with 20,000 examples, totaling over 1.1 million rows of data. The data is generated through a template synthesis method: based on the original template dataset pere/nb-asr-numerics-categorized, rows containing annotated entities are filtered and retained, then template sentences are sampled for each target category, and the <NUM> placeholders in the templates are replaced with random numerical values that conform to specific regular expression patterns. All entity boundaries, start/end offsets, and text values are recalculated and aligned with the newly generated text, ensuring data consistency. The dataset includes multiple fields: a unique synthetic identifier (id), the newly generated sentence text (text), Norwegian spelled pronunciation text for TTS training (tts_text), the original template text (masked_text), a decision label (decision, always keep), an aligned list of semantic entities (entities), relational constraints from the source template (constraints), the primary category of the generated row (primary_category), and the source template ID (source_template_id). The tts_text field is specifically added for TTS systems, expanding all numeric expressions, numbers, and mathematical expressions into Norwegian words according to specific pronunciation guidelines, and fully expanding scientific abbreviations (e.g., mmol, Hz, µg/l) into Norwegian textual names. The dataset is generated through category-balanced sampling and variance maximization, making it particularly suitable for downstream TTS pronunciation variant training tasks.
数据集概述:Balanced Synthetic Norwegian Bokmål Numerics Dataset
基本信息
- 数据集名称:Balanced Synthetic Norwegian Bokmål Numerics Dataset
- 许可证:CC-BY-4.0
- 语言:挪威语(挪威博克马尔语,语言代码:no, nb)
- 任务类别:文本生成(text-generation)
- 标签:ASR、TTS、挪威语、数字、平衡、合成
数据集规模与构成
- 包含 59 个数字类别,每个类别提供 20,000 个示例
- 总计超过 110 万行 数据
核心特性
TTS发音阅读字段(新增)
- 新增
tts_text字段,为文本转语音(TTS)朗读而准备 - 所有数字表达式、数字及数学表达式均已扩展为挪威语字母形式(拼写出来的自然词)
- 科学缩写(如
mmol、Hz、µg/l)已完全扩展为挪威语文本名称 - 处理过程使用
google/gemma-4-12B-it模型,通过 vLLM 在 DGX GPU 上以批处理模式运行,并辅以类别特定的指南
数据来源与合成架构
- 模板来源:pere/nb-asr-numerics-categorized
- 合成方法:
- 过滤原始数据集,保留包含标注实体的行
- 对每个目标类别,有放回地采样 20,000 个模板句子
- 将每个句子模板中的
<NUM>占位符替换为符合指定正则表达式模式的随机生成值 - 所有实体边界、起始/结束偏移量及文本值均被确定性重算并对齐,以匹配新生成的文本
- 目标:生成高度平衡的语料库,为下游TTS发音变体训练最大化方差
数据模式(Schema)
| 字段名 | 说明 |
|---|---|
id |
唯一的合成标识符 |
text |
包含合成数字值的新生成句子文本 |
tts_text |
用于TTS训练的挪威语自然发音句子 |
masked_text |
包含 <NUM> 占位符的原始模板文本 |
decision |
始终为 "keep" |
entities |
对齐的语义实体列表(含起始/结束偏移量、更新后的文本及类别) |
constraints |
来自源模板的关系约束 |
primary_category |
生成该行所依据的类别 |
source_template_id |
原始模板行的ID |




