paper-with-me

Papers

A Two-Stage Decoder for Efficient ICD Coding

2023-05-27 · Thanh-Tung Nguyen, Viktor Schlegel, Abhinav Kashyap, Stefan Winkler

Clinical notes in healthcare facilities are tagged with the International Classification of Diseases (ICD) code; a list of classification codes for medical diagnoses and procedures. ICD coding is a challenging multilabel text classification problem due to noisy clinical document inputs and long-tailed label distribution. Recent automated ICD coding efforts improve performance by encoding medical notes and codes with additional data and knowledge bases. However, most of them do not reflect how human coders generate the code: first, the coders select general code categories and then look for specific subcategories that are relevant to a patient's condition. Inspired by this, we propose a two-stage decoding mechanism to predict ICD codes. Our model uses the hierarchical properties of the codes to split the prediction into two steps: At first, we predict the parent code and then predict the child code based on the previous prediction. Experiments on the public MIMIC-III data set show that our model performs well in single-model settings without external data or knowledge.

📄 PDF Abstract BibTeX arXiv:2306.00005

Code (1)

thomasnguyen92/two-stage-decoder-icd 공식 구현

Tasks

ClassificationDecoderMultilabel Text Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

APCodec+: A Spectrum-Coding-Based High-Fidelity and High-Compression-Rate Neural Audio Codec with Staged Training Paradigm

2024-10-30 · Hui-Peng Du, Yang Ai, Rui-Chen Zheng, Zhen-Hua Ling

This paper proposes a novel neural audio codec, named APCodec+, which is an improved version of APCodec. The APCodec+ takes the audio amplitude and phase spectra as the coding object, and employs an adversarial training …

DecoderQuantization

A Cryogenic Memristive Neural Decoder for Fault-tolerant Quantum Error Correction

2023-07-18 · Victor Yon, Frédéric Marcotte, Pierre-Antoine Mouny, Gebremedhin A. Dagnew 외

Neural decoders for quantum error correction (QEC) rely on neural networks to classify syndromes extracted from error correction codes and find appropriate recovery operators to protect logical information against errors…

Decoder

TSDG: Content-aware Neural Response Generation with Two-stage Decoding Process

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Junsheng Kong, Zhicheng Zhong, Yi Cai, Xin Wu 외

Neural response generative models have achieved remarkable progress in recent years but tend to yield irrelevant and uninformative responses. One of the reasons is that encoder-decoder based models always use a single de…

DecoderDialogue GenerationResponse GenerationVocal Bursts Valence Prediction

Can the Query-based Object Detector Be Designed with Fewer Stages?

2023-09-28 · Jialin Li, WeiFu Fu, Yuhuan Lin, Qiang Nie 외

Query-based object detectors have made significant advancements since the publication of DETR. However, most existing methods still rely on multi-stage encoders and decoders, or a combination of both. Despite achieving h…

Decoder

Improving Language Transfer Capability of Decoder-only Architecture in Multilingual Neural Machine Translation

2024-12-03 · Zhi Qu, Yiran Wang, Chenchen Ding, Hideki Tanaka 외

Existing multilingual neural machine translation (MNMT) approaches mainly focus on improving models with the encoder-decoder architecture to translate multiple languages. However, decoder-only architecture has been explo…

AttributeContrastive LearningDecoderMachine Translation+1