Kyutai 推出 Voice of Reason:以強化學習解決口語數學的語音原生模型
Kyutai has released Voice of Reason, 2 open-weight speech-to-speech models that solve math problems out loud.Both start from GLM-4-Voice-9B and add supervised fine-tuning (SFT) and reinforcement learning (RL).There is no transcription step and no separate text LLM in the loop.
On spoken GSM8K, accuracy climbs from 27.3% for the base model to 77.1%.Is it deployable?Yes, for self-hosting.Kyutai ran both BF16 checkpoints on a single H100.You also need the GLM-4-Voice repo for its speech tokenizer and decoder.
Weights inherit the GLM-4-Voice license, and no Hugging Face inference provider hosts them yet.Why Speech Models Lag on Math Cascaded pipelines (speech-to-text, text LLM, text-to-speech) still lead on reasoning.However, each stage adds latency, and the pipeline loses paralinguistic cues like tone.
Speech-native models must emit audio at regular intervals to stay interactive.That limits how many hidden reasoning tokens they can afford.Base GLM-4-Voice scores 27.3% on GSM8K.The earlier STITCH method raised that to 58.7% by adding reasoning chunks.
The research team call their work the first application of RL to math reasoning in speech-native models.How the Training Works GLM-4-Voice interleaves its output: 13 text tokens, then 26 audio tokens, repeating.Stage-1 SFT: Training uses 150,616 problems from Orca-Math.
Qwen3-235B rewrote each problem for speech.Kyutai’s DSM TTS then voiced them in many voices.SFT alone lifts GLM-4-Voice from 27.3% to 61.7%.Stage-2 RL: For each spoken question, the model samples 4 replies at temperature 0.9.
A judge, Qwen3-235B-A22B-2507, scores the decoded text with a binary reward.The judge never sees the reference answer.On 100 hand-checked cases, it agreed with humans 88% of the time.Rewards are centered within each group, forming a group-relative REINFORCE objective.
It is related to GRPO but drops PPO clipping and KL regularization.Training ran on 16 H100 GPUs, with 1,500 RL updates.2 design choices matter most: Temperature correction: Logits are divided by the sampling temperature before the log-softmax in the loss.Without it, GSM8K collapsed from 65.5% to 12.
3%.Audio-token merging: At each audio position, all audio-vocabulary probabilities are summed into 1 abstract token.The loss asks only whether audio came next, not which audio token.The paper proves this estimator is unbiased and lower-variance under a value-invariance assumption.
Interactive Explainer window.addEventListener("message",function(e){var f=document.getElementById("kvr-frame");if(f&&e.source===f.contentWindow&&e.data&&e.data.kvrHeight){f.style.height=e.data.
kvrHeight+"px";}}); The 2 Released Checkpoints glm-4-voice-of-reason-9b answers directly, with no extra reasoning tokens.Any step-by-step working is spoken aloud.glm-4-voice-of-reason-stitch-9b writes silent 100-token reasoning chunks between spoken blocks.
Kyutai says later chunks are generated while earlier speech plays, so thinking adds no extra latency.In the STITCH-R layout used here, the first reasoning chunk precedes the first spoken block.Results ModelParamsGSM8K (%)PersonaPlex (full-duplex)8B3.2GLM-4-Voice9B27.3STITCH (Chiang et al.)9B58.
7Voice of Reason9B65.5 ± 1.1 (70.3 released)Voice of Reason (Stitch)9B74.8 ± 1.1 (77.1 released)Qwen2.5-Omni (text output)7B84.7Qwen3-Omni (text output)30B94.6Cascaded ASR-LLM-TTS-ASR31B LLM95.7 Paper scores use top-k 50 decoding, averaged over 3 seeds.Removing top-k gives 70.3% and 77.1%.
The released checkpoints correspond to these runs.The omni and cascaded systems are larger top lines, not matched comparisons.Other findings: Gains survive in real speech: Transcribed with Qwen3-ASR-1.7B, the Stitch model scores 72.0 ± 1.9%.Naturalness holds: UTMOSv2 moved from 4.067 to 4.
069 (direct) and 4.174 to 4.164 (Stitch) after RL.Gains do not come from longer answers: RL cut the direct model’s average reply from 41.9 to 36.4 seconds.Stitch reasoning tokens rose only from 167 to 176.RL helps most with little data: With 10% of SFT data, a longer RL run reached 58.5%.
SFT alone scored 43.9%.General knowledge dips: Spoken TriviaQA fell from 40.6% to 34.0% for the direct model.The authors attribute this mainly to full-data SFT, not RL.Contamination check: The team dropped AddSub, MultiArith, SingleEQ and SVAMP from evaluation.Of 678 checked questions, 54.
0% overlapped with Orca-Math at the paraphrase level.Evaluation audio came from GPT-4o-mini-TTS, a different TTS system than the training audio.GPT-4o served as the evaluation judge.Key Takeaways Kyutai’s RL recipe lifts GLM-4-Voice from 27.3% to 77.1% on spoken GSM8K.The direct model reaches 70.
3% without reasoning tokens, beating STITCH’s 58.7%.Temperature correction is critical: removing it crashed accuracy to 12.3%.Speech naturalness holds after RL; TriviaQA drops, mostly from SFT.Both 9B checkpoints are open on Hugging Face and run on 1 H100.
Check out the Paper, the direct model and the Stitch model.All credit goes to the researcher of this project.Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter.Wait!are you on telegram?now you can join us on telegram as well.
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?Connect with us The post Kyutai Releases Voice of Reason: A Speech-Native Model that Solves Spoken Math with Reinforcement Learning appeared first on MarkTechPost.
Related
相關文章

