paper-with-me

홈 › Papers

DRT-o1: Optimized Deep Reasoning Translation via Long Chain-of-Thought

2024-12-23 · Jiaan Wang, Fandong Meng, Yunlong Liang, Jie zhou

Recently, O1-like models have emerged as representative examples, illustrating the effectiveness of long chain-of-thought (CoT) in reasoning tasks such as math and coding tasks. In this paper, we introduce DRT-o1, an attempt to bring the success of long CoT to neural machine translation (MT). Specifically, in view of the literature books that might involve similes and metaphors, translating these texts to a target language is very difficult in practice due to cultural differences. In such cases, literal translation often fails to convey the intended meaning effectively. Even for professional human translators, considerable thought must be given to preserving semantics throughout the translation process. To simulate LLMs' long thought ability in MT, we first mine sentences containing similes or metaphors from existing literature books, and then develop a multi-agent framework to translate these sentences via long thought. In the multi-agent framework, a translator is used to iteratively translate the source sentence under the suggestions provided by an advisor. To ensure the effectiveness of the long thoughts, an evaluator is also employed to quantify the translation in each round. In this way, we collect tens of thousands of long-thought MT data, which is used to train our DRT-o1. Using Qwen2.5 and LLama-3.1 as the backbones, DRT-o1 models can learn the thought process during machine translation, and outperform vanilla LLMs as well as existing O1-like LLMs, showing their effectiveness The project is available at https://github.com/krystalan/DRT-o1

📄 PDF Abstract BibTeX arXiv:2412.17498

Code (1)

krystalan/drt-o1 공식 구현

Tasks

Machine TranslationMathTranslation

Similar Papers 제목 키워드 기반

Framework of Thoughts: A Foundation Framework for Dynamic and Optimized Reasoning based on Chains, Trees, and Graphs

2026-02-18 · Felix Fricke, Simon Malberg, Georg Groh arxiv

Prompting schemes such as Chain of Thought, Tree of Thoughts, and Graph of Thoughts can significantly enhance the reasoning capabilities of large language models. However, most existing schemes require users to define st…

OCEAN: Offline Chain-of-thought Evaluation and Alignment in Large Language Models

2024-10-31 · Junda Wu, Xintong Li, Ruoyu Wang, Yu Xia 외

Offline evaluation of LLMs is crucial in understanding their capacities, though current methods remain underexplored in existing research. In this work, we focus on the offline evaluation of the chain-of-thought capabili…

Entity LinkingKnowledge Graphs

Chain-of-Thought Reasoning Improves Context-Aware Translation with Large Language Models

2025-10-20 · Shabnam Ataee, Hugo Huart, Andrei Popescu-Belis arxiv

This paper assesses the ability of large language models (LLMs) to translate texts that include inter-sentential dependencies. We use the English-French DiscEvalMT benchmark (Bawden et al., 2018) with pairs of sentences …

Rethinking the Chain-of-Thought: The Roles of In-Context Learning and Pre-trained Priors

2025-09-01 · Hao Yang, Zhiyu Yang, Yunjie Zhang, Shanyi Zhu 외 arxiv

Chain-of-Thought reasoning has emerged as a pivotal methodology for enhancing model inference capabilities. Despite growing interest in Chain-of-Thought reasoning, its underlying mechanisms remain unclear. This paper exp…

Prompt EngineeringLogical Reasoning

Faithful Chain-of-Thought Reasoning

2023-01-31 · Qing Lyu, Shreya Havaldar, Adam Stein, Li Zhang 외

While Chain-of-Thought (CoT) prompting boosts Language Models' (LM) performance on a gamut of complex reasoning tasks, the generated reasoning chain does not necessarily reflect how the model arrives at the answer (aka. …

MathMulti-hop Question AnsweringQuestion Answering