afriscience_mt
收藏资源简介:
AfriScience-MT是一个用于英语与六种非洲语言(阿姆哈拉语、豪萨语、卢干达语、北索托语、约鲁巴语、祖鲁语)之间的平行科学机器翻译语料库,由领域专家科学传播者和专业翻译人员共同开发,涵盖农业、生物化学、生物学、化学、计算机科学、工程学、地理学、健康、本土知识、社会学和统计学等11个科学领域。该数据集旨在通过文本翻译促进非洲科学的去殖民化。数据集核心包含230篇学术论文的7,605个英语源语句子,每个句子均被翻译成所有六种目标非洲语言,并在句子和文档级别进行对齐。数据分割在领域内按文档级别进行,确保每个分割都包含来自所有领域的文档,且同一论文内的句子不会泄露到不同分割中。除了平行语料库(corpus配置)外,数据集还发布了伴随论文中评估的所有模型的每句预测输出(predictions配置)、每次运行的聚合指标(metrics配置)以及在翻译过程中共同开发的双语科学术语表(glossary配置),以便无需重新运行实验即可复现和扩展基准测试。这六种目标语言在15个国家拥有超过2亿使用者。语料库的构建采用两阶段流程:首先由领域专家科学传播者为每篇论文生成250-350字的通俗摘要,保留关键贡献和科学术语;然后由专业翻译人员在每种语言的首席翻译审核下,将摘要、摘要、术语和定义翻译成每种目标语言,并在翻译过程中共同开发双语科学术语表,以填补标准化术语缺失的空白。
AfriScience-MT is a parallel scientific machine translation corpus for English and six African languages (Amharic, Hausa, Luganda, Northern Sotho, Yoruba, Zulu), developed collaboratively by domain expert science communicators and professional translators, covering 11 scientific fields including agriculture, biochemistry, biology, chemistry, computer science, engineering, geography, health, indigenous knowledge, sociology, and statistics. The dataset aims to decolonize African science through text translation. The core dataset contains 7,605 English source sentences from 230 academic papers, each translated into all six target African languages and aligned at both sentence and document levels. Data splits are performed at the document level within domains, ensuring each split contains documents from all fields and sentences from the same paper do not leak into different splits. In addition to the parallel corpus (corpus configuration), the dataset releases per-sentence prediction outputs for all models evaluated in the accompanying paper (predictions configuration), aggregated metrics per run (metrics configuration), and a bilingual scientific glossary co-developed during translation (glossary configuration) to facilitate reproducibility and benchmark extension without re-running experiments. These six target languages are spoken by over 200 million people across 15 countries. The corpus construction follows a two-stage process: first, domain expert science communicators generate plain-language summaries of 250-350 words per paper, preserving key contributions and scientific terms; then, professional translators, under the review of lead translators for each language, translate the summaries, abstracts, terms, and definitions into each target language, co-developing a bilingual scientific glossary during translation to fill gaps in standardized terminology.
数据集概述
AfriScience-MT 是一个面向科学领域的平行机器翻译语料库,专注于 英语 + 六种非洲语言 的翻译任务。该数据集由专业科学传播者和翻译人员共同开发,覆盖 11 个科学领域。
- 目标语言:阿姆哈拉语、豪萨语、卢干达语、北索托语、约鲁巴语、祖鲁语。
- 科学领域:农业、生物化学、生物学、化学、计算机科学、工程、地理、健康、本土知识、社会学、统计学。
- 数据规模:230 篇论文,共 7,605 句英语源句,每句均被翻译为六种非洲目标语言。
- 许可协议:Apache-2.0。
- 代码仓库:https://github.com/masakhane-io/afriscience_mt
- 论文:AfriScience-MT: Towards Decolonizing Science in Africa through Text Translation
数据集配置
该数据集提供四种配置:
1. corpus(默认)
- 内容:平行科学语料库,句子级和文档级对齐。
- 数据分割(按文档划分,确保领域内无句子泄漏):
train:5,792 句 / 177 篇论文dev:843 句 / 25 篇论文test:970 句 / 28 篇论文
- 字段:
| 字段 | 类型 | 描述 |
|---|---|---|
paper_id |
string | 源论文标识符 |
domain |
string | 科学领域(共11个) |
sentence_id |
int | 句子在论文中的位置(从0开始) |
lang_pair |
string | 语言对,如 eng-amh |
source_lang |
string | 源语言(ISO 639-3代码) |
target_lang |
string | 目标语言(ISO 639-3代码) |
source |
string | 源句子(英语) |
target |
string | 目标翻译(非洲语言) |
2. predictions
- 内容:论文中评估的所有模型的逐句输出。
- 评估模型:包括4个序列到序列模型(M2M100-418M/1.2B, NLLB-600M/1.3B)、7个开源LLM(Llama3-8B, Gemma2-9B-IT, AfriqueLlama-8B, AfriqueQwen-8B, Tiny-Aya-Earth, Tiny-Aya-Global, TranslateGemma-12B)和4个闭源模型(GPT-4o, Gemini-1.5-Flash, GPT-5.4, Gemini-3.1-Flash-Lite)。
- 评估配置:零样本、上下文学习、文档级配置。
- 数据分割:
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。
3. metrics
- 内容:每次运行的聚合指标。
- 数据分割:
summary分割。 - 字段:与
predictions相同的连接键,另加bleu,chrf,ssa_comet(论文主要指标),num_samples,val_bleu,val_chrf,val_ssa_comet。
4. glossary
- 内容:翻译过程中共同开发的双语科技术语表。
- 数据分割:
terms分割。 - 各语言词条数量:阿姆哈拉语 333 · 豪萨语 130 · 卢干达语 181 · 北索托语 263 · 约鲁巴语 587 · 祖鲁语 385。
- 字段:
target_lang(ISO 639-3代码),eng(英语科技术语),target(目标语言翻译)。
语言信息
| 代码 | 语言 | 语系 | 区域 |
|---|---|---|---|
eng |
英语 | 日耳曼语系 | — |
amh |
阿姆哈拉语 | 亚非语系 | 东非 |
hau |
豪萨语 | 亚非语系 | 西非 |
lug |
卢干达语 | 尼日尔-刚果语系 | 东非 |
nso |
北索托语(佩迪语) | 尼日尔-刚果语系 | 南非 |
yor |
约鲁巴语 | 尼日尔-刚果语系 | 西非 |
zul |
祖鲁语 | 尼日尔-刚果语系 | 南非 |
这些目标语言在15个国家拥有超过2亿使用者。
数据集构建
采用两阶段流程:
- 领域专家科学传播者生成每篇论文的 250-350 字摘要(保留关键贡献和科技术语)。
- 专业翻译人员在逐语言主翻译审阅下,将摘要、论文文摘、术语和定义翻译成每种目标语言。
翻译过程中共同开发双语科技术语表,以填补标准化术语缺失的空白。
引用
bibtex @misc{abdulmumin2026afriscience, title = {AfriScience-MT: Towards Decolonizing Science in Africa through Text Translation}, author = {Idris Abdulmumin and Tajuddeen Gwadabe and Shamsuddeen Hassan Muhammad and David Ifeoluwa Adelani and Nomonde Khalo and Ibrahim Said Ahmad and Abiodun Modupe and Anina Mumm and Sibusiso Biyela and Michelle Rabie and Johanna Havemann and Marek Rei and Jade Abbott and Vukosi Marivate}, year = {2026}, eprint = {2605.29741}, archivePrefix = {arXiv}, primaryClass = {cs.CL}, url = {https://arxiv.org/abs/2605.29741} }




