FBK's Long-form SpeechLLMs for IWSLT 2026 Instruction Following
This paper presents FBK's SpeechLLMs for the IWSLT 2026 Instruction Following shared task, demonstrating that fixed 30-second segmentation achieves the most robust long-form performance with a HIFS score of 2.0663 while maintaining strong short-form capabilities despite challenges with repetitive hallucinations.
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, multilingual robot assistant that is great at listening to short sentences and following instructions, like "Translate this sentence" or "What is the capital of France?" This is the "Short-Form" version of the robot.
The researchers at FBK wanted to see if they could upgrade this robot to handle long, complex stories (like a 30-minute lecture or a full podcast) without it getting confused, forgetting things, or starting to make things up. This paper is their report card on how they tried to do that for a competition called IWSLT 2026.
Here is the breakdown of their journey, explained simply:
1. The Robot's Brain (The Architecture)
Think of the robot as having three main parts:
- The Ears (Speech Encoder): These listen to the raw sound waves and turn them into a language the brain understands. They used a pre-trained "super-ear" called SEAMLESSM4T.
- The Translator (Modality Adapter): This is a bridge. It takes the sound data and compresses it so it fits neatly into the robot's thinking space. It's like taking a long novel and summarizing the chapters so the brain can read them faster.
- The Brain (LLM Decoder): This is the thinking part, based on a model called Qwen3. It's already very good at following text instructions. The researchers just taught it how to listen to audio instead of just reading text.
2. The Short Track: The "Sprint"
First, they tested the robot on short tasks (like a 5-second clip).
- The Result: The robot ran the sprint perfectly. It got a high score (2.07) for translating, transcribing, and answering questions. It proved the robot was already a champion at short conversations.
3. The Long Track: The "Marathon"
This is where it gets tricky. You can't just tell the robot to "listen to this 30-minute audio" all at once. Its memory (context window) would get overwhelmed, and it might start hallucinating (making things up).
To solve this, they tried three different ways to cut the audio into manageable chunks, like slicing a long loaf of bread:
Strategy A: The Fixed Slicer (30-second slices).
Imagine a machine that cuts the audio into perfect, equal 30-second pieces, no matter what is happening in the audio.- Result: This was the winner. It was the most stable. The robot didn't get confused, and it didn't make up as many fake words.
Strategy B: The Smart Slicer (Voice Detection).
This uses a tool that tries to find natural pauses in speech (like when a speaker stops talking) to cut the audio.- Result: It was okay, but sometimes it cut the audio in weird places or made the pieces too short, causing the robot to lose the flow of the story.
Strategy C: The Hybrid Slicer.
This tries to combine the two: it looks for pauses but also forces a cut if a piece gets too long.- Result: It was better than the Smart Slicer but still couldn't beat the simple, steady Fixed Slicer.
4. The "Hallucination" Problem
When the robot tried to listen to long audio, it had a bad habit: Repetitive Insertions.
- The Analogy: Imagine a student taking a long dictation test. When they get tired or confused, they start repeating the last sentence they wrote over and over again, or they invent a whole new paragraph that wasn't said.
- The Impact: This made the robot's transcription (writing down what was said) look terrible because it was full of repeated nonsense. The researchers found that this "hallucination" was the main reason the robot struggled with long audio.
5. The Final Scorecard
They created a new scoring system called HIFS (Hallucination-Penalized Score). This score doesn't just look at how well the robot understood; it deducts points if the robot starts making things up.
- The Winner: The robot using the Fixed 30-second slicing strategy won the long track with the highest score (2.06).
- The Takeaway: Even though the robot was trained mostly on short clips, it could still handle long audio quite well if you sliced the audio into steady, predictable chunks. It didn't lose its ability to do short tasks, but it did need help managing the length of the input to stop it from making things up.
Summary
The paper shows that you can turn a short-listening robot into a long-listening robot, but you have to be careful how you feed it the audio. Simple, steady slicing (30 seconds at a time) worked better than trying to be too clever with cutting the audio at natural pauses. The biggest enemy wasn't the length of the audio, but the robot's tendency to start repeating itself or inventing words when it got overwhelmed.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.