paper-with-me

Papers

Benchmarking Retrieval-Augmented Large Language Models in Biomedical NLP: Application, Robustness, and Self-Awareness

2024-05-13 · Mingchen Li, Zaifu Zhan, Han Yang, Yongkang Xiao, Jiatan Huang, Rui Zhang

Large language models (LLM) have demonstrated remarkable capabilities in various biomedical natural language processing (NLP) tasks, leveraging the demonstration within the input context to adapt to new tasks. However, LLM is sensitive to the selection of demonstrations. To address the hallucination issue inherent in LLM, retrieval-augmented LLM (RAL) offers a solution by retrieving pertinent information from an established database. Nonetheless, existing research work lacks rigorous evaluation of the impact of retrieval-augmented large language models on different biomedical NLP tasks. This deficiency makes it challenging to ascertain the capabilities of RAL within the biomedical domain. Moreover, the outputs from RAL are affected by retrieving the unlabeled, counterfactual, or diverse knowledge that is not well studied in the biomedical domain. However, such knowledge is common in the real world. Finally, exploring the self-awareness ability is also crucial for the RAL system. So, in this paper, we systematically investigate the impact of RALs on 5 different biomedical tasks (triple extraction, link prediction, classification, question answering, and natural language inference). We analyze the performance of RALs in four fundamental abilities, including unlabeled robustness, counterfactual robustness, diverse robustness, and negative awareness. To this end, we proposed an evaluation framework to assess the RALs' performance on different biomedical NLP tasks and establish four different testbeds based on the aforementioned fundamental abilities. Then, we evaluate 3 representative LLMs with 3 different retrievers on 5 tasks over 9 datasets.

📄 PDF Abstract BibTeX arXiv:2405.08151

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingcounterfactualHallucinationLink PredictionNatural Language InferenceQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

MedBioRAG: Semantic Search and Retrieval-Augmented Generation with Large Language Models for Medical and Biological QA

2025-12-10 · Seonok Kim arxiv

Recent advancements in retrieval-augmented generation (RAG) have significantly enhanced the ability of large language models (LLMs) to perform complex question-answering (QA) tasks. In this paper, we introduce MedBioRAG,…

Response GenerationText Retrieval

A Platform for the Biomedical Application of Large Language Models

2023-05-10 · Sebastian Lobentanzer, Shaohong Feng, The BioChatter Consortium, Andreas Maier 외

Current-generation Large Language Models (LLMs) have stirred enormous interest in recent months, yielding great potential for accessibility and automation, while simultaneously posing significant challenges and risk of m…

BenchmarkingPrivacy PreservingRetrievalRetrieval-augmented Generation

Retrieval augmented generation based dynamic prompting for few-shot biomedical named entity recognition using large language models

2025-07-25 · Yao Ge, Sudeshna Das, Yuting Guo, Abeed Sarker arxiv

Biomedical named entity recognition (NER) is a high-utility natural language processing (NLP) task, and large language models (LLMs) show promise particularly in few-shot settings (i.e., limited training data). In this a…

Prompt Engineering

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)

Benchmarking Retrieval Strategies for Biomedical Retrieval-Augmented Generation: A Controlled Empirical Study

2026-05-04 · Devi Prasad Bal, Subhashree Puhan arxiv

Retrieval-Augmented Generation (RAG) offers a well-established path to grounding large language model (LLM) outputs in external knowledge, yet the question of which retrieval strategy works best in a high-stakes domain s…