Single 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 summaries, our model induces a multi-root dependency tree while predicting the output summary. Each root node in the tree is a summary sentence, and the subtrees attached to it are sentences whose content relates to or explains the summary sentence. We design a new iterative refinement algorithm: it induces the trees through repeatedly refining the structures predicted by previous iterations. We demonstrate experimentally on two benchmark datasets that our summarizer performs competitively against state-of-the-art methods.
Code (1)
Tasks
Document SummarizationExtractive SummarizationSentenceSimilar Papers 제목 키워드 기반
StructSum: Summarization via Structured Representations
Abstractive text summarization aims at compressing the information of a long source document into a rephrased, condensed summary. Despite advances in modeling techniques, abstractive summarization models still suffer fro…
Abstractive Text SummarizationDecoderDocument SummarizationSentence+1Single-Document Summarization as a Tree Knapsack Problem
Single Document Summarization based on Nested Tree Structure
Sentence Similarity based on Dependency Tree Kernels for Multi-document Summarization
We introduce an approach based on using the dependency grammar representations of sentences to compute sentence similarity for extractive multi-document summarization. We adapt and investigate the effects of two untyped …
Document SummarizationMulti-Document SummarizationRelation ExtractionSentence+1Abstractive Multi-Document Summarization via Joint Learning with Single-Document Summarization
Single-document and multi-document summarizations are very closely related in both task definition and solution method. In this work, we propose to improve neural abstractive multi-document summarization by jointly learn…
DecoderDocument SummarizationMulti-Document Summarization