paper-with-me

Papers

RAMQA: A Unified Framework for Retrieval-Augmented Multi-Modal Question Answering

2025-01-23 · Yang Bai, Christan Earl Grant, Daisy Zhe Wang

Multi-modal retrieval-augmented Question Answering (MRAQA), integrating text and images, has gained significant attention in information retrieval (IR) and natural language processing (NLP). Traditional ranking methods rely on small encoder-based language models, which are incompatible with modern decoder-based generative large language models (LLMs) that have advanced various NLP tasks. To bridge this gap, we propose RAMQA, a unified framework combining learning-to-rank methods with generative permutation-enhanced ranking techniques. We first train a pointwise multi-modal ranker using LLaVA as the backbone. Then, we apply instruction tuning to train a LLaMA model for re-ranking the top-k documents using an innovative autoregressive multi-task learning approach. Our generative ranking model generates re-ranked document IDs and specific answers from document candidates in various permutations. Experiments on two MRAQA benchmarks, WebQA and MultiModalQA, show significant improvements over strong baselines, highlighting the effectiveness of our approach. Code and data are available at: https://github.com/TonyBY/RAMQA

📄 PDF Abstract BibTeX arXiv:2501.13297

Code (1)

tonyby/ramqa 공식 구현 pytorch

Tasks

DecoderInformation RetrievalLearning-To-RankMulti-Task LearningQuestion AnsweringRe-RankingRetrieval

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Agent-UniRAG: A Trainable Open-Source LLM Agent Framework for Unified Retrieval-Augmented Generation Systems

2025-05-28 · Hoang Pham, Thuy-Duong Nguyen, Khac-Hoai Nam Bui

This paper presents a novel approach for unified retrieval-augmented generation (RAG) systems using the recent emerging large language model (LLM) agent concept. Specifically, Agent LLM, which utilizes LLM as fundamental…

Large Language ModelQuestion AnsweringRAGRetrieval+1

Single LLM, Multiple Roles: A Unified Retrieval-Augmented Generation Framework Using Role-Specific Token Optimization

2025-05-21 · Yutao Zhu, Jiajie Jin, Hongjin Qian, Zheng Liu 외

Existing studies have optimized retrieval-augmented generation (RAG) across various sub-tasks, such as query understanding and retrieval refinement, but integrating these optimizations into a unified framework remains ch…

Open-Domain Question AnsweringQuestion AnsweringRAGRetrieval+1

UniRVQA: A Unified Framework for Retrieval-Augmented Vision Question Answering via Self-Reflective Joint Training

2025-04-05 · Jiaqi Deng, Kaize Shi, Zonghan Wu, Huan Huo 외

Knowledge-based Vision Question Answering (KB-VQA) systems address complex visual-grounded questions requiring external knowledge, such as web-sourced encyclopedia articles. Existing methods often use sequential and sepa…

ArticlesQuestion AnsweringRepresentation LearningRetrieval+2

Towards a Search Engine for Machines: Unified Ranking for Multiple Retrieval-Augmented Large Language Models

2024-04-30 · Alireza Salemi, Hamed Zamani

This paper introduces uRAG--a framework with a unified retrieval engine that serves multiple downstream retrieval-augmented generation (RAG) systems. Each RAG system consumes the retrieval results for a unique purpose, s…

Entity LinkingFact VerificationOpen-Domain Question AnsweringQuestion Answering+4

A Unified Variational Imputation Framework for Electric Vehicle Charging Data Using Retrieval-Augmented Language Model

2026-01-20 · Jinhao Li, Hao Wang arxiv

The reliability of data-driven applications in electric vehicle (EV) infrastructure, such as charging demand forecasting, hinges on the availability of complete, high-quality charging data. However, real-world EV dataset…