paper-with-me

Papers

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

2025-10-28 · Ahmad Ghannam, Naif Alharthi, Faris Alasmary, Kholood Al Tabash, Shouq Sadah, Lahouari Ghouti arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.24247

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Thaka at KSAA-2026 Task 2: Regularized Fine-Tuning for Arabic Speech Diacritization

2026-05-25 · Meshal Alamr, Hassan Alqaeri, Abdullah Aldahlawi arxiv

We describe the winning system for Task 2 of the KSAA-2026 Shared Task on Arabic Speech Dictation with Automatic Diacritization. The task requires producing fully diacritized Arabic text from speech audio and undiacritiz…

CATT: Character-based Arabic Tashkeel Transformer

2024-07-03 · Faris Alasmary, Orjuwan Zaafarani, Ahmad Ghannam

Tashkeel, or Arabic Text Diacritization (ATD), greatly enhances the comprehension of Arabic text by removing ambiguity and minimizing the risk of misinterpretations caused by its absence. It plays a crucial role in impro…

Arabic Text DiacritizationDecoderMachine Translationtext-to-speech+1

Automatic Restoration of Diacritics for Speech Data Sets

2023-11-15 · Sara Shatnawi, Sawsan Alqahtani, Hanan Aldarmaki

Automatic text-based diacritic restoration models generally have high diacritic error rates when applied to speech transcripts as a result of domain and style shifts in spoken language. In this work, we explore the possi…

NADI 2025: The First Multidialectal Arabic Speech Processing Shared Task

2025-09-02 · Bashar Talafha, Hawau Olamide Toyin, Peter Sullivan, AbdelRahim Elmadany 외 arxiv

We present the findings of the sixth Nuanced Arabic Dialect Identification (NADI 2025) Shared Task, which focused on Arabic speech dialect processing across three subtasks: spoken dialect identification (Subtask 1), spee…

Speech Recognition

ReNikud: Audio-Supervised Hebrew Grapheme-to-Phoneme Conversion

2026-06-18 · Maxim Melichov, Yakov Kolani, Morris Alper arxiv

Grapheme-to-phoneme (G2P) conversion for Modern Hebrew is needed for applications like text-to-speech (TTS), but is challenging due to the language's abjad writing system, which leaves vowels largely unwritten, creating …

Speech Recognition