paper-with-me

홈 › Papers

LCDS: A Logic-Controlled Discharge Summary Generation System Supporting Source Attribution and Expert Review

2025-07-07 · Cheng Yuan, Xinkai Rui, Yongqi Fan, Yawei Fan, Boyang Zhong, Jiacheng Wang, Weiyan Zhang, Tong Ruan arxiv

Despite the remarkable performance of Large Language Models (LLMs) in automated discharge summary generation, they still suffer from hallucination issues, such as generating inaccurate content or fabricating information without valid sources. In addition, electronic medical records (EMRs) typically consist of long-form data, making it challenging for LLMs to attribute the generated content to the sources. To address these challenges, we propose LCDS, a Logic-Controlled Discharge Summary generation system. LCDS constructs a source mapping table by calculating textual similarity between EMRs and discharge summaries to constrain the scope of summarized content. Moreover, LCDS incorporates a comprehensive set of logical rules, enabling it to generate more reliable silver discharge summaries tailored to different clinical fields. Furthermore, LCDS supports source attribution for generated content, allowing experts to efficiently review, provide feedback, and rectify errors. The resulting golden discharge summaries are subsequently recorded for incremental fine-tuning of LLMs. Our project and demo video are in the GitHub repository https://github.com/ycycyc02/LCDS.

📄 PDF Abstract BibTeX arXiv:2507.05319

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Is In-hospital Meta-information Useful for Abstractive Discharge Summary Generation?

2023-03-10 · Kenichiro Ando, Mamoru Komachi, Takashi Okumura, Hiromasa Horiguchi 외

During the patient's hospitalization, the physician must record daily observations of the patient and summarize them into a brief document called "discharge summary" when the patient is discharged. Automated generation o…

e-Health CSIRO at "Discharge Me!" 2024: Generating Discharge Summary Sections with Fine-tuned Language Models

2024-07-03 · Jinghui Liu, Aaron Nicolson, Jason Dowling, Bevan Koopman 외

Clinical documentation is an important aspect of clinicians' daily work and often demands a significant amount of time. The BioNLP 2024 Shared Task on Streamlining Discharge Documentation (Discharge Me!) aims to alleviat…

Decoder

UF-HOBI at "Discharge Me!": A Hybrid Solution for Discharge Summary Generation Through Prompt-based Tuning of GatorTronGPT Models

2024-07-22 · Mengxian Lyu, Cheng Peng, Daniel Paredes, Ziyi Chen 외

Automatic generation of discharge summaries presents significant challenges due to the length of clinical documentation, the dispersed nature of patient information, and the diverse terminology used in healthcare. This p…

NER

Neural Summarization of Electronic Health Records

2023-05-24 · Koyena Pal, Seyed Ali Bahrainian, Laura Mercurio, Carsten Eickhoff

Hospital discharge documentation is among the most essential, yet time-consuming documents written by medical practitioners. The objective of this study was to automatically generate hospital discharge summaries using ne…

Language ModelingLanguage Modelling

Complex Instruction Following with Diverse Style Policies in Football Games

2025-11-25 · Chenglu Sun, Shuo Shen, Haonan Hu, Wei Zhou 외 arxiv

Despite advancements in language-controlled reinforcement learning (LC-RL) for basic domains and straightforward commands (e.g., object manipulation and navigation), effectively extending LC-RL to comprehend and execute …

Reinforcement LearningInstruction Following