paper-with-me

Papers

Mutual Reinforcement of LLM Dialogue Synthesis and Summarization Capabilities for Few-Shot Dialogue Summarization

2025-02-24 · Yen-Ju Lu, Ting-yao Hu, Hema Swetha Koppula, Hadi Pouransari, Jen-Hao Rick Chang, Yin Xia, Xiang Kong, Qi Zhu, Simon Wang, Oncel Tuzel, Raviteja Vemulapalli

In this work, we propose Mutual Reinforcing Data Synthesis (MRDS) within LLMs to improve few-shot dialogue summarization task. Unlike prior methods that require external knowledge, we mutually reinforce the LLM\'s dialogue synthesis and summarization capabilities, allowing them to complement each other during training and enhance overall performances. The dialogue synthesis capability is enhanced by directed preference optimization with preference scoring from summarization capability. The summarization capability is enhanced by the additional high quality dialogue-summary paired data produced by the dialogue synthesis capability. By leveraging the proposed MRDS mechanism, we elicit the internal knowledge of LLM in the format of synthetic data, and use it to augment the few-shot real training dataset. Empirical results demonstrate that our method improves dialogue summarization, achieving a 1.5% increase in ROUGE scores and a 0.3% improvement in BERT scores in few-shot settings. Furthermore, our method attains the highest average scores in human evaluations, surpassing both the pre-trained models and the baselines fine-tuned solely for summarization tasks.

📄 PDF Abstract BibTeX arXiv:2502.17328

Code (0)

등록된 구현이 없습니다.

Tasks

dialogue summary

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Adam 설명 없음
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$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Weight Decay 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Automatic summarization of medical conversations, a review

2019-07-01 · JEPTALNRECITAL 2019 7 · Jessica L{\'o}pez Espejel

ion et pour l{'}analyse du dialogue. Nous d{\'e}crivons aussi les utilisation du Traitement Automatique des Langues dans le domaine m{\'e}dical. A BSTRACT Conversational analysis plays an important role in the developmen…

Abstractive Text Summarization

Can GPT models Follow Human Summarization Guidelines? Evaluating ChatGPT and GPT-4 for Dialogue Summarization

2023-10-25 · Yongxin Zhou, Fabien Ringeval, François Portet

This study explores the capabilities of prompt-driven Large Language Models (LLMs) like ChatGPT and GPT-4 in adhering to human guidelines for dialogue summarization. Experiments employed DialogSum (English social convers…

Semantic SimilaritySemantic Textual Similarity

Language Model as an Annotator: Exploring DialoGPT for Dialogue Summarization

2021-05-26 · ACL 2021 5 · Xiachong Feng, Xiaocheng Feng, Libo Qin, Bing Qin 외

Current dialogue summarization systems usually encode the text with a number of general semantic features (e.g., keywords and topics) to gain more powerful dialogue modeling capabilities. However, these features are obta…

Conversational Response GenerationLanguage ModelingLanguage ModellingResponse Generation

MEDSAGE: Enhancing Robustness of Medical Dialogue Summarization to ASR Errors with LLM-generated Synthetic Dialogues

2024-08-26 · Kuluhan Binici, Abhinav Ramesh Kashyap, Viktor Schlegel, Andy T. Liu 외

Automatic Speech Recognition (ASR) systems are pivotal in transcribing speech into text, yet the errors they introduce can significantly degrade the performance of downstream tasks like summarization. This issue is parti…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationIn-Context Learning+2

MuTual: A Dataset for Multi-Turn Dialogue Reasoning

2020-04-09 · ACL 2020 6 · Leyang Cui, Yu Wu, Shujie Liu, Yue Zhang 외

Non-task oriented dialogue systems have achieved great success in recent years due to largely accessible conversation data and the development of deep learning techniques. Given a context, current systems are able to yie…

Task-Oriented Dialogue Systems