paper-with-me

Papers

Considering Nested Tree Structure in Sentence Extractive Summarization with Pre-trained Transformer

2021-11-01 · EMNLP 2021 11 · Jingun Kwon, Naoki Kobayashi, Hidetaka Kamigaito, Manabu Okumura

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Extractive Text SummarizationSentence

Similar Papers 제목 키워드 기반

Text Summarization as Tree Transduction by Top-Down TreeLSTM

2018-09-24 · Davide Bacciu, Antonio Bruno

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 Summarization

Discourse-Aware Hierarchical Attention Network for Extractive Single-Document Summarization

2019-09-01 · RANLP 2019 9 · Tatsuya Ishigaki, Hidetaka Kamigaito, Hiroya Takamura, Manabu Okumura

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 SummarizationSentence

Can RNNs learn Recursive Nested Subject-Verb Agreements?

2021-01-06 · Yair Lakretz, Théo Desbordes, Jean-Rémi King, Benoît Crabbé 외

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…

Sentence

Single Document Summarization as Tree Induction

2019-06-01 · NAACL 2019 6 · Yang Liu, Ivan Titov, Mirella Lapata

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 SummarizationSentence

At Which Level Should We Extract? An Empirical Analysis on Extractive Document Summarization

2020-04-06 · COLING 2020 8 · Qingyu Zhou, Furu Wei, Ming Zhou

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