CLSep 30, 2025

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

arXiv:2509.26074v22 citationsh-index: 9Has Code
Originality Highly original
AI Analysis

This work addresses a bottleneck in aligning LLMs with human preferences, offering a scalable and efficient data augmentation method for researchers and practitioners in AI alignment.

The paper tackles the high cost of preference data for reward modeling in large language models by proposing LENS, a framework that synthesizes preference data directly in the latent embedding space, achieving superior results with 18x faster generation and a 16,000x smaller model compared to text-based methods.

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

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes