CLJun 17, 2024

Style Transfer with Multi-iteration Preference Optimization

arXiv:2406.11581v215 citations
Originality Incremental advance
AI Analysis

This work addresses text style transfer, a domain-specific task, with incremental improvements to existing methods.

The paper tackled the problem of text style transfer by improving preference optimization with multi-iteration exploration and tailored methods for data and reward challenges, achieving superior results on two datasets compared to state-of-the-art baselines.

Numerous recent techniques for text style transfer characterize their approaches as variants of reinforcement learning and preference optimization. In this work, we consider the relationship between these approaches and a class of optimization approaches developed primarily for (non-neural) statistical machine translation, formerly known as `tuning'. Inspired by these techniques from the past, we improve upon established preference optimization approaches, incorporating multiple iterations of exploration and optimization, and choosing contrastive examples by following a `hope' vs `fear' sampling strategy. Cognizant of the difference between machine translation and style transfer, however, we further tailor our framework with a new pseudo-parallel generation method and a dynamic weighted reward aggregation method to tackle the lack of parallel data and the need for a multi-objective reward. We evaluate our model on two commonly used text style transfer datasets. Through automatic and human evaluation results we show the effectiveness and the superiority of our model compared to state-of-the-art baselines.

Code Implementations1 repo
Foundations

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

Your Notes