paper-with-me

Papers

Large language models are good medical coders, if provided with tools

2024-07-06 · Keith Kwan

This study presents a novel two-stage Retrieve-Rank system for automated ICD-10-CM medical coding, comparing its performance against a Vanilla Large Language Model (LLM) approach. Evaluating both systems on a dataset of 100 single-term medical conditions, the Retrieve-Rank system achieved 100% accuracy in predicting correct ICD-10-CM codes, significantly outperforming the Vanilla LLM (GPT-3.5-turbo), which achieved only 6% accuracy. Our analysis demonstrates the Retrieve-Rank system's superior precision in handling various medical terms across different specialties. While these results are promising, we acknowledge the limitations of using simplified inputs and the need for further testing on more complex, realistic medical cases. This research contributes to the ongoing effort to improve the efficiency and accuracy of medical coding, highlighting the importance of retrieval-based approaches.

📄 PDF Abstract BibTeX arXiv:2407.12849

Code (1)

ainativehealth/goodmedicalcoder 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language ModelRetrieval

Similar Papers 제목 키워드 기반

Med3DInsight: Enhancing 3D Medical Image Understanding with 2D Multi-Modal Large Language Models

2024-03-08 · Qiuhui Chen, Huping Ye, Yi Hong

Understanding 3D medical image volumes is a critical task in the medical domain. However, existing 3D convolution and transformer-based methods have limited semantic understanding of an image volume and also need a large…

Can Post-Training Turn LLMs into Good Medical Coders? An Empirical Study of Generative ICD Coding

2026-06-11 · Ziqing Wang, Weihao Li, Shijie Chen, Yuan Luo 외 arxiv

Automated International Classification of Diseases (ICD) coding is a core medical-coding task for billing, epidemiology, and clinical decision support. Generative large language models (LLMs) are often reported as weak m…

Reinforcement Learning

Neural Language Priors

2019-10-04 · Joseph Enguehard, Dan Busbridge, Vitalii Zhelezniak, Nils Hammerla

The choice of sentence encoder architecture reflects assumptions about how a sentence's meaning is composed from its constituent words. We examine the contribution of these architectures by holding them randomly initiali…

Sentence

No Tokens Wasted: Leveraging Long Context in Biomedical Vision-Language Models

2025-10-04 · Min Woo Sun, Alejandro Lozano, Javier Gamazo Tejero, Vishwesh Nath 외 arxiv

Embedding vision-language models (VLMs) are typically pretrained with short text windows (<77 tokens), which forces the truncation of long-format captions. Yet, the distribution of biomedical captions from large-scale op…

CATS v2: Hybrid encoders for robust medical segmentation

2023-08-11 · Hao Li, Han Liu, Dewei Hu, Xing Yao 외

Convolutional Neural Networks (CNNs) have exhibited strong performance in medical image segmentation tasks by capturing high-level (local) information, such as edges and textures. However, due to the limited field of vie…

Domain AdaptationImage SegmentationMedical Image SegmentationSegmentation+1