English

Exploring RL-based LLM Training for Formal Language Tasks with Programmed Rewards

Computation and Language 2024-10-23 v1 Artificial Intelligence Machine Learning

Abstract

Proximal Policy Optimization (PPO) is commonly used in Reinforcement Learning from Human Feedback to align large language models (LLMs) with downstream tasks. This paper investigates the feasibility of using PPO for direct reinforcement learning (RL) from explicitly programmed reward signals, as opposed to indirect learning from human feedback via an intermediary reward model. We focus on tasks expressed through formal languages, such as mathematics and programming, where explicit reward functions can be programmed to automatically assess the quality of generated outputs. We apply this approach to a sentiment alignment task, a simple arithmetic task, and a more complex game synthesis task. The sentiment alignment task replicates prior research and serves to validate our experimental setup. Our results show that pure RL-based training for the two formal language tasks is challenging, with success being limited even for the simple arithmetic task. We propose a novel batch-entropy regularization term to aid exploration, although training is not yet entirely stable. Our findings suggest that direct RL training of LLMs may be more suitable for relatively minor changes, such as alignment, than for learning new tasks altogether, even if an informative reward signal can be expressed programmatically.

Keywords

Cite

@article{arxiv.2410.17126,
  title  = {Exploring RL-based LLM Training for Formal Language Tasks with Programmed Rewards},
  author = {Alexander G. Padula and Dennis J. N. J. Soemers},
  journal= {arXiv preprint arXiv:2410.17126},
  year   = {2024}
}

Comments

Accepted at BNAIC 2024

R2 v1 2026-06-28T19:31:42.096Z