paper-with-me

Papers

RAG Playground: A Framework for Systematic Evaluation of Retrieval Strategies and Prompt Engineering in RAG Systems

2024-12-16 · Ioannis Papadimitriou, Ilias Gialampoukidis, Stefanos Vrochidis, Ioannis, Kompatsiaris

We present RAG Playground, an open-source framework for systematic evaluation of Retrieval-Augmented Generation (RAG) systems. The framework implements and compares three retrieval approaches: naive vector search, reranking, and hybrid vector-keyword search, combined with ReAct agents using different prompting strategies. We introduce a comprehensive evaluation framework with novel metrics and provide empirical results comparing different language models (Llama 3.1 and Qwen 2.5) across various retrieval configurations. Our experiments demonstrate significant performance improvements through hybrid search methods and structured self-evaluation prompting, achieving up to 72.7% pass rate on our multi-metric evaluation framework. The results also highlight the importance of prompt engineering in RAG systems, with our custom-prompted agents showing consistent improvements in retrieval accuracy and response quality.

📄 PDF Abstract BibTeX arXiv:2412.12322

Code (1)

ioannis-papadimitriou/rag-playground 공식 구현

Tasks

Prompt EngineeringRAGRerankingRetrievalRetrieval-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 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Advancing continual lifelong learning in neural information retrieval: definition, dataset, framework, and empirical evaluation

2023-08-16 · Jingrui Hou, Georgina Cosma, Axel Finke

Continual learning refers to the capability of a machine learning model to learn and adapt to new information, without compromising its performance on previously learned tasks. Although several studies have investigated …

Continual LearningData AugmentationInformation RetrievalLifelong learning+1

RoboPlayground: Democratizing Robotic Evaluation through Structured Physical Domains

2026-04-06 · Yi Ru Wang, Carter Ung, Evan Gubarev, Christopher Tan 외 arxiv

Evaluation of robotic manipulation systems has largely relied on fixed benchmarks authored by a small number of experts, where task instances, constraints, and success criteria are predefined and difficult to extend. Thi…

Chained Prompting for Better Systematic Review Search Strategies

2025-11-28 · Fatima Nasser, Fouad Trad, Ammar Mohanna, Ghada El-Hajj Fuleihan 외 arxiv

Systematic reviews require the use of rigorously designed search strategies to ensure both comprehensive retrieval and minimization of bias. Conventional manual approaches, although methodologically systematic, are resou…

Prompt Engineering

CFU Playground: Full-Stack Open-Source Framework for Tiny Machine Learning (tinyML) Acceleration on FPGAs

2022-01-05 · Shvetank Prakash, Tim Callahan, Joseph Bushagour, Colby Banbury 외

Need for the efficient processing of neural networks has given rise to the development of hardware accelerators. The increased adoption of specialized hardware has highlighted the need for more agile design flows for har…

CPU

A Systematic Study of Retrieval Pipeline Design for Retrieval-Augmented Medical Question Answering

2026-04-08 · Nusrat Sultana, Abdullah Muhammad Moosa, Kazi Afzalur Rahman, Sajal Chandra Banik arxiv

Large language models (LLMs) have demonstrated strong capabilities in medical question answering; however, purely parametric models often suffer from knowledge gaps and limited factual grounding. Retrieval-augmented gene…

Question Answering