paper-with-me

홈 › Papers

DocBERT: BERT for Document Classification

2019-04-17 · Ashutosh Adhikari, Achyudh Ram, Raphael Tang, Jimmy Lin

We present, to our knowledge, the first application of BERT to document classification. A few characteristics of the task might lead one to think that BERT is not the most appropriate model: syntactic structures matter less for content categories, documents can often be longer than typical BERT input, and documents often have multiple labels. Nevertheless, we show that a straightforward classification model using BERT is able to achieve the state of the art across four popular datasets. To address the computational expense associated with BERT inference, we distill knowledge from BERT-large to small bidirectional LSTMs, reaching BERT-base parity on multiple datasets using 30x fewer parameters. The primary contribution of our paper is improved baselines that can provide the foundation for future work.

📄 PDF Abstract BibTeX arXiv:1904.08398

Code (3)

castorini/hedwig 공식 구현 pytorch
dki-lab/covid19-classification pytorch
helenabalabin/covid-19-document-classification

Tasks

ClassificationDocument ClassificationGeneral ClassificationSentiment AnalysisText Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
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 &…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Exploring the Limits of Simple Learners in Knowledge Distillation for Document Classification with DocBERT

2020-07-01 · WS 2020 7 · Ashutosh Adhikari, Achyudh Ram, Raphael Tang, William L. Hamilton 외

Fine-tuned variants of BERT are able to achieve state-of-the-art accuracy on many natural language processing tasks, although at significant computational costs. In this paper, we verify BERT{'}s effectiveness for docume…

Document ClassificationGeneral ClassificationKnowledge DistillationModel Compression

Benchmarking LLMs for Predictive Applications in the Intensive Care Units

2025-12-23 · Chehak Malhotra, Mehak Gopal, Akshaya Devadiga, Pradeep Singh 외 arxiv

With the advent of LLMs, various tasks across the natural language processing domain have been transformed. However, their application in predictive tasks remains less researched. This study compares large language model…

A Sentence-level Hierarchical BERT Model for Document Classification with Limited Labelled Data

2021-06-12 · Jinghui Lu, Maeve Henchion, Ivan Bacher, Brian Mac Namee

Training deep learning models with limited labelled data is an attractive scenario for many NLP tasks, including document classification. While with the recent emergence of BERT, deep learning language models can achieve…

ClassificationDocument ClassificationSentence

Effectively Leveraging BERT for Legal Document Classification

2021-11-01 · EMNLP (NLLP) 2021 11 · Nut Limsopatham

Bidirectional Encoder Representations from Transformers (BERT) has achieved state-of-the-art performances on several text classification tasks, such as GLUE and sentiment analysis. Recent work in the legal domain started…

Binary ClassificationClassificationDocument ClassificationSentiment Analysis+2

Application of Mix-Up Method in Document Classification Task Using BERT

2021-09-01 · RANLP 2021 9 · Naoki Kikuta, Hiroyuki Shinnou

The mix-up method (Zhang et al., 2017), one of the methods for data augmentation, is known to be easy to implement and highly effective. Although the mix-up method is intended for image identification, it can also be app…

ClassificationData AugmentationDocument ClassificationSentence