---
title: "FLORES-200 — FLORES-200（多语言翻译基准）"
source: "https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89"
wiki: "systems-analysis.info/int"
article: "FLORES-200_—_FLORES-200（多语言翻译基准）"
language: "zh"
categories:
  - "Category:Chinese"
  - "Category:Large language models"
  - "Category:LLM benchmarks"
  - "Category:Machine learning"
revision_id: 2105
wiki_created_at: 2026-09-06T22:58:41Z
wiki_modified_at: 2026-09-06T22:58:41Z
downloaded_at: 2026-09-07T22:49:21Z
---

# FLORES-200 — FLORES-200（多语言翻译基准）

**FLORES-200** 是一个用于多语言机器翻译的评估数据集，涵盖了全球约 200 种语言。它由 Meta 公司的研究人员在“**No Language Left Behind (NLLB)**”项目框架下创建，并于 2022 年发布。FLORES-200 是先前数据集 **FLORES-101** 的扩展，旨在客观评估翻译质量，特别是针对低资源语言<sup>[\[1\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_note-pwc_flores-1)</sup>。

该数据集的一个关键特点是，所有文本均由专业翻译人员翻译，这确保了参考译文的高质量，使其成为比较机器翻译系统的可靠标准<sup>[\[2\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_note-flores_plus-2)</sup>。

## 背景与创建

第一个版本 **FLORES-101** 于 2022 年推出，包含 3001 个来自英文维基百科的句子，并被翻译成 101 种语言<sup>[\[3\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_note-flores101_paper-3)</sup>。该数据集填补了在评估低资源语言翻译系统方面的一个重要空白。

2022 年，Meta 公司在“**No Language Left Behind**”项目框架下将语料库扩展至 200 种语言，创建了 **FLORES-200**<sup>[\[4\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_note-meta_news-4)</sup>。开发过程遇到了一些困难：

- 许多新增语言的标准化程度低，且缺乏双语专业人才。
- 部分语言并非直接从英语翻译，而是通过中介语言（如西班牙语、法语、俄语）进行翻译。
- 对于某些语言，数据集中包含了不同的书写系统（例如拉丁字母和西里尔字母），以反映它们在不同社群中的使用情况<sup>[\[5\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_note-huggingface_flores-5)</sup>。

## 组成与结构

FLORES-200 语料库包含 **3001 个句子**，这些句子选自 842 篇不同的网络文章和维基媒体项目文档。与第一版不同，其来源不仅包括维基百科，还涵盖了其他项目，如维基新闻（Wikinews）、维基教科书（Wikijunior）和维基导游（Wikivoyage）。这确保了主题的多样性（新闻、科学、文化、旅行等），从而可以全面地检验翻译质量。

每个英语句子都由专业人员翻译成约 200 种目标语言，形成一个完全对齐的平行语料库。该数据集分为三个部分：

- **dev** (开发集) — 用于模型调优。
- **devtest** (开发测试集) — 用于初步评估。
- **test** (测试集) — 隐藏部分，用于在竞赛中公平地比较模型。

为了表示语言，数据集使用了 ISO 639-3 标准，并附带书写系统标识，例如，\`eng_Latn\` 代表使用拉丁字母的英语，\`rus_Cyrl\` 代表使用西里尔字母的俄语<sup>[\[5\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_note-huggingface_flores-5)</sup>。

## 应用与意义

FLORES-200 已成为评估多语言机器翻译系统的关键标准。它被用于评估 Meta 的旗舰模型 — **NLLB-200**。在 FLORES-200 上的测试表明，与先前的顶尖系统相比，NLLB-200 在 BLEU 指标上的翻译质量平均提高了 **44%**<sup>[\[6\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_note-nllb_paper-6)</sup>。对于一些非洲和印度的语言，准确率的提升超过了 **70%**<sup>[\[4\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_note-meta_news-4)</sup>。

Meta 公司已根据 **Creative Commons BY-SA 4.0** 许可证开放了该数据集及其使用工具的自由访问权限。因此，FLORES-200 迅速得到广泛应用，并成为科学研究、机器翻译竞赛（如 WMT）和语言保护倡议中的事实标准。2023 年，OLDI（Open Language Data Initiative）社区开始以 **FLORES+** 的名义扩展该语料库<sup>[\[2\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_note-flores_plus-2)</sup>。

## 外部链接

- <a href="https://huggingface.co/datasets/facebook/flores" class="external text" rel="nofollow">Hugging Face 上的官方数据集</a>
- <a href="https://github.com/facebookresearch/flores/tree/main/flores200" class="external text" rel="nofollow">GitHub 上的官方代码库</a>

## 参考文献

- Liang, P. et al. (2022). *Holistic Evaluation of Language Models (HELM)*. <a href="https://arxiv.org/abs/2211.09110" class="external text" rel="nofollow">arXiv:2211.09110</a>.
- Chang, Y. et al. (2023). *A Survey on Evaluation of Large Language Models*. <a href="https://arxiv.org/abs/2307.03109" class="external text" rel="nofollow">arXiv:2307.03109</a>.
- Ni, S. et al. (2025). *A Survey on Large Language Model Benchmarks*. <a href="https://arxiv.org/abs/2508.15361" class="external text" rel="nofollow">arXiv:2508.15361</a>.
- Biderman, S. et al. (2024). *The Language Model Evaluation Harness (lm-eval): Guidance and Lessons Learned*. <a href="https://arxiv.org/abs/2405.14782" class="external text" rel="nofollow">arXiv:2405.14782</a>.
- Kiela, D. et al. (2021). *Dynabench: Rethinking Benchmarking in NLP*. <a href="https://arxiv.org/abs/2104.14337" class="external text" rel="nofollow">arXiv:2104.14337</a>.
- Ma, Z. et al. (2021). *Dynaboard: An Evaluation‑As‑A‑Service Platform for Holistic Next‑Generation Benchmarking*. <a href="https://arxiv.org/abs/2106.06052" class="external text" rel="nofollow">arXiv:2106.06052</a>.
- Goel, K. et al. (2021). *Robustness Gym: Unifying the NLP Evaluation Landscape*. <a href="https://arxiv.org/abs/2101.04840" class="external text" rel="nofollow">arXiv:2101.04840</a>.
- Xu, C. et al. (2024). *Benchmark Data Contamination of Large Language Models: A Survey*. <a href="https://arxiv.org/abs/2406.04244" class="external text" rel="nofollow">arXiv:2406.04244</a>.
- Liu, S. et al. (2025). *A Comprehensive Survey on Safety Evaluation of LLMs*. <a href="https://arxiv.org/abs/2506.11094" class="external text" rel="nofollow">arXiv:2506.11094</a>.
- Chiang, W.-L. et al. (2024). *Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference*. <a href="https://arxiv.org/abs/2403.04132" class="external text" rel="nofollow">arXiv:2403.04132</a>.
- Boubdir, M. et al. (2023). *Elo Uncovered: Robustness and Best Practices in Language Model Evaluation*. <a href="https://arxiv.org/abs/2311.17295" class="external text" rel="nofollow">arXiv:2311.17295</a>.
- Huang, L. et al. (2023). *A Survey on Hallucination in Large Language Models*. <a href="https://arxiv.org/abs/2311.05232" class="external text" rel="nofollow">arXiv:2311.05232</a>.

## 注释

1.  <span id="cite_note-pwc_flores-1">[↑](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_ref-pwc_flores_1-0) «FLoRes-200 Dataset». *Papers With Code*. <a href="https://paperswithcode.com/dataset/flores-200" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-flores_plus-2">↑ <sup>[2.0](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_ref-flores_plus_2-0)</sup> <sup>[2.1](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_ref-flores_plus_2-1)</sup> «FLORES+ Translation and Machine Translation Evaluation for the Erzya Language». *Proceedings of the Ninth Conference on Machine Translation (WMT24)*. <a href="https://www2.statmt.org/wmt24/pdf/2024.wmt-1.49.pdf" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-flores101_paper-3">[↑](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_ref-flores101_paper_3-0) Goyal, N., et al. «The Flores-101 Evaluation Benchmark for Low-Resource and Multilingual Machine Translation». *Transactions of the Association for Computational Linguistics*. <a href="https://aclanthology.org/2022.tacl-1.30/" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-meta_news-4">↑ <sup>[4.0](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_ref-meta_news_4-0)</sup> <sup>[4.1](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_ref-meta_news_4-1)</sup> «New AI Model Translates 200 Languages, Making Technology Accessible to More People». *Meta Newsroom*. <a href="https://about.fb.com/news/2022/07/new-meta-ai-model-translates-200-languages-making-technology-more-accessible/" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-huggingface_flores-5">↑ <sup>[5.0](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_ref-huggingface_flores_5-0)</sup> <sup>[5.1](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_ref-huggingface_flores_5-1)</sup> «Muennighoff/flores200». *Hugging Face*. <a href="https://huggingface.co/datasets/Muennighoff/flores200" class="external autonumber" rel="nofollow">[5]</a></span>
6.  <span id="cite_note-nllb_paper-6">[↑](https://systems-analysis.info/int/FLORES-200_%E2%80%94_FLORES-200%EF%BC%88%E5%A4%9A%E8%AF%AD%E8%A8%80%E7%BF%BB%E8%AF%91%E5%9F%BA%E5%87%86%EF%BC%89#cite_ref-nllb_paper_6-0) Costa-jussà, M.R., et al. «No Language Left Behind: Scaling Human-Centered Machine Translation». *arXiv:2207.04672*. <a href="https://arxiv.org/abs/2207.04672" class="external autonumber" rel="nofollow">[6]</a></span>
