paper-with-me

홈 › Papers

New Trends for Modern Machine Translation with Large Reasoning Models

2025-03-13 · Sinuo Liu, Chenyang Lyu, Minghao Wu, Longyue Wang, Weihua Luo, Kaifu Zhang

Recent advances in Large Reasoning Models (LRMs), particularly those leveraging Chain-of-Thought reasoning (CoT), have opened brand new possibility for Machine Translation (MT). This position paper argues that LRMs substantially transformed traditional neural MT as well as LLMs-based MT paradigms by reframing translation as a dynamic reasoning task that requires contextual, cultural, and linguistic understanding and reasoning. We identify three foundational shifts: 1) contextual coherence, where LRMs resolve ambiguities and preserve discourse structure through explicit reasoning over cross-sentence and complex context or even lack of context; 2) cultural intentionality, enabling models to adapt outputs by inferring speaker intent, audience expectations, and socio-linguistic norms; 3) self-reflection, LRMs can perform self-reflection during the inference time to correct the potential errors in translation especially extremely noisy cases, showing better robustness compared to simply mapping X->Y translation. We explore various scenarios in translation including stylized translation, document-level translation and multimodal translation by showcasing empirical examples that demonstrate the superiority of LRMs in translation. We also identify several interesting phenomenons for LRMs for MT including auto-pivot translation as well as the critical challenges such as over-localisation in translation and inference efficiency. In conclusion, we think that LRMs redefine translation systems not merely as text converters but as multilingual cognitive agents capable of reasoning about meaning beyond the text. This paradigm shift reminds us to think of problems in translation beyond traditional translation scenarios in a much broader context with LRMs - what we can achieve on top of it.

📄 PDF Abstract BibTeX arXiv:2503.10351

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Neural Machine Translation: A Review and Survey

2019-12-04 · Felix Stahlberg

The field of machine translation (MT), the automatic translation of written text from one natural language into another, has experienced a major paradigm shift in recent years. Statistical MT, which mainly relies on vari…

DecoderMachine TranslationNMTSentence+3

mmPISA-bench: Do LLMs Reason Equally Well Across 43 Languages?

2026-06-05 · Yerzhan Sapenov, Jaromir Savelka arxiv

We introduce mmPISA-bench, a compact high-quality multilingual reasoning benchmark derived from the OECD Programme for International Student Assessment (PISA). The benchmark consists of 25 multiple-choice questions that …

Machine Translation

Bridging belief function theory to modern machine learning

2015-04-15 · Thomas Burger

Machine learning is a quickly evolving field which now looks really different from what it was 15 years ago, when classification and clustering were major issues. This document proposes several trends to explore the new …

BIG-bench Machine LearningClusteringGeneral Classification

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

An In-depth Walkthrough on Evolution of Neural Machine Translation

2020-04-10 · Rohan Jagtap, Dr. Sudhir N. Dhage

Neural Machine Translation (NMT) methodologies have burgeoned from using simple feed-forward architectures to the state of the art; viz. BERT model. The use cases of NMT models have been broadened from just language tran…

Abstractive Text SummarizationImage CaptioningMachine TranslationNMT+2