Capturing Logical Structure of Visually Structured Documents with Multimodal Transition Parser
Yuta Koreeda, Christopher D. Manning

TL;DR
This paper introduces a multimodal transition parser that predicts logical structures in visually structured documents by combining visual, textual, and semantic cues, significantly improving boundary detection accuracy.
Contribution
The paper presents a novel feature-based machine learning approach for fine-grained logical structure analysis of VSDs, outperforming existing tools.
Findings
Achieved a paragraph boundary detection F1 score of 0.953
Outperformed a popular PDF-to-text tool with an F1 score of 0.739
Demonstrated the system's adaptability to different VSD types
Abstract
While many NLP pipelines assume raw, clean texts, many texts we encounter in the wild, including a vast majority of legal documents, are not so clean, with many of them being visually structured documents (VSDs) such as PDFs. Conventional preprocessing tools for VSDs mainly focused on word segmentation and coarse layout analysis, whereas fine-grained logical structure analysis (such as identifying paragraph boundaries and their hierarchies) of VSDs is underexplored. To that end, we proposed to formulate the task as prediction of "transition labels" between text fragments that maps the fragments to a tree, and developed a feature-based machine learning system that fuses visual, textual and semantic cues.Our system is easily customizable to different types of VSDs and it significantly outperformed baselines in identifying different structures in VSDs. For example, our system obtained a…
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
TopicsNatural Language Processing Techniques · Topic Modeling · Video Analysis and Summarization
