Systematic Knowledge Injection into Large Language Models via Diverse Augmentation for Domain-Specific RAG
Kushagra Bhushan, Yatin Nandwani, Dinesh Khandelwal, Sonam Gupta,, Gaurav Pandey, Dinesh Raghu, Sachindra Joshi

TL;DR
This paper introduces a systematic knowledge augmentation framework for fine-tuning large language models in domain-specific retrieval-augmented generation, improving knowledge extraction and reducing hallucinations.
Contribution
It proposes context augmentation and knowledge paraphrasing techniques to enhance fine-tuning, addressing retrieval errors and catastrophic forgetting in domain-specific LLMs.
Findings
Up to 10% relative gain in token-level recall
Improved extraction of relevant domain knowledge
Reduced hallucinations and retrieval errors
Abstract
Retrieval-Augmented Generation (RAG) has emerged as a prominent method for incorporating domain knowledge into Large Language Models (LLMs). While RAG enhances response relevance by incorporating retrieved domain knowledge in the context, retrieval errors can still lead to hallucinations and incorrect answers. To recover from retriever failures, domain knowledge is injected by fine-tuning the model to generate the correct response, even in the case of retrieval errors. However, we observe that without systematic knowledge augmentation, fine-tuned LLMs may memorize new information but still fail to extract relevant domain knowledge, leading to poor performance. In this work, we present a novel framework that significantly enhances the fine-tuning process by augmenting the training data in two ways -- context augmentation and knowledge paraphrasing. In context augmentation, we create…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques
MethodsAttention Is All You Need · Linear Warmup With Linear Decay · Refunds@Expedia|||How do I get a full refund from Expedia? · Weight Decay · Attention Dropout · Byte Pair Encoding · Layer Normalization · Residual Connection · WordPiece · Linear Layer
