paper-with-me

홈 › Papers

Unveiling the semantic structure of text documents using paragraph-aware Topic Models

2018-06-26 · Simón Roca-Sotelo, Jerónimo Arenas-García

Classic Topic Models are built under the Bag Of Words assumption, in which word position is ignored for simplicity. Besides, symmetric priors are typically used in most applications. In order to easily learn topics with different properties among the same corpus, we propose a new line of work in which the paragraph structure is exploited. Our proposal is based on the following assumption: in many text document corpora there are formal constraints shared across all the collection, e.g. sections. When this assumption is satisfied, some paragraphs may be related to general concepts shared by all documents in the corpus, while others would contain the genuine description of documents. Assuming each paragraph can be semantically more general, specific, or hybrid, we look for ways to measure this, transferring this distinction to topics and being able to learn what we call specific and general topics. Experiments show that this is a proper methodology to highlight certain paragraphs in structured documents at the same time we learn interesting and more diverse topics.

📄 PDF Abstract BibTeX arXiv:1806.09827

Code (0)

등록된 구현이 없습니다.

Tasks

Topic Models

Similar Papers 제목 키워드 기반

Capturing Logical Structure of Visually Structured Documents with Multimodal Transition Parser

2021-05-01 · EMNLP (NLLP) 2021 11 · Yuta Koreeda, Christopher D. Manning

While many NLP pipelines assume raw, clean texts, many texts we encounter in the wild, including a vast majority of legal documents, are not so clean, with many of them being visually structured documents (VSDs) such as …

Boundary Detection

Extracting Body Text from Academic PDF Documents for Text Mining

2020-10-23 · Changfeng Yu, Cheng Zhang, Jie Wang

Accurate extraction of body text from PDF-formatted academic documents is essential in text-mining applications for deeper semantic understandings. The objective is to extract complete sentences in the body text into a t…

Sentence

Advancing Topic Segmentation and Outline Generation in Chinese Texts: The Paragraph-level Topic Representation, Corpus, and Benchmark

2023-05-24 · Feng Jiang, Weihao Liu, Xiaomin Chu, Peifeng Li 외

Topic segmentation and outline generation strive to divide a document into coherent topic sections and generate corresponding subheadings, unveiling the discourse topic structure of a document. Compared with sentence-lev…

Discourse ParsingInformation RetrievalRetrievalSentence

A Hierarchical Neural Autoencoder for Paragraphs and Documents

2015-06-02 · IJCNLP 2015 7 · Jiwei Li, Minh-Thang Luong, Dan Jurafsky

Natural language generation of coherent long texts like paragraphs or longer documents is a challenging problem for recurrent networks models. In this paper, we explore an important step toward this generation task: trai…

SentenceText Generation

Modelling the semantics of text in complex document layouts using graph transformer networks

2022-02-18 · Thomas Roland Barillot, Jacob Saks, Polena Lilyanova, Edward Torgas 외

Representing structured text from complex documents typically calls for different machine learning techniques, such as language models for paragraphs and convolutional neural networks (CNNs) for table extraction, which p…

Table Extraction