Kyutai Releases Spoken-Math Models; Its Stronger Version Scores 77.1% in Its Test

The open-weight models skip a separate text model when answering. Kyutai’s tests also show the limits of their math-focused training.

By 3 min read
Kyutai Releases Spoken-Math Models; Its Stronger Version Scores 77.1% in Its Test
Kyutai Releases Spoken-Math Models; Its Stronger Version Scores 77.1% in Its Test

Listen to this story

The audio brief

About 1:32
0:001:32
Read transcript
Kyutai’s stronger Voice of Reason model answered 77.1 percent of spoken math questions correctly in the company’s reported test—up from 27.3 percent for the model it started with. That’s a striking gain, but it comes from a narrowly trained system and a particular decoding setup. Both released checkpoints start from GLM-4-Voice-9B and answer speech directly, without routing a transcript through a separate text model. The direct version scored 70.3 percent on GSM8K; the stronger STITCH version scored 77.1. Across three training runs, though, the reported averages were lower: 65.5 and 74.8 percent. Kyutai trained on about 150,000 Orca-Math problems, then used reinforcement learning, with a Qwen model judging whether answers were correct. STITCH adds silent reasoning chunks between spoken segments, which the lab says can overlap with playback. But in this release, the reasoning comes before speech starts—so the claimed overlap does not necessarily mean an instant first response. And the specialization has a cost. On TriviaQA, a general-knowledge benchmark, the starting model scored 40.6 percent. The direct checkpoint fell to 34 percent, and STITCH to 21.4. Researchers attribute much of that drop to training on the full math dataset. Developers can self-host either checkpoint on one H100, but still need GLM-4-Voice components for speech input and audio playback. The key constraint is clear: these are spoken-math specialists, not general voice assistants.

Story brief

3 key points

Developers can now self-host Kyutai’s open-weight Voice of Reason checkpoints, which answer spoken math directly without routing queries through a separate text LLM. Their reported GSM8K scores—70.3% for direct answers and 77.1% for STITCH—use a specific decoding setup; averages across three runs were lower, at 65.5% and 74.8%. The release offers a speech-native math specialist that runs on one H100, but performance...

  1. 01

    Training used 150,616 Orca-Math problems; a Qwen model judged answer correctness during reinforcement learning without access to reference answers.

  2. 02

    TriviaQA fell from 40.6% at baseline to 34.0% for direct and 21.4% for STITCH; researchers attribute much of the decline to full-data training.

  3. 03

    Kyutai reports one H100 per checkpoint; developers must add GLM-4-Voice components for speech input and audio-code playback.

Kyutai has released two open-weight Voice of Reason models that take spoken math questions and answer aloud without sending them through a separate text language model. In Kyutai’s test, the stronger version answered 77.1% of questions correctly, compared with 27.3% for the model it was built from.

How the model reasons while speaking

Both versions start from GLM-4-Voice-9B. Kyutai trained them first on examples of math problems, then with reinforcement learning that rewards answers judged correct. They handle speech directly when answering, rather than passing a transcript through a separate text model and converting its reply back to audio.

The direct version begins its answer without generating extra hidden reasoning. The STITCH version inserts silent reasoning chunks between spoken sections. While one section plays, it can prepare a later one. Kyutai says that overlap adds no extra delay, although the layout described for this release places a reasoning chunk before speech begins.

Kyutai’s spoken-math scores
27.3%Starting model

Kyutai reports 27.3% for the original GLM-4-Voice on spoken GSM8K math questions.

70.3%Direct-answer release

The released version without extra hidden reasoning scored 70.3% in Kyutai’s test.

77.1%STITCH release

The released version with silent reasoning chunks scored 77.1% in Kyutai’s test.

Training accounts for much of the gain

The direct version’s score shows that reasoning during playback cannot explain the full improvement. For training, Kyutai used 150,616 problems drawn from Orca-Math. A text model rewrote the material for speech, and a speech system produced audio in multiple voices. A Qwen model then judged whether answers were correct during reinforcement learning; it did not see the reference answers.

The headline scores belong to the released checkpoints under a particular decoding setup. Across three training runs, the paper reported lower averages: 65.5% for the direct approach and 74.8% for STITCH. Kyutai also tested what happened when generated answers became audio. After that audio was transcribed, STITCH scored 72.0% following reinforcement learning, up from 66.2% after the earlier training stage.

A math specialist developers can host

The math gains did not carry over to every task. On spoken TriviaQA, a general-knowledge test, the starting model scored 40.6%; the trained direct version scored 34.0%, and STITCH scored 21.4%. The researchers attribute most of the decline to the first, full-data training stage. Larger alternative systems also scored higher on math in Kyutai’s comparison, though their size, design or output methods differed.

Both checkpoints are available as weights for self-hosting and retain the GLM-4-Voice license. Kyutai says each runs on one H100 GPU, but an audio application also needs components from the original GLM-4-Voice project to process incoming speech and turn generated audio codes into sound. The release offers developers a spoken-math model to run themselves, not a hosted voice service.

Sources

  1. marktechpost.comKyutai Releases Voice of Reason: A Speech-Native Model that Solves Spoken Math with Reinforcement Learning

Loading discussion...

YOUR READING SPACE

Notifications