paper-with-me

홈 › Papers

Detecting Table Region in PDF Documents Using Distant Supervision

2015-06-29 · Miao Fan, Doo Soon Kim

Superior to state-of-the-art approaches which compete in table recognition with 67 annotated government reports in PDF format released by {\it ICDAR 2013 Table Competition}, this paper contributes a novel paradigm leveraging large-scale unlabeled PDF documents to open-domain table detection. We integrate the paradigm into our latest developed system ({\it PdfExtra}) to detect the region of tables by means of 9,466 academic articles from the entire repository of {\it ACL Anthology}, where almost all papers are archived by PDF format without annotation for tables. The paradigm first designs heuristics to automatically construct weakly labeled data. It then feeds diverse evidences, such as layouts of documents and linguistic features, which are extracted by {\it Apache PDFBox} and processed by {\it Stanford NLP} toolkit, into different canonical classifiers. We finally use these classifiers, i.e. {\it Naive Bayes}, {\it Logistic Regression} and {\it Support Vector Machine}, to collaboratively vote on the region of tables. Experimental results show that {\it PdfExtra} achieves a great leap forward, compared with the state-of-the-art approach. Moreover, we discuss the factors of different features, learning models and even domains of documents that may impact the performance. Extensive evaluations demonstrate that our paradigm is compatible enough to leverage various features and learning models for open-domain table region detection within PDF files.

📄 PDF Abstract BibTeX arXiv:1506.08891

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesTable DetectionTable Recognition

Similar Papers 제목 키워드 기반

Digital Editions as Distant Supervision for Layout Analysis of Printed Books

2021-12-23 · Alejandro H. Toselli, Si Wu, David A. Smith

Archivists, textual scholars, and historians often produce digital editions of historical documents. Using markup schemes such as those of the Text Encoding Initiative and EpiDoc, these digital editions often record docu…

Multi-Row, Multi-Span Distant Supervision For Table+Text Question

2021-12-14 · Vishwajeet Kumar, Yash Gupta, Saneem Chemmengath, Jaydeep Sen 외

Question answering (QA) over tables and linked text, also called TextTableQA, has witnessed significant research in recent years, as tables are often found embedded in documents along with related text. HybridQA and OTT-…

Question AnsweringReading Comprehension

Improving distant supervision using inference learning

2015-09-12 · IJCNLP 2015 7 · Roland Roller, Eneko Agirre, Aitor Soroa, Mark Stevenson

Distant supervision is a widely applied approach to automatic training of relation extraction systems and has the advantage that it can generate large amounts of labelled data with minimal effort. However, this data may …

RelationRelation Extraction

Augmenting Document-level Relation Extraction with Efficient Multi-Supervision

2024-07-01 · Xiangyu Lin, Weijia Jia, Zhiguo Gong

Despite its popularity in sentence-level relation extraction, distantly supervised data is rarely utilized by existing work in document-level relation extraction due to its noisy nature and low information density. Among…

Document-level Relation ExtractionRelationRelation ExtractionSentence

Using millions of emoji occurrences to learn any-domain representations for detecting sentiment, emotion and sarcasm

2017-08-01 · EMNLP 2017 9 · Bjarke Felbo, Alan Mislove, Anders Søgaard, Iyad Rahwan 외

NLP tasks are often limited by scarcity of manually annotated data. In social media sentiment analysis and related tasks, researchers have therefore used binarized emoticons and specific hashtags as forms of distant supe…

DiversitySarcasm DetectionSentiment AnalysisTransfer Learning