Large language models (LLMs) have demonstrated their potential to refine their generation based on their own feedback. However, the feedback from LLM itself is often inaccurate, thereby limiting its benefits. In this paper, we propose Study Assistant for Large LAnguage Model (SALAM), a novel framework with an auxiliary agent to assist the main LLM in learning from mistakes through interactive cooperation. In the gathering phase, the student assistant agent probes the main LLM, analyzes its errors, and collects the interaction in a mistake memory. During the examination phase, the study assistant provides guidelines by retrieving relevant cases to help the main LLM anticipate and avoid similar errors. We first investigate the effectiveness of a general study assistant and then customize it to provide LLMspecific guidance through imitation learning from successful guidance experiences. Our experiments on three LLMs using two challenging frameworks demonstrate that SALAM can significantly boost LLMs by an accuracy margin of up to 6.6 on BBH and 12.6 on BBQ.
😨 LLM may self-reflect, but is the reflection always reliable and reusable?
🧐 We need an expert to help LLMs reflect
📚 Mistake Memory uiltizes previous mistakes
📝 No ground truth is provided during Examination
Policy 𝜋(𝑎|𝑠): a language model to provide feedback
@article{wang2023learn,
title={Learn from Mistakes through Cooperative Interaction with Study Assistant},
author={Wang, Danqing and Li, Lei},
journal={The 2023 Conference on Empirical Methods in Natural Language Processing (EMNLP) 2023},
year={2023}
}