Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LLM-ForcedAligner: A Non-Autoregressive and Accurate LLM-Based Forced Aligner for Multilingual and Long-Form Speech

About

Forced alignment (FA) predicts start and end timestamps for words or characters in speech, but existing methods are language-specific and prone to cumulative temporal shifts. The multilingual speech understanding and long-sequence processing abilities of speech large language models (SLLMs) make them promising for FA in multilingual, crosslingual, and long-form speech settings. However, directly applying the next-token prediction paradigm of SLLMs to FA results in hallucinations and slow inference. To bridge the gap, we propose LLM-ForcedAligner, reformulating FA as a slot-filling paradigm: timestamps are treated as discrete indices, and special timestamp tokens are inserted as slots into the transcript. Conditioned on the speech embeddings and the transcript with slots, the SLLM directly predicts the time indices at slots. During training, causal attention masking with non-shifted input and label sequences allows each slot to predict its own timestamp index based on itself and preceding context, with loss computed only at slot positions. Dynamic slot insertion enables FA at arbitrary positions. Moreover, non-autoregressive inference is supported, avoiding hallucinations and improving speed. Experiments across multilingual, crosslingual, and long-form speech scenarios show that LLM-ForcedAligner achieves a 69%~78% relative reduction in accumulated averaging shift compared with prior methods. Checkpoint and inference code are available at https://github.com/QwenLM/Qwen3-ASR.

Bingshen Mu, Xian Shi, Xiong Wang, Hexin Liu, Jin Xu, Lei Xie• 2026

Related benchmarks

TaskDatasetResultRank
Forced AlignmentMFA-Labeled Raw (test)
AAS Latency (Avg)42.9
8
Forced AlignmentMFA-labeled Long-form (test)
Average Alignment Value52.9
4
Forced AlignmentHuman-Labeled (test)
Avg. RTF0.0159
4
Forced Alignmenthuman-labeled Chinese datasets (Raw)
AAS27.8
3
Forced Alignmenthuman-labeled Chinese datasets (Raw-Noisy)
AAS0.418
3
Forced Alignmenthuman-labeled Chinese datasets (Mixed-60s)
AAS25.3
3
Forced Alignmenthuman-labeled Chinese datasets (Mixed-300s)
AAS24.8
3
Forced Alignmenthuman-labeled Chinese and MFA-labeled multilingual speech Mixed-Crosslingual
AAS42.5
1
Showing 8 of 8 rows

Other info

Follow for update