paper-with-me

홈 › Papers

The USYD-JD Speech Translation System for IWSLT 2021

2021-07-24 · Liang Ding, Di wu, DaCheng Tao

This paper describes the University of Sydney& JD's joint submission of the IWSLT 2021 low resource speech translation task. We participated in the Swahili-English direction and got the best scareBLEU (25.3) score among all the participants. Our constrained system is based on a pipeline framework, i.e. ASR and NMT. We trained our models with the officially provided ASR and MT datasets. The ASR system is based on the open-sourced tool Kaldi and this work mainly explores how to make the most of the NMT models. To reduce the punctuation errors generated by the ASR model, we employ our previous work SlotRefine to train a punctuation correction model. To achieve better translation performance, we explored the most recent effective strategies, including back translation, knowledge distillation, multi-feature reranking and transductive finetuning. For model structure, we tried auto-regressive and non-autoregressive models, respectively. In addition, we proposed two novel pre-train approaches, i.e. \textit{de-noising training} and \textit{bidirectional training} to fully exploit the data. Extensive experiments show that adding the above techniques consistently improves the BLEU scores, and the final submission system outperforms the baseline (Transformer ensemble model trained with the original parallel data) by approximately 10.8 BLEU score, achieving the SOTA performance.

📄 PDF Abstract BibTeX arXiv:2107.11572

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationNMTRerankingTranslation

Similar Papers 제목 키워드 기반

The USYD-JD Speech Translation System for IWSLT2021

2021-08-01 · ACL (IWSLT) 2021 8 · Liang Ding, DaCheng Tao

This paper describes the University of Sydney & JD’s joint submission of the IWSLT 2021 low resource speech translation task. We participated in the Swahili->English direction and got the best scareBLEU (25.3) score amon…

Knowledge DistillationNMTRerankingTranslation

The USTC-NEL Speech Translation system at IWSLT 2018

2018-12-06 · IWSLT (EMNLP) 2018 10 · Dan Liu, Junhua Liu, Wu Guo, Shifu Xiong 외

This paper describes the USTC-NEL system to the speech translation task of the IWSLT Evaluation 2018. The system is a conventional pipeline system which contains 3 modules: speech recognition, post-processing and machine…

Machine Translationspeech-recognitionSpeech RecognitionTranslation

MLLP-VRAIN UPV systems for the IWSLT 2022 Simultaneous Speech Translation and Speech-to-Speech Translation tasks

2022-05-01 · IWSLT (ACL) 2022 5 · Javier Iranzo-Sánchez, Javier Jorge Cano, Alejandro Pérez-González-de-Martos, Adrián Giménez Pastor 외

This work describes the participation of the MLLP-VRAIN research group in the two shared tasks of the IWSLT 2022 conference: Simultaneous Speech Translation and Speech-to-Speech Translation. We present our streaming-read…

Simultaneous Speech-to-Text TranslationSpeech-to-Speech TranslationTranslation

Speech Translation with Foundation Models and Optimal Transport: UPC at IWSLT23

2023-06-02 · Ioannis Tsiamas, Gerard I. Gállego, José A. R. Fonollosa, Marta R. Costa-jussà

This paper describes the submission of the UPC Machine Translation group to the IWSLT 2023 Offline Speech Translation task. Our Speech Translation systems utilize foundation models for speech (wav2vec 2.0) and text (mBAR…

Knowledge DistillationMachine TranslationTransfer LearningTranslation

NAIST Simultaneous Speech-to-Text Translation System for IWSLT 2022

2022-05-01 · IWSLT (ACL) 2022 5 · Ryo Fukuda, Yuka Ko, Yasumasa Kano, Kosuke Doi 외

This paper describes NAIST’s simultaneous speech translation systems developed for IWSLT 2022 Evaluation Campaign. We participated the speech-to-speech track for English-to-German and English-to-Japanese. Our primary sub…

SegmentationSimultaneous Speech-to-Text TranslationSpeech-to-TextSpeech-to-Text Translation+1