paper-with-me

Papers

Multi-label Few-shot ICD Coding as Autoregressive Generation with Prompt

2022-11-24 · Zhichao Yang, Sunjae Kwon, Zonghai Yao, Hong Yu

Automatic International Classification of Diseases (ICD) coding aims to assign multiple ICD codes to a medical note with an average of 3,000+ tokens. This task is challenging due to the high-dimensional space of multi-label assignment (155,000+ ICD code candidates) and the long-tail challenge - Many ICD codes are infrequently assigned yet infrequent ICD codes are important clinically. This study addresses the long-tail challenge by transforming this multi-label classification task into an autoregressive generation task. Specifically, we first introduce a novel pretraining objective to generate free text diagnoses and procedure using the SOAP structure, the medical logic physicians use for note documentation. Second, instead of directly predicting the high dimensional space of ICD codes, our model generates the lower dimension of text descriptions, which then infer ICD codes. Third, we designed a novel prompt template for multi-label classification. We evaluate our Generation with Prompt model with the benchmark of all code assignment (MIMIC-III-full) and few shot ICD code assignment evaluation benchmark (MIMIC-III-few). Experiments on MIMIC-III-few show that our model performs with a marco F1 30.2, which substantially outperforms the previous MIMIC-III-full SOTA model (marco F1 4.3) and the model specifically designed for few/zero shot setting (marco F1 18.7). Finally, we design a novel ensemble learner, a cross attention reranker with prompts, to integrate previous SOTA and our best few-shot coding predictions. Experiments on MIMIC-III-full show that our ensemble learner substantially improves both macro and micro F1, from 10.4 to 14.6 and from 58.2 to 59.1, respectively.

📄 PDF Abstract BibTeX arXiv:2211.13813

Code (1)

whaleloops/KEPT 공식 구현 pytorch

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Autoregressive Image Generation with Randomized Parallel Decoding

2025-03-13 · Haopeng Li, Jinyue Yang, Guoqi Li, Huan Wang

We introduce ARPG, a novel visual autoregressive model that enables randomized parallel generation, addressing the inherent limitations of conventional raster-order approaches, which hinder inference efficiency and zero-…

Conditional Image GenerationImage GenerationImage InpaintingZero-shot Generalization

TreeFlash: Parallel AR-Approximation for Faster Speculative Decoding

2026-06-02 · Peer Rheinboldt, Frédéric Berdoz, Roger Wattenhofer arxiv

One-shot block drafters for speculative decoding generate the full draft in a single forward pass, achieving strong throughput by eliminating sequential token generation. However, they predict each draft token conditione…

Chatterbox-Flash: Prior-Calibrated Block Diffusion for Streaming Zero-Shot TTS

2026-05-29 · Deokjin Seo, Gangin Park, Kihyun Nam arxiv

We present Chatterbox-Flash, a zero-shot text-to-speech model obtained by fine-tuning a pretrained autoregressive TTS decoder into a block-diffusion decoder, enabling parallel token generation within each block while ret…

Masked Non-Autoregressive Image Captioning

2019-06-03 · Junlong Gao, Xi Meng, Shiqi Wang, Xia Li 외

Existing captioning models often adopt the encoder-decoder architecture, where the decoder uses autoregressive decoding to generate captions, such that each token is generated sequentially given the preceding generated t…

DecoderDiversityImage CaptioningMachine Translation+1

CausalCine: Real-Time Autoregressive Generation for Multi-Shot Video Narratives

2026-05-12 · Yihao Meng, Zichen Liu, Hao Ouyang, Qiuyu Wang 외 arxiv

Autoregressive video generation aims at real-time, open-ended synthesis. Yet, cinematic storytelling is not merely the endless extension of a single scene; it requires progressing through evolving events, viewpoint shift…

Video Generation