paper-with-me

Papers

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 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.

📄 PDF Abstract BibTeX

Code (1)

nlpyang/SUMO 공식 구현 pytorch

Tasks

Document SummarizationExtractive SummarizationSentence

Similar Papers 제목 키워드 기반

StructSum: Summarization via Structured Representations

2020-03-01 · EACL 2021 2 · Vidhisha Balachandran, Artidoro Pagnoni, Jay Yoon Lee, Dheeraj Rajagopal 외

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+1

Single-Document Summarization as a Tree Knapsack Problem

2013-10-01 · EMNLP 2013 10 · Tsutomu Hirao, Yasuhisa Yoshida, Masaaki Nishino, Norihito Yasuda 외
Combinatorial OptimizationDocument SummarizationText Summarization

Single Document Summarization based on Nested Tree Structure

2014-06-01 · ACL 2014 6 · Yuta Kikuchi, Tsutomu Hirao, Hiroya Takamura, Manabu Okumura 외
Combinatorial OptimizationDocument SummarizationSentence CompressionText Summarization

Sentence Similarity based on Dependency Tree Kernels for Multi-document Summarization

2016-05-01 · LREC 2016 5 · {\c{S}}aziye Bet{\"u}l {\"O}zate{\c{s}}, Arzucan {\"O}zg{\"u}r, Dragomir Radev

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+1

Abstractive Multi-Document Summarization via Joint Learning with Single-Document Summarization

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Hanqi Jin, Xiaojun Wan

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