arXiv:2505.22584cs.IR2025-05EMNLP被引 11

通过生成难负例查询提升多模态RAG重排器性能

DocReRank: Single-Page Hard Negative Query Generation for Training Multi-Modal RAG Rerankers

  • 反向生成难负例:给定文档和正向查询,用LLM-VLM生成形似但无法回答的查询
  • 生成的负例更难、更多样,显著提升重排器效果,平均召回率提升12.3%
  • 适合需要高精度检索的场景,如智能问答和文档理解

重排器在多模态检索增强生成(RAG)中至关重要,用于优化初始检索结果的排序。传统方法依赖硬负样本挖掘,即为每个查询挑选排名靠前但无关的文档页。然而,该过程被动且受限于检索器可获取的语料库,导致多样性不足、负例不够难、可控性差,并常引入误负例,影响训练效果。本文提出单页难负例查询生成(DocReRank),反其道而行之:不为查询找负页,而是为每一页生成难负查询。基于自动化LLM-VLM流水线,给定一页及其正向查询,通过重构使新查询在形式与上下文中高度相似,但无法从该页回答。该范式实现对生成查询的细粒度控制,产生多样化、困难且目标明确的负例,同时支持高效误负例验证。实验表明,使用该方法生成的数据训练的重排器优于现有模型,在多个数据集上平均召回率提升12.3%。

原文摘要 · Abstract (English)

Rerankers play a critical role in multimodal Retrieval-Augmented Generation (RAG) by refining ranking of an initial set of retrieved documents. Rerankers are typically trained using hard negative mining, whose goal is to select pages for each query which rank high, but are actually irrelevant. However, this selection process is typically passive and restricted to what the retriever can find in the available corpus, leading to several inherent limitations. These include: limited diversity, negative examples which are often not hard enough, low controllability, and frequent false negatives which harm training. Our paper proposes an alternative approach: Single-Page Hard Negative Query Generation, which goes the other way around. Instead of retrieving negative pages per query, we generate hard negative queries per page. Using an automated LLM-VLM pipeline, and given a page and its positive query, we create hard negatives by rephrasing the query to be as similar as possible in form and context, yet not answerable from the page. This paradigm enables fine-grained control over the generated queries, resulting in diverse, hard, and targeted negatives. It also supports efficient false negative verification. Our experiments show that rerankers trained with data generated using our approach outperform existing models and significantly improve retrieval performance.

RAG重排器负样本生成多模态

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。