hf-wzx1205/PDO_S2TT
PDO_S2TT
Official checkpoints for the ICASSP 2027 submission:
PERSISTENT DELIVERY OPTIMIZATION FOR STREAMING SPEECH-TO-TEXT TRANSLATION WITH REVISIONS
PDO is a history-conditioned, direct streaming speech-to-text translation policy. It receives a growing English speech prefix together with the previously displayed translation and may wait, append, or revise the complete visible target-language draft.
Inference, evaluation, and PDO training code
Released checkpoints
Both checkpoints use Qwen/Qwen3-ASR-1.7B as the base model. The public repository includes the complete multilingual PDO reinforcement-learning stage, its frozen FLEURS training targets, evaluation code, and a four-GPU smoke test. The preceding supervised-training stages and optimizer state are not included.
Supported directions
- En->Zh
- En->De
- En->Es
- En->Ja
- En->Fr
Download
The paper release is pinned to revision 62c27b03aa1d7da1b739e43e815796029ee243f5:
hf download hf-wzx1205/PDO_S2TT pdo_s2tt.pt \
--revision 62c27b03aa1d7da1b739e43e815796029ee243f5 \
--local-dir checkpoints
hf download hf-wzx1205/PDO_S2TT pdo_s2tt_sft.pt \
--revision 62c27b03aa1d7da1b739e43e815796029ee243f5 \
--local-dir checkpointsSee the GitHub training instructions for the released G=4 recipe and complete reproduction workflow.
FLEURS TEST results
FRD and RTF include measured computation; the values above were measured on one RTX 4090. All five directions have 100% final-output coverage.
Intended use
These checkpoints are released for research and reproducibility in revision-capable simultaneous speech translation. They should be used with the accompanying inference and evaluation code. Performance outside the five released English-to-X directions has not been established.
License
The released PDO_S2TT checkpoints are licensed under the Apache License 2.0. The separately distributed Qwen/Qwen3-ASR-1.7B base model is also released under Apache-2.0. FLEURS data and references remain subject to their original dataset licenses.
