arXiv:2510.24247cs.CL2025-10被引 3

用文本和语音联合建模,提升阿拉伯方言变音符号恢复准确率

Abjad AI at NADI 2025: CATT-Whisper: Multimodal Diacritic Restoration Using Text and Speech Representations

  • 融合文本与语音特征,通过早期融合与交叉注意力双策略建模
  • 在测试集上达WER 0.55、CER 0.13,显著优于纯文本方法
  • 支持有无语音输入的鲁棒推理,适合实际语音转写场景

本文针对阿拉伯方言句子的变音符号恢复(DR)任务,提出一种结合文本与语音信息的多模态方法。文本模态采用自研预训练模型CATT的编码器,语音模态则使用OpenAI Whisper base模型的编码器模块。方案设计两种融合策略:早期融合将1500帧音频按10帧平均为150个语音标记,经线性投影后与文本标记拼接;后期融合则通过交叉注意力机制实现文本与语音嵌入融合,最终由CATT分类头输出逐标记预测。为增强鲁棒性,训练时随机屏蔽语音输入,使模型在有无语音情况下均能有效工作。实验表明,在开发集上达到WER 0.25、CER 0.9;在测试集上,性能为WER 0.55、CER 0.13。

原文摘要 · Abstract (English)

In this work, we tackle the Diacritic Restoration (DR) task for Arabic dialectal sentences using a multimodal approach that combines both textual and speech information. We propose a model that represents the text modality using an encoder extracted from our own pre-trained model named CATT. The speech component is handled by the encoder module of the OpenAI Whisper base model. Our solution is designed following two integration strategies. The former consists of fusing the speech tokens with the input at an early stage, where the 1500 frames of the audio segment are averaged over 10 consecutive frames, resulting in 150 speech tokens. To ensure embedding compatibility, these averaged tokens are processed through a linear projection layer prior to merging them with the text tokens. Contextual encoding is guaranteed by the CATT encoder module. The latter strategy relies on cross-attention, where text and speech embeddings are fused. The cross-attention output is then fed to the CATT classification head for token-level diacritic prediction. To further improve model robustness, we randomly deactivate the speech input during training, allowing the model to perform well with or without speech. Our experiments show that the proposed approach achieves a word error rate (WER) of 0.25 and a character error rate (CER) of 0.9 on the development set. On the test set, our model achieved WER and CER scores of 0.55 and 0.13, respectively.

语音识别多模态阿拉伯语变音恢复

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。