Supervised and Unsupervised Methods for Robust Separation of Section Titles and Prose Text in Web Documents
The text in many web documents is organized into a hierarchy of section titles and corresponding prose content, a structure which provides potentially exploitable information on discourse structure and topicality. However, this organization is generally discarded during text collection, and collecting it is not straightforward: the same visual organization can be implemented in a myriad of different ways in the underlying HTML. To remedy this, we present a flexible system for automatically extracting the hierarchical section titles and prose organization of web documents irrespective of differences in HTML representation. This system uses features from syntax, semantics, discourse and markup to build two models which classify HTML text into section titles and prose text. When tested on three different domains of web text, our domain-independent system achieves an overall precision of 0.82 and a recall of 0.98. The domain-dependent variation produces very high precision (0.99) at the expense of recall (0.75). These results exhibit a robust level of accuracy suitable for enhancing question answering, information extraction, and summarization.
Code (0)
등록된 구현이 없습니다.
Tasks
Information RetrievalQuestion AnsweringSimilar Papers 제목 키워드 기반
Improving Human Text Comprehension through Semi-Markov CRF-based Neural Section Title Generation
Titles of short sections within long documents support readers by guiding their focus towards relevant passages and by providing anchor-points that help to understand the progression of the document. The positive effects…
DecoderReading ComprehensionSentenceHypernyms Through Intra-Article Organization in Wikipedia
We introduce a new measure for unsupervised hypernym detection and directionality. The motivation is to keep the measure computationally light and portatable across languages. We show that the relative physical location …
ArticlesSemantic SimilaritySemantic Textual SimilarityDeep Neural Network (DNN) for Water/Fat Separation: Supervised Training, Unsupervised Training, and No Training
Purpose: To use a deep neural network (DNN) for solving the optimization problem of water/fat separation and to compare supervised and unsupervised training. Methods: The current T2*-IDEAL algorithm for solving fat/water…
STAPI: An Automatic Scraper for Extracting Iterative Title-Text Structure from Web Documents
Formal documents often are organized into sections of text, each with a title, and extracting this structure remains an under-explored aspect of natural language processing. This iterative title-text structure is valuabl…
Headline GenerationLexNLP: Natural language processing and information extraction for legal and regulatory texts
LexNLP is an open source Python package focused on natural language processing and machine learning for legal and regulatory text. The package includes functionality to (i) segment documents, (ii) identify key text such …