paper-with-me

Papers

Pursuing Best Industrial Practices for Retrieval-Augmented Generation in the Medical Domain

2026-02-03 · Liz Li, Wei Zhu arxiv

While retrieval augmented generation (RAG) has been swiftly adopted in industrial applications based on large language models (LLMs), there is no consensus on what are the best practices for building a RAG system in terms of what are the components, how to organize these components and how to implement each component for the industrial applications, especially in the medical domain. In this work, we first carefully analyze each component of the RAG system and propose practical alternatives for each component. Then, we conduct systematic evaluations on three types of tasks, revealing the best practices for improving the RAG system and how LLM-based RAG systems make trade-offs between performance and efficiency.

📄 PDF Abstract BibTeX arXiv:2602.03368

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Searching for Best Practices in Retrieval-Augmented Generation

2024-07-01 · Xiaohua Wang, Zhenghua Wang, Xuan Gao, Feiran Zhang 외

Retrieval-augmented generation (RAG) techniques have proven to be effective in integrating up-to-date information, mitigating hallucinations, and enhancing response quality, particularly in specialized domains. While man…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

PEER: Expertizing Domain-Specific Tasks with a Multi-Agent Framework and Tuning Methods

2024-07-09 · Yiying Wang, Xiaojing Li, Binzhu WANG, Yueyang Zhou 외

In domain-specific applications, GPT-4, augmented with precise prompts or Retrieval-Augmented Generation (RAG), shows notable potential but faces the critical tri-lemma of performance, cost, and data privacy. High perfor…

Information RetrievalLEMMAQuestion AnsweringRAG+2

Observations on Building RAG Systems for Technical Documents

2024-03-31 · Sumit Soman, Sujoy Roychowdhury

Retrieval augmented generation (RAG) for technical documents creates challenges as embeddings do not often capture domain information. We review prior art for important factors affecting RAG and perform experiments to hi…

RAGRetrievalRetrieval-augmented Generation

Engineering the RAG Stack: A Comprehensive Review of the Architecture and Trust Frameworks for Retrieval-Augmented Generation Systems

2025-11-07 · Dean Wampler, Dave Nielson, Alireza Seddighi arxiv

This article provides a comprehensive systematic literature review of academic studies, industrial applications, and real-world deployments from 2018 to 2025, providing a practical guide and detailed overview of modern R…

Recent advances in text embedding: A Comprehensive Review of Top-Performing Methods on the MTEB Benchmark

2024-05-27 · Hongliu Cao

Text embedding methods have become increasingly popular in both industrial and academic fields due to their critical role in a variety of natural language processing tasks. The significance of universal text embeddings h…

DiversityMTEB BenchmarkRetrievalSynthetic Data Generation