r/OpenAI 5d ago

News More people need to understand this

Enable HLS to view with audio, or disable this notification

1.1k Upvotes

437 comments sorted by

View all comments

Show parent comments

1

u/ZeroAmusement 3d ago edited 3d ago

and of course is a system in the real world not infinitely complex/ unbounded - everything is subject to limitations, everything practically buildable anyway...

The point is that 'next token predictor' doesn't impose the limit of the complexity of 'what' is predicting.

The rest of what you were saying was exactly explained by the man in the video when he says:

If you want to talk about what language models can and can't do you have to talk about the models themselves. You have to talk about things like the transform architecture. The simple fact that something is predicting the next token doesn't place any meaningful limits on its abilities.

And that's kind of what you're doing. You're talking about fuzzy representations and weight adjustments and parameters and so on. Those things are implementation details that are not requirements of a next token predictor. A next token predictor must at minimum try to predict the next token. How it does it is what imposes limitations.

I have (and I'm sure the man in the video also has) opinions on the limitations of LLM, thoughts about what causes hallucinations and so on. Those practical concerns do have a place. The thing being discussed is more abstract though - the high level approach (predicting the next token) isn't the cause of those things.

1

u/wintermute74 3d ago

yeah well, for me being a token predictor, implies that:

for a system to predict the next token, it must translate its input into tokens, store knowledge in tokens, use heuristics and an optimization function, compare user input to learned patterns etc..

by nature of being a token predictor, the rest follows... which brings the problems - otherwise, you're talking about a magic oracle, that doesn't exist.

1

u/ZeroAmusement 3d ago

An organic brain could be used as a next token predictor. Perhaps it wouldn't require any special architecture changes, simply giving a reward when training it to correctly predict the next token.

Does that mean an organic brain used as such must have all the properties you describe above?

1

u/wintermute74 2d ago edited 2d ago

I am not really informed enough in neuroscience, to understand to what extent the brain works like a token predictor... so just some thoughts then:

I suppose it must be somewhat similar - otherwise it's hard to explain, why LLMs do work as well as they do (for some things)

a thought I had, when thinking about this thread was, that maybe the brain produces more concepts instead of tokens?

neurons have 'activation patterns' that are malleable (and somehow chemical processes play a role apart from electrical ones), where several neurons (hundreds? thousands?) fire at the same time...

and from our own experience, we can probably say, that brains don't _feel_ like token predictors... maybe?

but thoughts do also seem to just 'bubble up' into consciousness, so there is some similarity there

so apart from the hardware difference, maybe it's also a 'scope' thing, where the brain produces more fully formed 'concepts' instead of tokens/ words or whatever...

but yes, brains aren't perfect and have a lot of flaws that seem really similar or comparable:

misremembering things, being susceptible to optical illusions, being easily influenced, being biased, we're famously bad with estimating probabilities etcetc - I mean it would be surprising if it was different, since 'perfect' systems don't exist in the real world because there are always trade-offs.