English

Pretrained Language Models for Sequential Sentence Classification

Computation and Language 2021-03-24 v2

Abstract

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. Recent successful models for this task have used hierarchical models to contextualize sentence representations, and Conditional Random Fields (CRFs) to incorporate dependencies between subsequent labels. In this work, we show that pretrained language models, BERT (Devlin et al., 2018) in particular, can be used for this task to capture contextual dependencies without the need for hierarchical encoding nor a CRF. Specifically, we construct a joint sentence representation that allows BERT Transformer layers to directly utilize contextual information from all words in all sentences. Our approach achieves state-of-the-art results on four datasets, including a new dataset of structured scientific abstracts.

Keywords

Cite

@article{arxiv.1909.04054,
  title  = {Pretrained Language Models for Sequential Sentence Classification},
  author = {Arman Cohan and Iz Beltagy and Daniel King and Bhavana Dalvi and Daniel S. Weld},
  journal= {arXiv preprint arXiv:1909.04054},
  year   = {2021}
}

Comments

EMNLP 2019

R2 v1 2026-06-23T11:10:09.092Z