paper-with-me

Papers

BioRAGent: A Retrieval-Augmented Generation System for Showcasing Generative Query Expansion and Domain-Specific Search for Scientific Q&A

2024-12-16 · Samy Ateia, Udo Kruschwitz

We present BioRAGent, an interactive web-based retrieval-augmented generation (RAG) system for biomedical question answering. The system uses large language models (LLMs) for query expansion, snippet extraction, and answer generation while maintaining transparency through citation links to the source documents and displaying generated queries for further editing. Building on our successful participation in the BioASQ 2024 challenge, we demonstrate how few-shot learning with LLMs can be effectively applied for a professional search setting. The system supports both direct short paragraph style responses and responses with inline citations. Our demo is available online, and the source code is publicly accessible through GitHub.

📄 PDF Abstract BibTeX arXiv:2412.12358

Code (1)

SamyAteia/BioRAGent 공식 구현

Tasks

Answer GenerationFew-Shot LearningQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Loops On Retrieval Augmented Generation (LoRAG)

2024-03-18 · Ayush Thakur, Rashmi Vashisth

This paper presents Loops On Retrieval Augmented Generation (LoRAG), a new framework designed to enhance the quality of retrieval-augmented text generation through the incorporation of an iterative loop mechanism. The ar…

RetrievalRetrieval-augmented GenerationText Generation

REANIMATOR: Reanimate Retrieval Test Collections with Extracted and Synthetic Resources

2025-04-10 · Björn Engelmann, Fabian Haak, Philipp Schaer, Mani Erfanian Abdoust 외

Retrieval test collections are essential for evaluating information retrieval systems, yet they often lack generalizability across tasks. To overcome this limitation, we introduce REANIMATOR, a versatile framework design…

Information RetrievalRetrievalRetrieval-augmented Generation

RAG Foundry: A Framework for Enhancing LLMs for Retrieval Augmented Generation

2024-08-05

Implementing Retrieval-Augmented Generation (RAG) systems is inherently complex, requiring deep understanding of data, use cases, and intricate design decisions. Additionally, evaluating these systems presents significan…

HedraRAG: Coordinating LLM Generation and Database Retrieval in Heterogeneous RAG Serving

2025-07-12 · Zhengding Hu, Vibha Murthy, Zaifeng Pan, Wanlu Li 외 arxiv

This paper addresses emerging system-level challenges in heterogeneous retrieval-augmented generation (RAG) serving, where complex multi-stage workflows and diverse request patterns complicate efficient execution. We pre…

PIKE-RAG: sPecIalized KnowledgE and Rationale Augmented Generation

2025-01-20 · Jinyu Wang, Jingjing Fu, Rui Wang, Lei Song 외

Despite notable advancements in Retrieval-Augmented Generation (RAG) systems that expand large language model (LLM) capabilities through external retrieval, these systems often struggle to meet the complex and diverse ne…

Language ModelingLanguage ModellingLarge Language ModelLogical Reasoning+3