Earlier quoted context omitted.
Came here hoping to find this. You will not unlock "o1-like" reasoning by making a model think step by step. This is an old trick that people were using on GPT3 in 2020. If it were that simple, it wouldn't have taken OpenAI so long to release it. Additionally, some of the prompt seems counterproductive: >Be aware of your limitations as an llm and what you can and cannot do. The LLM doesn't have a good idea of its lim…
>The LLM doesn't have a good idea of its limitations (any more than humans do). I expect this will create false refusals, as the model becomes overcautious. Can it not be trained to do so? From my anecdotal observations, the knowledge cutoff is one thing that LLMs are really well trained to know about. Those are limitations that LLMs are currently well trained to handle. Why can it not be trained to know that it is q…
g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
131–140 of 158 posts
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#132Earlier quoted context omitted.
OpenAI is of course going to claim what they've done is very special and hard to replicate. They're a for-profit company and they want to harm the competition any way they can. If they were just doing prompt engineering and multiple inferences they'd definitely want to keep that a competitive secret and send all the open source devs off in random directions, or keep them guessing, rather than telling them which way t…
nobody has shown CoT scaling like this except deepmind, it is very obviously a result of their alignment pipeline not just prompting.
This is still clearly CoT, with all its limitations and caveats as expected. That's an improvement, sure, but definitely not a qualitative leap like OAI is trying to present it. (in a really shady manner)
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#133Earlier quoted context omitted.
I don't think you can claim you know what's happening internally when OpenAI processes a request. They are a competitive company and will lie for competitive reasons. Most people think Q-Star is doing multiple inferences to accomplish a single task, and that's what all the evidence suggests. Whatever Sam Altman says means absolutely nothing, but I don't think he's claimed they use only a single inference either.
what is “all the evidence”? please share
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#134Earlier quoted context omitted.
OpenAI is of course going to claim what they've done is very special and hard to replicate. They're a for-profit company and they want to harm the competition any way they can. If they were just doing prompt engineering and multiple inferences they'd definitely want to keep that a competitive secret and send all the open source devs off in random directions, or keep them guessing, rather than telling them which way t…
nobody has shown CoT scaling like this except deepmind, it is very obviously a result of their alignment pipeline not just prompting.
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#135Earlier quoted context omitted.
> They feel behind because they didn't have the smart guy with a new idea a few years back, and HE decided to work at a place which started as open. The "Attention Is All You Need" guys all worked at Google. Google is where they are despite having the smart guys with a new idea a few years back. Of course, IMHO it wouldn't have have helped Google if they'd kept the transformer architecture secret. They'd have fumbled…
Didn't Google have the LaMDA model pretty early, which was even described as "sentient" at some point? That doesn't look "fumbled" to me.
Only then did Google realise there might be something to this LLM stuff - so they responded with Bard, a product so poorly received they later had to completely rebrand it. Looks like they didn't have a "sentient" model up their sleeve after all. Then the updated, rebranded model had a bunch of image generation embarrassments of its own.
Admittedly, they have recovered somewhat since then; they're second on some performance leaderboards, which is respectable.
But there was a real tortoise-and-hare situation where they thought they were so far ahead they had time for a nap, until they got overtaken. Any lead they had from inventing transformers and being the only people with TPUs has been squandered.
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#136Earlier quoted context omitted.
OpenAI is of course going to claim what they've done is very special and hard to replicate. They're a for-profit company and they want to harm the competition any way they can. If they were just doing prompt engineering and multiple inferences they'd definitely want to keep that a competitive secret and send all the open source devs off in random directions, or keep them guessing, rather than telling them which way t…
> and they want to harm the competition any way they can. That's an incredibly cynical choice of phrasing. Of course they don't want to help the competition, that's what a competition is. The competition isn't helping OpenAI either.
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#137Earlier quoted context omitted.
as someone who works in this field, this comment is obviously uninformed even about old public research trends
Care to elaborate? Your comment would be a lot more useful if it included a little why . Otherwise it’s just teasing readers and at the same time smearing the author without anything to back it up.
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#138Earlier quoted context omitted.
what is “all the evidence”? please share
I recommend getting on Twitter to follow closely the leading individuals in the field of AI, and also watch the leading Youtube channels dedicated to AI research.
e: answer to my own question https://x.com/_xjdr/status/1835352391648158189
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#139Earlier quoted context omitted.
I recommend getting on Twitter to follow closely the leading individuals in the field of AI, and also watch the leading Youtube channels dedicated to AI research.
can you link to one speculating about multiple inferences for their CoT? i am curious e: answer to my own question https://x.com/_xjdr/status/1835352391648158189
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#140Earlier quoted context omitted.
You actually don't know that. A LLM has a huge amount of data ingested. It can create character profiles, audience, personas etc. Why wouldn't it have potentially even learned to 'understand' what 'being aware of your limitations' means? Right now for me 'change of reasoning' feels a little bit of quering the existing meta space through the reasoning process to adjust weights. Basically priming the model. I would als…
It might understand the concept of it having limitations, but it can't AFAIK reliably recognize when it does or doesn't know something, or has encountered a limitation.
But if you read all the knowledge of humans, were does your reasoning start? Probably at a very high level of it.
If you look at human brains, we conduct experiments right? As a software developer, we write tests. ChatGPT can already run python code and it can write unit tests.
We do not use proofs when we develop. An AI could actually doing this. But at the end its more of a question who does it better, faster and cheaper eh?