Researchers propose a text-free framework for second-language (L2) speech assessment using Dynamic Time Warping (DTW) over self-supervised WavLM representations, covering phonetic accuracy, rhythm, and intonation in English and Japanese. The DTW-based approach comparing learner speech to native templates exceeds human agreement on holistic phonetic scoring, and a novel warping-path method approaches human-level rhythm assessment. Intonation scoring, combining DTW over prosodic residuals with pitch and intensity features, shows more modest results. The method requires no labeled L2 data, making it applicable in low-resource settings.
Researchers propose WordVoice, a framework enabling explicit, decoupled word-level control over acoustic attributes (duration, boundary, energy, pitch, tone) in LLM-based text-to-speech systems. The work introduces a bound-token mechanism for acoustic planning within the LLM and a fine-grained modulation module to align discrete tokens with continuous waveforms. Accompanying the model is WordVoice-5A, a 4.7k-hour bilingual annotated dataset with five-dimensional word-level labels. The system targets high-precision applications such as audiobook narration and video dubbing where implicit TTS generation falls short.
LeVo 2 is a new hybrid LLM-Diffusion system for controllable full-length song generation that addresses the coherence-vs-acoustics trade-off through hierarchical token prediction: a language model handles semantic planning via mixed tokens, then predicts vocal and accompaniment tracks in parallel, while a diffusion-based codec reconstructs waveforms. A key contribution is an aesthetics-guided progressive post-training schedule combining SFT, offline DPO, and semi-online DPO to separately optimize quality, controllability, and musicality. Expert listening tests show LeVo 2 outperforms open-source baselines across six subjective dimensions and approaches leading commercial systems on several metrics.
WaveDetect is a new framework that reframes LLM-generated text detection as a signal processing problem, applying a differentiable Continuous Wavelet Transform to token probability sequences to extract 'spectral fingerprints' invisible in the time domain. The approach targets three known failure modes of existing detectors: adversarial perturbations, cross-domain shifts, and temporal model evolution. Evaluations on RAID, EvoBench, and Domain-Shift benchmarks claim state-of-the-art accuracy and robustness against sophisticated attacks and unseen LLMs.
Researchers introduce ParaPairAudioBench, a pairwise audio benchmark of 5,175 audio pairs spanning five paralinguistic dimensions (Style, Rate, Emphasis, Age, Gender) designed to evaluate Large Audio-Language Models as judges. Experiments show current LALMs lag human judgment by 32 percentage points on average and exhibit severe calibration failures, especially in ambiguous 'Tie' cases. The benchmark includes same-transcript and cross-transcript conditions to disentangle lexical from acoustic reliance, enabling more rigorous assessment of LALM reliability for speech evaluation.
Researchers introduce BayLing-Duplex, a speech language model that achieves native full-duplex interaction — simultaneous listening and speaking — using a single autoregressive LLM with no auxiliary VAD or turn-taking module. Built by fine-tuning GLM-4-Voice on 400K samples plus a lightweight DPO stage, it reaches 92% turn-taking success and 100% interruption success on InstructS2S-Eval, and improves speech-response quality substantially over Moshi. The approach adds only special tokens to the standard vocabulary, making it portable across LLM architectures without architectural changes.
Researchers introduce DyadEE, a dataset for detecting emotional entrainment in dyadic speech, containing both natural entrained conversations and synthetic disrupted interactions created via partner swapping and emotion resynthesis. They also propose TRACE, a window-level framework that models dyadic interactions as ordered sequences of acoustic embeddings from emotion fine-tuned Whisper representations. TRACE achieves 97.01% accuracy on DyadEE, with conversational context and relationship information proving key to performance. The work is motivated by the growing deployment of speech AI agents that need to understand affective coordination.
Researchers present AlignAtt4LLM, a simultaneous speech translation system for IWSLT 2026 covering English to German, Italian, and Chinese. The system cascades Qwen3-ASR for incremental transcription with Gemma-4 E4B-it for translation, applying a novel AlignAtt policy adapted for decoder-only LLMs that lack encoder-decoder cross-attention. Key contributions include explicit source span prompting, offline alignment head selection, and query/key capture to recover a usable attention-based read/write policy. The system outperforms IWSLT 2026 baselines for European language pairs in both low- and high-latency regimes.
Researchers introduce DramaSR-532K, a large-scale benchmark of 532K annotated dialogue lines across 900+ characters from long-form TV dramas, targeting multimodal speaker recognition. They also propose DramaSR-LRM, a system built on a large reasoning model that uses multimodal tool-use to aggregate auditory, linguistic, and visual cues for speaker attribution. The approach significantly outperforms baselines, especially on short utterances where acoustic biometrics alone are unreliable. Data and code are to be publicly released.