paper-with-me

홈 › Papers

TEaR: Improving LLM-based Machine Translation with Systematic Self-Refinement

2024-02-26 · Zhaopeng Feng, Yan Zhang, Hao Li, Bei Wu, Jiayu Liao, Wenqiang Liu, Jun Lang, Yang Feng, Jian Wu, Zuozhu Liu

Large Language Models (LLMs) have achieved impressive results in Machine Translation (MT). However, careful evaluations by human reveal that the translations produced by LLMs still contain multiple errors. Importantly, feeding back such error information into the LLMs can lead to self-refinement and result in improved translation performance. Motivated by these insights, we introduce a systematic LLM-based self-refinement translation framework, named \textbf{TEaR}, which stands for \textbf{T}ranslate, \textbf{E}stimate, \textbf{a}nd \textbf{R}efine, marking a significant step forward in this direction. Our findings demonstrate that 1) our self-refinement framework successfully assists LLMs in improving their translation quality across a wide range of languages, whether it's from high-resource languages to low-resource ones or whether it's English-centric or centered around other languages; 2) TEaR exhibits superior systematicity and interpretability; 3) different estimation strategies yield varied impacts, directly affecting the effectiveness of the final corrections. Additionally, traditional neural translation models and evaluation models operate separately, often focusing on singular tasks due to their limited capabilities, while general-purpose LLMs possess the capability to undertake both tasks simultaneously. We further conduct cross-model correction experiments to investigate the potential relationship between the translation and evaluation capabilities of general-purpose LLMs. Our code and data are available at https://github.com/fzp0424/self_correct_mt

📄 PDF Abstract BibTeX arXiv:2402.16379

Code (1)

fzp0424/self_correct_mt 공식 구현

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Advancing Dialectal Arabic to Modern Standard Arabic Machine Translation

2025-07-27 · Abdullah Alabdullah, Lifeng Han, Chenghua Lin arxiv

Dialectal Arabic (DA) poses a persistent challenge for natural language processing (NLP), as most everyday communication in the Arab world occurs in dialects that diverge significantly from Modern Standard Arabic (MSA). …

Machine Translation

What Does LLM Refinement Actually Improve? A Systematic Study on Document-Level Literary Translation

2026-05-13 · Shaomu Tan, Dawei Zhu, Ke Tran, Michael Denkowski 외 arxiv

Iterative self-refinement is a simple inference-time strategy for machine translation: an LLM revises its own translation over multiple inference-time passes. Yet document-scale refinement remains poorly understood: 1) w…

Machine Translation

A Corpus-based Analysis of Attitudinal Changes in Lin Yutang's Self-translation of Between Tears and Laughter

2023-04-11 · Zhiping Bai

Attitude is omnipresent in almost every type of text. There has yet to be any relevant research on attitudinal shifts in self-translation. The Chinese version of Between Tears and Laughter is a rare case of self-translat…

Translation

Self-Supervised Learning for Pairwise Data Refinement

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Gustavo Hernandez Abrego, Bowen Liang, Wei Wang, Zarana Parekh 외

Pairwise data automatically constructed from weakly supervised signals has been widely used for training deep learning models. Pairwise datasets such as parallel texts can have uneven quality levels overall, but usually …

Machine TranslationSelf-Supervised LearningTranslation

BanglaForge: LLM Collaboration with Self-Refinement for Bangla Code Generation

2025-12-22 · Mahir Labib Dihan, Sadif Ahmed, Md Nafiu Rahman arxiv

Bangla is a low-resource language for code generation, lacking large-scale annotated datasets and tools to transform natural language specifications into executable programs. This makes Bangla-to-code generation a challe…

Prompt EngineeringCode Generation