NPSC_orto_morphcoded_clean
收藏资源简介:
NPSC Ortho Morphcoded Clean 是一个经过共识过滤的挪威语议会转录文本的形态学编码数据集,源自 NbAiLab/NPSC_orto_morphcoded。该数据集保留了原始数据的 id、source 和 target 字段,其中 source 为挪威议会会议转录文本,target 为按字母顺序排列替代项的 AltMorph 编码。清洗过程使用一个基于 T5Gemma 2 1B 模型微调的生成器,对每行生成预测,与原始目标一致的样本被保留;不一致的样本则由两个独立的语言模型评审员分别从随机化的候选 A/B 中选择,仅当两者独立选择同一非 None 候选且通过形态学语法和源文本可恢复性检查后才保留,最终目标被规范化为不区分大小写的字母顺序替代形式。数据集中包含多个分割:训练集(train,62,394 行)、验证集(eval,1,000 行;eval_clean,991 行)和测试集(test,1,000 行;test_clean,993 行),其中 eval_clean 和 test_clean 只包含通过共识清洗保留的行。该数据集适用于文本生成、文本到文本生成、形态学编码等自然语言处理任务,尤其适合挪威语形态学分析和议会文本处理。注意:该数据集为自动生成的银标准数据,使用时应结合人类评估。许可证为 CC BY-SA 3.0。
NPSC Ortho Morphcoded Clean is a consensus-filtered morphological encoding dataset of Norwegian parliamentary transcriptions, derived from NbAiLab/NPSC_orto_morphcoded. This dataset retains the original id, source, and target fields, where source is the Norwegian parliamentary meeting transcription and target is the AltMorph encoding of alphabetically ordered alternatives. The cleaning process uses a generator fine-tuned from the T5Gemma 2 1B model to generate predictions for each row; samples consistent with the original target are retained. For inconsistent samples, two independent language model reviewers select from randomized candidate A/B; the sample is retained only if both independently select the same non-None candidate and pass morphological grammar and source text recoverability checks. The final target is normalized to case-insensitive alphabetically ordered alternative forms. The dataset contains multiple splits: training set (train, 62,394 rows), validation sets (eval, 1,000 rows; eval_clean, 991 rows), and test sets (test, 1,000 rows; test_clean, 993 rows), where eval_clean and test_clean only contain rows retained by consensus filtering. This dataset is suitable for natural language processing tasks such as text generation, text-to-text generation, and morphological encoding, especially for Norwegian morphological analysis and parliamentary text processing. Note: This dataset is automatically generated silver-standard data; human evaluation should be combined when using it. License: CC BY-SA 3.0.
NPSC Ortho Morphcoded Clean 数据集概述
基本信息
- 语言:挪威语(nb)
- 许可证:CC BY-SA 3.0
- 任务类型:文本生成(text-generation)
- 标签:挪威语、形态学、文本到文本生成
数据集来源与构建方法
本数据集是 NbAiLab/NPSC_orto_morphcoded(修订版 c0a5864ffde32ca05a683652b54282ee785ca16d)的共识过滤衍生版本,保留了原始数据的 id、source、target 架构及原始源文本。
清洗流程:
- 使用基于 T5Gemma 2 1B 微调的模型对每一行生成一个预测,保留模型与目标完全一致的条目。
- 对不一致的条目,交由两个独立的自动语言模型审查者进行审查(只可选择 A、B 或 None),且审查者无法看到候选来源或对方判断。
- 仅当两位审查者独立选择相同的非 None 候选时才保留该不一致条目,其余全部丢弃。
- 通过 AltMorph 语法检查和源文本可恢复性检查的候选才保留,目标候选按不区分大小写的字母顺序规范化。
数据规模与划分
| 划分 | 行数 | 源与目标不同行数 |
|---|---|---|
| train | 62,394 | 35,830 |
| eval | 1,000 | 581 |
| eval_clean | 991 | 582 |
| test | 1,000 | 563 |
| test_clean | 993 | 561 |
- train:清洗后的原始训练集。
- eval / test:保留全部原始评估/测试行及标签,用于直接对比。
- eval_clean / test_clean:仅包含共识清洗筛选后的行及选定目标。
字段说明
| 字段 | 含义 |
|---|---|
| id | 原始 NPSC 句子 ID(字符串) |
| source | 挪威议会转录文本 |
| target | 保留源文本的 AltMorph 编码,备选按字母顺序排列 |
划分重叠情况
各划分的 ID 互不重叠,但上游随机划分存在重复行。相对清洗后的 train 集,eval 与 test 中完全重复的源/目标对分别有 105 和 99 行,评估时不应视为独立泛化。
来源与引用要求
- 生成时间:2026-08-29
- 清洗模型:google/t5gemma-2-1b-1b 微调版本
- 上游数据:议会转录文本为 CC0,Hugging Face 策展及本衍生数据集使用 CC BY-SA 3.0。
- 需致谢:挪威国家图书馆及 NPSC 维护者、奥斯陆大学 HumIT 团队、卑尔根大学 Ordbank 服务、North-T5 作者、AltMorph 作者以及 Google/T5Gemma 团队。
局限说明
- 本数据集仍为自动生成的银标准数据,训练集上的预测可能反映记忆效应。
- 模型与目标共享的错误可能通过自动一致性过滤。
- 审查者判断可能存在相关性或语言学错误。
- 建议使用 eval/test 与原始银标准对比,使用 eval_clean/test_clean 作为更严格的保留子集,并在重要应用中辅以人工或语言学专家评估。




