I am try to let GPT determine if a user has correctly answered a question. For example:
Question: What is the color of McDonald?
Answer: Yellow
Is Correct: Yes
And some question is related to the information that GPT don’t know. For example:
Question: What is the color of ABCD company?
Answer: Blue
Is Correct: Yes
I read the OpenAI document about completion and fine-tuning, but still no idea how to achieve it. Can someone give me some direction?