paper-with-me

홈 › Papers

Three-level Hierarchical Transformer Networks for Long-sequence and Multiple Clinical Documents Classification

2021-04-17 · Yuqi Si, Kirk Roberts

We present a Three-level Hierarchical Transformer Network (3-level-HTN) for modeling long-term dependencies across clinical notes for the purpose of patient-level prediction. The network is equipped with three levels of Transformer-based encoders to learn progressively from words to sentences, sentences to notes, and finally notes to patients. The first level from word to sentence directly applies a pre-trained BERT model as a fully trainable component. While the second and third levels both implement a stack of transformer-based encoders, before the final patient representation is fed into a classification layer for clinical predictions. Compared to conventional BERT models, our model increases the maximum input length from 512 tokens to much longer sequences that are appropriate for modeling large numbers of clinical notes. We empirically examine different hyper-parameters to identify an optimal trade-off given computational resource limits. Our experiment results on the MIMIC-III dataset for different prediction tasks demonstrate that the proposed Hierarchical Transformer Network outperforms previous state-of-the-art models, including but not limited to BigBird.

📄 PDF Abstract BibTeX arXiv:2104.08444

Code (1)

yuqi92/3-level-htn-mimic 공식 구현 tf

Tasks

Document ClassificationGeneral ClassificationSentence

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BigBird BigBird is a Transformer with a sparse attention mechanism that reduces the quadratic dependency of self-attention to linear…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Hierarchical Transformer Networks for Long-sequence and Multiple Clinical Documents Classification

2021-10-16 · ACL ARR October 2021 10 · Anonymous

We present a Hierarchical Transformer Network for modeling long-term dependencies across clinical notes for the purpose of patient-level prediction. The network is equipped with three levels of Transformer-based encoders…

Sentence

Hierarchical Learning for Generation with Long Source Sequences

2021-04-15 · Tobias Rohde, Xiaoxia Wu, Yinhan Liu

One of the challenges for current sequence to sequence (seq2seq) models is processing long sequences, such as those in summarization and document level machine translation tasks. These tasks require the model to reason a…

DecoderDocument Level Machine TranslationDocument SummarizationDocument Translation+6

Hierarchically Self-Supervised Transformer for Human Skeleton Representation Learning

2022-07-20 · Yuxiao Chen, Long Zhao, Jianbo Yuan, Yu Tian 외

Despite the success of fully-supervised human skeleton sequence modeling, utilizing self-supervised pre-training for skeleton sequence representation learning has been an active field because acquiring task-specific skel…

Action DetectionAction RecognitionContrastive Learningmotion prediction+1

Implant Global and Local Hierarchy Information to Sequence based Code Representation Models

2023-03-14 · Kechi Zhang, Zhuo Li, Zhi Jin, Ge Li

Source code representation with deep learning techniques is an important research field. There have been many studies that learn sequential or structural information for code representation. But sequence-based models and…

Hierarchical Decision Transformer

2022-09-21 · André Correia, Luís A. Alexandre

Sequence models in reinforcement learning require task knowledge to estimate the task policy. This paper presents a hierarchical algorithm for learning a sequence model from demonstrations. The high-level mechanism guide…

D4RLreinforcement-learningReinforcement Learning (RL)