paper-with-me

Papers

CRPO: Confidence-Reward Driven Preference Optimization for Machine Translation

2025-01-23 · Guofeng Cui, Pichao Wang, Yang Liu, Zemian Ke, Zhu Liu, Vimal Bhat

Large language models (LLMs) have shown great potential in natural language processing tasks, but their application to machine translation (MT) remains challenging due to pretraining on English-centric data and the complexity of reinforcement learning from human feedback (RLHF). Direct Preference Optimization (DPO) has emerged as a simpler and more efficient alternative, but its performance depends heavily on the quality of preference data. To address this, we propose Confidence-Reward driven Preference Optimization (CRPO), a novel method that combines reward scores with model confidence to improve data selection for fine-tuning. CRPO selects challenging sentence pairs where the model is uncertain or underperforms, leading to more effective learning. While primarily designed for LLMs, CRPO also generalizes to encoder-decoder models like NLLB, demonstrating its versatility. Empirical results show that CRPO outperforms existing methods such as RS-DPO, RSO and MBR score in both translation accuracy and data efficiency.

📄 PDF Abstract BibTeX arXiv:2501.13927

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Language Chain in Alignment: Cross-lingual Ranking Preference Optimization

2026-08-24 · Seungyoon Lee, Minhyuk Kim, Jungseob Lee, Heuiseok Lim arxiv

The alignment of Large Language Models heavily relies on English-centric high-quality preference data, which often leads to suboptimal performance in other languages. In this paper, we propose Cross-lingual Ranking Prefe…

TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching and Clap-Ranked Preference Optimization

2024-12-30 · Chia-Yu Hung, Navonil Majumder, Zhifeng Kong, Ambuj Mehrish 외

We introduce TangoFlux, an efficient Text-to-Audio (TTA) generative model with 515M parameters, capable of generating up to 30 seconds of 44.1kHz audio in just 3.7 seconds on a single A40 GPU. A key challenge in aligning…

Audio GenerationGPU

CRPO: Character-centric Group Relative Policy Optimization for Role-aware Reasoning in Role-playing Agents

2026-05-25 · Yihong Tang, Kehai Chen, Liang Yue, Benyou Wang 외 arxiv

Recent advancements in Reinforcement Learning (RL), particularly Group Relative Policy Optimization (GRPO), have significantly enhanced the reasoning capabilities of Large Language Models. However, applying these problem…

Reinforcement Learning

CRPO: A New Approach for Safe Reinforcement Learning with Convergence Guarantee

2020-11-11 · Tengyu Xu, Yingbin Liang, Guanghui Lan

In safe reinforcement learning (SRL) problems, an agent explores the environment to maximize an expected total reward and meanwhile avoids violation of certain constraints on a number of expected total costs. In general,…

reinforcement-learningReinforcement Learning (RL)Safe Reinforcement Learning

A Primal Approach to Constrained Policy Optimization: Global Optimality and Finite-Time Analysis

2020-09-28 · Tengyu Xu, Yingbin Liang, Guanghui Lan

Safe reinforcement learning (SRL) problems are typically modeled as constrained Markov Decision Process (CMDP), in which an agent explores the environment to maximize the expected total reward and meanwhile avoids violat…

Safe Reinforcement Learning