Earlier quoted context omitted.
Not a personal attack. These posters are smarter than I am, just ribbing them about misusing the terminology. "Maxima" is plural, "maximum" is singular. So you would say "a local maximum," or "several local maxima." Not "a local maxima" or, the one that really got me, "getting trapped in local maxima's." As for the rest of it, carry on. Good discussion.
While "local maximas" is wrong, I think "a local maxima" is a valid way to say "a member of the set of local maxima" regardless of the number of elements in the set. It could even be a singleton.
LLMs use a surprisingly simple mechanism to retrieve some stored knowledge
101–110 of 156 posts
Re: LLMs use a surprisingly simple mechanism to retrieve some stored knowledge
#102Earlier quoted context omitted.
say the average LLM these days has a unique token (vocabulary) size of ~32,000 (not its context size, # of unique tokens it can pick between in a response. English words, punctuation, math, code, etc.) the 60-70B parameters of models is basically like... just stored patterns of "if these 10 tokens in a row input, then these 10 tokens in a row output score the highest" Is that a good summary? > The model uses its lear…
> the 60-70B parameters of models is basically like... just stored patterns of "if these 10 tokens in a row input, then these 10 tokens in a row output score the highest" > Is that a good summary? No - there's a lot more going on. It's not just mapping input patterns to output patterns. A good starting point to understand it are linguist's sentence-structure trees (and these were the inspiration for the "transformer"…
Since unicode has well over 64000 symbols, does that imply models, trained on a large corpus, must necessarily have at least 64000 ‘branches’ at the bottom layer?
Re: LLMs use a surprisingly simple mechanism to retrieve some stored knowledge
#103Earlier quoted context omitted.
> Just because feedforward topologies with single neuron steps are the easiest to train and run on graphics cards does that really make them the actual best at accomplishing tasks? You are ignoring a mountain of papers trying all conceivable approaches to create models. It is evolution by selection, in the end transformers won.
"won" They barely work for a lot of cases (i.e., anything where accuracy matters, despite the bubble's wishful thinking). It's likely that something will sunset them in the next few years.
Re: LLMs use a surprisingly simple mechanism to retrieve some stored knowledge
#104Earlier quoted context omitted.
> Just because feedforward topologies with single neuron steps are the easiest to train and run on graphics cards does that really make them the actual best at accomplishing tasks? You are ignoring a mountain of papers trying all conceivable approaches to create models. It is evolution by selection, in the end transformers won.
I mean RWKV seems promising and isn’t a transformer model. Transformers have first mover advantage. They were the first models that scaled to large parameter counts. That doesn’t mean they’re the best or that they’ve won, just that they were the first to get big (literally and metaphorically)
Re: LLMs use a surprisingly simple mechanism to retrieve some stored knowledge
#105Earlier quoted context omitted.
While "local maximas" is wrong, I think "a local maxima" is a valid way to say "a member of the set of local maxima" regardless of the number of elements in the set. It could even be a singleton.
You can't have one maxima in the same way you can't have one pencils. That's just how English works.
Re: LLMs use a surprisingly simple mechanism to retrieve some stored knowledge
#106Earlier quoted context omitted.
Cannot understand people claiming we are in a local maxima, when we literally had an ai scientific breakthrough only in the last two years.
Which breakthrough in the last two years are you referring to?
Re: LLMs use a surprisingly simple mechanism to retrieve some stored knowledge
#107Earlier quoted context omitted.
"won" They barely work for a lot of cases (i.e., anything where accuracy matters, despite the bubble's wishful thinking). It's likely that something will sunset them in the next few years.
That is how evolution works. Something wins until something else comes along and win. And so on forever.
People tend to favor single winners.
Re: LLMs use a surprisingly simple mechanism to retrieve some stored knowledge
#108Earlier quoted context omitted.
"We" are not forbidding you to open a computer, start experimenting and publishing some new method. If you're so convinced that "we" are stuck in a local maxima, you can do some of the work you are advocating instead of asking other to do it for you.
All we’re doing is engineering new data compression and retrieval techniques: https://arxiv.org/abs/2309.10668 Are we sure there’s anything “net new” to find within the same old x86 machines, within the same old axiomatic systems of the past? Math is a few operations applied to carving up stuff and we believe we can do that infinitely in theory. So “all math that abides our axiomatic underpinnings” is valid regardles…
Re: LLMs use a surprisingly simple mechanism to retrieve some stored knowledge
#109Earlier quoted context omitted.
> Just because feedforward topologies with single neuron steps are the easiest to train and run on graphics cards does that really make them the actual best at accomplishing tasks? You are ignoring a mountain of papers trying all conceivable approaches to create models. It is evolution by selection, in the end transformers won.
Just because papers are getting published doesn't mean its actually gaining any traction. I mean we have known that time series of signals recieves plays a huge role in how bio neurons functionally operate and yet we have nearly no examples of spiking networks being pushed beyond basic academic exploration. We have known glial cells play a critical role in biological neural and yet you can probably count the number o…
Re: LLMs use a surprisingly simple mechanism to retrieve some stored knowledge
#110Help me understand: when they say that the facts are stored as a linear function… are they saying that the LLM has a sort of N-dimensional “fact space” encoded into the model in some manner, where facts are embedded into the space as (points / hyperspheres / Voronoi manifolds / etc); and where recalling a fact is — at least in an abstract sense — the NN computing / remembering a key to use, and then doing a key-value…