paper-with-me

홈 › Papers

Improved Document Modelling with a Neural Discourse Parser

2019-11-16 · ALTA 2019 4 · Fajri Koto, Jey Han Lau, Timothy Baldwin

Despite the success of attention-based neural models for natural language generation and classification tasks, they are unable to capture the discourse structure of larger documents. We hypothesize that explicit discourse representations have utility for NLP tasks over longer documents or document sequences, which sequence-to-sequence models are unable to capture. For abstractive summarization, for instance, conventional neural models simply match source documents and the summary in a latent space without explicit representation of text structure or relations. In this paper, we propose to use neural discourse representations obtained from a rhetorical structure theory (RST) parser to enhance document representations. Specifically, document representations are generated for discourse spans, known as the elementary discourse units (EDUs). We empirically investigate the benefit of the proposed approach on two different tasks: abstractive summarization and popularity prediction of online petitions. We find that the proposed approach leads to improvements in all cases.

📄 PDF Abstract BibTeX arXiv:1911.06919

Code (1)

fajri91/RSTExtractor 공식 구현 pytorch

Tasks

Abstractive Text SummarizationText Generation

Similar Papers 제목 키워드 기반

Unsupervised Learning of Discourse-Aware Text Representation for Essay Scoring

2019-07-01 · ACL 2019 7 · Farjana Sultana Mim, Naoya Inoue, Paul Reisert, Hiroki Ouchi 외

Existing document embedding approaches mainly focus on capturing sequences of words in documents. However, some document classification and regression tasks such as essay scoring need to consider discourse structure of d…

ClassificationDocument ClassificationDocument EmbeddingGeneral Classification+1

Learning Contextually Informed Representations for Linear-Time Discourse Parsing

2017-09-01 · EMNLP 2017 9 · Yang Liu, Mirella Lapata

Recent advances in RST discourse parsing have focused on two modeling paradigms: (a) high order parsers which jointly predict the tree structure of the discourse and the relations it encodes; or (b) linear-time parsers w…

Discourse ParsingFeature EngineeringQuestion AnsweringSentiment Analysis

Dependency-based Discourse Parser for Single-Document Summarization

2014-10-01 · EMNLP 2014 10 · Yasuhisa Yoshida, Jun Suzuki, Tsutomu Hirao, Masaaki Nagata
Document Summarization

Training Data Enrichment for Infrequent Discourse Relations

2016-12-01 · COLING 2016 12 · Kailang Jiang, Giuseppe Carenini, Raymond Ng

Discourse parsing is a popular technique widely used in text understanding, sentiment analysis and other NLP tasks. However, for most discourse parsers, the performance varies significantly across different discourse rel…

Discourse ParsingRelationSentiment Analysis

An End-to-End Document-Level Neural Discourse Parser Exploiting Multi-Granularity Representations

2020-12-21 · Ke Shi, Zhengyuan Liu, Nancy F. Chen

Document-level discourse parsing, in accordance with the Rhetorical Structure Theory (RST), remains notoriously challenging. Challenges include the deep structure of document-level discourse trees, the requirement of sub…

DecoderDiscourse ParsingLanguage ModelingLanguage Modelling