The Price of Reasoning: Cost-Quality Tradeoffs in Reinforcement Learning for Neural Machine Translation
This paper investigates the importance of including reasoning traces in the responses of Large Language Models during both training and inference for Neural Machine Translation, and shows that it positively affects translation quality.
Explores the importance of reasoning traces in NMT with RLVR and their impact on translation quality
Before reading this…
Applications
- →Legal document translation
To understand this paper, make sure you know these concepts first:
- Understanding of Reinforcement Learning, Neural Machine Translation, Large Language Modelsfind papers →
Abstract
More Like ThisReinforcement learning with verifiable rewards (RLVR) has been established as a viable paradigm for the post-training of Large Language Models (LLMs), including downstream tasks, such as Neural Machine Translation (NMT). With the latest research indicating that RLVR could be the preferred training method for translating legal documents due to the induced reasoning capabilities, it raises the question whether it is really attributed to the reasoning or more generally to the training paradigm. We investigate the importance of including the model's reasoning trace in the generated responses during both training and inference by systematically omitting it from one of the phases. Our experiments show that including the reasoning, specifically during inference, has a positive effect on the overall translation quality. Furthermore, we recognise that the reasoning leads to an increase in output tokens, hence we study the cost-quality tradeoff between the increased computational demands and the improved translation quality.