CoolFace
Datasetpublic

hakari-bench/NanoBEIR-pt

NanoBEIR-pt This dataset is a Nano-style retrieval dataset for HAKARI-bench. NanoBEIR-pt is the Portuguese 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-pt" 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-pt.

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes279downloads
14 commits on main
0f3a6f43mo ago

Add original NanoBEIR source link to README

hotchpotch
ab827c24mo ago

Restore NanoNFCorpus full qrels and rebuild candidates

hotchpotch
b94ff474mo ago

Update dataset README for reranking_hybrid candidates

hotchpotch
a6e04cd4mo ago

Update dataset README for reranking_hybrid candidates

hotchpotch
b4571b54mo ago

Add reranking_hybrid metadata

hotchpotch
3bf40074mo ago

Update reranking_hybrid for reranking_hybrid candidates

hotchpotch
cbac9d54mo ago

Update harrier_oss_v1_270m for reranking_hybrid candidates

hotchpotch
711652c4mo ago

Update bm25 for reranking_hybrid candidates

hotchpotch
4bac5774mo ago

Update qrels for reranking_hybrid candidates

hotchpotch
e6a1ce74mo ago

Update queries for reranking_hybrid candidates

hotchpotch
6981f164mo ago

Update corpus for reranking_hybrid candidates

hotchpotch
8355b324mo ago

Update NanoBEIR BM25 candidates and README

hotchpotch
fb210865mo ago

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

hotchpotch
90203e75mo ago

initial commit

hotchpotch