CLJun 12, 2021

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

arXiv:2106.06738v127 citations
Originality Incremental advance
AI Analysis

This addresses the problem of limited labeled data for NLP practitioners in document classification, offering an incremental improvement by adapting BERT to long-text scenarios.

The paper tackles document classification with limited labeled data by introducing a Hierarchical BERT Model (HBM) that learns sentence-level features, achieving higher performance than previous state-of-the-art methods with only 50 to 200 labeled instances, especially for long documents.

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 reasonably good performance in document classification with few labelled instances, there is a lack of evidence in the utility of applying BERT-like models on long document classification. This work introduces a long-text-specific model -- the Hierarchical BERT Model (HBM) -- that learns sentence-level features of the text and works well in scenarios with limited labelled data. Various evaluation experiments have demonstrated that HBM can achieve higher performance in document classification than the previous state-of-the-art methods with only 50 to 200 labelled instances, especially when documents are long. Also, as an extra benefit of HBM, the salient sentences identified by learned HBM are useful as explanations for labelling documents based on a user study.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes