TASTE2: Text-Aligned Speech Modeling and Deployment toward Full-Duplex Voice Interaction

1 MediaTek Research 2 Internship at MediaTek Research 3 National Taiwan University * Equal contribution
TASTE2 architecture with a Speech Tokenizer, Spoken Language Model, and Speech Detokenizer.
TASTE2 aligns one continuous audio latent with every text token. This preserves the text sequence length while carrying acoustic information through the entire speech dialogue stack.

Abstract

Full-duplex voice interaction requires more than converting one complete utterance into another. A system must process speech as it arrives, decide when to take or yield the floor, and stop when the user interrupts, while preserving pretrained linguistic competence and acoustic paralinguistic cues. We present TASTE2, which transforms the original utterance-level TASTE method into an incremental dialogue stack.

A shared text-token vocabulary removes word-level averaging across the Speech Tokenizer, Spoken LM, and Speech Detokenizer. Modality-aligned dialogue training predicts one continuous audio latent for each text token without interleaving heterogeneous token streams, and an incremental Speech Detokenizer enables streaming synthesis through CosyVoice2. We also build TASTE2 VoiceBot, a working research system that processes user speech incrementally, streams synthesized audio, and stops generation when the user barges in.

Method

Shared vocabulary

A common text-token vocabulary removes word-level averaging and language-dependent segmentation.

Aligned prediction

The Spoken LM predicts one continuous audio latent per text token without lengthening its sequence.

Streaming synthesis

An incremental Speech Detokenizer produces S3 units and synthesizes audio through CosyVoice2.

Results

EvaluationTASTE2 resultFinding
LLaMA-Questions56.3%87.6% of the 64.3% text-only reference accuracy is retained.
User interruption0.060 sImmediate barge-in response with coherent continuation.
Full-Duplex-Bench v1.04 best + 1 tieStrong pause handling, backchanneling, and interruption behavior.
Mean time to first audio2.701 s22% faster with TensorRT; synthesis remains the bottleneck.

Full-Duplex-Bench v1.0 contains 727 samples across five tasks. TASTE2 achieves the best value in four benchmark columns and ties the best in a fifth among the systems reported in the paper.

TASTE2 VoiceBot

The deployed system processes user speech incrementally, uses VAD-triggered and model-gated turn decisions, streams generated audio, and stops playback when the user barges in.

TASTE2 VoiceBot deployment architecture with VAD, turn-taking prediction, streaming generation, and interruption handling.
TASTE2 VoiceBot deployment architecture.

Conclusion

TASTE2 establishes text-aligned speech modeling as a practical foundation for full-duplex voice interaction. The model preserves most of its text reference's benchmark accuracy without lengthening the token sequence, while the deployed system demonstrates incremental processing, streaming synthesis, and interruption handling. Natural-conversation robustness, speech-generation latency, and feature-general paralinguistic control remain open challenges.

Citation

BibTeX will be added when the public paper record is available.