paper-with-me

홈 › Papers

LightRetriever: A LLM-based Hybrid Retrieval Architecture with 1000x Faster Query Inference

2025-05-18 · Guangyuan Ma, Yongliang Ma, Xuanrui Gou, Zhenpeng Su, Ming Zhou, Songlin Hu

Large Language Models (LLMs)-based hybrid retrieval uses LLMs to encode queries and documents into low-dimensional dense or high-dimensional sparse vectors. It retrieves documents relevant to search queries based on vector similarities. Documents are pre-encoded offline, while queries arrive in real-time, necessitating an efficient online query encoder. Although LLMs significantly enhance retrieval capabilities, serving deeply parameterized LLMs slows down query inference throughput and increases demands for online deployment resources. In this paper, we propose LightRetriever, a novel LLM-based hybrid retriever with extremely lightweight query encoders. Our method retains a full-sized LLM for document encoding, but reduces the workload of query encoding to no more than an embedding lookup. Compared to serving a full-sized LLM on an H800 GPU, our approach achieves over a 1000x speedup for query inference with GPU acceleration, and even a 20x speedup without GPU. Experiments on large-scale retrieval benchmarks demonstrate that our method generalizes well across diverse retrieval tasks, retaining an average of 95% full-sized performance.

📄 PDF Abstract BibTeX arXiv:2505.12260

Code (1)

caskcsg/lightretriever 공식 구현 pytorch

Tasks

GPURetrieval

Similar Papers 제목 키워드 기반

Guided Query Refinement: Multimodal Hybrid Retrieval with Test-Time Optimization

2025-10-06 · Omri Uzan, Asaf Yehudai, Roi pony, Eyal Shnarch 외 arxiv

Multimodal encoders have pushed the boundaries of visual document retrieval, matching textual query tokens directly to image patches and achieving state-of-the-art performance on public benchmarks. Recent models relying …

SpectraQuery: A Hybrid Retrieval-Augmented Conversational Assistant for Battery Science

2026-01-14 · Sreya Vangara, Jagjit Nanda, Yan-Kai Tzeng, Eric Darve arxiv

Scientific reasoning increasingly requires linking structured experimental data with the unstructured literature that explains it, yet most large language model (LLM) assistants cannot reason jointly across these modalit…

Semantic Parsing

RetrievalRouter: Joint Modality and Architecture Selection for Document Retrieval

2026-08-26 · Emre Kuru, Mehmet Onur Keskin, Reza Farahbakhsh, Noel Crespi hf

Document retrieval increasingly supports high-stakes information access in finance, healthcare, and law. Modern retrieval pipelines vary both in modality (text or multimodal) and in retrieval architecture (dense or late-…

Navigable Proximity Graph-Driven Native Hybrid Queries with Structured and Unstructured Constraints

2022-03-25 · Mengzhao Wang, Lingwei Lv, Xiaoliang Xu, Yuxiang Wang 외

As research interest surges, vector similarity search is applied in multiple fields, including data mining, computer vision, and information retrieval. {Given a set of objects (e.g., a set of images) and a query object, …

AttributeInformation RetrievalObjectRetrieval

Retrievit: In-context Retrieval Capabilities of Transformers, State Space Models, and Hybrid Architectures

2026-03-03 · Georgios Pantazopoulos, Malvina Nikandrou, Ioannis Konstas, Alessandro Suglia arxiv

Transformers excel at in-context retrieval but suffer from quadratic complexity with sequence length, while State Space Models (SSMs) offer efficient linear-time processing but have limited retrieval capabilities. We inv…

Information Retrieval