paper-with-me

홈 › Papers

Multi-task retriever fine-tuning for domain-specific and efficient RAG

2025-01-08 · Patrice Béchard, Orlando Marquez Ayala

Retrieval-Augmented Generation (RAG) has become ubiquitous when deploying Large Language Models (LLMs), as it can address typical limitations such as generating hallucinated or outdated information. However, when building real-world RAG applications, practical issues arise. First, the retrieved information is generally domain-specific. Since it is computationally expensive to fine-tune LLMs, it is more feasible to fine-tune the retriever to improve the quality of the data included in the LLM input. Second, as more applications are deployed in the same real-world system, one cannot afford to deploy separate retrievers. Moreover, these RAG applications normally retrieve different kinds of data. Our solution is to instruction fine-tune a small retriever encoder on a variety of domain-specific tasks to allow us to deploy one encoder that can serve many use cases, thereby achieving low-cost, scalability, and speed. We show how this encoder generalizes to out-of-domain settings as well as to an unseen retrieval task on real-world enterprise use cases.

📄 PDF Abstract BibTeX arXiv:2501.04652

Code (0)

등록된 구현이 없습니다.

Tasks

RAGRetrievalRetrieval-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 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
WordPiece 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Parameter-Efficient Prompt Tuning Makes Generalized and Calibrated Neural Text Retrievers

2022-07-14 · Weng Lam Tam, Xiao Liu, Kaixuan Ji, Lilong Xue 외

Prompt tuning attempts to update few task-specific parameters in pre-trained models. It has achieved comparable performance to fine-tuning of the full parameter set on both language understanding and generation tasks. In…

RetrievalText RetrievalZero-shot Generalization

BMRetriever: Tuning Large Language Models as Better Biomedical Text Retrievers

2024-04-29 · ran Xu, Wenqi Shi, Yue Yu, Yuchen Zhuang 외

Developing effective biomedical retrieval models is important for excelling at knowledge-intensive biomedical tasks but still challenging due to the deficiency of sufficient publicly annotated biomedical data and computa…

RetrievalUnsupervised Pre-training

MM-Embed: Universal Multimodal Retrieval with Multimodal LLMs

2024-11-04 · Sheng-Chieh Lin, Chankyu Lee, Mohammad Shoeybi, Jimmy Lin 외

State-of-the-art retrieval models typically address a straightforward search scenario, in which retrieval tasks are fixed (e.g., finding a passage to answer a specific question) and only a single modality is supported fo…

Cross-Modal RetrievalInformation RetrievalRerankingRetrieval+1

Training-Induced Bias Toward LLM-Generated Content in Dense Retrieval

2026-02-11 · William Xion, Wolfgang Nejdl arxiv

Dense retrieval is a promising approach for acquiring relevant context or world knowledge in open-domain natural language processing tasks and is now widely used in information retrieval applications. However, recent rep…

Information RetrievalNatural Questions

MST-R: Multi-Stage Tuning for Retrieval Systems and Metric Evaluation

2024-12-13 · Yash Malviya, Karan Dhingra, Maneesh Singh

Regulatory documents are rich in nuanced terminology and specialized semantics. FRAG systems: Frozen retrieval-augmented generators utilizing pre-trained (or, frozen) components face consequent challenges with both retri…

Retrieval