paper-with-me

홈 › Papers

Limited Preference Data? Learning Better Reward Model with Latent Space Synthesis

2025-09-30 · Leitian Tao, Xuefeng Du, Sharon Li arxiv

Reward modeling, crucial for aligning large language models (LLMs) with human preferences, is often bottlenecked by the high cost of preference data. Existing textual data synthesis methods are computationally expensive. We propose a novel framework LENS for synthesizing preference data directly in the LLM's latent embedding space. Our method employs a Variational Autoencoder (VAE) to learn a structured latent representation of response embeddings. By performing controlled perturbations in this latent space and decoding back to the embedding space, we efficiently generate diverse, semantically consistent synthetic preference pairs, bypassing costly text generation and annotation. We provide theoretical guarantees that our synthesized pairs approximately preserve original preference ordering and improve reward model generalization. Empirically, our latent-space synthesis significantly outperforms text-based augmentation on standard benchmarks, achieving superior results while being 18x faster in generation and using a 16,000x smaller model. Our work offers a scalable and effective alternative for enhancing reward modeling through efficient data augmentation. Code is publicly available at https://github.com/deeplearning-wisc/lens

📄 PDF Abstract BibTeX arXiv:2509.26074

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationText Generation

Similar Papers 제목 키워드 기반

Reinforcement Learning from Diverse Human Preferences

2023-01-27 · Wanqi Xue, Bo An, Shuicheng Yan, Zhongwen Xu

The complexity of designing reward functions has been a major obstacle to the wide application of deep reinforcement learning (RL) techniques. Describing an agent's desired behaviors and properties can be difficult, even…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Latent Embedding Adaptation for Human Preference Alignment in Diffusion Planners

2025-03-24 · Wen Zheng Terence Ng, Jianda Chen, Yuan Xu, Tianwei Zhang

This work addresses the challenge of personalizing trajectories generated in automated decision-making systems by introducing a resource-efficient approach that enables rapid adaptation to individual users' preferences. …

Decision Making

Diffusion Model as a Noise-Aware Latent Reward Model for Step-Level Preference Optimization

2025-02-03 · Tao Zhang, Cheng Da, Kun Ding, Huan Yang 외

Preference optimization for diffusion models aims to align them with human preferences for images. Previous methods typically use Vision-Language Models (VLMs) as pixel-level reward models to approximate human preference…

model

InPO: Inversion Preference Optimization with Reparametrized DDIM for Efficient Diffusion Model Alignment

2025-03-24 · CVPR 2025 1 · Yunhong Lu, Qichao Wang, Hengyuan Cao, Xierui Wang 외

Without using explicit reward, direct preference optimization (DPO) employs paired human preference data to fine-tune generative models, a method that has garnered considerable attention in large language models (LLMs). …

Models of human preference for learning reward functions

2022-06-05 · W. Bradley Knox, Stephane Hatgis-Kessell, Serena Booth, Scott Niekum 외

The utility of reinforcement learning is limited by the alignment of reward functions with the interests of human stakeholders. One promising method for alignment is to learn the reward function from human-generated pref…

Decision Makingreinforcement-learning