NAVER LABS Europe Submission to the Instruction-following 2026 Short Track

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

NAVER LABS Europe submitted an advanced system to the IWSLT 2026 instruction-following speech processing short track, achieving a tie for first place. This system jointly performs Automatic Speech Recognition (ASR), Speech Translation (ST), and Speech Question Answering (SQA) from English speech into Chinese, Italian, and German within a constrained setting. Building on their previous top-ranked submission, the team updated their multi-stage training pipeline. Key improvements include replacing the speech projector with SpeechMapper, a novel method that learns a speech-to-LLM embedding projector using only ASR data. Additionally, they introduced fakACL, a synthetic SQA dataset comprising artificially generated scientific presentations. This dataset was created by prompting an LLM backbone, segmenting the generated talks, and synthesizing speech with SeamlessM4T-large-v2. The combined enhancements resulted in a more compact model that outperforms last year's best short-track system, despite relying on a weaker LLM backbone.

Key takeaway

For Machine Learning Engineers developing multi-task speech processing systems, this work highlights a path to superior performance and efficiency. You should explore generating domain-specific synthetic data using LLMs and advanced text-to-speech models like SeamlessM4T-large-v2 to augment your training sets. Additionally, consider SpeechMapper's approach of learning speech-to-LLM embeddings solely from ASR data, as it enables more compact models with weaker LLM backbones to achieve top-tier results in complex tasks like joint ASR, ST, and SQA.

Key insights

The system combines an improved speech projector and synthetic domain-specific data for superior instruction-following speech processing.

Principles

Method

The method involves a multi-stage training pipeline, integrating SpeechMapper for speech projection and fakACL for synthetic SQA data generation using LLM prompting and SeamlessM4T-large-v2 speech synthesis.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.