paper-with-me

Papers

K-COMP: Retrieval-Augmented Medical Domain Question Answering With Knowledge-Injected Compressor

2025-01-23 · Jeonghun Cho, Gary Geunbae Lee

Retrieval-augmented question answering (QA) integrates external information, and thereby increases the QA accuracy of reader models that lack domain knowledge. However, documents retrieved for closed domains require high expertise, so the reader model may have difficulty fully comprehending the text. Moreover, the retrieved documents contain thousands of tokens, some unrelated to the question. As a result, the documents include some inaccurate information, which could lead the reader model to mistrust the passages and could result in hallucinations. To solve these problems, we propose K-COMP (Knowledge-injected compressor) which provides the knowledge required to answer correctly. The compressor automatically generates the requisite prior knowledge to facilitate the answering process prior to the compression of retrieved passages. Subsequently, the passages are compressed autoregressively, with the generated knowledge being integrated into the compression process. This process ensures alignment between the question intent and the compressed context. By augmenting this prior knowledge and concise context, the reader models are guided toward relevant answers and trust the context.

📄 PDF Abstract BibTeX arXiv:2501.13567

Code (1)

jeonghun3572/K-COMP 공식 구현 pytorch

Tasks

Question AnsweringRAGRetrieval

Similar Papers 제목 키워드 기반

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

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

RAG-BioQA: A Retrieval-Augmented Generation Framework for Long-Form Biomedical Question Answering

2025-10-02 · Lovely Yeswanth Panchumarthi, Sumalatha Saleti, Sai Prasad Gudari, Atharva Negi 외 arxiv

The rapidly growth of biomedical literature creates challenges acquiring specific medical information. Current biomedical question-answering systems primarily focus on short-form answers, failing to provide comprehensive…

Question AnsweringAnswer Generation

Comprehensive and Practical Evaluation of Retrieval-Augmented Generation Systems for Medical Question Answering

2024-11-14 · Nghia Trung Ngo, Chien Van Nguyen, Franck Dernoncourt, Thien Huu Nguyen

Retrieval-augmented generation (RAG) has emerged as a promising approach to enhance the performance of large language models (LLMs) in knowledge-intensive tasks such as those from medical domain. However, the sensitive n…

Medical Question AnsweringMisinformationQuestion AnsweringRAG+2

RAMM: Retrieval-augmented Biomedical Visual Question Answering with Multi-modal Pre-training

2023-03-01 · Zheng Yuan, Qiao Jin, Chuanqi Tan, Zhengyun Zhao 외

Vision-and-language multi-modal pretraining and fine-tuning have shown great success in visual question answering (VQA). Compared to general domain VQA, the performance of biomedical VQA suffers from limited data. In thi…

Question AnsweringRetrievalVisual Question AnsweringVisual Question Answering (VQA)