XDoc: Unified Pre-training for Cross-Format Document Understanding
Jingye Chen, Tengchao Lv, Lei Cui, Cha Zhang, Furu Wei

TL;DR
XDoc is a unified pre-training model that effectively handles multiple document formats with shared parameters and lightweight adaptive layers, achieving comparable or better downstream performance while being cost-efficient.
Contribution
It introduces a single model for various document formats using shared backbone and adaptive layers, improving efficiency and performance over format-specific models.
Findings
XDoc achieves comparable or better performance than format-specific models.
XDoc uses only 36.7% of parameters compared to separate models.
XDoc demonstrates cost-effective deployment for multi-format document understanding.
Abstract
The surge of pre-training has witnessed the rapid development of document understanding recently. Pre-training and fine-tuning framework has been effectively used to tackle texts in various formats, including plain texts, document texts, and web texts. Despite achieving promising performance, existing pre-trained models usually target one specific document format at one time, making it difficult to combine knowledge from multiple document formats. To address this, we propose XDoc, a unified pre-trained model which deals with different document formats in a single model. For parameter efficiency, we share backbone parameters for different formats such as the word embedding layer and the Transformer layers. Meanwhile, we introduce adaptive layers with lightweight parameters to enhance the distinction across different formats. Experimental results have demonstrated that with only 36.7%…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Handwritten Text Recognition Techniques
MethodsAttention Is All You Need · Linear Layer · Residual Connection · Label Smoothing · Softmax · Byte Pair Encoding · Multi-Head Attention · Adam · Dense Connections · Absolute Position Encodings
