paper-with-me

홈 › Papers

Factual Dialogue Summarization via Learning from Large Language Models

2024-06-20 · Rongxin Zhu, Jey Han Lau, Jianzhong Qi

Factual consistency is an important quality in dialogue summarization. Large language model (LLM)-based automatic text summarization models generate more factually consistent summaries compared to those by smaller pretrained language models, but they face deployment challenges in real-world applications due to privacy or resource constraints. In this paper, we investigate the use of symbolic knowledge distillation to improve the factual consistency of smaller pretrained models for dialogue summarization. We employ zero-shot learning to extract symbolic knowledge from LLMs, generating both factually consistent (positive) and inconsistent (negative) summaries. We then apply two contrastive learning objectives on these summaries to enhance smaller summarization models. Experiments with BART, PEGASUS, and Flan-T5 indicate that our approach surpasses strong baselines that rely on complex data augmentation strategies. Our approach achieves better factual consistency while maintaining coherence, fluency, and relevance, as confirmed by various automatic evaluation metrics. We also provide access to the data and code to facilitate future research.

📄 PDF Abstract BibTeX arXiv:2406.14709

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningData AugmentationKnowledge DistillationLanguage ModelingLanguage ModellingLarge Language ModelText SummarizationZero-Shot Learning

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 설명 없음
Residual Connection 설명 없음
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$…
PEGASUS PEGASUS proposes a transformer-based model for abstractive summarization. It uses a special self-supervised pre-training objective called gap-sentences generation (GSG) that's…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…

Similar Papers 제목 키워드 기반

Exploring the Factual Consistency in Dialogue Comprehension of Large Language Models

2023-11-13 · Shuaijie She, ShuJian Huang, Xingyun Wang, Yanke Zhou 외

LLMs (Large Language Models) usually interact with users in the form of dialogue and generate responses following their instructions, which naturally require dialogue comprehension abilities. However, dialogue comprehens…

CONFIT: Toward Faithful Dialogue Summarization with Linguistically-Informed Contrastive Fine-tuning

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Factual inconsistencies in generated summaries severely limit the practical applications of abstractive dialogue summarization. Although significant progress has been achieved by using pre-trained neural language models,…

Abstractive Dialogue SummarizationMeeting Summarization

Dialogue Inspectional Summarization with Factual Inconsistency Awareness

2021-11-05 · Leilei Gan, Yating Zhang, Kun Kuang, Lin Yuan 외

Dialogue summarization has been extensively studied and applied, where the prior works mainly focused on exploring superior model structures to align the input dialogue and the output summary. However, for professional d…

dialogue summaryMedical Diagnosis

Analyzing and Evaluating Faithfulness in Dialogue Summarization

2022-10-21 · Bin Wang, Chen Zhang, Yan Zhang, Yiming Chen 외

Dialogue summarization is abstractive in nature, making it suffer from factual errors. The factual correctness of summaries has the highest priority before practical applications. Many efforts have been made to improve f…

Text Summarization

Semi-Supervised Dialogue Abstractive Summarization via High-Quality Pseudolabel Selection

2024-03-06 · Jianfeng He, Hang Su, Jason Cai, Igor Shalyminov 외

Semi-supervised dialogue summarization (SSDS) leverages model-generated summaries to reduce reliance on human-labeled data and improve the performance of summarization models. While addressing label noise, previous works…

Abstractive Text SummarizationNatural Language Understanding