NAVER LABS System Re-implementation for the IWSLT 2026 Instruction-Following Task
This paper presents a re-implementation of the NAVER LABS IWSLT 2025 instruction-following pipeline for the 2026 Shared Task, adapting it with mandated SeamlessM4T-v2-large and Qwen3-4B-Instruct components while introducing 100k synthetic training examples to achieve strong performance on speech translation and spoken question answering benchmarks.
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 very smart, well-read librarian (the LLM, or Large Language Model) who knows how to write and answer questions perfectly. However, this librarian is "deaf"—they can't hear audio files, only read text.
On the other hand, you have a specialized audio recorder (the Speech Encoder) that is excellent at listening to sound and turning it into a digital "sound map," but it doesn't know how to speak or reason.
The goal of this paper is to build a translator bridge between the deaf librarian and the audio recorder so they can work together as a single team. This team is designed to follow instructions like "Translate this speech," "Summarize this audio," or "Answer questions about what you heard."
Here is how the authors built this team, using simple analogies:
1. The Team Members
- The Librarian (Qwen3-4B): A powerful AI that already knows how to follow instructions in text.
- The Recorder (SeamlessM4T-v2-large): A state-of-the-art tool that converts human speech into digital data.
- The Bridge (Projector): A new, trainable component that translates the "sound map" from the recorder into a language the librarian can understand.
2. The Three-Stage Training Process
The authors didn't just glue these two together; they trained them in three specific steps, like training a new employee:
- Stage 1: Learning to Listen (Projector Alignment)
- What happened: The librarian and the recorder were frozen (locked in place). Only the "Bridge" was trained.
- The Analogy: Imagine the librarian is sitting in a soundproof room. The Bridge learns to take the raw sound waves from the recorder and convert them into written notes that the librarian can read. They practiced with thousands of examples of speech and text (like transcripts of speeches) so the Bridge learns the right "vocabulary" to describe sounds.
- Stage 2: The Librarian's Text Boot Camp (Text-Only LoRA)
- What happened: The audio was turned off. The librarian was given a massive amount of text data to practice answering questions and translating languages, but this time, they were allowed to make small, efficient adjustments to their brain (using a technique called LoRA).
- The Analogy: The librarian is now in a quiet library, practicing their translation and question-answering skills on paper. They aren't listening to audio yet; they are just sharpening their logic and language skills so they are ready for the real world. The authors tested different "adjustment sizes" (ranks) to see which one made the librarian smartest without breaking their memory.
- Stage 3: The Full Rehearsal (Multimodal Merge)
- What happened: The audio was turned back on. Now, the Bridge and the Librarian practiced together.
- The Analogy: The librarian and the recorder are finally in the same room. They practice listening to a speech, having the Bridge translate the sound, and the librarian responding. To make sure the librarian doesn't forget their text skills while learning to listen, they alternate between listening exercises and text-only exercises. This ensures they don't get "confused" (a problem called catastrophic forgetting).
3. The "Fake" Practice Data
One of the paper's unique contributions is creating 100,000 synthetic examples.
- The Analogy: Since real-world data for every possible task (like "describe the speaker's voice tone" or "extract keywords") was scarce, the authors used another AI (Gemma) to invent 10,000 fake practice scenarios for 10 different types of tasks.
- They created fake transcripts and fake audio descriptions to train the team on things like:
- Keyword Extraction: Pulling out the most important words.
- Voice Description: Describing if a speaker sounds "confident," "slow," or "loud" just by hearing them.
- Summarization: Condensing a long speech into one sentence.
4. The Results
When they tested their final team on the official "exam" (the MCIF benchmark):
- Translation: They became very good at translating speech from English to Chinese, German, and Italian.
- Question Answering: They improved significantly at answering questions based on what they heard in English.
- The Trade-off: Interestingly, while they got better at understanding the meaning of speech (translation and questions), their ability to write down the exact words heard (transcription) got slightly worse compared to the raw recorder. This is a common trade-off when teaching a system to understand "meaning" rather than just "sounds."
Summary
The paper is essentially a "how-to" guide for building a multilingual, audio-aware AI assistant. They took a deaf text-expert and a hearing-but-dumb recorder, built a custom bridge between them, trained them in three careful stages, and fed them a massive amount of practice data (both real and AI-generated). The result is a system that can listen to short audio clips and follow complex instructions like a human would.
Limitations Mentioned:
- The system currently struggles with audio longer than 15 seconds (it runs out of "mental energy" or memory).
- For non-English questions, they had to use machine-translated practice data, which might introduce some "noise" or errors.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.