CLJun 12, 2021

Incorporating External POS Tagger for Punctuation Restoration

arXiv:2106.06731v110 citations
Originality Incremental advance
AI Analysis

This work addresses punctuation restoration for speech recognition systems, but it is incremental as it builds on existing methods by adding external syntactic information.

The authors tackled punctuation restoration in automatic speech recognition by incorporating an external POS tagger and proposing sequence boundary sampling, achieving a new state-of-the-art on the IWSLT benchmark.

Punctuation restoration is an important post-processing step in automatic speech recognition. Among other kinds of external information, part-of-speech (POS) taggers provide informative tags, suggesting each input token's syntactic role, which has been shown to be beneficial for the punctuation restoration task. In this work, we incorporate an external POS tagger and fuse its predicted labels into the existing language model to provide syntactic information. Besides, we propose sequence boundary sampling (SBS) to learn punctuation positions more efficiently as a sequence tagging task. Experimental results show that our methods can consistently obtain performance gains and achieve a new state-of-the-art on the common IWSLT benchmark. Further ablation studies illustrate that both large pre-trained language models and the external POS tagger take essential parts to improve the model's performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes