|
|
|
|
|
by IanCal
1139 days ago
|
|
> Don't let it respond in true/false. Instead, ask it for a short sentence explaining whether it is true or false. Afterwards, use a small embedding model such as sbert to extract true/false from the sentence. We've found that GPT is able to reason better in this case, and it is much more robust. Have you tried just getting it to do both? It reasons far better given some space to think, so I often have it explain things first then give the answer. You're effectively then using gpt for the extraction too. This hugely improved the class hierarchies it was creating for me, significantly improving the reuse of classes and using better classes for fields too. |
|