Teakgyu commited on
Commit
c3bf2bf
1 Parent(s): 69f85f0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # BROS
2
+
3
+ ## Introduction
4
+
5
+ BROS (BERT Relying On Spatiality) is a pre-trained language model focusing on text and layout for better key information extraction from documents.<br>
6
+ 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>
7
+ For more details, please refer to our paper:
8
+
9
+ BROS: A Pre-trained Language Model Focusing on Text and Layout for Better Key Information Extraction from Documents<br>
10
+ Teakgyu Hong, Donghyun Kim, Mingi Ji, Wonseok Hwang, Daehyun Nam, Sungrae Park<br>
11
+ AAAI 2022 (to appear)
12
+
13
+ ## Pre-trained models
14
+ | name | # params | Hugging Face - Models |
15
+ |---------------------|---------:|-------------------------------------------------------------------------------------------------|
16
+ | bros-base-uncased (this) | < 110M | [naver-clova-ocr/bros-base-uncased](https://huggingface.co/naver-clova-ocr/bros-base-uncased) |
17
+ | bros-large-uncased | < 340M | [naver-clova-ocr/bros-large-uncased](https://huggingface.co/naver-clova-ocr/bros-large-uncased) |