paper-with-me

홈 › Papers

Predicting Discourse Structure using Distant Supervision from Sentiment

2019-10-30 · IJCNLP 2019 11 · Patrick Huber, Giuseppe Carenini

Discourse parsing could not yet take full advantage of the neural NLP revolution, mostly due to the lack of annotated datasets. We propose a novel approach that uses distant supervision on an auxiliary task (sentiment classification), to generate abundant data for RST-style discourse structure prediction. Our approach combines a neural variant of multiple-instance learning, using document-level supervision, with an optimal CKY-style tree generation algorithm. In a series of experiments, we train a discourse parser (for only structure prediction) on our automatically generated dataset and compare it with parsers trained on human-annotated corpora (news domain RST-DT and Instructional domain). Results indicate that while our parser does not yet match the performance of a parser trained and tested on the same dataset (intra-domain), it does perform remarkably well on the much more difficult and arguably more useful task of inter-domain discourse structure prediction, where the parser is trained on one domain and tested/applied on another one.

📄 PDF Abstract BibTeX arXiv:1910.14176

Code (0)

등록된 구현이 없습니다.

Tasks

Discourse ParsingMultiple Instance LearningPredictionSentiment AnalysisSentiment Classification

Similar Papers 제목 키워드 기반

Predicting Above-Sentence Discourse Structure using Distant Supervision from Topic Segmentation

2021-12-12 · Patrick Huber, Linzi Xing, Giuseppe Carenini

RST-style discourse parsing plays a vital role in many NLP tasks, revealing the underlying semantic/pragmatic structure of potentially complex and diverse documents. Despite its importance, one of the most prevailing lim…

Discourse ParsingSentenceSentiment Analysis

MEGA RST Discourse Treebanks with Structure and Nuclearity from Scalable Distant Sentiment Supervision

2020-11-05 · EMNLP 2020 11 · Patrick Huber, Giuseppe Carenini

The lack of large and diverse discourse treebanks hinders the application of data-driven approaches, such as deep-learning, to RST-style discourse parsing. In this work, we present a novel scalable methodology to automat…

Discourse Parsing

Large Discourse Treebanks from Scalable Distant Supervision

2022-10-18 · Patrick Huber, Giuseppe Carenini

Discourse parsing is an essential upstream task in Natural Language Processing with strong implications for many real-world applications. Despite its widely recognized role, most recent discourse parsers (and consequentl…

Discourse ParsingSentiment Analysis

Topic-driven Distant Supervision Framework for Macro-level Discourse Parsing

2023-05-23 · Feng Jiang, Longwang He, Peifeng Li, Qiaoming Zhu 외

Discourse parsing, the task of analyzing the internal rhetorical structure of texts, is a challenging problem in natural language processing. Despite the recent advances in neural models, the lack of large-scale, high-qu…

Discourse ParsingTransfer Learning

TopicThunder at SemEval-2017 Task 4: Sentiment Classification Using a Convolutional Neural Network with Distant Supervision

2017-08-01 · SEMEVAL 2017 8 · Simon M{\"u}ller, Tobias Huonder, Jan Deriu, Mark Cieliebak

In this paper, we propose a classifier for predicting topic-specific sentiments of English Twitter messages. Our method is based on a 2-layer CNN.With a distant supervised phase we leverage a large amount of weakly-label…

General ClassificationSentiment AnalysisSentiment ClassificationWord Embeddings