paper-with-me

Papers

Retrieval-Augmented and Knowledge-Grounded Language Models for Faithful Clinical Medicine

2022-10-23 · Fenglin Liu, Bang Yang, Chenyu You, Xian Wu, Shen Ge, Zhangdaihong Liu, Xu sun, Yang Yang, David A. Clifton

Language models (LMs), including large language models (such as ChatGPT), have the potential to assist clinicians in generating various clinical notes. However, LMs are prone to produce ``hallucinations'', i.e., generated content that is not aligned with facts and knowledge. In this paper, we propose the Re$^3$Writer method with retrieval-augmented generation and knowledge-grounded reasoning to enable LMs to generate faithful clinical texts. We demonstrate the effectiveness of our method in generating patient discharge instructions. It requires the LMs not to only understand the patients' long clinical documents, i.e., the health records during hospitalization, but also to generate critical instructional information provided both to carers and to the patient at the time of discharge. The proposed Re$^3$Writer imitates the working patterns of physicians to first \textbf{re}trieve related working experience from historical instructions written by physicians, then \textbf{re}ason related medical knowledge. Finally, it \textbf{re}fines the retrieved working experience and reasoned medical knowledge to extract useful information, which is used to generate the discharge instructions for previously-unseen patients. Our experiments show that, using our method, the performance of five representative LMs can be substantially boosted across all metrics. Meanwhile, we show results from human evaluations to measure the effectiveness in terms of fluency, faithfulness, and comprehensiveness.

📄 PDF Abstract BibTeX arXiv:2210.12777

Code (2)

AI-in-Health/Patient-Instructions 공식 구현 pytorch
ai-in-hospitals/patient-instructions 공식 구현 pytorch

Tasks

RetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Illocutionary Explanation Planning for Source-Faithful Explanations in Retrieval-Augmented Language Models

2026-03-16 · Francesco Sovrano, Alberto Bacchelli arxiv

Natural language explanations produced by large language models (LLMs) are often persuasive, but not necessarily scrutable: users cannot easily verify whether the claims in an explanation are supported by evidence. In XA…

Knowledge Graph-Augmented Language Models for Knowledge-Grounded Dialogue Generation

2023-05-30 · Minki Kang, Jin Myung Kwak, Jinheon Baek, Sung Ju Hwang

Language models have achieved impressive performances on dialogue generation tasks. However, when generating responses for a conversation that requires factual knowledge, they are far from perfect, due to an absence of m…

Contrastive LearningDialogue GenerationKnowledge GraphsRetrieval+2

All for law and law for all: Adaptive RAG Pipeline for Legal Research

2025-08-18 · Figarri Keisha, Prince Singh, Pallavi, Dion Fernandes 외 arxiv

Retrieval-Augmented Generation (RAG) has transformed how we approach text generation tasks by grounding Large Language Model (LLM) outputs in retrieved knowledge. This capability is especially critical in the legal domai…

Text Generation

TCAR-Gen: Temporal Graph Retrieval with Evidence Fusion for Knowledge-Grounded Generation

2026-04-15 · Sidra Nasir, Muhammad Noman Zahid, Rizwan Ahmed Khan arxiv

Retrieval-augmented generation systems struggle with temporal reasoning and evidence fusion when answering complex questions over historical criminal case narratives. Existing approaches either retrieve independently of …

Question AnsweringAnswer Generation

Synchronous Faithfulness Monitoring for Trustworthy Retrieval-Augmented Generation

2024-06-19 · Di wu, Jia-Chen Gu, Fan Yin, Nanyun Peng 외

Retrieval-augmented language models (RALMs) have shown strong performance and wide applicability in knowledge-intensive tasks. However, there are significant trustworthiness concerns as RALMs are prone to generating unfa…

RerankingRetrievalRetrieval-augmented GenerationUncertainty Quantification