Teaching Models to Improve on Tape

Abstract

Large Language Models (LLMs) often struggle when prompted to generate content under specific constraints. However, in such cases it is often easy to check whether these constraints are satisfied or violated. Recent works have shown that LLMs can benefit from such ``corrective feedback''. Here we claim that this skill of LLMs can be significantly enhanced via training. We introduce an RL framework for teaching models to use such rewards, by simulating interaction sessions, and rewarding the model according to its ability to satisfy the constraints. We refer to our method as CORGI (Controlled Generation with RL for Guided Interaction), and evaluate it on a variety of controlled generation tasks. We find that CORGI consistently outperforms the baseline reinforcement learning method that does not incorporate conversational feedback. Furthermore, CORGI's interactive framework enables meta-learning, allowing the LLM to better generalize to guided interaction in new tasks. Our results clearly show that conversational optimization, when combined with reinforcement learning, significantly improves the effectiveness of LLMs in controlled generation contexts.

Cite

Text

Bezalel et al. "Teaching Models to Improve on Tape." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I15.33707

Markdown

[Bezalel et al. "Teaching Models to Improve on Tape." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/bezalel2025aaai-teaching/) doi:10.1609/AAAI.V39I15.33707

BibTeX

@inproceedings{bezalel2025aaai-teaching,
  title     = {{Teaching Models to Improve on Tape}},
  author    = {Bezalel, Liat and Orgad, Eyal and Globerson, Amir},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {15550-15558},
  doi       = {10.1609/AAAI.V39I15.33707},
  url       = {https://mlanthology.org/aaai/2025/bezalel2025aaai-teaching/}
}