paper-with-me

Papers

Enhancing Document AI Data Generation Through Graph-Based Synthetic Layouts

2024-11-27 · Amit Agarwal, Hitesh Patel, Priyaranjan Pattnayak, Srikant Panda, Bhargava Kumar, Tejaswini Kumar

The development of robust Document AI models has been constrained by limited access to high-quality, labeled datasets, primarily due to data privacy concerns, scarcity, and the high cost of manual annotation. Traditional methods of synthetic data generation, such as text and image augmentation, have proven effective for increasing data diversity but often fail to capture the complex layout structures present in real world documents. This paper proposes a novel approach to synthetic document layout generation using Graph Neural Networks (GNNs). By representing document elements (e.g., text blocks, images, tables) as nodes in a graph and their spatial relationships as edges, GNNs are trained to generate realistic and diverse document layouts. This method leverages graph-based learning to ensure structural coherence and semantic consistency, addressing the limitations of traditional augmentation techniques. The proposed framework is evaluated on tasks such as document classification, named entity recognition (NER), and information extraction, demonstrating significant performance improvements. Furthermore, we address the computational challenges of GNN based synthetic data generation and propose solutions to mitigate domain adaptation issues between synthetic and real-world datasets. Our experimental results show that graph-augmented document layouts outperform existing augmentation techniques, offering a scalable and flexible solution for training Document AI models.

📄 PDF Abstract BibTeX arXiv:2412.03590

Code (0)

등록된 구현이 없습니다.

Tasks

Document AIDocument ClassificationDomain AdaptationImage AugmentationLayout Generationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERSynthetic Data Generation

Similar Papers 제목 키워드 기반

Enhancing Knowledge Selection for Grounded Dialogues via Document Semantic Graphs

2022-07-01 · NAACL 2022 7 · Sha Li, Mahdi Namazifar, Di Jin, Mohit Bansal 외

Providing conversation models with background knowledge has been shown to make open-domain dialogues more informative and engaging. Existing models treat knowledge selection as a sentence ranking or classification proble…

Multi-Task LearningResponse GenerationSentence

Enhancing Object Detection in Ancient Documents with Synthetic Data Generation and Transformer-Based Models

2023-07-29 · Zahra Ziran, Francesco Leotta, Massimo Mecella

The study of ancient documents provides a glimpse into our past. However, the low image quality and intricate details commonly found in these documents present significant challenges for accurate object detection. The ob…

Objectobject-detectionObject DetectionSynthetic Data Generation

DocSynthv2: A Practical Autoregressive Modeling for Document Generation

2024-06-12 · Sanket Biswas, Rajiv Jain, Vlad I. Morariu, Jiuxiang Gu 외

While the generation of document layouts has been extensively explored, comprehensive document generation encompassing both layout and content presents a more complex challenge. This paper delves into this advanced domai…

Layout Generation

Synthesize-on-Graph: Knowledgeable Synthetic Data Generation for Continue Pre-training of Large Language Models

2025-05-02 · Xuhui Jiang, Shengjie Ma, Chengjin Xu, Cehao Yang 외

Large Language Models (LLMs) have achieved remarkable success but remain data-inefficient, especially when learning from small, specialized corpora with limited and proprietary data. Existing synthetic data generation me…

DiversityReading ComprehensionSynthetic Data Generation

Enhancing Document VQA Models via Retrieval-Augmented Generation

2025-08-26 · Eric López, Artemis Llabrés, Ernest Valveny arxiv

Document Visual Question Answering (Document VQA) must cope with documents that span dozens of pages, yet leading systems still concatenate every page or rely on very large vision-language models, both of which are memor…

Visual Question Answering