This dataset is a Nano-style retrieval dataset for HAKARI-bench.
NanoVNMTEB is a compact Vietnamese retrieval benchmark assembled from VN-MTEB full retrieval tasks. It includes Vietnamese BEIR-style tasks, MIRACL, MS MARCO, Natural Questions, Quora, SciFact, SCIDOCS, Touché, TREC-COVID, and related Vietnamese retrieval sources.
from datasets import load_dataset
dataset_id = "hakari-bench/NanoVNMTEB"
split = "argu_ana_vn"
queries =… See the full description on the dataset page:
https://huggingface.co/datasets/hakari-bench/NanoVNMTEB.