---
title: "FLORES-200 — فْلورِس-200"
source: "https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-200"
wiki: "systems-analysis.info/int"
article: "FLORES-200_—_فْلورِس-200"
language: "ar"
categories:
  - "Category:Arabic"
  - "Category:Large language models"
  - "Category:LLM benchmarks"
  - "Category:Machine learning"
revision_id: 2106
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 — فْلورِس-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_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-200#cite_note-pwc_flores-1)</sup>.

الميزة الرئيسية لمجموعة البيانات هي أن جميع النصوص تمت ترجمتها من قبل مترجمين محترفين، مما يضمن جودة عالية للترجمات المرجعية ويجعلها معيارًا موثوقًا لمقارنة أنظمة الترجمة الآلية<sup>[\[2\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-200#cite_note-flores_plus-2)</sup>.

## الخلفية وإنشاء المجموعة

تم تقديم الإصدار الأول، **FLORES-101**، في عام 2022، وكان يحتوي على 3001 جملة من ويكيبيديا الإنجليزية، مترجمة إلى 101 لغة<sup>[\[3\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-200#cite_note-flores101_paper-3)</sup>. سدّت هذه المجموعة فجوة مهمة في تقييم أنظمة الترجمة للغات ذات البيانات المحدودة.

في عام 2022، وضمن مشروع **No Language Left Behind**، قامت شركة ميتا بتوسيع المتن اللغوي ليشمل 200 لغة، مُنشِئةً بذلك **FLORES-200**<sup>[\[4\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-200#cite_note-meta_news-4)</sup>. واجهت عملية التطوير عددًا من الصعوبات:

- العديد من اللغات المضافة كانت ذات توحيد قياسي منخفض وتفتقر إلى المتخصصين ثنائيي اللغة.
- تمت ترجمة جزء من اللغات ليس مباشرة من الإنجليزية، بل عبر لغات وسيطة (مثل الإسبانية والفرنسية والروسية).
- بالنسبة لبعض اللغات، تم تضمين أنظمة كتابة مختلفة (مثل اللاتينية والسيريلية) لمراعاة استخدامها في مجتمعات مختلفة<sup>[\[5\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-200#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_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-200#cite_note-huggingface_flores-5)</sup>.

## الاستخدام والأهمية

أصبحت FLORES-200 المعيار الرئيسي لتقييم أنظمة الترجمة الآلية متعددة اللغات. وقد استُخدمت لتقييم النموذج الرائد من شركة ميتا — **NLLB-200**. أظهر الاختبار على FLORES-200 أن نموذج NLLB-200 حسّن جودة الترجمة بمعدل **44%** وفقًا لمقياس BLEU مقارنةً بالأنظمة السابقة الأفضل أداءً<sup>[\[6\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-200#cite_note-nllb_paper-6)</sup>. بالنسبة لبعض اللغات في أفريقيا والهند، تجاوزت الزيادة في الدقة **70%**<sup>[\[4\]](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-200#cite_note-meta_news-4)</sup>.

أتاحت ميتا الوصول الحر إلى مجموعة البيانات والأدوات اللازمة لاستخدامها بموجب ترخيص **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_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-200#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_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-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">[١]</a></span>
2.  <span id="cite_note-flores_plus-2">↑ <sup>[2.0](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-200#cite_ref-flores_plus_2-0)</sup> <sup>[2.1](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-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">[٢]</a></span>
3.  <span id="cite_note-flores101_paper-3">[↑](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-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">[٣]</a></span>
4.  <span id="cite_note-meta_news-4">↑ <sup>[4.0](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-200#cite_ref-meta_news_4-0)</sup> <sup>[4.1](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-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">[٤]</a></span>
5.  <span id="cite_note-huggingface_flores-5">↑ <sup>[5.0](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-200#cite_ref-huggingface_flores_5-0)</sup> <sup>[5.1](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-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">[٥]</a></span>
6.  <span id="cite_note-nllb_paper-6">[↑](https://systems-analysis.info/int/FLORES-200_%E2%80%94_%D9%81%D9%92%D9%84%D9%88%D8%B1%D9%90%D8%B3-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">[٦]</a></span>
