afriscience_mt
收藏资源简介:
AfriScience-MT是一个用于科学机器翻译的平行语料库,旨在通过文本翻译促进非洲科学的去殖民化。该数据集的核心由英语与六种非洲语言(阿姆哈拉语、豪萨语、卢干达语、北索托语、约鲁巴语、祖鲁语)之间的对齐句子对构成,这些语言在超过15个国家被超过2亿人使用。语料内容源自230篇科学论文,覆盖农业、生物化学、生物学、化学、计算机科学、工程学、地理学、健康、土著知识、社会学和统计学等11个科学领域,共计7,605个英语源句子。每个句子均被翻译成所有六种目标语言,并在句子和文档级别进行对齐。数据在领域内的文档级别进行分割,确保每个分割(训练集:5,792句/177篇论文;开发集:843句/25篇论文;测试集:970句/28篇论文)都包含所有领域的文档,且同一论文内的句子不会泄露到不同分割中。除了平行语料库(corpus 配置),该版本还发布了支撑其伴随论文的所有模型预测结果(predictions 配置,包含1,982,558行逐句输出)和按运行汇总的评估指标(metrics 配置),以及共同开发的双语科学术语表(glossary 配置,包含六种语言共1,879个术语对)。数据集的构建采用两阶段流程:首先由领域专家科学传播者撰写每篇论文的通俗摘要,然后由职业翻译在首席翻译审阅下将其翻译成目标语言,并在此过程中共同开发科学术语表以填补标准化术语的空白。该数据集适用于低资源机器翻译、科学文本翻译模型训练与评估,以及跨语言科学知识传播的研究。
AfriScience-MT is a parallel corpus for scientific machine translation, aiming to promote the decolonization of African science through text translation. Its core consists of aligned sentence pairs between English and six African languages—Amharic, Hausa, Luganda, Northern Sotho, Yoruba, and Zulu—spoken by over 200 million people across more than 15 countries. The corpus content is derived from 230 scientific papers covering 11 scientific disciplines including agriculture, biochemistry, biology, chemistry, computer science, engineering, geography, health, indigenous knowledge, sociology, and statistics, with a total of 7,605 English source sentences. Each sentence has been translated into all six target languages, with alignment performed at both the sentence and document levels. The data is split at the in-domain document level, ensuring that each split (training set: 5,792 sentences / 177 papers; development set: 843 sentences / 25 papers; test set: 970 sentences / 28 papers) contains documents from all disciplines, and sentences from the same paper are not leaked across different splits. In addition to the parallel corpus (corpus configuration), this release also includes all model prediction results supporting its accompanying paper (predictions configuration, containing 1,982,558 line-by-line sentence outputs), run-wise aggregated evaluation metrics (metrics configuration), and a co-developed bilingual scientific glossary (glossary configuration, with 1,879 term pairs across the six languages). The dataset is constructed via a two-stage pipeline: first, domain expert science communicators write popularized abstracts for each paper, then professional translators translate these into target languages under the review of a lead translator, during which the scientific glossary is co-developed to fill gaps in standardized terminology. This dataset is applicable to low-resource machine translation, training and evaluation of scientific text translation models, and research on cross-lingual dissemination of scientific knowledge.
数据集概述:AfriScience-MT
AfriScience-MT 是一个面向科学文本翻译的平行语料库,覆盖英语和六种非洲语言(阿姆哈拉语、豪萨语、卢干达语、北索托语、约鲁巴语和祖鲁语),涵盖 11 个科学领域。该数据集与专业科学传播者和翻译人员共同开发,旨在推动非洲地区科学文本的机器翻译研究。
- 许可证:Apache 2.0
- 规模:1,000 到 10,000 条句子(数据集中包含 7,605 条英文源句)
- 任务类别:翻译
- 标签:机器翻译、非洲语言、科学翻译、低资源语言、平行语料库
- 论文:AfriScience-MT: Towards Decolonizing Science in Africa through Text Translation
- 源代码:afriscience-mt CLI
数据集配置
数据集包含四个配置:
- corpus(默认配置):平行科学语料库,包含 230 篇论文、7,605 条英文源句,每条句子都被翻译成六种目标语言。数据集按文档级别划分到训练、开发、测试集,确保每个划分包含所有领域的文档,且同一篇论文的句子不会泄露到其他划分。字段包括:
paper_id(论文ID)、domain(领域)、sentence_id(句内位置)、lang_pair(语言对)、source_lang(源语言ISO 639-3代码)、target_lang(目标语言ISO 639-3代码)、source(源句)、target(目标句)。划分情况:训练集 5,792 句/177 篇、开发集 843 句/25 篇、测试集 970 句/28 篇。 - predictions:包含论文中评估的每个系统的逐句模型输出。系统包括四种 seq2seq 模型(M2M100-418M/1.2B、NLLB-600M/1.3B)、七个开放权重大语言模型(Llama3-8B、Gemma2-9B-IT、AfriqueLlama-8B 等)和四个闭源模型(GPT-4o、Gemini-1.5-Flash 等),涉及零样本、上下文学习和文档级配置。单划分:
outputs,1,982,558 行。字段包括:model_short、experiment_type、prompt_strategy、lora_rank、temp_setting、dataset、lang_pair、source_lang、target_lang、split、sentence_id、source、reference、prediction、is_ablation。 - metrics:每次运行的聚合指标,每行对应一个(模型、配置、语言对)。字段与
predictions相同的连接键,外加bleu、chrf、ssa_comet(论文主指标)、num_samples、val_bleu、val_chrf、val_ssa_comet。单划分:summary。 - glossary:开发过程中建立的双语科学词汇表,每行一个(英语术语,目标语言翻译)对,覆盖所有六种目标语言。字段:
target_lang、eng、target。单划分:terms。各语言词条数量:阿姆哈拉语 333、豪萨语 130、卢干达语 181、北索托语 263、约鲁巴语 587、祖鲁语 385。
语言覆盖
| 语言代码 | 语言名称 | 语系 | 主要使用区域 |
|---|---|---|---|
| eng | 英语 | 日耳曼语系 | — |
| amh | 阿姆哈拉语 | 亚非语系 | 东非 |
| hau | 豪萨语 | 亚非语系 | 西非 |
| lug | 卢干达语 | 尼日尔-刚果语系 | 东非 |
| nso | 北索托语(佩迪语) | 尼日尔-刚果语系 | 南部非洲 |
| yor | 约鲁巴语 | 尼日尔-刚果语系 | 西非 |
| zul | 祖鲁语 | 尼日尔-刚果语系 | 南部非洲 |
这六种语言的总使用人口超过 2 亿,遍布 15 个国家。
语料库构建流程
语料库构建分为两个阶段:
- 领域专家科学传播者首先为每篇论文生成 250-350 词的通俗摘要,保留主要贡献和科技术语。
- 专业翻译人员将摘要、原文摘要、术语和定义翻译成每种目标语言,并由每种语言的主翻译人员进行审校。在此过程中,协同开发双语科学词汇表,以填补标准化术语缺失的空白。
完整的预处理细节(包括未翻译句子移除、单词语过滤、句子级别去重、文档级别保留、词汇表标准化)见论文附录。




