[QUESTION] Does the agent implicitly does "self-refinement" ? #1149
-
@aymeric-roucher I found this paper which describes the process of Self-refinement by LLM where the LLM itself critiques its own response to improve it. I am wondering if the agent in smolagents does the same implicitly when we call Link to the paper: https://arxiv.org/abs/2303.17651 . |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes! When re-reading past steps, possible errors or tool outputs, the LLM can reflect critically. here's a screenshot that displays such a critical reflexion, from one of my current runs: ![]() |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
Yes! When re-reading past steps, possible errors or tool outputs, the LLM can reflect critically. here's a screenshot that displays such a critical reflexion, from one of my current runs: