paper-with-me

Papers

Refiner: Restructure Retrieval Content Efficiently to Advance Question-Answering Capabilities

2024-06-17 · Zhonghao Li, Xuming Hu, Aiwei Liu, Kening Zheng, Sirui Huang, Hui Xiong

Large Language Models (LLMs) are limited by their parametric knowledge, leading to hallucinations in knowledge-extensive tasks. To address this, Retrieval-Augmented Generation (RAG) incorporates external document chunks to expand LLM knowledge. Furthermore, compressing information from document chunks through extraction or summarization can improve LLM performance. Nonetheless, LLMs still struggle to notice and utilize scattered key information, a problem known as the "lost-in-the-middle" syndrome. Therefore, we typically need to restructure the content for LLM to recognize the key information. We propose $\textit{Refiner}$, an end-to-end extract-and-restructure paradigm that operates in the post-retrieval process of RAG. $\textit{Refiner}$ leverages a single decoder-only LLM to adaptively extract query-relevant contents verbatim along with the necessary context, and section them based on their interconnectedness, thereby highlights information distinction, and aligns downstream LLMs with the original context effectively. Experiments show that a trained $\textit{Refiner}$ (with 7B parameters) exhibits significant gain to downstream LLM in improving answer accuracy, and outperforms other state-of-the-art advanced RAG and concurrent compressing approaches in various single-hop and multi-hop QA tasks. Notably, $\textit{Refiner}$ achieves a 80.5% tokens reduction and a 1.6-7.0% improvement margin in multi-hop tasks compared to the next best solution. $\textit{Refiner}$ is a plug-and-play solution that can be seamlessly integrated with RAG systems, facilitating its application across diverse open-source frameworks.

📄 PDF Abstract BibTeX arXiv:2406.11357

Code (1)

allen-li1231/refiner-rag 공식 구현 pytorch

Tasks

Question AnsweringRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
WordPiece 설명 없음
Residual Connection 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Atom: Efficient On-Device Video-Language Pipelines Through Modular Reuse

2025-12-18 · Kunjal Panchal, Saayan Mitra, Somdeb Sarkhel, Haoliang Wang 외 arxiv

Recent advances in video-language models have enabled powerful applications like video retrieval, captioning, and assembly. However, executing such multi-stage pipelines efficiently on mobile devices remains challenging …

Video Retrieval

TextRefiner: Internal Visual Feature as Efficient Refiner for Vision-Language Models Prompt Tuning

2024-12-11 · Jingjing Xie, Yuxin Zhang, Jun Peng, Zhaohong Huang 외

Despite the efficiency of prompt learning in transferring vision-language models (VLMs) to downstream tasks, existing methods mainly learn the prompts in a coarse-grained manner where the learned prompt vectors are share…

Prompt Learning

DIR-TIR: Dialog-Iterative Refinement for Text-to-Image Retrieval

2025-11-18 · Zongwei Zhen, Biqing Zeng arxiv

This paper addresses the task of interactive, conversational text-to-image retrieval. Our DIR-TIR framework progressively refines the target image search through two specialized modules: the Dialog Refiner Module and the…

Image Retrieval

WikiSeeker: Rethinking the Role of Vision-Language Models in Knowledge-Based Visual Question Answering

2026-04-07 · Yingjian Zhu, Xinming Wang, Kun Ding, Ying Wang 외 arxiv

Multi-modal Retrieval-Augmented Generation (RAG) has emerged as a highly effective paradigm for Knowledge-Based Visual Question Answering (KB-VQA). Despite recent advancements, prevailing methods still primarily depend o…

Visual Question AnsweringAnswer Generation

Hierarchical Document Refinement for Long-context Retrieval-augmented Generation

2025-05-15 · Jiajie Jin, Xiaoxi Li, Guanting Dong, Yuyao Zhang 외

Real-world RAG applications often encounter long-context input scenarios, where redundant information and noise results in higher inference costs and reduced performance. To address these challenges, we propose LongRefin…

Multi-Task LearningRAGRetrievalRetrieval-augmented Generation