I gave the Crossword puzzle to Claude and got a correct response[1]. The fact that they are comparing this to gpt4o and not to gpt4 suggests that it is less impressive than they are trying to pretend. [1]: Based on the given clues, here's the solved crossword puzzle: +---+---+---+---+---+---+ | E | S | C | A | P | E | +---+---+---+---+---+---+ | S | E | A | L | E | R | +---+---+---+---+---+---+ | T | E | R | E | S |…
Learning to Reason with LLMs
281–290 of 1001 posts
Re: Learning to Reason with LLMs
#282Re: Learning to Reason with LLMs
#283I am not up-to-speed on CoT side but is this similar to how perplexity does it ie. - generate a plan - execute the steps in plan (search internet, program this part, see if it is compilable) each step is a separate gpt inference with added context from previous steps. is O1 same? or does it do all this in a single inference run?
Re: Learning to Reason with LLMs
#284Whereas GPT-4o spits out the first answer that comes to mind, o1 appears to follow a process closer to coming up with an answer, checking whether it meets the requirements and then revising it. The process of saying to an LLM "are you sure that's right? it looks wrong" and it coming back with "oh yes, of course, here's the right answer" is pretty familiar to most regular users, so seeing it baked into a model is great (and obviously more reflective of self-correcting human thought)
Re: Learning to Reason with LLMs
#285Re: Learning to Reason with LLMs
#286https://openai.com/index/introducing-openai-o1-preview/ > ChatGPT Plus and Team users will be able to access o1 models in ChatGPT starting today. Both o1-preview and o1-mini can be selected manually in the model picker, and at launch, weekly rate limits will be 30 messages for o1-preview and 50 for o1-mini. We are working to increase those rates and enable ChatGPT to automatically choose the right model for a given p…
Anyone know when o1 access in ChatGPT will be open?
Re: Learning to Reason with LLMs
#287Interesting sequence from the Cipher CoT: Third pair: 'dn' to 'i' 'd'=4, 'n'=14 Sum:4+14=18 Average:18/2=9 9 corresponds to 'i'(9='i') But 'i' is 9, so that seems off by 1. So perhaps we need to think carefully about letters. Wait, 18/2=9, 9 corresponds to 'I' So this works. ----- This looks like recovery from a hallucination. Is it realistic to expect CoT to be able to recover from hallucinations this quickly?
I’ve seen it, mid-reply say things like “Actually, that’s wrong, let me try again.”
Re: Learning to Reason with LLMs
#288Sounds great, but so does their "new flagship model that can reason across audio, vision, and text in real time" announced in May. [0] [0] https://openai.com/index/hello-gpt-4o/
Re: Learning to Reason with LLMs
#289How could it fail to solve some maths problems if it has a method for reasoning through things?
The word "reasoning" is being used heavily in this announcement, but with an intentional corruption of the normal meaning.
The models are amazing but they are fundamentally not "reasoning" in a way we'd expect a normal human to.
This is not a "distinction without a difference". You still CANNOT rely on the outputs of these models in the same way you can rely on the outputs of simple reasoning.
Re: Learning to Reason with LLMs
#290After reading through the examples, I am shocked at how incredibly good the model is (or appears to be) at reasoning: far better than most human beings.
I'm impressed. Congratulations to OpenAI!