---
title: "FLORES-200"
source: "https://systems-analysis.info/eng/FLORES-200"
wiki: "systems-analysis.info/eng"
article: "FLORES-200"
language: "en"
categories:
  - "Category:English"
  - "Category:Large language models"
  - "Category:LLM benchmarks"
  - "Category:Machine learning"
  - "Category:Technology"
revision_id: 142
wiki_created_at: 2026-09-06T22:17:56Z
wiki_modified_at: 2026-09-06T22:17:56Z
downloaded_at: 2026-09-07T22:21:18Z
---

# FLORES-200

**FLORES-200** is an evaluation dataset for multilingual machine translation, covering approximately 200 world languages. It was created by researchers at Meta as part of the **No Language Left Behind (NLLB)** project and was introduced in 2022. FLORES-200 is an extension of the previous **FLORES-101** dataset and is designed for the objective evaluation of translation quality, especially for low-resource languages<sup>[\[1\]](https://systems-analysis.info/eng/FLORES-200#cite_note-pwc_flores-1)</sup>.

A key feature of the dataset is that all texts were translated by professional translators, which ensures high-quality reference translations and makes it a reliable benchmark for comparing machine translation systems<sup>[\[2\]](https://systems-analysis.info/eng/FLORES-200#cite_note-flores_plus-2)</sup>.

## Background and Creation

The first version, **FLORES-101**, was introduced in 2022 and contained 3001 sentences from the English Wikipedia, translated into 101 languages<sup>[\[3\]](https://systems-analysis.info/eng/FLORES-200#cite_note-flores101_paper-3)</sup>. This dataset filled an important gap in the evaluation of translation systems for languages with limited data.

In 2022, as part of the **No Language Left Behind** project, Meta expanded the corpus to 200 languages, creating **FLORES-200**<sup>[\[4\]](https://systems-analysis.info/eng/FLORES-200#cite_note-meta_news-4)</sup>. The development faced several challenges:

- Many of the added languages had low standardization and a lack of bilingual specialists.
- Some languages were translated not directly from English but through pivot languages (Spanish, French, Russian).
- For some languages, different writing systems (e.g., Latin and Cyrillic) were included to account for their use in different communities<sup>[\[5\]](https://systems-analysis.info/eng/FLORES-200#cite_note-huggingface_flores-5)</sup>.

## Composition and Structure

The FLORES-200 corpus includes **3001 sentences** selected from 842 different web articles and documents from Wikimedia projects. Unlike the first version, the sources include not only Wikipedia but also other projects such as Wikinews, Wikijunior, and Wikivoyage. This ensures broad thematic diversity (news, science, culture, travel), allowing for a comprehensive evaluation of translation quality.

Each English sentence was professionally translated into ~200 target languages, forming a fully aligned parallel corpus. The dataset is divided into three parts:

- **dev** (development) — for [fine-tuning](https://systems-analysis.info/eng/Fine-tuning_(deep_learning) "Fine-tuning (deep learning)") models.
- **devtest** (intermediate testing) — for preliminary evaluation.
- **test** (final testing) — a hidden part for fair comparison of models in competitions.

Languages are identified using the ISO 639-3 standard with a script identifier, for example, \`eng_Latn\` for English in Latin script or \`rus_Cyrl\` for Russian in Cyrillic script<sup>[\[5\]](https://systems-analysis.info/eng/FLORES-200#cite_note-huggingface_flores-5)</sup>.

## Application and Significance

FLORES-200 has become a key benchmark for evaluating multilingual machine translation systems. It was used to evaluate Meta's flagship model, **NLLB-200**. Testing on FLORES-200 showed that NLLB-200 improved translation quality by an average of **44%** on the [BLEU](https://systems-analysis.info/eng/BLEU_(Bilingual_Evaluation_Understudy) "BLEU (Bilingual Evaluation Understudy)") metric compared to previous state-of-the-art systems<sup>[\[6\]](https://systems-analysis.info/eng/FLORES-200#cite_note-nllb_paper-6)</sup>. For some African and Indian languages, the accuracy improvement exceeded **70%**<sup>[\[4\]](https://systems-analysis.info/eng/FLORES-200#cite_note-meta_news-4)</sup>.

Meta has made the dataset and its tools freely available under the **Creative Commons BY-SA 4.0** license. As a result, FLORES-200 has been widely adopted and has become a de facto standard in academic research, machine translation competitions (such as WMT), and language preservation initiatives. In 2023, the OLDI (Open Language Data Initiative) community began expanding the corpus under the name **FLORES+**<sup>[\[2\]](https://systems-analysis.info/eng/FLORES-200#cite_note-flores_plus-2)</sup>.

## External links

- <a href="https://huggingface.co/datasets/facebook/flores" class="external text" rel="nofollow">Official dataset on Hugging Face</a>
- <a href="https://github.com/facebookresearch/flores/tree/main/flores200" class="external text" rel="nofollow">Official repository on GitHub</a>

## See also

- [METEOR (metric)](https://systems-analysis.info/eng/METEOR_(metric) "METEOR (metric)")
- [ROUGE (metric)](https://systems-analysis.info/eng/ROUGE_(metric) "ROUGE (metric)")
- [BERTScore (metric)](https://systems-analysis.info/eng/BERTScore_(metric) "BERTScore (metric)")
- [LLM benchmarks](https://systems-analysis.info/eng/LLM_benchmarks "LLM benchmarks")
- [LLM evaluation](https://systems-analysis.info/eng/LLM_evaluation "LLM evaluation")

## Literature

- 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>.

## References

1.  <span id="cite_note-pwc_flores-1">[↑](https://systems-analysis.info/eng/FLORES-200#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/eng/FLORES-200#cite_ref-flores_plus_2-0)</sup> <sup>[2.1](https://systems-analysis.info/eng/FLORES-200#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/eng/FLORES-200#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/eng/FLORES-200#cite_ref-meta_news_4-0)</sup> <sup>[4.1](https://systems-analysis.info/eng/FLORES-200#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/eng/FLORES-200#cite_ref-huggingface_flores_5-0)</sup> <sup>[5.1](https://systems-analysis.info/eng/FLORES-200#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/eng/FLORES-200#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>
