TheMatrix 写了: 2023年 3月 17日 22:41
Wolfram博文说过,ChatGPT的最本质的目标,还是“predict the next word”。
还要看下一代。
它可以做更复杂的题目,奇怪这个问题做的不好,我怀疑是因为前两项是特殊情况,这个让它confuse了
我这么问,他就做出来了
A sequence 1 , 8 , 9 , 17, what will be the next number? You can exclude first two number in the pattern.
答 One possible pattern in the given sequence is that each number is obtained by adding the two previous numbers, except for the first two numbers. Using this pattern, we can see that:
1 + 8 = 9
8 + 9 = 17
9 + 17 = 26
Therefore, the next number in the sequence would be 26.
现在的model不会事先让你澄清一下,这个是缺陷