菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-25
📄 Abstract - Mitigating Structural Noise in Low-Resource S2TT: An Optimized Cascaded Nepali-English Pipeline with Punctuation Restoration

This paper presents and evaluates an optimized cascaded Nepali speech-to-English text translation (S2TT) system, focusing on mitigating structural noise introduced by Automatic Speech Recognition (ASR). We first establish highly proficient ASR and NMT components: a Wav2Vec2-XLS-R-300m model achieved a state-of-the-art 2.72% CER on OpenSLR-54, and a multi-stage fine-tuned MarianMT model reached a 28.32 BLEU score on the FLORES-200 benchmark. We empirically investigate the influence of punctuation loss, demonstrating that unpunctuated ASR output significantly degrades translation quality, causing a massive 20.7% relative BLEU drop on the FLORES benchmark. To overcome this, we propose and evaluate an intermediate Punctuation Restoration Module (PRM). The final S2TT pipeline was tested across three configurations on a custom dataset. The optimal configuration, which applied the PRM directly to ASR output, achieved a 4.90 BLEU point gain over the direct ASR-to-NMT baseline (BLEU 36.38 vs. 31.48). This improvement was validated by human assessment, which confirmed the optimized pipeline's superior Adequacy (3.673) and Fluency (3.804). This work validates that targeted punctuation restoration is the most effective intervention for mitigating structural noise in the Nepali S2TT pipeline. It establishes an optimized baseline and demonstrates a critical architectural insight for developing cascaded speech translation systems for similar low-resource languages.

顶级标签: natural language processing audio multi-modal
详细标签: speech-to-text translation punctuation restoration low-resource languages cascaded systems automatic speech recognition 或 搜索:

缓解低资源尼泊尔语-英语语音翻译中的结构噪声:一种带标点恢复功能的优化级联流水线 / Mitigating Structural Noise in Low-Resource S2TT: An Optimized Cascaded Nepali-English Pipeline with Punctuation Restoration


1️⃣ 一句话总结

这篇论文通过为尼泊尔语到英语的语音翻译系统增加一个标点恢复模块,有效解决了自动语音识别导致的断句混乱问题,显著提升了翻译质量,为低资源语言的语音翻译提供了一个优化方案。

源自 arXiv: 2602.21647