paper-with-me

Papers

Retrieval Augmented Generation for Domain-specific Question Answering

2024-04-23 · Sanat Sharma, David Seunghyun Yoon, Franck Dernoncourt, Dewang Sultania, Karishma Bagga, Mengjiao Zhang, Trung Bui, Varun Kotte

Question answering (QA) has become an important application in the advanced development of large language models. General pre-trained large language models for question-answering are not trained to properly understand the knowledge or terminology for a specific domain, such as finance, healthcare, education, and customer service for a product. To better cater to domain-specific understanding, we build an in-house question-answering system for Adobe products. We propose a novel framework to compile a large question-answer database and develop the approach for retrieval-aware finetuning of a Large Language model. We showcase that fine-tuning the retriever leads to major improvements in the final generation. Our overall approach reduces hallucinations during generation while keeping in context the latest retrieval information for contextual grounding.

📄 PDF Abstract BibTeX arXiv:2404.14760

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelQuestion AnsweringRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

DSRAG: A Domain-Specific Retrieval Framework Based on Document-derived Multimodal Knowledge Graph

2025-08-22 · Mengzheng Yang, Yanfei Ren, David Osei Opoku, Ruochang Li 외 arxiv

Current general-purpose large language models (LLMs) commonly exhibit knowledge hallucination and insufficient domain-specific adaptability in domain-specific tasks, limiting their effectiveness in specialized question a…

Question AnsweringKnowledge Graphs

Retrieval-Augmented Generation for Reliable Interpretation of Radio Regulations

2025-09-11 · Zakaria El Kassimi, Fares Fourati, Mohamed-Slim Alouini arxiv

We study question answering in the domain of radio regulations, a legally sensitive and high-stakes area. We propose a telecom-specific Retrieval-Augmented Generation (RAG) pipeline and introduce, to our knowledge, the f…

Question Answering

SimRAG: Self-Improving Retrieval-Augmented Generation for Adapting Large Language Models to Specialized Domains

2024-10-23 · ran Xu, Hui Liu, Sreyashi Nag, Zhenwei Dai 외

Retrieval-augmented generation (RAG) enhances the question-answering (QA) abilities of large language models (LLMs) by integrating external knowledge. However, adapting general-purpose RAG systems to specialized fields s…

Domain AdaptationInstruction FollowingQuestion AnsweringQuestion Generation+4

MKRAG: Medical Knowledge Retrieval Augmented Generation for Medical Question Answering

2023-09-27 · Yucheng Shi, Shaochen Xu, Tianze Yang, Zhengliang Liu 외

Large Language Models (LLMs), although powerful in general domains, often perform poorly on domain-specific tasks such as medical question answering (QA). In addition, LLMs tend to function as "black-boxes", making it ch…

In-Context LearningMedical Question AnsweringMedQAModel Editing+4

Retrieval-Augmented Generation for Domain-Specific Question Answering: A Case Study on Pittsburgh and CMU

2024-11-20 · Haojia Sun, Yaqi Wang, Shuting Zhang

We designed a Retrieval-Augmented Generation (RAG) system to provide large language models with relevant documents for answering domain-specific questions about Pittsburgh and Carnegie Mellon University (CMU). We extract…

Question AnsweringRAGRetrievalRetrieval-augmented Generation