paper-with-me

Papers

BiomedRAG: A Retrieval Augmented Large Language Model for Biomedicine

2024-05-01 · Mingchen Li, Halil Kilicoglu, Hua Xu, Rui Zhang

Large Language Models (LLMs) have swiftly emerged as vital resources for different applications in the biomedical and healthcare domains; however, these models encounter issues such as generating inaccurate information or hallucinations. Retrieval-augmented generation provided a solution for these models to update knowledge and enhance their performance. In contrast to previous retrieval-augmented LMs, which utilize specialized cross-attention mechanisms to help LLM encode retrieved text, BiomedRAG adopts a simpler approach by directly inputting the retrieved chunk-based documents into the LLM. This straightforward design is easily applicable to existing retrieval and language models, effectively bypassing noise information in retrieved documents, particularly in noise-intensive tasks. Moreover, we demonstrate the potential for utilizing the LLM to supervise the retrieval model in the biomedical domain, enabling it to retrieve the document that assists the LM in improving its predictions. Our experiments reveal that with the tuned scorer,\textsc{ BiomedRAG} attains superior performance across 5 biomedical NLP tasks, encompassing information extraction (triple extraction, relation extraction), text classification, link prediction, and question-answering, leveraging over 9 datasets. For instance, in the triple extraction task, \textsc{BiomedRAG} outperforms other triple extraction systems with micro-F1 scores of 81.42 and 88.83 on GIT and ChemProt corpora, respectively.

📄 PDF Abstract BibTeX arXiv:2405.00465

Code (1)

toneli/petailor-for-bio-triple-extraction 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelLink PredictionQuestion AnsweringRelation ExtractionRetrievalRetrieval-augmented Generationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Retrieval-Augmented Generation in Biomedicine: A Survey of Technologies, Datasets, and Clinical Applications

2025-05-02 · JiaWei He, Boya Zhang, Hossein Rouhizadeh, Yingjian Chen 외

Recent advances in large language models (LLMs) have demonstrated remarkable capabilities in natural language processing tasks. However, their application in the biomedical domain presents unique challenges, particularly…

RAGRetrievalRetrieval-augmented Generation

Graph-Guided Concept Selection for Efficient Retrieval-Augmented Generation

2025-10-28 · Ziyu Liu, Yijing Liu, Jianfei Yuan, Minzhi Yan 외 arxiv

Graph-based RAG constructs a knowledge graph (KG) from text chunks to enhance retrieval in Large Language Model (LLM)-based question answering. It is especially beneficial in domains such as biomedicine, law, and politic…

Question Answering

OpenScholar: Synthesizing Scientific Literature with Retrieval-augmented LMs

2024-11-21 · Akari Asai, Jacqueline He, Rulin Shao, Weijia Shi 외

Scientific progress depends on researchers' ability to synthesize the growing body of literature. Can large language models (LMs) assist scientists in this task? We introduce OpenScholar, a specialized retrieval-augmente…

Retrieval

Opportunities and Challenges for ChatGPT and Large Language Models in Biomedicine and Health

2023-06-15 · Shubo Tian, Qiao Jin, Lana Yeganova, Po-Ting Lai 외

ChatGPT has drawn considerable attention from both the general public and domain experts with its remarkable text generation capabilities. This has subsequently led to the emergence of diverse applications in the field o…

Biomedical Information RetrievalInformation RetrievalQuestion AnsweringText Generation+1

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