MMRAG: Multi-Mode Retrieval-Augmented Generation with Large Language Models for Biomedical In-Context Learning
Zaifu Zhan, Jun Wang, Shuang Zhou, Jiawen Deng, Rui Zhang

TL;DR
This paper introduces MMRAG, a multi-mode retrieval-augmented generation framework that improves biomedical in-context learning by employing diverse retrieval strategies, leading to significant performance gains across multiple biomedical NLP tasks.
Contribution
The study presents a novel multi-mode retrieval strategy for LLMs that enhances biomedical NLP tasks, outperforming existing methods in example selection and task performance.
Findings
Top and Diversity modes outperform Random mode in RE tasks.
Contriever retriever yields better results in most experiments.
Llama 3 shows superior performance in NER tasks.
Abstract
Objective: To optimize in-context learning in biomedical natural language processing by improving example selection. Methods: We introduce a novel multi-mode retrieval-augmented generation (MMRAG) framework, which integrates four retrieval strategies: (1) Random Mode, selecting examples arbitrarily; (2) Top Mode, retrieving the most relevant examples based on similarity; (3) Diversity Mode, ensuring variation in selected examples; and (4) Class Mode, selecting category-representative examples. This study evaluates MMRAG on three core biomedical NLP tasks: Named Entity Recognition (NER), Relation Extraction (RE), and Text Classification (TC). The datasets used include BC2GM for gene and protein mention recognition (NER), DDI for drug-drug interaction extraction (RE), GIT for general biomedical information extraction (RE), and HealthAdvice for health-related text classification (TC). The…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Machine Learning in Healthcare · Artificial Intelligence in Healthcare and Education
MethodsLLaMA
