Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

NanoNQ - French

This dataset is the French version of the NanoNQ benchmark from the NanoBEIR multilingual collection.

Dataset Origin

This dataset is derived from lightonai/nanobeir-multilingual.

NanoBEIR is a smaller version of the BEIR benchmark designed for efficient evaluation of information retrieval models.

Dataset Structure

The dataset contains three configurations:

  • corpus: The document collection to search through
  • queries: The search queries
  • qrels: Relevance judgments (query-document pairs with relevance scores)

Usage

from datasets import load_dataset

# Load the different configurations
corpus = load_dataset("wissamantoun/NanoNQ_French", "corpus")
queries = load_dataset("wissamantoun/NanoNQ_French", "queries")
qrels = load_dataset("wissamantoun/NanoNQ_French", "qrels")

Citation

If you use this dataset, please cite the original BEIR and NanoBEIR work.

Downloads last month
12