Paper List
-
PanFoMa: A Lightweight Foundation Model and Benchmark for Pan-Cancer
This paper addresses the dual challenge of achieving computational efficiency without sacrificing accuracy in whole-transcriptome single-cell represen...
-
Beyond Bayesian Inference: The Correlation Integral Likelihood Framework and Gradient Flow Methods for Deterministic Sampling
This paper addresses the core challenge of calibrating complex biological models (e.g., PDEs, agent-based models) with incomplete, noisy, or heterogen...
-
Contrastive Deep Learning for Variant Detection in Wastewater Genomic Sequencing
This paper addresses the core challenge of detecting viral variants in wastewater sequencing data without reference genomes or labeled annotations, ov...
-
SpikGPT: A High-Accuracy and Interpretable Spiking Attention Framework for Single-Cell Annotation
This paper addresses the core challenge of robust single-cell annotation across heterogeneous datasets with batch effects and the critical need to ide...
-
Unlocking hidden biomolecular conformational landscapes in diffusion models at inference time
This paper addresses the core challenge of efficiently and accurately sampling the conformational landscape of biomolecules from diffusion-based struc...
-
Learning From Limited Data and Feedback for Cell Culture Process Monitoring: A Comparative Study
This paper addresses the core challenge of developing accurate real-time bioprocess monitoring soft sensors under severe data constraints: limited his...
-
Cell-cell communication inference and analysis: biological mechanisms, computational approaches, and future opportunities
This review addresses the critical need for a systematic framework to navigate the rapidly expanding landscape of computational methods for inferring ...
-
Generating a Contact Matrix for Aged Care Settings in Australia: an agent-based model study
This study addresses the critical gap in understanding heterogeneous contact patterns within aged care facilities, where existing population-level con...
Enhancing Clinical Note Generation with ICD-10, Clinical Ontology Knowledge Graphs, and Chain-of-Thought Prompting Using GPT-4
Computer Science, Old Dominion University | Biomedical Informatics, University of Arkansas for Medical Sciences
The 30-Second View
IN SHORT: This paper addresses the core challenge of generating accurate and clinically relevant patient notes from sparse inputs (ICD codes and basic demographics) by augmenting Chain-of-Thought prompting with semantic search and structured medical knowledge graphs.
Innovation (TL;DR)
- Methodology Proposes a novel hybrid prompting framework that integrates traditional Chain-of-Thought reasoning with semantic search results from a clinical corpus (CodiEsp dataset) to provide contextual examples.
- Methodology Introduces the infusion of a structured clinical ontology knowledge graph (built from SNOMED CT OWL expressions) directly into the LLM prompt to ground generation in formal medical relationships and constraints.
- Methodology/Biology Demonstrates the first systematic approach to reverse the common ICD code classification task, instead generating comprehensive clinical notes from ICD codes as primary input, evaluated on six distinct clinical cases.
Key conclusions
- The proposed CoT prompting with semantic search (using ICD codes as query) consistently outperformed the standard one-shot baseline across six clinical cases, as evidenced by lower cosine distance scores (e.g., Case C showed a clear leftward shift in KDE peak, indicating higher semantic similarity to ground truth).
- Incorporating a clinical knowledge graph (SNOMED CT OWL) into the prompt (CoT KG) provided structured medical relationships, enriching the generated notes with domain-specific terminology and logical constraints derived from formal ontologies.
- The hybrid approach (CoT Semantic Search + KG) leverages both in-context examples from similar cases and formal medical knowledge, offering a robust framework for improving the factual accuracy and clinical relevance of LLM-generated notes from coded inputs.
Abstract: In the past decade a surge in the amount of electronic health record (EHR) data in the United States, attributed to a favorable policy environment created by the Health Information Technology for Economic and Clinical Health (HITECH) Act of 2009 and the 21st Century Cures Act of 2016. Clinical notes for patients’ assessments, diagnoses, and treatments are captured in these EHRs in free-form text by physicians, who spend a considerable amount of time entering and editing them. Manually writing clinical notes takes a considerable amount of a doctor’s valuable time, increasing the patient’s waiting time and possibly delaying diagnoses. Large language models (LLMs) possess the ability to generate news articles that closely resemble human-written ones. We investigate the usage of Chain-of-Thought (CoT) prompt engineering to improve the LLM’s response in clinical note generation. In our prompts, we use as input International Classification of Diseases (ICD) codes and basic patient information. We investigate a strategy that combines the traditional CoT with semantic search results to improve the quality of generated clinical notes. Additionally, we infuse a knowledge graph (KG) built from clinical ontology to further enrich the domain-specific knowledge of generated clinical notes. We test our prompting technique on six clinical cases from the CodiEsp test dataset using GPT-4 and our results show that it outperformed the clinical notes generated by standard one-shot prompts.