Teaching Language Models to Self-Improve through Interactive Demonstrations
Xiao Yu, Baolin Peng, Michel Galley, Jianfeng Gao, Zhou Yu

TL;DR
This paper introduces TriPosT, a training method that enables smaller language models to self-improve through interactive demonstrations, significantly enhancing their reasoning and math abilities by learning from feedback and corrections.
Contribution
We propose TriPosT, a novel training algorithm that allows small language models to learn self-improvement skills by interacting with larger models and replaying feedback, narrowing the performance gap.
Findings
Small models improved by up to 7.13% on math and reasoning tasks.
Interactive learning from feedback is crucial for small model performance.
TriPosT effectively enhances small models' reasoning abilities.
Abstract
The self-improving ability of large language models (LLMs), enabled by prompting them to analyze and revise their own outputs, has garnered significant interest in recent research. However, this ability has been shown to be absent and difficult to learn for smaller models, thus widening the performance gap between state-of-the-art LLMs and more cost-effective and faster ones. To reduce this gap, we introduce TriPosT, a training algorithm that endows smaller models with such self-improvement ability, and show that our approach can improve a LLaMA-7b's performance on math and reasoning tasks by up to 7.13%. In contrast to prior work, we achieve this by using the smaller model to interact with LLMs to collect feedback and improvements on its own generations. We then replay this experience to train the small model. Our experiments on four math and reasoning datasets show that the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
