Skip to content

Instantly share code, notes, and snippets.

@hotchpotch
Last active June 22, 2026 02:39
Show Gist options
  • Select an option

  • Save hotchpotch/e43e471ce84d52b2c56860602512b782 to your computer and use it in GitHub Desktop.

Select an option

Save hotchpotch/e43e471ce84d52b2c56860602512b782 to your computer and use it in GitHub Desktop.
HAKARI-Bench arXiv abstract (plain text)
With the rapid spread of retrieval-augmented generation and semantic search, choosing the right embedding and retrieval configuration is increasingly hard. Large retrieval benchmarks are comprehensive but too heavy to rerun during development, and there is little infrastructure for comparing production settings--dimensionality reduction, quantization, reranking--across many models under identical conditions. We present HAKARI-Bench, a lightweight benchmark that reconstructs existing retrieval suites into small datasets (Nano-sets): 35 benchmarks and 551 tasks across 43 languages in a unified format, enabling same-condition, model-agnostic comparison of five retrieval families (BM25, dense, sparse, late interaction, rerankers) and their efficiency variants. Across 55 models, its overall ranking reproduces the official MTEB retrieval v2, MMTEB v2 retrieval, and English BEIR (full) at Spearman >0.97. HAKARI-Bench does not replace full evaluation; it enables rapid model selection, regression detection, and reading the quality-efficiency Pareto frontier. Code, data, and leaderboard are released under the MIT license.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment