pith. sign in

arxiv: 1908.04729 · v2 · pith:2DB34HRSnew · submitted 2019-08-13 · 💻 cs.IR · cs.LG

Complicated Table Structure Recognition

classification 💻 cs.IR cs.LG
keywords tablestructuretablescomplicatedfilescellsdatasetrecognition
0
0 comments X
read the original abstract

The task of table structure recognition aims to recognize the internal structure of a table, which is a key step to make machines understand tables. Currently, there are lots of studies on this task for different file formats such as ASCII text and HTML. It also attracts lots of attention to recognize the table structures in PDF files. However, it is hard for the existing methods to accurately recognize the structure of complicated tables in PDF files. The complicated tables contain spanning cells which occupy at least two columns or rows. To address the issue, we propose a novel graph neural network for recognizing the table structure in PDF files, named GraphTSR. Specifically, it takes table cells as input, and then recognizes the table structures by predicting relations among cells. Moreover, to evaluate the task better, we construct a large-scale table structure recognition dataset from scientific papers, named SciTSR, which contains 15,000 tables from PDF files and their corresponding structure labels. Extensive experiments demonstrate that our proposed model is highly effective for complicated tables and outperforms state-of-the-art baselines over a benchmark dataset and our new constructed dataset.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 12 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. MPDocBench-Parse: Benchmarking Practical Multi-page Document Parsing

    cs.AI 2026-05 unverdicted novelty 7.0

    MPDocBench-Parse provides a 3,246-page benchmark and evaluation protocol for multi-page document parsing that tests text/table/formula extraction, merging, figure handling, reading order, and heading hierarchy.

  2. Q-Mask: Query-driven Causal Masks for Text Anchoring in OCR-Oriented Vision-Language Models

    cs.CV 2026-03 unverdicted novelty 7.0

    Q-Mask uses query-conditioned causal masks to separate text location from recognition in OCR VLMs, backed by a new benchmark and 26M-pair training dataset.

  3. TableNet A Large-Scale Table Dataset with LLM-Powered Autonomous

    cs.DB 2026-02 unverdicted novelty 7.0

    TableNet is a new large-scale table dataset created via LLM multi-agent generation, combined with diversity-based active learning that achieves competitive performance on its test set and superior results on real-worl...

  4. Rethinking the Pointer Loss in Table Structure Recognition: Geometry-Aware Pointer Loss for Spatial Locality

    cs.CV 2026-06 conditional novelty 6.0

    Geometry-Aware Pointer Loss reweights cross-entropy by inverse Manhattan distance to focus gradients on adjacent-cell errors in TSR, yielding SOTA results on PubTabNet and SynthTabNet.

  5. FastTab: A Fast Table Recognizer with a Tiny Recursive Module and 1D Transformers

    cs.CV 2026-05 unverdicted novelty 6.0

    FastTab combines a Tiny Recursive Module and axial 1D Transformer encoders to predict table grids, headers, and cell spans directly, achieving competitive accuracy on four benchmarks with low-latency inference.

  6. MPDocBench-Parse: Benchmarking Practical Multi-page Document Parsing

    cs.AI 2026-05 unverdicted novelty 6.0

    MPDocBench-Parse provides 433 annotated multi-page documents and an evaluation protocol covering text/table/formula extraction, merging, figure extraction, reading order, and heading hierarchy for realistic document parsing.

  7. From Historical Tabular Image to Knowledge Graphs: A Provenance-Aware Modular Pipeline

    cs.CV 2026-05 unverdicted novelty 6.0

    A provenance-aware modular pipeline converts handwritten tabular images to knowledge graphs through three inspectable stages with full traceability to visual and textual origins.

  8. DenTab: A Dataset for Table Recognition and Visual QA on Real-World Dental Estimates

    cs.CV 2026-04 unverdicted novelty 6.0

    DenTab provides 2,000 annotated dental table images and 2,208 questions to benchmark 16 systems on table structure recognition and VQA, revealing that strong layout recovery does not ensure reliable multi-step arithme...

  9. TableSeq: Unified Generation of Structure, Content, and Layout

    cs.CV 2026-04 unverdicted novelty 6.0

    TableSeq unifies table structure recognition, content extraction, and cell localization by generating an interleaved autoregressive sequence of HTML tags, cell text, and discretized coordinate tokens from an input image.

  10. Expanding Performance Boundaries of Open-Source Multimodal Models with Model, Data, and Test-Time Scaling

    cs.CV 2024-12 unverdicted novelty 6.0

    InternVL 2.5 is the first open-source MLLM to surpass 70% on the MMMU benchmark via model, data, and test-time scaling, with a 3.7-point gain from chain-of-thought reasoning.

  11. Building Agent Harnesses for Scientific Curation from Multimodal Sources

    cs.AI 2026-06 unverdicted novelty 5.0

    Beaver agent harness achieves 81.0 GRAS on multimodal scientific curation, outperforming frontier agents by over 23 points through scaffolding and evidence tooling.

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

    cs.MM 2024-10 unverdicted novelty 3.0

    Survey proposing a taxonomy for document parsing into pipeline-based systems and VLM-driven unified models, reviewing components, metrics, benchmarks, and challenges.