paper-with-me

Papers

MedCodER: A Generative AI Assistant for Medical Coding

2024-09-18 · Krishanu Das Baksi, Elijah Soba, John J. Higgins, Ravi Saini, Jaden Wood, Jane Cook, Jack Scott, Nirmala Pudota, Tim Weninger, Edward Bowen, Sanmitra Bhattacharya

Medical coding is essential for standardizing clinical data and communication but is often time-consuming and prone to errors. Traditional Natural Language Processing (NLP) methods struggle with automating coding due to the large label space, lengthy text inputs, and the absence of supporting evidence annotations that justify code selection. Recent advancements in Generative Artificial Intelligence (AI) offer promising solutions to these challenges. In this work, we introduce MedCodER, a Generative AI framework for automatic medical coding that leverages extraction, retrieval, and re-ranking techniques as core components. MedCodER achieves a micro-F1 score of 0.60 on International Classification of Diseases (ICD) code prediction, significantly outperforming state-of-the-art methods. Additionally, we present a new dataset containing medical records annotated with disease diagnoses, ICD codes, and supporting evidence texts (https://doi.org/10.5281/zenodo.13308316). Ablation tests confirm that MedCodER's performance depends on the integration of each of its aforementioned components, as performance declines when these components are evaluated in isolation.

📄 PDF Abstract BibTeX arXiv:2409.15368

Code (0)

등록된 구현이 없습니다.

Tasks

Re-Ranking

Similar Papers 제목 키워드 기반

The Impact of Generative AI Coding Assistants on Developers Who Are Visually Impaired

2025-03-10 · Claudia Flores-Saviaga, Benjamin V. Hanrahan, Kashif Imteyaz, Steven Clarke 외

The rapid adoption of generative AI in software development has impacted the industry, yet its effects on developers with visual impairments remain largely unexplored. To address this gap, we used an Activity Theory fram…

Advancing High Resolution Vision-Language Models in Biomedicine

2024-06-12 · Zekai Chen, Arda Pekis, Kevin Brown

Multi-modal learning has significantly advanced generative AI, especially in vision-language modeling. Innovations like GPT-4V and open-source projects such as LLaVA have enabled robust conversational agents capable of z…

Language ModelingLanguage ModellingQuestion AnsweringVisual Question Answering

MedMax: Mixed-Modal Instruction Tuning for Training Biomedical Assistants

2024-12-17 · Hritik Bansal, Daniel Israel, Siyan Zhao, Shufan Li 외

Recent advancements in mixed-modal generative models have enabled flexible integration of information across image-text content. These models have opened new avenues for developing unified biomedical assistants capable o…

Image CaptioningQuestion AnsweringVisual Question Answering

Kwame 2.0: Human-in-the-Loop Generative AI Teaching Assistant for Large Scale Online Coding Education in Africa

2026-03-31 · George Boateng, Samuel Boateng, Victor Kumbol arxiv

Providing timely and accurate learning support in large-scale online coding courses is challenging, particularly in resource-constrained contexts. We present Kwame 2.0, a bilingual (English-French) generative AI teaching…

Disrupting Test Development with AI Assistants

2024-11-04 · Vijay Joshi, Iver Band

Recent advancements in large language models, including GPT-4 and its variants, and Generative AI-assisted coding tools like GitHub Copilot, ChatGPT, and Tabnine, have significantly transformed software development. This…