|
|
|
|
|
by hmage
1074 days ago
|
|
I think I've figured out how to make claude instant dumber. I've modified your prompt so that it answers only with a number (and avoids doing the summation on writing). I've lowered the temperature to lowest to avoid randomization of answers. Prompt: How much is 20 plus 20 plus 20 plus 21? Answer only with a number.
Claude instant: 102
Claude v1: 81
Claude v2: 81
mpt-30b-chat: 61
gpt-3.5-turbo: 81
gpt-4: 81
Here we see that smaller models like mpt (30b) and claude instant (52b) can't do math "inside their head" and need an aid by doing the calculations step by step.I guess that's why all the models default to doing step-by-step when they see a math problem. |
|
So I'm curious what would happen if you prompted it to stall for time a bit with an answer like "hmm.... err... let's see.. what about 81?"