• bitcoinBitcoin(BTC)$85,635.00-0.36%
  • ethereumEthereum(ETH)$2,726.97-0.48%
  • tetherTether(USDT)$1.000.01%
  • binancecoinBNB(BNB)$782.52-0.50%
  • rippleXRP(XRP)$1.572.36%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$117.08-0.16%
  • tronTRON(TRX)$0.342985-0.86%
  • zcashZcash(ZEC)$1,620.166.01%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.031.75%
  • HyperliquidHyperliquid(HYPE)$95.27-0.11%
  • dogecoinDogecoin(DOGE)$0.0994011.57%
  • moneroMonero(XMR)$561.09-1.80%
  • whitebitWhiteBIT Coin(WBT)$85.98-0.49%
  • USDSUSDS(USDS)$1.000.01%
  • chainlinkChainlink(LINK)$12.76-1.48%
  • cardanoCardano(ADA)$0.2510012.01%
  • RainRain(RAIN)$0.012855-4.43%
  • leo-tokenLEO Token(LEO)$8.96-0.25%
  • stellarStellar(XLM)$0.2144101.64%
  • bitcoin-cashBitcoin Cash(BCH)$348.1628.49%
  • nearNEAR Protocol(NEAR)$4.712.93%
  • uniswapUniswap(UNI)$9.7411.99%
  • avalanche-2Avalanche(AVAX)$11.142.62%
  • Ethena USDeEthena USDe(USDE)$1.000.01%
  • litecoinLitecoin(LTC)$62.473.44%
  • daiDai(DAI)$1.00-0.01%
  • CantonCanton(CC)$0.112340-5.03%
  • USD1USD1(USD1)$1.000.00%
  • hedera-hashgraphHedera(HBAR)$0.0954001.53%
  • suiSui(SUI)$1.01-0.30%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.441.78%
  • shiba-inuShiba Inu(SHIB)$0.0000061.00%
  • BittensorBittensor(TAO)$304.53-5.55%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • crypto-com-chainCronos(CRO)$0.0654250.39%
  • MemeCoreMemeCore(M)$1.27-3.41%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • tether-goldTether Gold(XAUT)$4,312.17-0.29%
  • okbOKB(OKB)$121.88-0.26%
  • BitwayBitway(BTW)$0.9410.00%
  • Circle USYCCircle USYC(USYC)$1.140.01%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • aaveAave(AAVE)$148.264.97%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.140.33%
  • mantleMantle(MNT)$0.682.70%
  • EthenaEthena(ENA)$0.2113881.07%
  • OndoOndo(ONDO)$0.4346791.14%
  • pepePepe(PEPE)$0.000005-3.98%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Kyutai Releases Voice of Reason: A Speech-Native Model that Solves Spoken Math with Reinforcement Learning

September 23, 2026
in AI & Technology
Reading Time: 15 mins read
A A
Kyutai Releases Voice of Reason: A Speech-Native Model that Solves Spoken Math with Reinforcement Learning
ShareShareShareShareShare

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

