← Latest papers
⚡ electrical engineering

Unlocking Speech-Text Compositional Powers: Instruction-Following Speech Language Models without Instruction Tuning

The paper introduces SpeechCombine, a novel approach that creates an instruction-following speech language model by directly combining a speech-adapted model with the weight differences of an instruction-tuned text LLM, thereby achieving strong compositional capabilities without requiring massive speech instruction-tuning datasets.

Original authors: Congrui Du, Yang Zhang, Kaizhi Qian, Shiyu Chang

Published 2026-07-03
📖 4 min read☕ Coffee break read

Original authors: Congrui Du, Yang Zhang, Kaizhi Qian, Shiyu Chang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a brilliant librarian (a Text Large Language Model) who knows everything about books, can answer complex questions, and can write stories. However, this librarian has never spoken a word; they only communicate by writing.

Now, you want to teach this librarian to speak. But here's the catch: speaking is much harder than writing. A single sentence like "How are you?" takes five words to write, but when spoken, it lasts a second and contains hundreds of tiny sound units (tokens). If you try to teach the librarian to speak by making them read millions of hours of audiobooks and then re-learn how to answer questions, they might forget everything they knew about books in the process. This is the "catastrophic forgetting" problem that current AI models face.

The authors of this paper, SPEECHCOMBINE, found a clever shortcut. They didn't make the librarian re-learn everything from scratch. Instead, they used a technique called "Model Merging," which is like a scientific recipe for mixing two different "personalities" into one.

Here is how they did it, using a simple analogy:

The Three Ingredients

Imagine you have three different versions of a character:

  1. The Base Librarian: The original, smart text-only model.
  2. The Chatty Librarian: The same model, but after being trained to follow instructions (like "write a poem" or "solve a math problem"). The difference between this and the Base Librarian is a "direction" in their brain that represents Instruction Following.
  3. The Talkative Librarian: The Base Librarian, but after being trained only on 30,000 hours of speech data (without any instruction training). The difference between this and the Base Librarian is a "direction" that represents Speech Knowledge.

The Magic Mix

Instead of training a new model from scratch, the researchers took the Talkative Librarian (who knows how to speak but doesn't know how to follow complex instructions) and simply stitched the "Instruction Following" direction from the Chatty Librarian onto them.

Think of it like this:

  • You have a car that can drive on the road (Text Model) but needs a new engine to drive on water (Speech Model).
  • You have another car that has a special "GPS Navigation" system (Instruction Following).
  • Instead of building a whole new amphibious vehicle from scratch, you take the water-driving car and simply install the GPS navigation system from the road car.

The result is a model that can drive on water (speak) and navigate complex routes (follow instructions), all without needing to re-learn how to drive.

What They Claim to Achieve

The paper claims this simple "stitching" method works surprisingly well, even though they only used a tiny amount of speech data (30,000 hours) compared to the millions of hours other models use.

  1. It Keeps the Brains: The model didn't forget how to reason, answer questions, or solve math problems. It kept the "smart" part of the text librarian.
  2. It Learned to Speak: It learned to understand spoken questions and generate spoken answers.
  3. It Can "Think" Aloud: Just like the text version of the model can "think" before answering (a process called "long thinking"), this speech version can also "think" before speaking. The paper shows examples where the model reasons through a problem in its "mind" (text) before generating the final spoken response.
  4. It Handles Emotions: The model can understand if a speaker is angry or happy based on their tone, and it can even generate speech with specific emotions (like reading a sentence with a "surprised" tone).

The Catch (Limitations)

The paper admits the model isn't perfect yet:

  • Formatting Glitches: Sometimes the model gets confused about when to switch between text and speech, so the researchers had to use a "force" to keep it on track.
  • Voice Quality: The model understands the rhythm and pitch of speech, but it doesn't yet capture the specific timbre (the unique sound of a person's voice) or accents. It's like a robot that can speak with emotion but sounds like a generic robot.
  • External Help: To understand what a user said, the model still relies on an outside tool (a speech-to-text system) to first convert the sound into words before it can "think" about it.

Summary

In short, SPEECHCOMBINE proves that you don't need to drown a smart text model in oceans of speech data to make it talk. You just need to carefully "merge" its ability to speak with its existing ability to follow instructions. It's a much more efficient way to build a talking AI that is still as smart as its text-only cousin.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →