CoolFace
Datasetpublic

hakari-bench/NanoBEIR-sv

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

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes310downloads
14 commits on main
225ee693mo ago

Add original NanoBEIR source link to README

hotchpotch
a310ffd4mo ago

Restore NanoNFCorpus full qrels and rebuild candidates

hotchpotch
373c8724mo ago

Update dataset README for reranking_hybrid candidates

hotchpotch
34c179a4mo ago

Update dataset README for reranking_hybrid candidates

hotchpotch
e2b60cf4mo ago

Add reranking_hybrid metadata

hotchpotch
efd7f1c4mo ago

Update reranking_hybrid for reranking_hybrid candidates

hotchpotch
3454ca14mo ago

Update harrier_oss_v1_270m for reranking_hybrid candidates

hotchpotch
fdf8c084mo ago

Update bm25 for reranking_hybrid candidates

hotchpotch
dd07af64mo ago

Update qrels for reranking_hybrid candidates

hotchpotch
edb64814mo ago

Update queries for reranking_hybrid candidates

hotchpotch
a8808094mo ago

Update corpus for reranking_hybrid candidates

hotchpotch
80e587a4mo ago

Update NanoBEIR BM25 candidates and README

hotchpotch
96afadb5mo ago

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

hotchpotch
706d1d05mo ago

initial commit

hotchpotch