Dataset Viewer
The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code:   ClientConnectionError

NanoHotpotQA - Arabic

This dataset is the Arabic version of the NanoHotpotQA 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/NanoHotpotQA_Arabic", "corpus")
queries = load_dataset("wissamantoun/NanoHotpotQA_Arabic", "queries")
qrels = load_dataset("wissamantoun/NanoHotpotQA_Arabic", "qrels")

Citation

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

Downloads last month
9