so is this o1 thing just cot (like has been around for a few years) but baked into the training transcripts, rlhf and inference pipeline?
Pasting from my Perplexity page on the topic: The core innovation [1] of o1 lies in its ability to generate and refine internal chains of thought before producing a final output [2]. Unlike traditional LLMs that primarily focus on next-token prediction, o1 learns to: 1. Recognize and correct mistakes 2. Break down complex steps into simpler ones 3. Try alternative approaches when initial strategies fail This process…
g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
41–50 of 158 posts
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#42This is not even remotely close and very silly. A ChainOfThought in a loop. TreeOfThoughts is a more sophisticated method, see - https://arxiv.org/pdf/2305.10601 The clue we all had with OpenAI for a long time that this was a search through a tree, they hired Noam Brown, and his past work all hinted towards that. Q , is obviously a search on a tree like A . So take something like CoT, build out a tree, search for the…
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#43Earlier quoted context omitted.
yeah or a lot of people can just fake progress by attaching whatever viral tag onto their glue code. I mean to start with, unless you do a bit of fine-tuning + rlhf there's no way to do it o1-like.
no its a lot more than RLHF, I think they figured out a way to have the LLM actually actively plot out scenario trajectories via context window manipulation and then use some kind of adhoc reward shaping mechanism to get it to select the best path based on the user's profile in a way that gets the most likely to be "liked" scenario (context window state change up to some N number of tokens (seems like they've been lo…
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#44Earlier quoted context omitted.
Just because Apple includes it in one of their prompts doesn't mean it improves performance.
I’ve had pretty good experience with it personally. It quite often just tells me it doesn’t know or isn’t sure instead of just making something up.
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#45Groq 2 isn't as open as groq 1 iirc. Still hoping we get at least open weights.
You're thinking of Grok, the model from xAI. This Groq is the inference hardware company with a cloud service.
Grok rhymes with cock, because Elon wants you to use it with your cock out.
That’s how I remember the difference.
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#46This is not even remotely close and very silly. A ChainOfThought in a loop. TreeOfThoughts is a more sophisticated method, see - https://arxiv.org/pdf/2305.10601 The clue we all had with OpenAI for a long time that this was a search through a tree, they hired Noam Brown, and his past work all hinted towards that. Q , is obviously a search on a tree like A . So take something like CoT, build out a tree, search for the…
Where in their blog post (which seemingly had complete examples of the model’s chain of thought) did they suggest they were using search or tree of thoughts?
The chain of thought would be the final path through the tree. Interactively showing the thought tokens would give the game away, which is why they don’t show that.
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#47Earlier quoted context omitted.
no its a lot more than RLHF, I think they figured out a way to have the LLM actually actively plot out scenario trajectories via context window manipulation and then use some kind of adhoc reward shaping mechanism to get it to select the best path based on the user's profile in a way that gets the most likely to be "liked" scenario (context window state change up to some N number of tokens (seems like they've been lo…
I like the Tree of Thoughts theory that treat each chain of thoughts 'branch' as a possible hypothesis. They might trained a search system that quickly explore some of these branches and by some metric choose the most likely to be the right one at the moment to answer.
Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#48Re: g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains
#49>In all-caps to improve prompt compliance by emphesizing the importance of the instruction This kind of thing is still so funny to me. I wonder if the first guy who gets AGI to work will do it by realizing that he can improve LLM reliability over some threshold by telling it in all caps that his pet's life depends on the answer.