Dataset Viewer
Auto-converted to Parquet
query-id
stringlengths
23
41
corpus-id
stringlengths
23
41
test-science-wsihwclscaaw-con01a
test-science-wsihwclscaaw-con01b
test-economy-eptpghdtre-pro02a
test-economy-eptpghdtre-pro02b
test-culture-mthbah-pro02a
test-culture-mthbah-pro02b
test-international-amehbuaisji-con04a
test-international-amehbuaisji-con04b
test-health-hgwhwbjfs-pro03a
test-health-hgwhwbjfs-pro03b
test-health-dhghwapgd-con01a
test-health-dhghwapgd-con01b
test-education-pstrgsehwt-pro03a
test-education-pstrgsehwt-pro03b
test-economy-epiasghbf-con01a
test-economy-epiasghbf-con01b
test-sport-otshwbe2uuyt-con03a
test-sport-otshwbe2uuyt-con03b
test-politics-gvhbhlsbr-con04a
test-politics-gvhbhlsbr-con04b
test-economy-egecegphw-pro02a
test-economy-egecegphw-pro02b
test-politics-ypppgvhwmv-pro03a
test-politics-ypppgvhwmv-pro03b
test-law-phwmfri-con03a
test-law-phwmfri-con03b
test-culture-tlhrilsfhwr-pro01a
test-culture-tlhrilsfhwr-pro01b
test-culture-thbcsbptwhht-pro04a
test-culture-thbcsbptwhht-pro04b
test-economy-egppphbcb-pro03a
test-economy-egppphbcb-pro03b
test-health-ahiahbgbsp-pro02a
test-health-ahiahbgbsp-pro02b
test-health-dhiacihwph-pro01a
test-health-dhiacihwph-pro01b
test-politics-cpegiepgh-con01a
test-politics-cpegiepgh-con01b
test-religion-grcrgshwbr-pro03a
test-religion-grcrgshwbr-pro03b
test-culture-mthbah-pro05a
test-culture-mthbah-pro05b
test-politics-oapdhwinkp-con01a
test-politics-oapdhwinkp-con01b
test-free-speech-debate-ldhwprhs-pro02a
test-free-speech-debate-ldhwprhs-pro02b
test-society-epiasghbf-con04a
test-society-epiasghbf-con04b
test-law-lgplhbssbco-pro02a
test-law-lgplhbssbco-pro02b
test-health-dhghhbampt-con01a
test-health-dhghhbampt-con01b
test-law-umtlilhotac-con02a
test-law-umtlilhotac-con02b
test-politics-ypppgvhwmv-con03a
test-politics-ypppgvhwmv-con03b
test-international-appghblsba-con03a
test-international-appghblsba-con03b
test-culture-ascidfakhba-pro04a
test-culture-ascidfakhba-pro04b
test-education-usuprmhbu-con02a
test-education-usuprmhbu-con02b
test-law-phwmfri-pro01a
test-law-phwmfri-pro01b
test-international-gmehwasr-pro05a
test-international-gmehwasr-pro05b
test-education-ughbuesbf-con03a
test-education-ughbuesbf-con03b
test-free-speech-debate-yfsdfkhbwu-pro02a
test-free-speech-debate-yfsdfkhbwu-pro02b
test-international-gmehwasr-con03a
test-international-gmehwasr-con03b
test-economy-egppphbcb-pro01a
test-economy-egppphbcb-pro01b
test-international-siacphbnt-pro04a
test-international-siacphbnt-pro04b
test-economy-epegiahsc-pro02a
test-economy-epegiahsc-pro02b
test-international-ipecfiepg-con02a
test-international-ipecfiepg-con02b
test-international-gpdwhwcusa-pro03a
test-international-gpdwhwcusa-pro03b
test-religion-msgfhwbamec-con02a
test-religion-msgfhwbamec-con02b
test-international-aghbfcpspr-pro03a
test-international-aghbfcpspr-pro03b
test-digital-freedoms-dfiphbgs-pro01a
test-digital-freedoms-dfiphbgs-pro01b
test-philosophy-elhbrd-pro03a
test-philosophy-elhbrd-pro03b
test-politics-glghssi-pro03a
test-politics-glghssi-pro03b
test-education-egscphsrdt-con01a
test-education-egscphsrdt-con01b
test-international-siacphbnt-pro01a
test-international-siacphbnt-pro01b
test-economy-beplcpdffe-con04a
test-economy-beplcpdffe-con04b
test-politics-lghwdecm-con02a
test-politics-lghwdecm-con02b

This multilingual collection is derived from the original English NanoBEIR datasets, which are smaller versions of BEIR datasets.

The compact size of these datasets makes them ideal for conducting quick and efficient evaluations during training. To facilitate broader research in cross-lingual information retrieval, our dataset has been machine-translated from the original English into eight additional languages: Arabic (ar), German (de), Spanish (es), French (fr), Italian (it), Norwegian (no), Portuguese (pt), and Swedish (sv).

The original dataset is available at zeta-alpha-ai.

from datasets import load_dataset

languages = [
    "ar",
    "de",
    "en",
    "es",
    "fr",
    "it",
    "no",
    "pt",
    "sv",
]

datasets = [
    "NanoArguAna",
    "NanoClimateFEVER",
    "NanoDBPedia",
    "NanoFEVER",
    "NanoFiQA2018",
    "NanoHotpotQA",
    "NanoMSMARCO",
    "NanoNFCorpus",
    "NanoNQ",
    "NanoQuoraRetrieval",
    "NanoSCIDOCS",
    "NanoSciFact",
    "NanoTouche2020",
]

language = "fr"

corpus = load_dataset(
    "lightonai/nanobeir-multilingual",
    f"NanoQuoraRetrieval_{language}",
    split="corpus"
)

queries = load_dataset(
    "lightonai/nanobeir-multilingual",
    f"NanoQuoraRetrieval_{language}",
    split="queries"
)

qrels = load_dataset(
    "lightonai/nanobeir-multilingual",
    "NanoQuoraRetrieval",
    split="qrels"
)
@misc{nanobeir-multilingual,
  author = {Sourty, Raphaël},
  title = {NanoBeir-Multilingual: Multilingual version of NanoBeir for quick evaluation.},
  year = {2025},
  url = {https://huggingface.co/datasets/lightonai/nanobeir-multilingual}
}
Downloads last month
630

Collection including lightonai/nanobeir-multilingual