paper-with-me

Papers

Knowledge-guided Unsupervised Rhetorical Parsing for Text Summarization

2019-10-14 · Shengluan Hou, Ruqian Lu

Automatic text summarization (ATS) has recently achieved impressive performance thanks to recent advances in deep learning and the availability of large-scale corpora. To make the summarization results more faithful, this paper presents an unsupervised approach that combines rhetorical structure theory, deep neural model and domain knowledge concern for ATS. This architecture mainly contains three components: domain knowledge base construction based on representation learning, attentional encoder-decoder model for rhetorical parsing and subroutine-based model for text summarization. Domain knowledge can be effectively used for unsupervised rhetorical parsing thus rhetorical structure trees for each document can be derived. In the unsupervised rhetorical parsing module, the idea of translation was adopted to alleviate the problem of data scarcity. The subroutine-based summarization model purely depends on the derived rhetorical structure trees and can generate content-balanced results. To evaluate the summary results without golden standard, we proposed an unsupervised evaluation metric, whose hyper-parameters were tuned by supervised learning. Experimental results show that, on a large-scale Chinese dataset, our proposed approach can obtain comparable performances compared with existing methods.

📄 PDF Abstract BibTeX arXiv:1910.05915

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderKnowledge Base ConstructionRepresentation LearningText SummarizationTranslation

Similar Papers 제목 키워드 기반

RST-style Discourse Parsing Guided by Document-level Content Structures

2023-09-08 · Ming Li, Ruihong Huang

Rhetorical Structure Theory based Discourse Parsing (RST-DP) explores how clauses, sentences, and large text spans compose a whole discourse and presents the rhetorical structure as a hierarchical tree. Existing RST pars…

Discourse ParsingSentence

Attributed Rhetorical Structure Grammar for Domain Text Summarization

2019-09-03 · Ruqian Lu, Shengluan Hou, Chuanqing Wang, Yu Huang 외

This paper presents a new approach of automatic text summarization which combines domain oriented text analysis (DoTA) and rhetorical structure theory (RST) in a grammar form: the attributed rhetorical structure grammar …

Text Summarization

End-to-End Argument Mining over Varying Rhetorical Structures

2024-01-20 · Elena Chistova

Rhetorical Structure Theory implies no single discourse interpretation of a text, and the limitations of RST parsers further exacerbate inconsistent parsing of similar structures. Therefore, it is important to take into …

Argument MiningDependency Parsing

Bilingual Rhetorical Structure Parsing with Large Parallel Annotations

2024-09-23 · Elena Chistova

Discourse parsing is a crucial task in natural language processing that aims to reveal the higher-level relations in a text. Despite growing interest in cross-lingual discourse parsing, challenges persist due to limited …

Discourse ParsingEnd-to-End RST Parsing

Unsupervised Mutual Learning of Dialogue Discourse Parsing and Topic Segmentation

2024-05-30 · Jiahui Xu, Feng Jiang, Anningzhe Gao, Haizhou Li

The advancement of large language models (LLMs) has propelled the development of dialogue systems. Unlike the popular ChatGPT-like assistant model, which only satisfies the user's preferences, task-oriented dialogue syst…

Discourse ParsingGraph Neural NetworkTask-Oriented Dialogue Systems