Toward Abstractive Summarization Using Semantic Representations
We present a novel abstractive summarization framework that draws on the recent development of a treebank for the Abstract Meaning Representation (AMR). In this framework, the source text is parsed to a set of AMR graphs, the graphs are transformed into a summary graph, and then text is generated from the summary graph. We focus on the graph-to-graph transformation that reduces the source semantic graph into a summary graph, making use of an existing AMR parser and assuming the eventual availability of an AMR-to-text generator. The framework is data-driven, trainable, and not specifically designed for a particular domain. Experiments on gold-standard AMR annotations and system parses show promising results. Code is available at: https://github.com/summarization
Code (1)
Tasks
Abstractive Text SummarizationAbstract Meaning RepresentationSimilar Papers 제목 키워드 기반
Multi-Granularity Interaction Network for Extractive and Abstractive Multi-Document Summarization
In this paper, we propose a multi-granularity interaction network for extractive and abstractive multi-document summarization, which jointly learn semantic representations for words, sentences, and documents. The word re…
Document SummarizationExtractive SummarizationMulti-Document SummarizationSentenceIntegrating Semantic Scenario and Word Relations for Abstractive Sentence Summarization
Recently graph-based methods have been adopted for Abstractive Text Summarization. However, existing graph-based methods only consider either word relations or structure information, which neglect the correlation between…
Abstractive Text SummarizationSentenceSentence SummarizationText SummarizationEnhancing Semantic Understanding with Self-supervised Methods for Abstractive Dialogue Summarization
Contextualized word embeddings can lead to state-of-the-art performances in natural language understanding. Recently, a pre-trained deep contextualized text encoder such as BERT has shown its potential in improving natur…
Abstractive Dialogue SummarizationAbstractive Text SummarizationArticlesDecoder+5Enriching Transformers with Structured Tensor-Product Representations for Abstractive Summarization
Abstractive summarization, the task of generating a concise summary of input documents, requires: (1) reasoning over the source document to determine the salient pieces of information scattered across the long document, …
Abstractive Text SummarizationAbstractive Dialog Summarization with Semantic Scaffolds
The demand for abstractive dialog summary is growing in real-world applications. For example, customer service center or hospitals would like to summarize customer service interaction and doctor-patient interaction. Howe…
Abstractive Text SummarizationDocument Summarization