CoolFace
Datasetpublic

hakari-bench/NanoBEIR-th

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

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes394downloads
14 commits on main
d43a3c63mo ago

Add original NanoBEIR source link to README

hotchpotch
910fcbf4mo ago

Restore NanoNFCorpus full qrels and rebuild candidates

hotchpotch
24177084mo ago

Update dataset README for reranking_hybrid candidates

hotchpotch
0f82d524mo ago

Update dataset README for reranking_hybrid candidates

hotchpotch
0b1f6954mo ago

Add reranking_hybrid metadata

hotchpotch
ea574fc4mo ago

Update reranking_hybrid for reranking_hybrid candidates

hotchpotch
2a19ce94mo ago

Update harrier_oss_v1_270m for reranking_hybrid candidates

hotchpotch
4df2a204mo ago

Update bm25 for reranking_hybrid candidates

hotchpotch
4e1aa4d4mo ago

Update qrels for reranking_hybrid candidates

hotchpotch
e79fc804mo ago

Update queries for reranking_hybrid candidates

hotchpotch
83270174mo ago

Update corpus for reranking_hybrid candidates

hotchpotch
c44017b4mo ago

Update NanoBEIR BM25 candidates and README

hotchpotch
3d435125mo ago

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

hotchpotch
d7b0e955mo ago

initial commit

hotchpotch