paper-with-me

Papers

An Exploratory Study on Long Dialogue Summarization: What Works and What's Next

2021-09-10 · Yusen Zhang, Ansong Ni, Tao Yu, Rui Zhang, Chenguang Zhu, Budhaditya Deb, Asli Celikyilmaz, Ahmed Hassan Awadallah, Dragomir Radev

Dialogue summarization helps readers capture salient information from long conversations in meetings, interviews, and TV series. However, real-world dialogues pose a great challenge to current summarization models, as the dialogue length typically exceeds the input limits imposed by recent transformer-based pre-trained models, and the interactive nature of dialogues makes relevant information more context-dependent and sparsely distributed than news articles. In this work, we perform a comprehensive study on long dialogue summarization by investigating three strategies to deal with the lengthy input problem and locate relevant information: (1) extended transformer models such as Longformer, (2) retrieve-then-summarize pipeline models with several dialogue utterance retrieval methods, and (3) hierarchical dialogue encoding models such as HMNet. Our experimental results on three long dialogue datasets (QMSum, MediaSum, SummScreen) show that the retrieve-then-summarize pipeline models yield the best performance. We also demonstrate that the summary quality can be further improved with a stronger retrieval model and pretraining on proper external summarization datasets.

📄 PDF Abstract BibTeX arXiv:2109.04609

Code (1)

chatc/longdialsumm 공식 구현 pytorch

Tasks

ArticlesRetrieval

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
How do I make a claim with Expedia?*Make FastClaimService How do I make a claim with Expedia? To make a claim with Expedia, contact their support team at +1(888) (829) (0881) OR +1(805) (330) (4056), or use the Help Center to submit…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
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$…

Similar Papers 제목 키워드 기반

An Exploratory Study on Long Dialogue Summarization: What Works and What’s Next

2021-11-01 · Findings (EMNLP) 2021 11 · Yusen Zhang, Ansong Ni, Tao Yu, Rui Zhang 외

Dialogue summarization helps readers capture salient information from long conversations in meetings, interviews, and TV series. However, real-world dialogues pose a great challenge to current summarization models, as th…

ArticlesRetrieval

What's in a Summary? Laying the Groundwork for Advances in Hospital-Course Summarization

2021-04-12 · NAACL 2021 4 · Griffin Adams, Emily Alsentzer, Mert Ketenci, Jason Zucker 외

Summarization of clinical narratives is a long-standing research problem. Here, we introduce the task of hospital-course summarization. Given the documentation authored throughout a patient's hospitalization, generate a …

Document SummarizationMulti-Document Summarization

Evaluating Robustness of Dialogue Summarization Models in the Presence of Naturally Occurring Variations

2023-11-15 · Ankita Gupta, Chulaka Gunasekara, Hui Wan, Jatin Ganhotra 외

Dialogue summarization task involves summarizing long conversations while preserving the most salient information. Real-life dialogues often involve naturally occurring variations (e.g., repetitions, hesitations) and exi…

Are We Summarizing the Right Way? A Survey of Dialogue Summarization Data Sets

2021-11-01 · EMNLP (newsum) 2021 11 · Don Tuggener, Margot Mieskes, Jan Deriu, Mark Cieliebak

Dialogue summarization is a long-standing task in the field of NLP, and several data sets with dialogues and associated human-written summaries of different styles exist. However, it is unclear for which type of dialogue…

Reasoning or Not? A Comprehensive Evaluation of Reasoning LLMs for Dialogue Summarization

2025-07-02 · Keyan Jin, Yapeng Wang, Leonel Santos, Tao Fang 외 arxiv

Dialogue summarization is a challenging task with significant practical value in customer service, meeting analysis, and conversational AI. Although large language models (LLMs) have achieved substantial progress in summ…