AI-Functions icon indicating copy to clipboard operation
AI-Functions copied to clipboard

Idea: "Reflexion" to increase accuracy

Open amerkay opened this issue 2 years ago • 1 comments

Great work on this and Auto-GPT. It shows how in tune you are with the models. Awesome!

Did you try using using the "reflexion" technique to increase accuracy? https://newatlas.com/technology/gpt-4-reflexion/

amerkay avatar Apr 05 '23 18:04 amerkay

I actually tried a variant of chain-of-thought with this and it actually just made it more verbose and less reliable. It wouldn't always actually return the output. I personally like the pattern the way it is (I'd use TypeScript over Python because you can better type the responses) but even though GPT has to guess at the response its an educated guess and it seems reliable...

Stevenic avatar Apr 17 '23 06:04 Stevenic