Hacker News new | ask | show | jobs
by Davidzheng 940 days ago
https://chat.openai.com/share/ad42d09a-b366-4b21-b701-782fc8.... Will you re-evaluate how far GPT4 is from it from the fact that it can guess it's powers of primes?
2 comments

Good to know it can do that, in the pasted chat above it didn't. To be honest, it surprised me it couldn't, this isn't exactly a very hard guess given the computation results. It doesn't convince me GPT4 is anywhere close to winning the IMO, though :-)
True. I let it continue and even prompted it with hints but it cannot find the proof that non-prime powers fail. It can however prove prime powers work.
Do we really know for sure that GPT4 has not seen this problem already?
It's a good point. The knowledge cut-off says Jan 2022, but in the past there's been reasons to suspect some data after the cut-off is in the model too. There's also the possibility that it has seen the problem somewhere else before Jan 2022.

Nevertheless, I think the more important question is whether GPT-4 is capable of

1) Listing all solutions less than 100

2) Figuring out the commonalities of the solutions

For 1) I have no doubt that the answer is yes based on its coding skills, in fact it is much stronger at coding than this. For 2) my subjective feeling in playing around with it is it's not consistent at similar problems but it can do it sometimes. Maybe in this case it has seen the list of prime powers <100 so it's very easy for it.