paper-with-me

홈 › Papers

Test-Time Scaling of Reasoning Models for Machine Translation

2025-10-07 · Zihao Li, Shaoxiong Ji, Jörg Tiedemann arxiv

Test-time scaling (TTS) has enhanced the performance of Reasoning Models (RMs) on various tasks such as math and coding, yet its efficacy in machine translation (MT) remains underexplored. This paper investigates whether increased inference-time computation improves translation quality. We evaluate 12 RMs across a diverse suite of MT benchmarks spanning multiple domains, examining three scenarios: direct translation, forced-reasoning extrapolation, and post-editing. Our findings show that for general-purpose RMs, TTS provides limited and inconsistent benefits for direct translation, with performance quickly plateauing. However, the effectiveness of TTS is unlocked by domain-specific fine-tuning, which aligns a model's reasoning process with task requirements, leading to consistent improvements up to an optimal, self-determined reasoning depth. We also find that forcing a model to reason beyond its natural stopping point consistently degrades translation quality. In contrast, TTS proves highly effective in a post-editing context, reliably turning self-correction into a beneficial process. These results indicate that the value of inference-time computation in MT lies not in enhancing single-pass translation with general models, but in targeted applications like multi-step, self-correction workflows and in conjunction with task-specialized models.

📄 PDF Abstract BibTeX arXiv:2510.06471

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Translation

Similar Papers 제목 키워드 기반

Investigating Test-Time Scaling with Reranking for Machine Translation

2025-09-23 · Shaomu Tan, Ryosuke Mitani, Ritvik Choudhary, Toshiyuki Sekiya arxiv

Scaling model parameters has become the de facto strategy for improving NLP systems, but it comes with substantial computational costs. Test-Time Scaling (TTS) offers an alternative by allocating more computation at infe…

Mathematical ReasoningMachine Translation

Ladders in Chaos: When, How, (and Perhaps Why) Does Test-Time Scaling Improve LLM Machine Translation

2026-08-28 · Di Wu, Sergey Troshin, Christof Monz, Antske Fokkens 외 arxiv

Two forms of test-time scaling for Large Language Models (LLMs) have emerged as effective and widely adopted paradigms: sequential, in which later answer attempts depend on earlier ones, and parallel, such as i.i.d. samp…

Machine Translation

The Box is in the Pen: Evaluating Commonsense Reasoning in Neural Machine Translation

2025-03-05 · Findings of the Association for Computational Linguistics 2020 · Jie He, Tao Wang, Deyi Xiong, Qun Liu

Does neural machine translation yield translations that are congenial with common sense? In this paper, we present a test suite to evaluate the commonsense reasoning capability of neural machine translation. The test sui…

Common Sense ReasoningMachine TranslationSentenceTranslation

Timely Machine: Awareness of Time Makes Test-Time Scaling Agentic

2026-01-23 · Yichuan Ma, Linyang Li, Yongkang chen, Peiji Li 외 arxiv

As large language models (LLMs) increasingly tackle complex reasoning tasks, test-time scaling has become critical for enhancing capabilities. However, in agentic scenarios with frequent tool calls, the traditional gener…

Reinforcement Learning

Scaling Laws of Decoder-Only Models on the Multilingual Machine Translation Task

2024-09-23 · Gaëtan Caillaut, Raheel Qader, Mariam Nakhlé, Jingshu Liu 외

Recent studies have showcased remarkable capabilities of decoder-only models in many NLP tasks, including translation. Yet, the machine translation field has been largely dominated by encoder-decoder models based on the …

DecoderMachine TranslationSentenceTranslation