paper-with-me

홈 › Papers

Set to Ordered Text: Generating Discharge Instructions from Medical Billing Codes

2019-11-01 · IJCNLP 2019 11 · Litton J Kurisinkel, Nancy Chen

We present set to ordered text, a natural language generation task applied to automatically generating discharge instructions from admission ICD (International Classification of Diseases) codes. This task differs from other natural language generation tasks in the following ways: (1) The input is a set of identifiable entities (ICD codes) where the relations between individual entity are not explicitly specified. (2) The output text is not a narrative description (e.g. news articles) composed from the input. Rather, inferences are made from the input (symptoms specified in ICD codes) to generate the output (instructions). (3) There is an optimal order in which each sentence (instruction) should appear in the output. Unlike most other tasks, neither the input (ICD codes) nor their corresponding symptoms appear in the output, so the ordering of the output instructions needs to be learned in an unsupervised fashion. Based on clinical intuition, we hypothesize that each instruction in the output is mapped to a subset of ICD codes specified in the input. We propose a neural architecture that jointly models (a) subset selection: choosing relevant subsets from a set of input entities; (b) content ordering: learning the order of instructions; and (c) text generation: representing the instructions corresponding to the selected subsets in natural language. In addition, we penalize redundancy during beam search to improve tractability for long text generation. Our model outperforms baseline models in BLEU scores and human evaluation. We plan to extend this work to other tasks such as recipe generation from ingredients.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesRecipe GenerationSentenceText Generation

Similar Papers 제목 키워드 기반

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

2022-10-23 · Fenglin Liu, Bang Yang, Chenyu You, Xian Wu 외

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., generate…

RetrievalRetrieval-augmented Generation

IgnitionInnovators at "Discharge Me!": Chain-of-Thought Instruction Finetuning Large Language Models for Discharge Summaries

2024-07-24 · An Quang Tang, Xiuzhen Zhang, Minh Ngoc Dinh

This paper presents our proposed approach to the Discharge Me! shared task, collocated with the 23th Workshop on Biomedical Natural Language Processing (BioNLP). In this work, we develop an LLM-based framework for solvin…

PaniniQA: Enhancing Patient Education Through Interactive Question Answering

2023-08-07 · Pengshan Cai, Zonghai Yao, Fei Liu, Dakuo Wang 외

Patient portal allows discharged patients to access their personalized discharge instructions in electronic health records (EHRs). However, many patients have difficulty understanding or memorizing their discharge instru…

Question Answering

Overview of the First Shared Task on Clinical Text Generation: RRG24 and "Discharge Me!"

2024-09-25 · Justin Xu, Zhihong Chen, Andrew Johnston, Louis Blankemeier 외

Recent developments in natural language generation have tremendous implications for healthcare. For instance, state-of-the-art systems could automate the generation of sections in clinical reports to alleviate physician …

Text Generation

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