Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Model] LiLT: A Simple yet Effective Language-Independent Layout Transformer for Structured Document Understanding #18528

Closed
2 tasks done
WaterKnight1998 opened this issue Aug 8, 2022 · 2 comments

Comments

@WaterKnight1998
Copy link

Model description

Structured document understanding has attracted considerable attention and made significant progress recently, owing to its crucial role in intelligent document processing. However, most existing related models can only deal with the document data of specific language(s) (typically English) included in the pre-training collection, which is extremely limited. To address this issue, we propose a simple yet effective Language-independent Layout Transformer (LiLT) for structured document understanding. LiLT can be pre-trained on the structured documents of a single language and then directly fine-tuned on other languages with the corresponding off-the-shelf monolingual/multilingual pre-trained textual models. Experimental results on eight languages have shown that LiLT can achieve competitive or even superior performance on diverse widely-used downstream benchmarks, which enables language-independent benefit from the pre-training of document layout structure. Code and model are publicly available at this https URL.

Open source status

  • The model implementation is available
  • The model weights are available

Provide useful links for the implementation

Code @jpWang : https://github.com/jpWang/LiLT

Weights (Author @ManuelFay ):

@WaterKnight1998 WaterKnight1998 changed the title LiLT: A Simple yet Effective Language-Independent Layout Transformer for Structured Document Understanding [New Model] LiLT: A Simple yet Effective Language-Independent Layout Transformer for Structured Document Understanding Aug 8, 2022
@jpWang
Copy link

jpWang commented Oct 8, 2022

Hi,
thanks for your great effort. Contact me if any problem encountered :)

@NielsRogge
Copy link
Contributor

Closing as it has been added in #19450

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants