CLFeb 18, 2024

MORL-Prompt: An Empirical Analysis of Multi-Objective Reinforcement Learning for Discrete Prompt Optimization

arXiv:2402.11711v227 citationsh-index: 11EMNLP
Originality Synthesis-oriented
AI Analysis

This work addresses the issue of reward tension in prompt optimization for NLP tasks like style transfer and machine translation, though it is incremental as it adapts existing multi-objective techniques to a new setting.

The paper tackled the problem of balancing multiple competing reward functions in RL-based discrete prompt optimization, finding that methods optimizing the Pareto reward surface volume performed better and achieved a better balance across rewards than those using monotonic update directions.

RL-based techniques can be employed to search for prompts that, when fed into a target language model, maximize a set of user-specified reward functions. However, in many target applications, the natural reward functions are in tension with one another -- for example, content preservation vs. style matching in style transfer tasks. Current techniques focus on maximizing the average of reward functions, which does not necessarily lead to prompts that achieve balance across rewards -- an issue that has been well-studied in the multi-objective and robust optimization literature. In this paper, we conduct an empirical comparison of several existing multi-objective optimization techniques adapted to this new setting: RL-based discrete prompt optimization. We compare two methods optimizing the volume of the Pareto reward surface and one method that chooses an update direction that benefits all rewards simultaneously. We evaluate performance on two NLP tasks: style transfer and machine translation, each using three competing reward functions. Our experiments demonstrate that multi-objective methods that directly optimize the volume of the Pareto reward surface perform better and achieve a better balance of all rewards than those that attempt to find monotonic update directions.

Foundations

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

Your Notes