paper-with-me

Papers

Towards Mixed-Modal Retrieval for Universal Retrieval-Augmented Generation

2025-10-20 · Chenghao Zhang, Guanting Dong, Xinyu Yang, Zhicheng Dou arxiv

Retrieval-Augmented Generation (RAG) has emerged as a powerful paradigm for enhancing large language models (LLMs) by retrieving relevant documents from an external corpus. However, existing RAG systems primarily focus on unimodal text documents, and often fall short in real-world scenarios where both queries and documents may contain mixed modalities (such as text and images). In this paper, we address the challenge of Universal Retrieval-Augmented Generation (URAG), which involves retrieving and reasoning over mixed-modal information to improve vision-language generation. To this end, we propose Nyx, a unified mixed-modal to mixed-modal retriever tailored for URAG scenarios. To mitigate the scarcity of realistic mixed-modal data, we introduce a four-stage automated pipeline for generation and filtering, leveraging web documents to construct NyxQA, a dataset comprising diverse mixed-modal question-answer pairs that better reflect real-world information needs. Building on this high-quality dataset, we adopt a two-stage training framework for Nyx: we first perform pre-training on NyxQA along with a variety of open-source retrieval datasets, followed by supervised fine-tuning using feedback from downstream vision-language models (VLMs) to align retrieval outputs with generative preferences. Experimental results demonstrate that Nyx not only performs competitively on standard text-only RAG benchmarks, but also excels in the more general and realistic URAG setting, significantly improving generation quality in vision-language tasks.

📄 PDF Abstract BibTeX arXiv:2510.17354

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

UniversalRAG: Retrieval-Augmented Generation over Corpora of Diverse Modalities and Granularities

2025-04-29 · Woongyeong Yeo, Kangsan Kim, Soyeong Jeong, Jinheon Baek 외

Retrieval-Augmented Generation (RAG) has shown substantial promise in improving factual accuracy by grounding model responses with external knowledge relevant to queries. However, most existing RAG approaches are limited…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

Reasoning-Augmented Representations for Multimodal Retrieval

2026-02-06 · Jianrui Zhang, Anirudh Sundara Rajan, Brandon Han, Soochahn Lee 외 arxiv

Universal Multimodal Retrieval (UMR) seeks any-to-any search across text and vision, yet modern embedding models remain brittle when queries require latent reasoning (e.g., resolving underspecified references or matching…

Generative Universal Multimodal Retrieval with Dual-role Identifiers

2026-08-13 · Kaipeng Li, Haitao Yu, Xuanchen Zhou arxiv

Generative information retrieval (GIR) has emerged as a compelling alternative to the conventional index-retrieve-then-rank retrieval pipeline by training a generator to produce the identifiers of relevant items directly…

Information Retrieval

One Pic is All it Takes: Poisoning Visual Document Retrieval Augmented Generation with a Single Image

2025-04-02 · Ezzeldin Shereen, Dan Ristea, Shae McFadden, Burak Hasircioglu 외

Multi-modal retrieval augmented generation (M-RAG) is instrumental for inhibiting hallucinations in large multi-modal models (LMMs) through the use of a factual knowledge base (KB). However, M-RAG introduces new attack v…

AllMisinformationRAGRetrieval+1

Universal Vision-Language Dense Retrieval: Learning A Unified Representation Space for Multi-Modal Retrieval

2022-09-01 · Zhenghao Liu, Chenyan Xiong, Yuanhuiyi Lv, Zhiyuan Liu 외

This paper presents Universal Vision-Language Dense Retrieval (UniVL-DR), which builds a unified model for multi-modal retrieval. UniVL-DR encodes queries and multi-modality resources in an embedding space for searching …

Image RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrieval+1