French MTEB Repository
- Repository: https://github.com/Lyon-NLP/mteb-french
- Type: Open-source project
- Category: Embedding models
- Focus: Information retrieval evaluation for French
- A unified evaluation framework that brings scattered French NLP tasks into a comparable benchmark.
- Reproducible baselines and datasets, lowering the entry cost for researchers.
- Clear interfaces with modern paradigms such as LLM tool use, RAG, and agentic search, where embedding quality directly affects downstream task success.
- The Scandinavian Embedding Benchmarks (multilingual regional benchmarks)
- Arctic-Embed 2.0: Multilingual Retrieval Without Compromise (Dec 2024)
- BGE M3-Embedding: Multi-Lingual, Multi-Functionality, Multi-Granularity
- BGE-en-ICL / BGE-ICL: Making Text Embedders Few-Shot Learners
- Evaluation reliability and benchmark-vs-real-user distribution mismatch
- Latency and cost budgets in production serving
- Hallucination and safety in open retrieval
- Cross-lingual and multimodal extension
Overview
French MTEB is a benchmark repository that adapts the Massive Text Embedding Benchmark (MTEB) methodology to the French language. It provides a unified, reproducible framework for evaluating French text embedding models across tasks such as retrieval, clustering, and semantic similarity, enabling fair comparison of models for French-language search and RAG systems.
Why It Matters
Most embedding benchmarks are English-centric, making cross-lingual generalization of embedding models uncertain. French MTEB addresses this by offering:
How It Fits the Retrieval Pipeline
Within a typical pipeline — query/document encoding into dense or sparse representations, candidate retrieval, reranking, and generation — the benchmark evaluates the representation and retrieval stages under consistent protocols (e.g., nDCG for ranking quality).
Related Work
Open Challenges
Practical Guidance
For engineers adopting embedding models benchmarked here: consider index update frequency, embedding version compatibility, online A/B sensitivity, and failure modes (empty retrieval, over-generation). Treat benchmark results as directional evidence and validate with shadow experiments before full rollout.
Repository: https://github.com/Lyon-NLP/mteb-french