paper-with-me

Papers

Handling tree-structured text: parsing directory pages

2021-11-24 · Sarang Shrivastava, Afreen Shaikh, Shivani Shrivastava, Chung Ming Ho, Pradeep Reddy, Vijay Saraswat

The determination of the reading sequence of text is fundamental to document understanding. This problem is easily solved in pages where the text is organized into a sequence of lines and vertical alignment runs the height of the page (producing multiple columns which can be read from left to right). We present a situation -- the directory page parsing problem -- where information is presented on the page in an irregular, visually-organized, two-dimensional format. Directory pages are fairly common in financial prospectuses and carry information about organizations, their addresses and relationships that is key to business tasks in client onboarding. Interestingly, directory pages sometimes have hierarchical structure, motivating the need to generalize the reading sequence to a reading tree. We present solutions to the problem of identifying directory pages and constructing the reading tree, using (learnt) classifiers for text segments and a bottom-up (right to left, bottom-to-top) traversal of segments. The solution is a key part of a production service supporting automatic extraction of organization, address and relationship information from client onboarding documents.

📄 PDF Abstract BibTeX arXiv:2111.12317

Code (0)

등록된 구현이 없습니다.

Tasks

document understanding

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Top-down Tree Structured Decoding with Syntactic Connections for Neural Machine Translation and Parsing

2018-09-06 · EMNLP 2018 10 · Jetic Gū, Hassan S. Shavarani, Anoop Sarkar

The addition of syntax-aware decoding in Neural Machine Translation (NMT) systems requires an effective tree-structured neural network, a syntax-aware attention model and a language generation model that is sensitive to …

Constituency ParsingDecoderDependency ParsingMachine Translation+4

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

2024-10-28 · Qintong Zhang, Bin Wang, Victor Shea-Jay Huang, Junyuan Zhang 외

Document parsing is essential for converting unstructured and semi-structured documents such as contracts, academic papers, and invoices into structured, machine-readable data. Document parsing reliable structured data f…

Data IntegrationKnowledge Base Construction

Practical Fixed-Parameter Algorithms for Defending Active Directory Style Attack Graphs

2021-12-25 · Mingyu Guo, Jialiang Li, Aneta Neumann, Frank Neumann 외

Active Directory is the default security management system for Windows domain networks. We study the shortest path edge interdiction problem for defending Active Directory style attack graphs. The problem is formulated a…

ManagementTree Decomposition

Parsing Any Domain English text to CoNLL dependencies

2012-05-01 · LREC 2012 5 · Sudheer Kolachina, Prasanth Kolachina

It is well known that accuracies of statistical parsers trained over Penn Treebank on test sets drawn from the same corpus tend to be overestimates of their actual parsing performance. This gives rise to the need for eva…

BenchmarkingDependency ParsingMachine TranslationQuestion Answering+2

Using C5.0 and Exhaustive Search for Boosting Frame-Semantic Parsing Accuracy

2014-05-01 · LREC 2014 5 · Guntis Barzdins, Didzis Gosko, Laura Rituma, Peteris Paikens

Frame-semantic parsing is a kind of automatic semantic role labeling performed according to the FrameNet paradigm. The paper reports a novel approach for boosting frame-semantic parsing accuracy through the use of the C5…

Semantic ParsingSemantic Role Labeling