HydraQE: OSU’s Submission for the IWSLT 2026 Speech Translation Metrics Shared Task

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

HydraQE, Ohio State University's submission for the IWSLT 2026 Speech Translation Metrics shared task, is an end-to-end, reference-free quality estimation (QE) system. It uses a Qwen3-ASR backbone, accepting source audio and a translation hypothesis as joint input. The system combines hidden states from all backbone layers via a sparsemax scalar mix, then re-encodes them with a bidirectional Transformer for cross-modal interaction. To address data scarcity, HydraQE trains three independent prediction heads on human direct assessment (DA) annotations, MetricX-24 pseudo-labels, and xCOMET pseudo-labels. It employs a curriculum that starts with synthetic and silver pseudo-labeled data, gradually shifting to human-annotated examples. HydraQE outperforms cascaded text-based baselines and prior direct speech QE systems, proving end-to-end speech translation QE is competitive.

Key takeaway

For NLP Engineers developing speech translation quality estimation systems, HydraQE demonstrates that end-to-end approaches can outperform traditional cascaded text-based baselines. You should consider integrating multi-modal inputs and diverse supervision signals, including pseudo-labels like MetricX-24 and xCOMET, to overcome data scarcity. Employing a curriculum learning strategy, starting with synthetic data and progressing to human annotations, can significantly enhance your system's performance and robustness.

Key insights

End-to-end speech translation QE can achieve competitive performance by integrating multi-modal inputs and diverse supervision signals.

Principles

Method

HydraQE uses a Qwen3-ASR backbone, combines hidden states via sparsemax, re-encodes with a bidirectional Transformer, and trains three prediction heads on human DA, MetricX-24, and xCOMET pseudo-labels using a curriculum.

In practice

Topics

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.