paper-with-me

홈 › Papers

Hierarchical BERT for Medical Document Understanding

2022-03-11 · Ning Zhang, Maciej Jankowski

Medical document understanding has gained much attention recently. One representative task is the International Classification of Disease (ICD) diagnosis code assignment. Existing work adopts either RNN or CNN as the backbone network because the vanilla BERT cannot handle well long documents (>2000 to kens). One issue shared across all these approaches is that they are over specific to the ICD code assignment task, losing generality to give the whole document-level and sentence-level embedding. As a result, it is not straight-forward to direct them to other downstream NLU tasks. Motivated by these observations, we propose Medical Document BERT (MDBERT) for long medical document understanding tasks. MDBERT is not only effective in learning representations at different levels of semantics but efficient in encoding long documents by leveraging a bottom-up hierarchical architecture. Compared to vanilla BERT solutions: 1, MDBERT boosts the performance up to relatively 20% on the MIMIC-III dataset, making it comparable to current SOTA solutions; 2, it cuts the computational complexity on self-attention modules to less than 1/100. Other than the ICD code assignment, we conduct a variety of other NLU tasks on a large commercial dataset named as TrialTrove, to showcase MDBERT's strength in delivering different levels of semantics.

📄 PDF Abstract BibTeX arXiv:2204.09600

Code (0)

등록된 구현이 없습니다.

Tasks

document understandingSentence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

TocBERT: Medical Document Structure Extraction Using Bidirectional Transformers

2024-06-27 · Majd Saleh, Sarra Baghdadi, Stéphane Paquelet

Text segmentation holds paramount importance in the field of Natural Language Processing (NLP). It plays an important role in several NLP downstream tasks like information retrieval and document summarization. In this wo…

Document SummarizationHierarchical Text SegmentationInformation Retrievalnamed-entity-recognition+5

MedicalBERT: enhancing biomedical natural language processing using pretrained BERT-based model

2025-07-06 · K. Sahit Reddy, N. Ragavenderan, Vasanth K., Ganesh N. Naik 외 arxiv

Recent advances in natural language processing (NLP) have been driven bypretrained language models like BERT, RoBERTa, T5, and GPT. Thesemodels excel at understanding complex texts, but biomedical literature, withits dom…

Relation ExtractionQuestion AnsweringTransfer Learning

Pretrained Language Models for Sequential Sentence Classification

2019-09-09 · IJCNLP 2019 11 · Arman Cohan, Iz Beltagy, Daniel King, Bhavana Dalvi 외

As a step toward better document-level understanding, we explore classification of a sequence of sentences into their corresponding categories, a task that requires understanding sentences in context of the document. Rec…

ClassificationGeneral ClassificationSentenceSentence Classification

Conceptualized Representation Learning for Chinese Biomedical Text Mining

2020-08-25 · Ningyu Zhang, Qianghuai Jia, Kangping Yin, Liang Dong 외

Biomedical text mining is becoming increasingly important as the number of biomedical documents and web data rapidly grows. Recently, word representation models such as BERT has gained popularity among researchers. Howev…

Language ModelingLanguage ModellingRepresentation Learning

LinkBERT: Pretraining Language Models with Document Links

2022-03-29 · ACL 2022 5 · Michihiro Yasunaga, Jure Leskovec, Percy Liang

Language model (LM) pretraining can learn various knowledge from text corpora, helping downstream tasks. However, existing methods such as BERT model a single document, and do not capture dependencies or knowledge that s…

Document ClassificationLanguage ModelingLanguage ModellingMasked Language Modeling+10