Sentence-wise Speech Summarization: Task, Datasets, and End-to-End Modeling with LM Knowledge Distillation
Kohei Matsuura, Takanori Ashihara, Takafumi Moriya, Masato Mimura, Takatomo Kano, Atsunori Ogawa, Marc Delcroix
TL;DR
This work defines sentence-wise speech summarization (Sen-SSum) to enable real-time, sentence-by-sentence summaries of spoken content, bridging ASR and speech summarization. It introduces Mega-SSum (3.8M synthesized English triplets) and CSJ-SSum (38k real Japanese triplets) and compares cascade ASR+TSum with end-to-end models, finding end-to-end performance lags behind cascade due to data limits. A sequence-level knowledge distillation approach uses pseudo-summaries from a cascade model to train an end-to-end system, significantly boosting its performance on both datasets and even yielding pseudo-summaries that rival or exceed some human summaries in certain settings. The results highlight the practical viability of Sen-SSum for real-time, readable summaries and suggest promising directions, including integrating language models directly into E2E SSum and developing context-aware, long-document processing models.
Abstract
This paper introduces a novel approach called sentence-wise speech summarization (Sen-SSum), which generates text summaries from a spoken document in a sentence-by-sentence manner. Sen-SSum combines the real-time processing of automatic speech recognition (ASR) with the conciseness of speech summarization. To explore this approach, we present two datasets for Sen-SSum: Mega-SSum and CSJ-SSum. Using these datasets, our study evaluates two types of Transformer-based models: 1) cascade models that combine ASR and strong text summarization models, and 2) end-to-end (E2E) models that directly convert speech into a text summary. While E2E models are appealing to develop compute-efficient models, they perform worse than cascade models. Therefore, we propose knowledge distillation for E2E models using pseudo-summaries generated by the cascade models. Our experiments show that this proposed knowledge distillation effectively improves the performance of the E2E model on both datasets.
