English

BROS: A Pre-trained Language Model Focusing on Text and Layout for Better Key Information Extraction from Documents

Computation and Language 2022-04-06 v5

Abstract

Key information extraction (KIE) from document images requires understanding the contextual and spatial semantics of texts in two-dimensional (2D) space. Many recent studies try to solve the task by developing pre-trained language models focusing on combining visual features from document images with texts and their layout. On the other hand, this paper tackles the problem by going back to the basic: effective combination of text and layout. Specifically, we propose a pre-trained language model, named BROS (BERT Relying On Spatiality), that encodes relative positions of texts in 2D space and learns from unlabeled documents with area-masking strategy. With this optimized training scheme for understanding texts in 2D space, BROS shows comparable or better performance compared to previous methods on four KIE benchmarks (FUNSD, SROIE*, CORD, and SciTSR) without relying on visual features. This paper also reveals two real-world challenges in KIE tasks-(1) minimizing the error from incorrect text ordering and (2) efficient learning from fewer downstream examples-and demonstrates the superiority of BROS over previous methods. Code is available at https://github.com/clovaai/bros.

Keywords

Cite

@article{arxiv.2108.04539,
  title  = {BROS: A Pre-trained Language Model Focusing on Text and Layout for Better Key Information Extraction from Documents},
  author = {Teakgyu Hong and Donghyun Kim and Mingi Ji and Wonseok Hwang and Daehyun Nam and Sungrae Park},
  journal= {arXiv preprint arXiv:2108.04539},
  year   = {2022}
}

Comments

AAAI 2022 - Main Technical Track

R2 v1 2026-06-24T04:58:55.182Z