Considering Nested Tree Structure in Sentence Extractive Summarization with Pre-trained Transformer
Sentence extractive summarization shortens a document by selecting sentences for a summary while preserving its important contents. However, constructing a coherent and informative summary is difficult using a pre-trained BERT-based encoder since it is not explicitly trained for representing the information of sentences in a document. We propose a nested tree-based extractive summarization model on RoBERTa (NeRoBERTa), where nested tree structures consist of syntactic and discourse trees in a given document. Experimental results on the CNN/DailyMail dataset showed that NeRoBERTa outperforms baseline models in ROUGE. Human evaluation results also showed that NeRoBERTa achieves significantly better scores than the baselines in terms of coherence and yields comparable scores to the state-of-the-art models.
Code (0)
등록된 구현이 없습니다.
Tasks
Extractive Text SummarizationSentenceSimilar Papers 제목 키워드 기반
Text Summarization as Tree Transduction by Top-Down TreeLSTM
Extractive compression is a challenging natural language processing problem. This work contributes by formulating neural extractive compression as a parse tree transduction problem, rather than a sequence transduction ta…
SentenceSentence CompressionText SummarizationDiscourse-Aware Hierarchical Attention Network for Extractive Single-Document Summarization
Discourse relations between sentences are often represented as a tree, and the tree structure provides important information for summarizers to create a short and coherent summary. However, current neural network-based s…
Document SummarizationSentenceCan RNNs learn Recursive Nested Subject-Verb Agreements?
One of the fundamental principles of contemporary linguistics states that language processing requires the ability to extract recursively nested tree structures. However, it remains unclear whether and how this code coul…
SentenceSingle Document Summarization as Tree Induction
In this paper, we conceptualize single-document extractive summarization as a tree induction problem. In contrast to previous approaches which have relied on linguistically motivated document representations to generate …
Document SummarizationExtractive SummarizationSentenceAt Which Level Should We Extract? An Empirical Analysis on Extractive Document Summarization
Extractive methods have been proven effective in automatic document summarization. Previous works perform this task by identifying informative contents at sentence level. However, it is unclear whether performing extract…
Constituency ParsingDocument SummarizationExtractive Document SummarizationExtractive Summarization+2