paper-with-me

Papers

Improving Abstractive Dialogue Summarization with Graph Structures and Topic Words

2020-12-01 · COLING 2020 8 · Lulu Zhao, Weiran Xu, Jun Guo

Recently, people have been beginning paying more attention to the abstractive dialogue summarization task. Since the information flows are exchanged between at least two interlocutors and key elements about a certain event are often spanned across multiple utterances, it is necessary for researchers to explore the inherent relations and structures of dialogue contents. However, the existing approaches often process the dialogue with sequence-based models, which are hard to capture long-distance inter-sentence relations. In this paper, we propose a Topic-word Guided Dialogue Graph Attention (TGDGA) network to model the dialogue as an interaction graph according to the topic word information. A masked graph self-attention mechanism is used to integrate cross-sentence information flows and focus more on the related utterances, which makes it better to understand the dialogue. Moreover, the topic word features are introduced to assist the decoding process. We evaluate our model on the SAMSum Corpus and Automobile Master Corpus. The experimental results show that our method outperforms most of the baselines.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Dialogue SummarizationGraph AttentionSentence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Graph Self-Attention 설명 없음

Similar Papers 제목 키워드 기반

Unsupervised Abstractive Dialogue Summarization with Word Graphs and POV Conversion

2022-05-26 · WIT (ACL) 2022 5 · Seongmin Park, Jihwa Lee

We advance the state-of-the-art in unsupervised abstractive dialogue summarization by utilizing multi-sentence compression graphs. Starting from well-founded assumptions about word graphs, we present simple but reliable …

Abstractive Dialogue SummarizationRerankingSentenceSentence Compression

A Finer-grain Universal Dialogue Semantic Structures based Model For Abstractive Dialogue Summarization

2021-11-01 · Findings (EMNLP) 2021 11 · Yuejie Lei, Fujia Zheng, Yuanmeng Yan, Keqing He 외

Although abstractive summarization models have achieved impressive results on document summarization tasks, their performance on dialogue modeling is much less satisfactory due to the crude and straight methods for dialo…

Abstractive Dialogue SummarizationAbstractive Text SummarizationDocument Summarization

CSDS: A Fine-Grained Chinese Dataset for Customer Service Dialogue Summarization

2021-08-30 · EMNLP 2021 11 · Haitao Lin, Liqun Ma, Junnan Zhu, Lu Xiang 외

Dialogue summarization has drawn much attention recently. Especially in the customer service domain, agents could use dialogue summaries to help boost their works by quickly knowing customer's issues and service progress…

Taxonomy of Abstractive Dialogue Summarization: Scenarios, Approaches and Future Directions

2022-10-18 · Qi Jia, Yizhu Liu, Siyu Ren, Kenny Q. Zhu

Abstractive dialogue summarization is to generate a concise and fluent summary covering the salient information in a dialogue among two or more interlocutors. It has attracted great attention in recent years based on the…

Abstractive Dialogue SummarizationArticlesDocument Summarization

Topic-Oriented Spoken Dialogue Summarization for Customer Service with Saliency-Aware Topic Modeling

2020-12-14 · Yicheng Zou, Lujun Zhao, Yangyang Kang, Jun Lin 외

In a customer service system, dialogue summarization can boost service efficiency by automatically creating summaries for long spoken dialogues in which customers and agents try to address issues about specific topics. I…