paper-with-me

홈 › Papers

Table understanding in structured documents

2019-03-22 · Martin Holeček, Antonín Hoskovec, Petr Baudiš, Pavel Klinger

Abstract--- Table detection and extraction has been studied in the context of documents like reports, where tables are clearly outlined and stand out from the document structure visually. We study this topic in a rather more challenging domain of layout-heavy business documents, particularly invoices. Invoices present the novel challenges of tables being often without outlines - either in the form of borders or surrounding text flow - with ragged columns and widely varying data content. We will also show, that we can extract specific information from structurally different tables or table-like structures with one model. We present a comprehensive representation of a page using graph over word boxes, positional embeddings, trainable textual features and rephrase the table detection as a text box labeling problem. We will work on our newly presented dataset of pro forma invoices, invoices and debit note documents using this representation and propose multiple baselines to solve this labeling problem. We then propose a novel neural network model that achieves strong, practical results on the presented dataset and analyze the model performance and effects of graph convolutions and self-attention in detail.

📄 PDF Abstract BibTeX arXiv:1904.12577

Code (2)

Darthholi/similarity-models 공식 구현 tf
Darthholi/DocumentConcepts tf

Tasks

Table Detection

Similar Papers 제목 키워드 기반

On the Comprehensibility of Multi-structured Financial Documents using LLMs and Pre-processing Tools

2025-06-05 · Shivani Upadhyay, Messiah Ataey, Shariyar Murtuza, Yifan Nie 외

The proliferation of complex structured data in hybrid sources, such as PDF documents and web pages, presents unique challenges for current Large Language Models (LLMs) and Multi-modal Large Language Models (MLLMs) in pr…

Evaluating LLMs' Mathematical Reasoning in Financial Document Question Answering

2024-02-17 · Pragya Srivastava, Manuj Malik, Vivek Gupta, Tanuja Ganu 외

Large Language Models (LLMs), excel in natural language understanding, but their capability for complex mathematical reasoning with an amalgamation of structured tables and unstructured text is uncertain. This study expl…

Arithmetic ReasoningMathematical ReasoningNatural Language UnderstandingQuestion Answering

DOM-LM: Learning Generalizable Representations for HTML Documents

2022-01-25 · Xiang Deng, Prashant Shiralkar, Colin Lockard, Binxuan Huang 외

HTML documents are an important medium for disseminating information on the Web for human consumption. An HTML document presents information in multiple text formats including unstructured text, structured key-value pair…

AttributeAttribute ExtractionOpen Information ExtractionQuestion Answering+1

Understanding and representing the semantics of large structured documents

2018-07-24 · Muhammad Mahbubur Rahman, Tim Finin

Understanding large, structured documents like scholarly articles, requests for proposals or business reports is a complex and difficult task. It involves discovering a document's overall purpose and subject(s), understa…

Articles

Sattiy at SemEval-2021 Task 9: An Ensemble Solution for Statement Verification and Evidence Finding with Tables

2021-04-21 · SEMEVAL 2021 · Xiaoyi Ruan, Meizhi Jin, Jian Ma, Haiqin Yang 외

Question answering from semi-structured tables can be seen as a semantic parsing task and is significant and practical for pushing the boundary of natural language understanding. Existing research mainly focuses on under…

ArticlesNatural Language UnderstandingQuestion AnsweringSemantic Parsing