OPUS-100; NTREX-African
收藏资源简介:
OPUS-100是由Jörg Tiedemann创建的多语言平行语料库,涵盖广泛的语言对;NTREX-African由Wilhelmina Nekoto等人构建,专注于非洲语言的评估数据集。两个数据集共同支撑了英语与isiZulu、isiXhosa等低资源语言的机器翻译研究,数据来源于公开的平行文本资源。数据集通过标准化预处理流程构建,用于评估反思式翻译框架在语义保真度方面的改进效果,旨在解决低资源语言因数据稀缺导致的翻译失真问题。
OPUS-100 is a multilingual parallel corpus created by Jörg Tiedemann, covering a wide range of language pairs. NTREX-African is an evaluation dataset focused on African languages, constructed by Wilhelmina Nekoto et al. These two datasets jointly support machine translation research between English and low-resource languages such as isiZulu and isiXhosa, with their data sourced from publicly available parallel text resources. Both datasets are built through a standardized preprocessing pipeline, and are used to evaluate the improvement effect of the reflexive translation framework on semantic fidelity, aiming to address the translation distortion issues caused by data scarcity in low-resource languages.
Reflective Translation for Low-Resource Machine Translation 数据集概述
数据集基本信息
- 数据集名称:Reflective Translation for Low-Resource Machine Translation
- 核心内容:该仓库包含用于反射式翻译的代码与分析。反射式翻译是一种由反思引导的提示框架,旨在无需微调即可提升低资源语言的机器翻译质量。
- 评估任务:英语 → 祖鲁语(isiZulu)和英语 → 科萨语(isiXhosa)的翻译。
- 评估模型:GPT-3.5 和 Claude Haiku 3.5。
- 主要发现:报告了在反思、提示策略和置信度阈值方面,BLEU 和 COMET 分数的一致提升。
关联论文
- 论文标题:Reflective Translation: Enhancing Low-Resource Machine Translation through Self-Reflection
- 作者:Nicholas Cheng
- 预印本:arXiv:2601.19871 (2026)
- 论文链接:https://arxiv.org/abs/2601.19871
方法概述
反射式翻译引入了一个轻量级的推理时框架,语言模型在此框架中:
- 生成初始翻译。
- 生成结构化的自我批评,以识别翻译错误。
- 根据掩蔽的反思反馈生成修订后的翻译。 该方法旨在不依赖额外训练数据或参数更新的情况下,提升低资源场景下的语义保真度和鲁棒性。
使用的数据源
所有数据集均在运行时从 HuggingFace 以编程方式加载。
- OPUS-100(英语-祖鲁语,英语-科萨语)
- 地址:https://huggingface.co/datasets/Helsinki-NLP/opus-100
- NTREX-African(祖鲁语、科萨语测试集)
- 地址:https://huggingface.co/datasets/masakhane/ntrex_african
- 数据说明:原始的平行语料库未在此仓库中重新分发。
数据可用性与仓库内容
- 包含内容:此仓库包含重现论文中所有图表所需的所有处理后评估输出(CSV 文件)。
- 不包含内容:由于许可限制,未包含原始数据集。
- 数据再生:提供了从原始数据集重新生成结果所需的所有脚本。
引用
如果使用此工作,请引用: Cheng, N. (2026). Reflective Translation: Enhancing Low-Resource Machine Translation through Self-Reflection. arXiv:2601.19871
许可证
此项目根据 MIT 许可证授权。详见 LICENSE 文件。




