paper-with-me

홈 › Papers

Sentence-wise Speech Summarization: Task, Datasets, and End-to-End Modeling with LM Knowledge Distillation

2024-08-01 · Kohei Matsuura, Takanori Ashihara, Takafumi Moriya, Masato Mimura, Takatomo Kano, Atsunori Ogawa, Marc Delcroix

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.

📄 PDF Abstract BibTeX arXiv:2408.00205

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge DistillationSentencespeech-recognitionSpeech RecognitionText Summarization

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

WiSeBE: Window-based Sentence Boundary Evaluation

2018-08-27 · Carlos-Emiliano González-Gallardo, Juan-Manuel Torres-Moreno

Sentence Boundary Detection (SBD) has been a major research topic since Automatic Speech Recognition transcripts have been used for further Natural Language Processing tasks like Part of Speech Tagging, Question Answerin…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Boundary DetectionPart-Of-Speech Tagging+4

JSSS: free Japanese speech corpus for summarization and simplification

2020-10-05

In this paper, we construct a new Japanese speech corpus for speech-based summarization and simplification, "JSSS" (pronounced "j-triple-s"). Given the success of reading-style speech synthesis from short-form sentences,…

FormSpeech Synthesistext-to-speechText to Speech

An Effective Contextual Language Modeling Framework for Speech Summarization with Augmented Features

2020-06-01 · Shi-Yan Weng, Tien-Hong Lo, Berlin Chen

Tremendous amounts of multimedia associated with speech information are driving an urgent need to develop efficient and effective automatic summarization methods. To this end, we have seen rapid progress in applying supe…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+5

Unsupervised Extractive Summarization using Pointwise Mutual Information

2021-02-11 · EACL 2021 2 · Vishakh Padmakumar, He He

Unsupervised approaches to extractive summarization usually rely on a notion of sentence importance defined by the semantic similarity between a sentence and the document. We propose new metrics of relevance and redundan…

ArticlesExtractive SummarizationLanguage ModelingLanguage Modelling+4

Stepwise Extractive Summarization and Planning with Structured Transformers

2020-10-06 · EMNLP 2020 11 · Shashi Narayan, Joshua Maynez, Jakub Adamek, Daniele Pighin 외

We propose encoder-centric stepwise models for extractive summarization using structured transformers -- HiBERT and Extended Transformers. We enable stepwise summarization by injecting the previously generated summary in…

Extractive SummarizationSentenceTable-to-Text GenerationText Generation