paper-with-me

Papers

Simultaneous Machine Translation with Large Language Models

2023-09-13 · Minghan Wang, Jinming Zhao, Thuy-Trang Vu, Fatemeh Shiri, Ehsan Shareghi, Gholamreza Haffari

Real-world simultaneous machine translation (SimulMT) systems face more challenges than just the quality-latency trade-off. They also need to address issues related to robustness with noisy input, processing long contexts, and flexibility for knowledge injection. These challenges demand models with strong language understanding and generation capabilities which may not often equipped by dedicated MT models. In this paper, we investigate the possibility of applying Large Language Models (LLM) to SimulMT tasks by using existing incremental-decoding methods with a newly proposed RALCP algorithm for latency reduction. We conducted experiments using the \texttt{Llama2-7b-chat} model on nine different languages from the MUST-C dataset. The results show that LLM outperforms dedicated MT models in terms of BLEU and LAAL metrics. Further analysis indicates that LLM has advantages in terms of tuning efficiency and robustness. However, it is important to note that the computational cost of LLM remains a significant obstacle to its application in SimulMT.\footnote{We will release our code, weights, and data with publication.}

📄 PDF Abstract BibTeX arXiv:2309.06706

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Monotonic Simultaneous Translation with Chunk-wise Reordering and Refinement

2021-10-18 · WMT (EMNLP) 2021 11 · Hyojung Han, Seokchan Ahn, Yoonjung Choi, Insoo Chung 외

Recent work in simultaneous machine translation is often trained with conventional full sentence translation corpora, leading to either excessive latency or necessity to anticipate as-yet-unarrived words, when dealing wi…

Machine TranslationSentenceTranslationWord Alignment

A General Framework for Adaptation of Neural Machine Translation to Simultaneous Translation

2019-11-08 · Asian Chapter of the Association for Computational Linguistics 2020 · Yun Chen, Liangyou Li, Xin Jiang, Xiao Chen 외

Despite the success of neural machine translation (NMT), simultaneous neural machine translation (SNMT), the task of translating in real time before a full sentence has been observed, remains challenging due to the synta…

Machine TranslationNMTSentenceTranslation

Simultaneous Multi-Pivot Neural Machine Translation

2021-04-15 · Raj Dabre, Aizhan Imankulova, Masahiro Kaneko, Abhisek Chakrabarty

Parallel corpora are indispensable for training neural machine translation (NMT) models, and parallel corpora for most language pairs do not exist or are scarce. In such cases, pivot language NMT can be helpful where a p…

Machine TranslationNMTTranslation

Anticipating Future with Large Language Model for Simultaneous Machine Translation

2024-10-29 · Siqi Ouyang, Oleksii Hrinchuk, Zhehuai Chen, Vitaly Lavrukhin 외

Simultaneous machine translation (SMT) takes streaming input utterances and incrementally produces target text. Existing SMT methods only use the partial utterance that has already arrived at the input and the generated …

Language ModelingLanguage ModellingLarge Language ModelMachine Translation+1

Learning to Translate in Real-time with Neural Machine Translation

2016-10-03 · EACL 2017 4 · Jiatao Gu, Graham Neubig, Kyunghyun Cho, Victor O. K. Li

Translating in real-time, a.k.a. simultaneous translation, outputs translation words before the input sentence ends, which is a challenging problem for conventional machine translation methods. We propose a neural machin…

Machine TranslationNMTSentenceTranslation