paper-with-me

Papers

Compositional Data Augmentation for Abstractive Conversation Summarization

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Recent abstractive conversation summarization systems generally rely on large-scale annotated summaries. However, collecting conversations and annotating their corresponding summaries can be time-consuming and labor-intensive. To alleviate the data scarcity issue, in this work, we present a simple yet effective compositional data augmentation method, Compo, for generating diverse and high-quality pairs of conversations and summaries. Specifically, we generate novel conversation and summary pairs through first extracting conversation snippets and summary sentences based on conversation stages and then randomly composing them constrained by the temporal relation and semantic similarities. To deal with the noises in the augmented data, we further utilize knowledge distillation to learn concise representation from a teacher model trained on high-quality data. Extensive experiments on benchmark datasets demonstrate that Compo significantly outperforms prior state-of-the-art baselines in terms of both quantitative and qualitative evaluation, and exhibits a reasonable level of interpretability.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Conversation SummarizationData AugmentationKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Simple Conversational Data Augmentation for Semi-supervised Abstractive Dialogue Summarization

2021-11-01 · EMNLP 2021 11 · Jiaao Chen, Diyi Yang

Abstractive conversation summarization has received growing attention while most current state-of-the-art summarization models heavily rely on human-annotated summaries. To reduce the dependence on labeled summaries, in …

Abstractive Dialogue SummarizationConversation SummarizationData Augmentation

Automatic Community Creation for Abstractive Spoken Conversations Summarization

2017-09-01 · WS 2017 9 · Karan Singla, Evgeny Stepanov, Ali Orkan Bayer, Giuseppe Carenini 외

Summarization of spoken conversations is a challenging task, since it requires deep understanding of dialogs. Abstractive summarization techniques rely on linking the summary sentences to sets of original conversation se…

Abstractive Text SummarizationWord Embeddings

Restructuring Conversations using Discourse Relations for Zero-shot Abstractive Dialogue Summarization

2019-02-05 · Prakhar Ganesh, Saket Dingliwal

Dialogue summarization is a challenging problem due to the informal and unstructured nature of conversational data. Recent advances in abstractive summarization have been focused on data-hungry neural models and adapting…

Abstractive Dialogue SummarizationAbstractive Text SummarizationDocument Summarization

Mitigating Data Scarceness through Data Synthesis, Augmentation and Curriculum for Abstractive Summarization

2021-09-17 · Findings (EMNLP) 2021 11 · Ahmed Magooda, Diane Litman

This paper explores three simple data manipulation techniques (synthesis, augmentation, curriculum) for improving abstractive summarization models without the need for any additional data. We introduce a method of data s…

Abstractive Text SummarizationData AugmentationSpecificity

GupShup: An Annotated Corpus for Abstractive Summarization of Open-Domain Code-Switched Conversations

2021-04-17 · Laiba Mehnaz, Debanjan Mahata, Rakesh Gosangi, Uma Sushmitha Gunturi 외

Code-switching is the communication phenomenon where speakers switch between different languages during a conversation. With the widespread adoption of conversational agents and chat platforms, code-switching has become …

Abstractive Text SummarizationConversation Summarization