CoolFace
Datasetpublic

hakari-bench/NanoBEIR-es

NanoBEIR-es This dataset is a Nano-style retrieval dataset for HAKARI-bench. NanoBEIR-es is the Spanish language-specific component of MNanoBEIR. It groups compact BEIR-derived retrieval tasks for efficient evaluation of document ranking in that language. Usage from datasets import load_dataset dataset_id = "hakari-bench/NanoBEIR-es" split = "NanoArguAna" queries = load_dataset(dataset_id, "queries", split=split) corpus = load_dataset(dataset_id, "corpus"… See the full description on the dataset page: https://huggingface.co/datasets/hakari-bench/NanoBEIR-es.

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes337downloads
14 commits on main
c05f7c83mo ago

Add original NanoBEIR source link to README

hotchpotch
71435514mo ago

Restore NanoNFCorpus full qrels and rebuild candidates

hotchpotch
374483f4mo ago

Update dataset README for reranking_hybrid candidates

hotchpotch
97741fd4mo ago

Update dataset README for reranking_hybrid candidates

hotchpotch
fee317f4mo ago

Add reranking_hybrid metadata

hotchpotch
cf50ffc4mo ago

Update reranking_hybrid for reranking_hybrid candidates

hotchpotch
7dd4c294mo ago

Update harrier_oss_v1_270m for reranking_hybrid candidates

hotchpotch
2e0c33a4mo ago

Update bm25 for reranking_hybrid candidates

hotchpotch
973207a4mo ago

Update qrels for reranking_hybrid candidates

hotchpotch
0c931524mo ago

Update queries for reranking_hybrid candidates

hotchpotch
0b7f6074mo ago

Update corpus for reranking_hybrid candidates

hotchpotch
eefb72b4mo ago

Update NanoBEIR BM25 candidates and README

hotchpotch
449fa105mo ago

Copy dataset from hotchpotch/NanoBEIR-es-with-bm25

hotchpotch
d1f73825mo ago

initial commit

hotchpotch