Self-reflection In LLM Agents: Effects On Problem-solving Performance · The Large Language Model Bible Contribute to LLM-Bible

Self-reflection In LLM Agents: Effects On Problem-solving Performance

Renze Matthew, Guven Erhan. Arxiv 2024

[Paper] [Code]    
Agentic Has Code Uncategorized

In this study, we investigated the effects of self-reflection in large language models (LLMs) on problem-solving performance. We instructed nine popular LLMs to answer a series of multiple-choice questions to provide a performance baseline. For each incorrectly answered question, we instructed eight types of self-reflecting LLM agents to reflect on their mistakes and provide themselves with guidance to improve problem-solving. Then, using this guidance, each self-reflecting agent attempted to re-answer the same questions. Our results indicate that LLM agents are able to significantly improve their problem-solving performance through self-reflection (\(p < 0.001\)). In addition, we compared the various types of self-reflection to determine their individual contribution to performance. All code and data are available on GitHub at https://github.com/matthewrenze/self-reflection

Similar Work