paper-with-me

홈 › Papers

Combining the Best of Both Worlds: A Method for Hybrid NMT and LLM Translation

2025-05-19 · Zhanglin Wu, Daimeng Wei, Xiaoyu Chen, Hengchao Shang, Jiaxin Guo, Zongyao Li, Yuanchang Luo, Jinlong Yang, Zhiqiang Rao, Hao Yang

Large language model (LLM) shows promising performances in a variety of downstream tasks, such as machine translation (MT). However, using LLMs for translation suffers from high computational costs and significant latency. Based on our evaluation, in most cases, translations using LLMs are comparable to that generated by neural machine translation (NMT) systems. Only in particular scenarios, LLM and NMT models show respective advantages. As a result, integrating NMT and LLM for translation and using LLM only when necessary seems to be a sound solution. A scheduling policy that optimizes translation result while ensuring fast speed and as little LLM usage as possible is thereby required. We compare several scheduling policies and propose a novel and straightforward decider that leverages source sentence features. We conduct extensive experiments on multilingual test sets and the result shows that we can achieve optimal translation performance with minimal LLM usage, demonstrating effectiveness of our decider.

📄 PDF Abstract BibTeX arXiv:2505.13554

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelMachine TranslationNMTSchedulingSentenceTranslation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Combining the Best of Two Worlds: A Hybrid Approach to Multilingual Coreference Resolution

2012-07-01 · WS 2012 7 · Chen Chen, Vincent Ng
coreference-resolutionCoreference Resolution

The Best of Both Worlds: Combining Recent Advances in Neural Machine Translation

2018-04-26 · ACL 2018 7 · Mia Xu Chen, Orhan Firat, Ankur Bapna, Melvin Johnson 외

The past year has witnessed rapid advances in sequence-to-sequence (seq2seq) modeling for Machine Translation (MT). The classic RNN-based approaches to MT were first out-performed by the convolutional seq2seq model, whic…

Machine TranslationTranslation

The Best of Both Worlds: Combining Human and Machine Translations for Multilingual Semantic Parsing with Active Learning

2023-05-22 · Zhuang Li, Lizhen Qu, Philip R. Cohen, Raj V. Tumuluri 외

Multilingual semantic parsing aims to leverage the knowledge from the high-resource languages to improve low-resource semantic parsing, yet commonly suffers from the data imbalance problem. Prior works propose to utilize…

Active LearningSemantic Parsing

Syntax-based Multi-system Machine Translation

2016-05-01 · LREC 2016 5 · Mat{\=\i}ss Rikters, Inguna Skadi{\c{n}}a

This paper describes a hybrid machine translation system that explores a parser to acquire syntactic chunks of a source sentence, translates the chunks with multiple online machine translation (MT) system application pro…

Language ModelingLanguage ModellingMachine TranslationSentence+1

Contextualized Hybrid Ensemble Q-learning: Learning Fast with Control Priors

2024-06-28 · Emma Cramer, Bernd Frauenknecht, Ramil Sabirov, Sebastian Trimpe

Combining Reinforcement Learning (RL) with a prior controller can yield the best out of two worlds: RL can solve complex nonlinear problems, while the control prior ensures safer exploration and speeds up training. Prior…

Car RacingQ-LearningReinforcement Learning (RL)