paper-with-me

홈 › Papers

ParseFixer: An Agentic Framework for Document Parsing via Selective Multimodal Correction

2026-06-10 · LeKai Yu, Hao Liu, Kun Wang, Zhiran Li, Ruping Cao, Fan Liu, Yupeng Hu arxiv

In this report, we present our third-place solution for the DataMFM Challenge Track 1: Document Parsing. This track requires models to recover structured Markdown documents from document page images while preserving textual content and document structure. To address the complementary requirements of accurate content recovery and faithful structure reconstruction, we propose ParseFixer, an agentic framework for backbone parsing and selective correction. ParseFixer consists of two key modules: Full-Page Backbone Parsing (FBP) and Agentic Selective Correction (ASC). FBP produces stable initial Markdown outputs with MinerU2.5 Pro, while ASC detects high-value parsing failures and repairs them through a verify-and-rollback correction process. By placing selective multimodal correction after open-source backbone parsing, ParseFixer improves the recovery of key document elements without rewriting reliable backbone predictions. On the test set, our final system achieves an overall score of 61.78 and ranks third in Track 1, demonstrating its effectiveness for accurate document parsing. Our code will be released at: https://github.com/iLearn-Lab/CVPRW26-ParseFixer.

📄 PDF Abstract BibTeX arXiv:2606.11977

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AgenticOCR: Parsing Only What You Need for Efficient Retrieval-Augmented Generation

2026-02-27 · Zhengren Wang, Dongsheng Ma, Huaping Zhong, Jiayu Li 외 arxiv

The expansion of retrieval-augmented generation (RAG) into multimodal domains has intensified the challenge for processing complex visual documents, such as financial reports. While page-level chunking and retrieval is a…

Selective Attention Encoders by Syntactic Graph Convolutional Networks for Document Summarization

2020-03-18 · Haiyang Xu, Yun Wang, Kun Han, Baochang Ma 외

Abstractive text summarization is a challenging task, and one need to design a mechanism to effectively extract salient information from the source text and then generate a summary. A parsing process of the source text c…

Abstractive Text SummarizationDocument SummarizationText Summarization

An agentic system with reinforcement-learned subsystem improvements for parsing form-like documents

2025-05-16 · Ayesha Amjad, Saurav Sthapit, Tahir Qasim Syed

Extracting alphanumeric data from form-like documents such as invoices, purchase orders, bills, and financial documents is often performed via vision (OCR) and learning algorithms or monolithic pipelines with limited pot…

FormLanguage ModelingLanguage ModellingLarge Language Model+2

SCoPE VLM: Selective Context Processing for Efficient Document Navigation in Vision-Language Models

2025-10-22 · Gyubeum Lim, Yemo Koo, Vijay Krishna Madisetti arxiv

Understanding long-context visual information remains a fundamental challenge for vision-language models, particularly in agentic tasks such as GUI control and web navigation. While web pages and GUI environments are inh…

Reinforcement LearningQuestion Answering

InSight-doc: Agentic Visual Perception for Long-Document Understanding

2026-08-11 · Kaican Li, Weiyan Xie, Lewei Yao, Jiannan Wu 외 hf

Long-document understanding often requires reasoning over many visually rich pages, making inference costly and prone to context rot. In this work, we propose InSight-doc, an agentic visual perception framework that trea…