LayoutLLM: Layout Instruction Tuning with Large Language Models for Document Understanding
Chuwei Luo, Yufan Shen, Zhaoqing Zhu, Qi Zheng, Zhi Yu, Cong Yao
TL;DR
LayoutLLM tackles zero-shot document understanding by explicitly modeling document layout through a two-stage layout instruction tuning framework. It integrates a document pre-trained encoder (LayoutLMv3) with an LLM/MLLM and introduces three hierarchical pre-training tasks (document-level, region-level, segment-level) plus the LayoutCoT-based supervised fine-tuning to guide region-focused reasoning. Empirical results on multiple document VQA and VIE benchmarks show consistent improvements over open-source LLM/MLLM baselines, with additional interpretability and potential for human-in-the-loop correction. The approach demonstrates that incorporating structured layout information into instruction-tuned LLMs yields robust, layout-aware zero-shot document understanding with practical impact for document AI systems.
Abstract
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