‘;d.appendChild(lab);d.appendChild(pr);});
q(‘#kvr-lkey’).style.background=fix?’#7DB7FF’:’#FF6B6B’;
q(‘#kvr-tv’).textContent=”Mismatch (total variation): “+(tv*100).toFixed(1)+’%’;
q(‘#kvr-tnote’).textContent=fix?’Logits are divided by T before the log-softmax in the RL loss, so the gradient is computed for the exact policy that produced the samples.’:’Samples are drawn from softmax(z / T) but scored under softmax(z). The gradient estimator no longer matches the sampler. In the paper this collapsed GSM8K from 65.5% to 12.3%.’;
resize();}
function drawAbl(){var rows=[[‘Default setup’,’merged audio, correction on, group 4′,65.5,’65.5 \u00b1 1.1′,’ours’],[‘Group size 8′,”,67.0,’67.0’,”],[‘Loss on all tokens’,”,64.4,’64.4′,”],[‘Loss on text tokens only’,”,63.8,’63.8′,”],[‘No temperature correction’,”,12.3,’12.3′,fix?”:’hot’]];paint(q(‘#kvr-abl’),rows);}
q(‘#kvr-T’).addEventListener(‘input’,temp);
seg(‘kvr-fix’,function(b){fix=b.getAttribute(‘data-f’)===’1′;temp();drawAbl();});
temp();

/* slide 4: results */
var dec=”paper”;
function drawRes(){var P=dec===’paper’;var rows=[
[‘PersonaPlex’,’8B, full-duplex’,3.2,’3.2′,”],
[‘GLM-4-Voice (base)’,’9B’,27.3,’27.3′,”],
[‘STITCH (Chiang et al.)’,’9B, reasoning chunks’,58.7,’58.7′,”],
[‘Voice of Reason’,’9B, direct answers’,P?65.5:70.3,P?’65.5 \u00b1 1.1′:’70.3′,’ours’],
[‘Voice of Reason (Stitch)’,’9B, silent reasoning’,P?74.8:77.1,P?’74.8 \u00b1 1.1′:’77.1′,’ours’],
‘Top lines, not matched on size or architecture’,
[‘Qwen2.5-Omni’,’7B, text output’,84.7,’84.7′,”],
[‘Qwen3-Omni’,’30B, text output’,94.6,’94.6′,”],
[‘Cascaded ASR, LLM, TTS, ASR’,’Gemma-4-31B-IT + Kokoro’,95.7,’95.7′,”]];paint(q(‘#kvr-res’),rows);}
function paint(el,rows){el.innerHTML=”;var fills=[];rows.forEach(function(r){if(typeof r===’string’){var s=document.createElement(‘div’);s.className=”kvr-sep”;s.textContent=r;el.appendChild(s);return;}
var n=document.createElement(‘div’);n.className=”kvr-rname”;n.innerHTML=r[0]+(r[1]?’‘+r[1]+’‘:”);
var tr=document.createElement(‘div’);tr.className=”kvr-track”;var f=document.createElement(‘div’);f.className=”kvr-fill “+r[4];tr.appendChild(f);
var v=document.createElement(‘div’);v.className=”kvr-val”;v.textContent=r[3]+’%’;var row=document.createElement(‘div’);row.className=”kvr-rrow”;row.appendChild(n);row.appendChild(v);row.appendChild(tr);el.appendChild(row);fills.push([f,r[2]]);});
requestAnimationFrame(function(){requestAnimationFrame(function(){fills.forEach(function(x){x[0].style.width=x[1]+’%’;});});});resize();}
seg(‘kvr-dec’,function(b){dec=b.getAttribute(‘data-d’);drawRes();});
})();

YOU MAY ALSO LIKE

Nokia Open-Sources AnyJev: A Training-Free Layer That Turns Any Open LLM Into a Calibrated Decision Model

OpenAI Releases GPT-6 Sol and Luna: 50% Cheaper API Pricing and Benchmarks

Credit: Source link

ShareTweetSendSharePin

Related Posts

Nokia Open-Sources AnyJev: A Training-Free Layer That Turns Any Open LLM Into a Calibrated Decision Model
AI & Technology

Nokia Open-Sources AnyJev: A Training-Free Layer That Turns Any Open LLM Into a Calibrated Decision Model

September 23, 2026
OpenAI Releases GPT-6 Sol and Luna: 50% Cheaper API Pricing and Benchmarks
AI & Technology

OpenAI Releases GPT-6 Sol and Luna: 50% Cheaper API Pricing and Benchmarks

September 23, 2026
The Pros And Cons Of Using A Password Manager Over An Authenticator App
AI & Technology

The Pros And Cons Of Using A Password Manager Over An Authenticator App

September 23, 2026
How To Hide Or Replace The Audio Button In iMessages
AI & Technology

How To Hide Or Replace The Audio Button In iMessages

September 22, 2026
Next Post
Clancy’s attorney says he’s ‘glad’ trial is almost over

Clancy's attorney says he's 'glad' trial is almost over

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Fleeing Florida driver crashes into school bus with 19 kids

Fleeing Florida driver crashes into school bus with 19 kids

September 22, 2026
Synthesia Opens 50,000-Square-Foot US Headquarters in New York – Unite.AI

Synthesia Opens 50,000-Square-Foot US Headquarters in New York – Unite.AI

September 18, 2026
Nebraska Democrat looks to oust GOP congressman as Iran war crosses 6 months

Nebraska Democrat looks to oust GOP congressman as Iran war crosses 6 months

September 21, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!