commercial-tax-musique-embeddings
收藏资源简介:
该数据集是论文“The Commercial Tax: Rent-vs-Own Blind Spots in Multi-Hop Retrieval Benchmarks”(Sanchez & Dehnad, 2026)的配套资源,提供了HippoRAG-2 MuSiQue协议语料库的密集嵌入矩阵。数据集包含11,656条维基百科段落和1,000个评估问题的嵌入向量,涵盖多种嵌入模型:NV-Embed-v2、Nemotron-3-Embed-8B、Cohere Embed v4、Google Gemini embedding-001、OpenAI text-embedding-3-large/small、voyage-3.5、Nemotron-3-Embed-1B、Llama-Nemotron-Embed-1B-v2、nv-embedqa-e5-v5、BGE-M3、mxbai-embed-large-v1和Qwen3-VL-Embedding-8B。所有嵌入矩阵以.npy文件格式存储,精度为float32(BGE-M3为float16),可直接通过numpy.load加载。数据集旨在支持多跳检索基准测试的可重复性,使研究人员无需重新嵌入语料库即可复现论文中的实验结果。此外,数据集提供了SHA256SUMS校验文件以确保数据完整性。许可协议为CC BY 4.0,但NV-Embed-v2嵌入继承其模型cc-by-nc-4.0许可,仅限非商业用途。
This dataset is the companion resource for the paper The Commercial Tax: Rent-vs-Own Blind Spots in Multi-Hop Retrieval Benchmarks (Sanchez & Dehnad, 2026), providing dense embedding matrices for the HippoRAG-2 MuSiQue protocol corpus. The dataset contains embeddings for 11,656 Wikipedia passages and 1,000 evaluation questions, covering multiple embedding models: NV-Embed-v2, Nemotron-3-Embed-8B, Cohere Embed v4, Google Gemini embedding-001, OpenAI text-embedding-3-large/small, voyage-3.5, Nemotron-3-Embed-1B, Llama-Nemotron-Embed-1B-v2, nv-embedqa-e5-v5, BGE-M3, mxbai-embed-large-v1, and Qwen3-VL-Embedding-8B. All embedding matrices are stored as .npy files with float32 precision (float16 for BGE-M3) and can be loaded directly via numpy.load. The dataset aims to support reproducibility of multi-hop retrieval benchmarks, allowing researchers to reproduce experimental results without re-embedding the corpus. Additionally, SHA256SUMS checksums are provided to ensure data integrity. The license is CC BY 4.0, but NV-Embed-v2 embeddings inherit the cc-by-nc-4.0 license of their model, restricting them to non-commercial use only.
数据集概述
数据集名称:Commercial Tax — MuSiQue embedding matrices(13-embedder panel)
许可证:CC BY 4.0(自有向量与卡片);NV-Embed-v2 矩阵继承 cc-by-nc-4.0 非商业限制
语言:英语
数据规模:1K < n < 10K(实际包含 11,656 条维基百科段落及 1,000 条评估问题)
标签:检索(retrieval)、嵌入(embeddings)、MuSiQue、多跳(multi-hop)、基准测试(benchmark)、可复现性(reproducibility)
数据集内容
本数据集是论文 《The Commercial Tax: Rent-vs-Own Blind Spots in Multi-Hop Retrieval Benchmarks》(Sanchez & Dehnad, 2026; arXiv:2608.16096)的配套数据,提供 HippoRAG-2 MuSiQue 协议语料库的稠密嵌入矩阵,使论文中的全部表格可无需重新嵌入语料即可复现。
语料组成
- 11,656 条维基百科段落(HippoRAG-2 MuSiQue 协议语料)
- 1,000 条评估问题(源自
musique.json,当 harness 支持离线嵌入时)
矩阵格式
- 所有矩阵均为
float32类型(BGE-M3 为float16) - 可进行 L2 归一化,使用
numpy.load直接加载 - 行序与语料文件顺序一一对应
嵌入模型面板
| 目录 | 模型 | 语料格式 | 维度 |
|---|---|---|---|
embeddings/nvembed/ |
NV-Embed-v2(研究锚点) | title + text(修正索引)/ 仅文本(缺陷早期索引) | 11656×4096 |
embeddings/nvembed_replicate/ |
NV-Embed-v2(独立 GPU 复现) | title + text | 11656×4096 |
embeddings/nemotron3_8b/ |
Nemotron-3-Embed-8B | 两种格式 | 11656×4096 |
embeddings/api_panel/ |
Cohere Embed v4、Gemini embedding-001、text-embedding-3-large/-small、voyage-3.5、Nemotron-3-Embed-1B、Llama-Nemotron-Embed-1B-v2、nv-embedqa-e5-v5 | 两种格式 + 查询向量 | 11656×d, 1000×d |
embeddings/bge_m3/ |
BGE-M3 | title + text | 11656×1024 (fp16) |
embeddings/kms_mxbai/ |
mxbai-embed-large-v1 | title + text | 11656×1024 |
embeddings/kms_qwen3vl/ |
Qwen3-VL-Embedding-8B | title + text | 11656×1024, 1000×1024 |
使用方式
python import numpy as np C = np.load("embeddings/nemotron3_8b/corpus_title_text.npy") # (11656, 4096)
可配合 GitHub 发布仓库中的 code/panel_*.py 脚本或 code/nvembed_encode_retrieve.py / code/api_embedder_panel_sweep.py 计算 Recall@k 等指标。
注意事项:查询侧嵌入(除 Qwen3-VL 外)由发布的 harness 实时重算,具体查询指令见 GitHub 仓库的 code/ 目录。
许可与溯源
- 自有向量、数据集卡片与校验和:CC BY 4.0
- NV-Embed-v2 矩阵:继承模型 cc-by-nc-4.0 非商业限制,仅供验证与研究
- API 供应商矩阵:由相应服务返回,日期记录于发布仓库
results/provenance/;托管端点随时间可能漂移 - 引用建议:引用论文并固定 revision SHA,而非仅引用数据集名称




