Paper List
-
STAR-GO: Improving Protein Function Prediction by Learning to Hierarchically Integrate Ontology-Informed Semantic Embeddings
This paper addresses the core challenge of generalizing protein function prediction to unseen or newly introduced Gene Ontology (GO) terms by overcomi...
-
Incorporating indel channels into average-case analysis of seed-chain-extend
This paper addresses the core pain point of bridging the theoretical gap for the widely used seed-chain-extend heuristic by providing the first rigoro...
-
Competition, stability, and functionality in excitatory-inhibitory neural circuits
This paper addresses the core challenge of extending interpretable energy-based frameworks to biologically realistic asymmetric neural networks, where...
-
Enhancing Clinical Note Generation with ICD-10, Clinical Ontology Knowledge Graphs, and Chain-of-Thought Prompting Using GPT-4
This paper addresses the core challenge of generating accurate and clinically relevant patient notes from sparse inputs (ICD codes and basic demograph...
-
Hypothesis-Based Particle Detection for Accurate Nanoparticle Counting and Digital Diagnostics
This paper addresses the core challenge of achieving accurate, interpretable, and training-free nanoparticle counting in digital diagnostic assays, wh...
-
MCP-AI: Protocol-Driven Intelligence Framework for Autonomous Reasoning in Healthcare
This paper addresses the critical gap in healthcare AI systems that lack contextual reasoning, long-term state management, and verifiable workflows by...
-
Model Gateway: Model Management Platform for Model-Driven Drug Discovery
This paper addresses the critical bottleneck of fragmented, ad-hoc model management in pharmaceutical research by providing a centralized, scalable ML...
-
Tree Thinking in the Genomic Era: Unifying Models Across Cells, Populations, and Species
This paper addresses the fragmentation of tree-based inference methods across biological scales by identifying shared algorithmic principles and stati...
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.