Yiheng Xu commited on
Commit
3356537
β€’
1 Parent(s): 9bd21eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,6 +1,13 @@
 
 
 
 
 
 
1
  # LayoutLMv2
2
  **Multimodal (text + layout/format + image) pre-training for document AI**
3
 
 
4
  ## Introduction
5
  LayoutLMv2 is an improved version of LayoutLM with new pre-training tasks to model the interaction among text, layout, and image in a single multi-modal framework. It outperforms strong baselines and achieves new state-of-the-art results on a wide variety of downstream visually-rich document understanding tasks, including , including FUNSD (0.7895 β†’ 0.8420), CORD (0.9493 β†’ 0.9601), SROIE (0.9524 β†’ 0.9781), Kleister-NDA (0.834 β†’ 0.852), RVL-CDIP (0.9443 β†’ 0.9564), and DocVQA (0.7295 β†’ 0.8672).
6
 
 
1
+ ---
2
+ language: en
3
+ license: cc-by-sa-4.0
4
+
5
+ ---
6
+
7
  # LayoutLMv2
8
  **Multimodal (text + layout/format + image) pre-training for document AI**
9
 
10
+ [Github Repository](https://github.com/microsoft/unilm/tree/master/layoutlmv2)
11
  ## Introduction
12
  LayoutLMv2 is an improved version of LayoutLM with new pre-training tasks to model the interaction among text, layout, and image in a single multi-modal framework. It outperforms strong baselines and achieves new state-of-the-art results on a wide variety of downstream visually-rich document understanding tasks, including , including FUNSD (0.7895 β†’ 0.8420), CORD (0.9493 β†’ 0.9601), SROIE (0.9524 β†’ 0.9781), Kleister-NDA (0.834 β†’ 0.852), RVL-CDIP (0.9443 β†’ 0.9564), and DocVQA (0.7295 β†’ 0.8672).
13