File size: 1,307 Bytes
c3bf2bf
 
fc4c077
 
c3bf2bf
 
 
 
 
 
 
 
0f0e83a
 
 
c3bf2bf
 
 
 
6b72069
c3bf2bf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# BROS

GitHub: https://github.com/clovaai/bros

## Introduction

BROS (BERT Relying On Spatiality) is a pre-trained language model focusing on text and layout for better key information extraction from documents.<br>
Given the OCR results of the document image, which are text and bounding box pairs, it can perform various key information extraction tasks, such as extracting an ordered item list from receipts.<br>
For more details, please refer to our paper:

BROS: A Pre-trained Language Model Focusing on Text and Layout for Better Key Information Extraction from Documents<br>
Teakgyu Hong, Donghyun Kim, Mingi Ji, Wonseok Hwang, Daehyun Nam, Sungrae Park<br>
AAAI 2022 - Main Technical Track

[[arXiv]](https://arxiv.org/abs/2108.04539)

## Pre-trained models
| name               | # params | Hugging Face - Models                                                                           |
|---------------------|---------:|-------------------------------------------------------------------------------------------------|
| bros-base-uncased (**this**)  |   < 110M | [naver-clova-ocr/bros-base-uncased](https://huggingface.co/naver-clova-ocr/bros-base-uncased)   |
| bros-large-uncased |   < 340M | [naver-clova-ocr/bros-large-uncased](https://huggingface.co/naver-clova-ocr/bros-large-uncased) |