From HNSW to Information-Theoretic Binarization: Rethinking the Architecture of Scalable Vector Search
Paper • 2601.11557 • Published • 4
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
The benchmarks evaluate performance across 14+ specialized datasets covering:
The data is organized into four primary splits, which you can switch between using the "Viewer" tab above:
ndcg_vector_fp): Evaluation of retrieval accuracy using standard 32-bit floating-point vectors.ndcg_vector_fp_categorized): Evaluation of retrieval accuracy using standard 32-bit floating-point vectors, reported per dataset category.latency_vector_fp): Search performance (ms) for floating-point vector retrieval. ndcg_vector_quantized): Evaluation of retrieval accuracy using optimized quantized/binary embedding paths.ndcg_vector_quantized_categorized): Evaluation of retrieval accuracy using optimized quantized or binary vector representations, reported per dataset category.latency_vector_quantized): Search performance (ms) for optimized quantized vector retrieval.Results include comparisons across:
You can load these results directly into a Pandas DataFrame using the Hugging Face datasets library:
from datasets import load_dataset
# Load the Latency results for Floating Point vectors
dataset = load_dataset("moorcheh/Benchmarks", split="latency_vector_fp")
df = dataset.to_pandas()
print(df.head())
If you use this dataset, please cite: