paper-with-me

Papers

Towards Optimizing a Retrieval Augmented Generation using Large Language Model on Academic Data

2024-11-13 · Anum Afzal, Juraj Vladika, Gentrit Fazlija, Andrei Staradubets, Florian Matthes

Given the growing trend of many organizations integrating Retrieval Augmented Generation (RAG) into their operations, we assess RAG on domain-specific data and test state-of-the-art models across various optimization techniques. We incorporate four optimizations; Multi-Query, Child-Parent-Retriever, Ensemble Retriever, and In-Context-Learning, to enhance the functionality and performance in the academic domain. We focus on data retrieval, specifically targeting various study programs at a large technical university. We additionally introduce a novel evaluation approach, the RAG Confusion Matrix designed to assess the effectiveness of various configurations within the RAG framework. By exploring the integration of both open-source (e.g., Llama2, Mistral) and closed-source (GPT-3.5 and GPT-4) Large Language Models, we offer valuable insights into the application and optimization of RAG frameworks in domain-specific contexts. Our experiments show a significant performance increase when including multi-query in the retrieval phase.

📄 PDF Abstract BibTeX arXiv:2411.08438

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningLanguage ModelingLanguage ModellingLarge Language ModelRAGRetrievalRetrieval-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}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Optimizing Query Generation for Enhanced Document Retrieval in RAG

2024-07-17 · Hamin Koo, Minseon Kim, Sung Ju Hwang

Large Language Models (LLMs) excel in various language tasks but they often generate incorrect information, a phenomenon known as "hallucinations". Retrieval-Augmented Generation (RAG) aims to mitigate this by using docu…

RAGRetrievalRetrieval-augmented Generation

Optimizing Retrieval Augmented Generation for Object Constraint Language

2025-05-19 · Kevin Chenhao Li, Vahid Zolfaghari, Nenad Petrovic, Fengjunjie Pan 외

The Object Constraint Language (OCL) is essential for defining precise constraints within Model-Based Systems Engineering (MBSE). However, manually writing OCL rules is complex and time-consuming. This study explores the…

Large Language ModelObjectRAGRetrieval+2

Unveiling the Magic: Investigating Attention Distillation in Retrieval-augmented Generation

2024-02-19 · Zizhong Li, Haopeng Zhang, Jiawei Zhang

Retrieval-augmented generation framework can address the limitations of large language models by enabling real-time knowledge updates for more accurate answers. An efficient way in the training phase of retrieval-augment…

RetrievalRetrieval-augmented Generation

DeepRAG: Thinking to Retrieval Step by Step for Large Language Models

2025-02-03 · Xinyan Guan, Jiali Zeng, Fandong Meng, Chunlei Xin 외

Large Language Models (LLMs) have shown remarkable potential in reasoning while they still suffer from severe factual hallucinations due to timeliness, accuracy, and coverage of parametric knowledge. Meanwhile, integrati…

RAGRetrievalRetrieval-augmented Generation

RaLLe: A Framework for Developing and Evaluating Retrieval-Augmented Large Language Models

2023-08-21 · Yasuto Hoshi, Daisuke Miyashita, Youyang Ng, Kento Tatsuno 외

Retrieval-augmented large language models (R-LLMs) combine pre-trained large language models (LLMs) with information retrieval systems to improve the accuracy of factual question-answering. However, current libraries for…

Information RetrievalQuestion AnsweringRetrieval