HydraSum - Disentangling Stylistic Features in Text Summarization using Multi-Decoder Models
Existing abstractive summarization models lack explicit control mechanisms that would allow users to influence the stylistic features of the model outputs. This results in generating generic summaries that do not cater to the users needs or preferences. To address this issue we introduce HydraSum, a new summarization architecture that extends the single decoder framework of current models, e.g. BART, to a mixture-of-experts version consisting of multiple decoders. Our proposed model encourages each expert, i.e. decoder, to learn and generate stylistically-distinct summaries along dimensions such as abstractiveness, length, specificity, and others. At each time step, HydraSum employs a gating mechanism that decides the contribution of each individual decoder to the next token's output probability distribution. Through experiments on three summarization datasets (CNN, Newsroom, XSum), we demonstrate that this gating mechanism automatically learns to assign contrasting summary styles to different HydraSum decoders under the standard training objective without the need for additional supervision. We further show that a guided version of the training process can explicitly govern which summary style is partitioned between decoders, e.g. high abstractiveness vs. low abstractiveness or high specificity vs. low specificity, and also increase the stylistic-difference between individual decoders. Finally, our experiments demonstrate that our decoder framework is highly flexible: during inference, we can sample from individual decoders or mixtures of different subsets of the decoders to yield a diverse set of summaries and enforce single- and multi-style control over summary generation.
Code (0)
등록된 구현이 없습니다.
Tasks
Abstractive Text SummarizationDecoderMixture-of-ExpertsSpecificityText SummarizationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
HydraSum: Disentangling Stylistic Features in Text Summarization using Multi-Decoder Models
Summarization systems make numerous "decisions" about summary properties during inference, e.g. degree of copying, specificity and length of outputs, etc. However, these are implicitly encoded within model parameters and…
Abstractive Text SummarizationDecoderMixture-of-ExpertsSpecificity+1Can Large Language Model Summarizers Adapt to Diverse Scientific Communication Goals?
In this work, we investigate the controllability of large language models (LLMs) on scientific summarization tasks. We identify key stylistic and content coverage factors that characterize different types of summaries su…
Language ModelingLanguage ModellingLarge Language ModelReview GenerationBOOKSUM: A Collection of Datasets for Long-form Narrative Summarization
The majority of existing text summarization datasets include short-form source documents that lack long-range causal and temporal dependencies, and often contain strong layout and stylistic biases. While relevant, such …
Abstractive Text SummarizationFormLong-Form Narrative SummarizationText SummarizationFourier-Attentive Representation Learning: A Fourier-Guided Framework for Few-Shot Generalization in Vision-Language Models
Large-scale pre-trained Vision-Language Models (VLMs) have demonstrated strong few-shot learning capabilities. However, these methods typically learn holistic representations where an image's domain-invariant structure i…
Representation LearningFew-Shot LearningBookSum: A Collection of Datasets for Long-form Narrative Summarization
The majority of available text summarization datasets include short-form source documents that lack long-range causal and temporal dependencies, and often contain strong layout and stylistic biases. While relevant, such …
Abstractive Text SummarizationFormLong-Form Narrative SummarizationText Summarization