paper-with-me

Papers

Toward Abstractive Summarization Using Semantic Representations

2018-05-25 · HLT 2015 5 · Fei Liu, Jeffrey Flanigan, Sam Thomson, Norman Sadeh, Noah A. Smith

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

📄 PDF Abstract BibTeX arXiv:1805.10399

Code (1)

summarization/semantic_summ

Tasks

Abstractive Text SummarizationAbstract Meaning Representation

Similar Papers 제목 키워드 기반

Multi-Granularity Interaction Network for Extractive and Abstractive Multi-Document Summarization

2020-07-01 · ACL 2020 6 · Hanqi Jin, Tianming Wang, Xiaojun Wan

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 SummarizationSentence

Integrating Semantic Scenario and Word Relations for Abstractive Sentence Summarization

2021-11-01 · EMNLP 2021 11 · Yong Guan, Shaoru Guo, Ru Li, XiaoLi Li 외

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 Summarization

Enhancing Semantic Understanding with Self-supervised Methods for Abstractive Dialogue Summarization

2022-09-01 · Hyunjae Lee, Jaewoong Yun, Hyunjin Choi, Seongho Joe 외

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

Enriching Transformers with Structured Tensor-Product Representations for Abstractive Summarization

2021-06-02 · NAACL 2021 4 · Yichen Jiang, Asli Celikyilmaz, Paul Smolensky, Paul Soulos 외

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 Summarization

Abstractive Dialog Summarization with Semantic Scaffolds

2019-10-02 · ICLR 2020 1 · Lin Yuan, Zhou Yu

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