Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LayoutLLM: Layout Instruction Tuning with Large Language Models for Document Understanding

About

Recently, leveraging large language models (LLMs) or multimodal large language models (MLLMs) for document understanding has been proven very promising. However, previous works that employ LLMs/MLLMs for document understanding have not fully explored and utilized the document layout information, which is vital for precise document understanding. In this paper, we propose LayoutLLM, an LLM/MLLM based method for document understanding. The core of LayoutLLM is a layout instruction tuning strategy, which is specially designed to enhance the comprehension and utilization of document layouts. The proposed layout instruction tuning strategy consists of two components: Layout-aware Pre-training and Layout-aware Supervised Fine-tuning. To capture the characteristics of document layout in Layout-aware Pre-training, three groups of pre-training tasks, corresponding to document-level, region-level and segment-level information, are introduced. Furthermore, a novel module called layout chain-of-thought (LayoutCoT) is devised to enable LayoutLLM to focus on regions relevant to the question and generate accurate answers. LayoutCoT is effective for boosting the performance of document understanding. Meanwhile, it brings a certain degree of interpretability, which could facilitate manual inspection and correction. Experiments on standard benchmarks show that the proposed LayoutLLM significantly outperforms existing methods that adopt open-source 7B LLMs/MLLMs for document understanding. The training data of the LayoutLLM is publicly available at https://github.com/AlibabaResearch/AdvancedLiterateMachinery/tree/main/DocumentUnderstanding/LayoutLLM

Chuwei Luo, Yufan Shen, Zhaoqing Zhu, Qi Zheng, Zhi Yu, Cong Yao• 2024

Related benchmarks

TaskDatasetResultRank
Document Visual Question AnsweringDocVQA
ANLS74.3
164
Information ExtractionCORD (test)
F1 Score63.1
133
Information ExtractionSROIE (test)
F1 Score72.12
58
Semantic Entity RecognitionCORD
F1 Score98.6
55
Information ExtractionFUNSD (test)
F1 Score79.98
55
Document Visual Question AnsweringDocVQA v1.0 (test)
ANLS74.27
49
Semantic Entity RecognitionFUNSD (test)
F1 Score79.98
37
Semantic Entity RecognitionFUNSD--
31
Semantic Entity RecognitionCORD (test)
F1 Score63.1
18
Document Visual Question AnsweringVisualMRC (test)
ROUGE-L55.76
13
Showing 10 of 20 rows

Other info

Follow for update