kivqa-results
收藏资源简介:
KIVQA 检索与重排序结果数据集包含了 E-VQA 和 InfoSeek 两个子数据集的固定权重密集事实候选及后续重排序输出。E-VQA 子集包含 5,750 个问题,其中 4,040 个经过验证的问题由 BEM 候选扩展后经 Qwen3-14B 验证生成,重排序器使用 Qwen3-VL-Reranker-8B。InfoSeek 子集有 70,695 个查询行,其中 66,785 个符合严格召回条件,仅发布了最终密集 top-20 候选。数据集还包含权重搜索相关文件,最终融合权重为查询和文档的加权组合。检索是在包含 1,648,876 个事实的统一知识库上进行的。评估指标包括事实召回率和实体召回率。
The KIVQA retrieval and re-ranking results dataset contains fixed-weight dense fact candidates and subsequent re-ranking outputs for two sub-datasets: E-VQA and InfoSeek. The E-VQA subset includes 5,750 questions, of which 4,040 verified questions are generated by BEM candidate expansion followed by verification with Qwen3-14B, and the re-ranker uses Qwen3-VL-Reranker-8B. The InfoSeek subset has 70,695 query rows, of which 66,785 meet the strict recall condition, and only the final dense top-20 candidates are released. The dataset also includes weight search related files, with the final fusion weights being a weighted combination of queries and documents. Retrieval is performed on a unified knowledge base containing 1,648,876 facts. Evaluation metrics include fact recall and entity recall.
KIVQA 检索与重排序结果数据集
数据集概览
该数据集存储了 E-VQA 和 InfoSeek 两个基准上,固定权重密集事实候选及其重排序输出的结果。数据最终采用统一的稠密融合权重,检索范围覆盖包含 1,648,876 条事实的统一知识库(KB)。
稠密融合权重设置
- 查询方(Query):
0.60 图像 + 0.05 生成S + 0.25 生成P + 0.10 生成O - 文档方(Document):
0.25 WAL + 0.10 D_S + 0.50 D_P + 0.15 D_O
其中 WAL 指主题维基百科条目的引言部分(去除显式主题标签前缀)。
数据集结构
text evqa/ top20candidates/ # 前20候选结果 rerank/ # 重排序结果 infoseek/ top20candidates/ # 前20候选结果 rerank/ # 重排序结果(待定) others/ weightsearch/ # 权重搜索数据
E-VQA 子集
- 问题数量:5,750
- 已验证事实-黄金标准问题:4,040
- 黄金标准构建:BEM 候选扩展 + Qwen3-14B 验证
- 重排序模型:Qwen3-VL-Reranker-8B
- 查询输入:实际图像 + 原始问题
- 文档输入:纯文本完整 SPO
E-VQA 性能指标
| 排名方式 | Fact R@1 | R@3 | R@5 | R@10 | R@20 | Entity R@1 |
|---|---|---|---|---|---|---|
| Dense base | 15.40 | 23.42 | 27.43 | 32.80 | 39.11 | 45.01 |
| SPO reranker | 29.55 | 35.57 | 37.20 | 38.64 | 39.11 | 53.22 |
| Base + SPO RRF | 21.21 | 30.37 | 33.94 | 38.64 | 39.11 | 50.24 |
InfoSeek 子集
- 查询行数:70,695
- 严格召回合格行数:66,785
- 重排序状态:待定,目前仅发布最终稠密前20候选
InfoSeek 稠密检索性能
| 稠密检索 | R@1 | R@3 | R@5 | R@10 | R@20 |
|---|---|---|---|---|---|
| 严格事实召回 | 47.71 | 61.56 | 66.57 | 72.54 | 77.47 |
| 去重实体召回 | 63.95 | 77.26 | 81.49 | 85.99 | 89.49 |
权重搜索数据
others/weightsearch/ 包含完整的 969 x 969 InfoSeek 训练集 Recall@1 全景(938,961 个查询/文档权重对)、确定性单纯形网格、最终选定权重、复现脚本及渲染热力图。标记的全局最优点即上文锁定的最终融合设置。




