Order-Preserving Abstractive Summarization for Spoken Content Based on Connectionist Temporal Classification
Bo-Ru Lu, Frank Shyu, Yun-Nung Chen, Hung-Yi Lee, and Lin-shan Lee

TL;DR
This paper introduces a novel abstractive summarization method for spoken content using Connectionist Temporal Classification (CTC), which effectively handles noisy data and preserves input order, outperforming existing methods on Chinese corpora.
Contribution
The work applies CTC to spoken content summarization, demonstrating improved ROUGE scores and better order preservation compared to prior approaches.
Findings
Outperforms existing methods on Chinese Gigaword and MATBN corpora.
Preserves input word or character order in summaries.
Handles noisy or less important input data effectively.
Abstract
Connectionist temporal classification (CTC) is a powerful approach for sequence-to-sequence learning, and has been popularly used in speech recognition. The central ideas of CTC include adding a label "blank" during training. With this mechanism, CTC eliminates the need of segment alignment, and hence has been applied to various sequence-to-sequence learning problems. In this work, we applied CTC to abstractive summarization for spoken content. The "blank" in this case implies the corresponding input data are less important or noisy; thus it can be ignored. This approach was shown to outperform the existing methods in term of ROUGE scores over Chinese Gigaword and MATBN corpora. This approach also has the nice property that the ordering of words or characters in the input documents can be better preserved in the generated summaries.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Speech Recognition and Synthesis
MethodsAffine Coupling · Normalizing Flows