DeepSeek新論文公開Agent訓練!梁文鋒署名
DeepSeek發表新論文,公開了名為DSec的Agent訓練基礎設施細節,該系統每秒可產生5000多個沙盒,每天達300萬個,並採用多層級隔離與鏡像按需加載等技術。論文還揭露了Agent在訓練中自行發現的reward hacking手段,包括覆蓋bash、利用XFS漏洞及網絡掃描等,顯示訓練環境需防範Agent自身。該論文由梁文鋒署名,已於arXiv公開。

Qwen一號位定了!劉大一恆接棒
阿里巴巴正式任命劉大一恆為Qwen LLM項目負責人,接替半年前離職的林俊暘。劉大一恆是四川大學博士,曾入選華為天才少年計劃,2021年加入阿里,參與Qwen早期預訓練及多代模型開發。他將帶領Qwen團隊,下一步聚焦「真實世界智能體」方向。

阿里千問發佈 Qwen-Audio-3.1 系列語音大模型,並下調全線產品價格
作者:遠洋 責編:遠洋 評論: 感謝網友 Domado、衝吧lzl 的線索投遞!9 月 23 日消息,今天,千問正式發佈 Qwen-Audio-3.1 系列語音大模型。本次升級不僅對語音識別、語音合成和實時語音交互三大核心模型進行了全面進化,更重磅推出了全新的音頻創作模型 Qwen-Audio-3.

Jev vs Decitron:同為決策AI,為什麼不是一回事?
它來自TypeSafe AI。這支有OpenAI背景的團隊沒有繼續卷生成和推理,而是換了個方向:讓AI直接做判斷。他們甚至把口號直接寫成:Decisions, not strings(要決策,不要文本)。Jev的走紅,也讓“Decision”(決策)重新成為AI圈的熱門詞。

高通發佈驍龍 8 Elite Gen 6 與 Extreme 芯片,支持本地運行 300 億參數大模型
這兩款新芯片將 AI 賦能作為核心發力點,旨在為移動終端提供更強大的端側智能算力,進一步推動 AI 代理(AI Agents)在手機端的深度個性化應用。在核心架構與本地大模型支持方面,這兩款芯片配備了全新的傳感中樞(sensing hub),能夠支持運行高達2.

實時世界模型進入“全科生”階段,PixVerse R2先交卷!
愛詩科技推出全新實時世界模型PixVerse R2,號稱解決了實時生成與通用能力難以兼顧的業界難題。R2基於統一可擴展框架,整合文字、圖像、聲音與動作,實現場景持續演化與音畫同步控制,上線後即登上X平台熱度榜。