paper-with-me

Papers

Document Parsing Unveiled: Techniques, Challenges, and Prospects for Structured Information Extraction

2024-10-28 · Qintong Zhang, Bin Wang, Victor Shea-Jay Huang, Junyuan Zhang, Zhengren Wang, Hao Liang, Conghui He, Wentao Zhang

Document parsing is essential for converting unstructured and semi-structured documents such as contracts, academic papers, and invoices into structured, machine-readable data. Document parsing reliable structured data from unstructured inputs, providing huge convenience for numerous applications. Especially with recent achievements in Large Language Models, document parsing plays an indispensable role in both knowledge base construction and training data generation. This survey presents a comprehensive review of the current state of document parsing, covering key methodologies, from modular pipeline systems to end-to-end models driven by large vision-language models. Core components such as layout detection, content extraction (including text, tables, and mathematical expressions), and multi-modal data integration are examined in detail. Additionally, this paper discusses the challenges faced by modular document parsing systems and vision-language models in handling complex layouts, integrating multiple modules, and recognizing high-density text. It outlines future research directions and emphasizes the importance of developing larger and more diverse datasets.

📄 PDF Abstract BibTeX arXiv:2410.21169

Code (0)

등록된 구현이 없습니다.

Tasks

Data IntegrationKnowledge Base Construction

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Unveil: Unified Visual-Textual Integration and Distillation for Multi-modal Document Retrieval

2026-05-23 · Hao Sun, Yingyan Hou, Jiayan Guo, Bo Wang 외 arxiv

Document retrieval in real-world scenarios faces significant challenges due to diverse document formats and modalities. Traditional text-based approaches rely on tailored parsing techniques that disregard layout informat…

Knowledge Distillation

DocPTBench: Benchmarking End-to-End Photographed Document Parsing and Translation

2025-11-23 · Yongkun Du, Pinxuan Chen, Xuye Ying, Zhineng Chen arxiv

The advent of Multimodal Large Language Models (MLLMs) has unlocked the potential for end-to-end document parsing and translation. However, prevailing benchmarks such as OmniDocBench and DITrans are dominated by pristine…

NaviDC-OCR: Navigating Document Parsing Across Digital and Camera-Captured Documents

2026-08-13 · Peng Cai, Zhaofan Zou, Shifa Liu, Yikun Wang 외 arxiv

Document parsing aims to transform unstructured documents into structured and machine-readable representations. Recent advances in Vision-Language Models (VLMs) have significantly advanced document parsing. However, exis…

Representation Learning

TabRAG: Improving Tabular Document Question Answering for Retrieval Augmented Generation via Structured Representations

2025-11-10 · Jacob Si, Mike Qu, Michelle Lee, Marek Rei 외 arxiv

Incorporating external knowledge bases in traditional retrieval-augmented generation (RAG) relies on parsing the document, followed by querying a language model with the parsed information via in-context learning. While …

Question Answering

An empirical evaluation of AMR parsing for legal documents

2018-11-20 · Sinh Vu Trong, Minh Nguyen Le

Many approaches have been proposed to tackle the problem of Abstract Meaning Representation (AMR) parsing, helps solving various natural language processing issues recently. In our paper, we provide an overview of differ…

Abstract Meaning RepresentationAMR Parsing