paper-with-me

홈 › Papers

Select-And-Extract: A Lightweight Plugin for Retrieval-Augmented Generation

2026-08-01 · Chenming Tang, Jiawei Han arxiv

Retrieval-augmented generation (RAG) for language model (LM) systems fundamentally has two failure modes: retrieval failure and reading failure. The former fails to recall the right pieces of information from the external corpus, and the latter fails to produce the correct answer although the right information is retrieved. Some methods perform structured indexing for retrieval failure, but may suffer from limited generalization of the fixed structures. Some methods perform query-time structuring for reading failure, but typically require a lot of LM calls and rely heavily on the LM's capability. To this end, we propose Select-ANd-Extract (SANE), a simple yet effective plugin for RAG. For the retrieval failure, we retrieve a wide set of candidates with a semantic retriever, and leverage the LM to select the top candidates based on their synopses, which yields better recall than the original retriever. For the reading failure, we perform blueprint-guided query-time evidence extraction, which allows the generator LM to use only compact and structured key information so that it can perform better reasoning. Empirical results confirm that SANE brings solid improvements, while only introducing modest extra overhead. As a lightweight plugin for RAG, SANE offers a simple alternative to heavier approaches, and suggests a high-performance RAG framework need not be overly complex.

📄 PDF Abstract BibTeX arXiv:2608.00658

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RA-BLIP: Multimodal Adaptive Retrieval-Augmented Bootstrapping Language-Image Pre-training

2024-10-18 · Muhe Ding, Yang Ma, Pengda Qin, Jianlong Wu 외

Multimodal Large Language Models (MLLMs) have recently received substantial interest, which shows their emerging potential as general-purpose models for various vision-language tasks. MLLMs involve significant external k…

DenoisingQuestion AnsweringRetrieval

Pushing the Limits of Distillation-Based Continual Learning via Classifier-Proximal Lightweight Plugins

2025-12-03 · Zhiming Xu, Baile Xu, Jian Zhao, Furao Shen 외 arxiv

Continual learning requires models to learn continuously while preserving prior knowledge under evolving data streams. Distillation-based methods are appealing for retaining past knowledge in a shared single-model framew…

Continual Learning

Diff-Plugin: Revitalizing Details for Diffusion-based Low-level Tasks

2024-03-01 · CVPR 2024 1 · Yuhao Liu, Zhanghan Ke, Fang Liu, Nanxuan Zhao 외

Diffusion models trained on large-scale datasets have achieved remarkable progress in image synthesis. However, due to the randomness in the diffusion process, they often struggle with handling diverse low-level tasks th…

Image Generation

RUIE: Retrieval-based Unified Information Extraction using Large Language Model

2024-09-18 · Xincheng Liao, Junwen Duan, Yixi Huang, Jianxin Wang

Unified information extraction (UIE) aims to extract diverse structured information from unstructured text. While large language models (LLMs) have shown promise for UIE, they require significant computational resources …

Contrastive LearningIn-Context LearningKnowledge DistillationLanguage Modeling+4

Lightweight Retrieval-Augmented Generation and Large Language Model-Based Modeling for Scalable Patient-Trial Matching

2026-04-23 · Xiaodi Li, Yang Xiao, Munhwan Lee, Konstantinos Leventakos 외 arxiv

Patient-trial matching requires reasoning over long, heterogeneous electronic health records (EHRs) and complex eligibility criteria, posing significant challenges for scalability, generalization, and computational effic…

Dimensionality ReductionComputational Efficiency