Training Dynamics for Text Summarization Models
Pre-trained language models (e.g. BART) have shown impressive results when fine-tuned on large summarization datasets. However, little is understood about this fine-tuning process, including what knowledge is retained from pre-training models or how content selection and generation strategies are learnt across iterations. In this work, we analyze the training dynamics for generation models, focusing on news summarization. Across different datasets (CNN/DM, XSum, MediaSum) and model behaviors (content selection, abstractiveness, hallucination), we study what the model learns at different stages of its fine-tuning process. We find that properties such as copy behavior and content selection are learnt earlier in the training process and these observations are robust across domains. On the other hand, factual errors, such as hallucination of unsupported facts, are learnt in the later stages, and this behavior is more varied across domains. Based on these observations, we demonstrate two techniques for modifying training: first, disregarding high-loss tokens that are challenging to learn and second, disregarding low-loss tokens that are learnt very quickly. We show that these simple modifications can help achieve different goals, such as improving factuality or improving abstractiveness.
Code (0)
등록된 구현이 없습니다.
Tasks
HallucinationNews SummarizationText SummarizationSimilar Papers 제목 키워드 기반
Training Dynamics for Text Summarization Models
Pre-trained language models (e.g. BART) have shown impressive results when fine-tuned on large summarization datasets. However, little is understood about this fine-tuning process, including what knowledge is retained fr…
HallucinationNews SummarizationText SummarizationPre-training for Abstractive Document Summarization by Reinstating Source Text
Abstractive document summarization is usually modeled as a sequence-to-sequence (Seq2Seq) learning problem. Unfortunately, training large Seq2Seq based summarization models on limited supervised summarization data is cha…
Abstractive Text SummarizationDocument SummarizationSentenceZero-shot Large Language Models for Long Clinical Text Summarization with Temporal Reasoning
Recent advancements in large language models (LLMs) have shown potential for transforming data processing in healthcare, particularly in understanding complex clinical narratives. This study evaluates the efficacy of zer…
Decision MakingText SummarizationFew-shot Query-Focused Summarization with Prefix-Merging
Query-focused summarization has been considered as an important extension for text summarization. It aims to generate a concise highlight for a given query. Different from text summarization, query-focused summarization …
Few-Shot LearningQuery-focused SummarizationQuestion AnsweringText SummarizationEnhancing Biomedical Text Summarization and Question-Answering: On the Utility of Domain-Specific Pre-Training
Biomedical summarization requires large datasets to train for text generation. We show that while transfer learning offers a viable option for addressing this challenge, an in-domain pre-training does not always offer ad…
Language ModelingLanguage ModellingLarge Language ModelQuestion Answering+3