Unlocking Reasoning Capability On Machine Translation In Large Language Models 2026 02 16
Captured source
source ↗Unlocking Reasoning Capability on Machine Translation in Large Language Models North Mini Code. Cohere's first model for developers. Learn more
Feb 16, 2026 Unlocking Reasoning Capability on Machine Translation in Large Language Models Enabling explicit reasoning in reasoning-oriented large language models degrades machine translation quality, prompting a structured reasoning framework that significantly improves translation performance through task-specific multi-step refinement.
Read the paper
Authors
Sara Rajaee, Sebastian Vincent, Alexandre Berard, Marzieh Fadaee, Kelly Marchisio, Tom Kocmi
Abstract
Reasoning-oriented large language models (RLMs) achieve strong gains on tasks such as mathematics and coding by generating explicit intermediate reasoning. However, their impact on machine translation (MT) remains underexplored. We systematically evaluate several open- and closed-weights RLMs on the WMT24++ benchmark and find that enabling explicit reasoning consistently degrades translation quality across languages and models. Analysis reveals that MT reasoning traces are highly linear, lacking revision, self-correction and exploration of alternative translations, which limits their usefulness. Furthermore, injecting higher-quality reasoning traces from stronger models does not reliably improve weaker models' performance. To address this mismatch, we propose a structured reasoning framework tailored to translation, based on multi-step drafting, adequacy refinement, fluency improvement, and selective iterative revision. We curate a synthetic dataset of dynamic structured reasoning traces and post-train a large reasoning model on this data. Experiments show significant improvements over standard translation fine-tuning and injected generic reasoning baselines. Our findings demonstrate that reasoning must be task-structured to benefit MT.
multilingual Reasoning Synthetic Data Generation
Related works
Research Findings of the WMT25 Multilingual Instruction Shared Task: Persistent Hurdles in Reasoning, Generation, and Evaluation
Read
Research The Art of Asking: Multilingual Prompt Optimization for Synthetic Data
Read
Research EAGER: Entropy-Aware Generation for Adaptive Inference-Time Scaling
Read
Notability
notability 7.0/10Research post on reasoning for MT from Cohere.