As LLMs do things thought to be impossible before, LeCun adjusts his statements about LLMs, but at the same time his credibility goes lower and lower. He started saying that LLMs were just predicting words using a probabilistic model, like a better Markov Chain, basically. It was already pretty clear that this was not the case as even GPT3 could do summarization well enough, and there is no probabilistic link between…
Why is changing one’s mind when confronted with new evidence a negative signifier of reputation for you?
Yann LeCun, Pioneer of AI, Thinks Today's LLM's Are Nearly Obsolete
51–60 of 147 posts
Re: Yann LeCun, Pioneer of AI, Thinks Today's LLM's Are Nearly Obsolete
#52outside of text generation and search, LLMs have not delivered any significant value
Re: Yann LeCun, Pioneer of AI, Thinks Today's LLM's Are Nearly Obsolete
#53Recent talk: https://www.youtube.com/watch?v=ETZfkkv6V7Y LeCun, "Mathematical Obstacles on the Way to Human-Level AI" Slide ( Why autoregressive models suck ) https://xcancel.com/ravi_mohan/status/1906612309880930641
Maybe someone can explain it to me, but isn't that slide sort of just describing what makes solving problems hard in general? That there are many more decisions which put you on an inevitable path of failure? "Probability e that any produced [choice] takes us outside the set of correct answers .. probability that answer of length n is correct: P(correct) = (1-e)^{n}"
If I ask you something that you know the answer to, the words you use and that fact iself are distinct entities. You're just giving me a presentation layer for fact #74719.
But LLMs lack any comparable pool to draw from, and so their words and their answer are essentially the same thing.
Re: Yann LeCun, Pioneer of AI, Thinks Today's LLM's Are Nearly Obsolete
#54As LLMs do things thought to be impossible before, LeCun adjusts his statements about LLMs, but at the same time his credibility goes lower and lower. He started saying that LLMs were just predicting words using a probabilistic model, like a better Markov Chain, basically. It was already pretty clear that this was not the case as even GPT3 could do summarization well enough, and there is no probabilistic link between…
> there is no probabilistic link between the words of a text and the gist of the content How could that possibly be true? There’s obviously a link between “[original content] is summarized as [summarized”content]
Re: Yann LeCun, Pioneer of AI, Thinks Today's LLM's Are Nearly Obsolete
#55Earlier quoted context omitted.
I don't see the contradiction between "stochastic parrot" and "strong summarisation abilities". Where I'm skeptical of LLM skepticism is that people use the term "stochastic parrot" disparagingly, as if they're not impressed. LLMs are stochastic parrots in the sense that they probabilistically guess sequences of things, but isn't it interesting how far that takes you already? I'd never have guessed. Fundamentally I q…
LLMs learn from examples where the logits are not probabilities, but how a given sentence continues (only one token is set to 1). So they don't learn probabilities, they learn how to continue the sentence with a given token. We apply softmax at the logits for mathematical reasons, and it is natural/simpler to think in terms of probabilities, but that's not what happens, nor the neural networks they are composed of is…
But enough data implies probabilities. Consider 2 sentences:
"For breakfast I had oats"
"For breakfast I had eggs"
Training on this data, how do you complete "For breakfast I had..."?
There is no best deterministic answer. The best answer is a 50/50 probability distribution over "oats" and "eggs"
Re: Yann LeCun, Pioneer of AI, Thinks Today's LLM's Are Nearly Obsolete
#56I remember reading Douglas Hofstadter's Fluid Concepts and Creative Analogies [ https://en.wikipedia.org/wiki/Fluid_Concepts_and_Creative_An... ] He wrote about Copycat, a program for understanding analogies ("abc is to 123 as cba is to ???"). The program worked at the symbolic level, in the sense that it hard-coded a network of relationships between words and characters. I wonder how close he was to "inventing" an L…
What is Dark Matter? How to eradicate cancer? How to have world peace? I don't quite see how pattern-matching, alone, can solve questions like these.
Re: Yann LeCun, Pioneer of AI, Thinks Today's LLM's Are Nearly Obsolete
#57As LLMs do things thought to be impossible before, LeCun adjusts his statements about LLMs, but at the same time his credibility goes lower and lower. He started saying that LLMs were just predicting words using a probabilistic model, like a better Markov Chain, basically. It was already pretty clear that this was not the case as even GPT3 could do summarization well enough, and there is no probabilistic link between…
Why is changing one’s mind when confronted with new evidence a negative signifier of reputation for you?
He's done a lot of amazing work, but his stance on LLMs seems continuously off the mark.
Re: Yann LeCun, Pioneer of AI, Thinks Today's LLM's Are Nearly Obsolete
#58Re: Yann LeCun, Pioneer of AI, Thinks Today's LLM's Are Nearly Obsolete
#59Earlier quoted context omitted.
Why is changing one’s mind when confronted with new evidence a negative signifier of reputation for you?
If you need basically rock solid evidence of X before you stop saying "this thing cannot do X", then you shouldn't be running a forward looking lab. There are only so many directions you can take, only so many resources at your disposal. Your intuition has to be really freakishly good to be running such a lab. He's done a lot of amazing work, but his stance on LLMs seems continuously off the mark.
Re: Yann LeCun, Pioneer of AI, Thinks Today's LLM's Are Nearly Obsolete
#60> Returning to the topic of the limitations of LLMs, LeCun explains, "An LLM produces one token after another. It goes through a fixed amount of computation to produce a token, and that's clearly System 1—it's reactive, right? There's no reasoning," a reference to Daniel Kahneman's influential framework that distinguishes between the human brain's fast, intuitive method of thinking (System 1) and the method of slower…
There are LLMs which do not generate one token at a time: https://arxiv.org/abs/2502.09992 They do not reason significantly better than autoregressive LLMs. Which makes me question “one token at a time” as the bottleneck. Also, Lecun has been pushing his JEPA idea for years now - with not much to show for it. With his resources one could hope we would see the benefits of that over the current state of the art models.