This is a somewhat nihilistic take with an optimistic ending. I believe humans will never fix hallucinations. Amount of totally or partially untrue statements people make is significant. Especially in tech, it's rare for people to admit that they do not know something. And yet, despite all of that the progress keeps marching forward and maybe even accelerating.
I think most humans are perfectly capable of admitting to themselves when they do not know something. Computers ought to do better.
Ask HN: Any insider takes on Yann LeCun's push against current architectures?
111–120 of 343 posts
Re: Ask HN: Any insider takes on Yann LeCun's push against current architectures?
#112Earlier quoted context omitted.
I think the hard question is whether those wins can be realized with less effort than what we’re already doing, though. What I mean is this: A brain today is obviously far more efficient at intelligence than our current approaches to AI. But a brain is a highly specialized chemical computer that evolved over hundreds of millions of years. That leaves a lot of room for inefficient and implausible strategies to play ou…
Also, a brain evolved to be a stable compute platform in body that finds itself in many different temperature and energy regimes. And the brain can withstand and recover from some pretty severe damage. So I'd suspect an intelligence that is designed to run in a tighter temp/power envelope with no need for recovery or redundancy could be significantly more efficient than our brain.
Re: Ask HN: Any insider takes on Yann LeCun's push against current architectures?
#113If he was Hinton's age then maybe he would also want to retire and be happy with transformers and LLMs. He is still an ambitious researcher that wants to do foundational research to get to the next paradigm.
Having said all of that, it is a misjudgement for him to be disparaging the incredible capabilities of LLMs to the degree he has.
Re: Ask HN: Any insider takes on Yann LeCun's push against current architectures?
#114Earlier quoted context omitted.
The model still has some representation of whether the word after an/a is more likely to start with a vowel or not when it outputs a/an. You can trivially understand this is true by asking LLMs to answer questions with only one correct answer. "The animal most similar to a crocodile is:" https://chatgpt.com/share/67d493c2-f28c-8010-82f7-0b60117ab2... It will always say "an alligator". It chooses "an" because somewher…
Again, that's not a good example I think because everything about the answer is in the prompt, so obviously from the start the "alligator" is high, but then it's just waiting for an "an" to occur to have an occasion to put that. That doesn't mean it knows "in advance" what it want to say, it's just that at every step the alligator is lurking in the logits because it directly derives from the prompt.
Re: Ask HN: Any insider takes on Yann LeCun's push against current architectures?
#115Sligtly related: Energy Based Models (EBMs) are better in theory and yet too resource intensive. I tried to sell using EBMs to my org, but the price for even a small use case was prohibitive. I learned it from: https://youtube.com/playlist?list=PLLHTzKZzVU9eaEyErdV26ikyo... Yann LeCun, and Michael Bronstein and his colleagues have some similarities in trying to properly Sciencify Deep Learning. Yann LeCun's approach,…
Re: Ask HN: Any insider takes on Yann LeCun's push against current architectures?
#116Re: Ask HN: Any insider takes on Yann LeCun's push against current architectures?
#117Re: Ask HN: Any insider takes on Yann LeCun's push against current architectures?
#118I don't think you need to be an ML researcher to understand his point of view. He wants to do fundamental research. Optimizing LLMs is not fundamental research. There are numerous other potential approaches, and it's obvious that LLMs have weaknesses that other approaches could tackle. If he was Hinton's age then maybe he would also want to retire and be happy with transformers and LLMs. He is still an ambitious rese…
Jeez, you'd think he kicked your dog.
Re: Ask HN: Any insider takes on Yann LeCun's push against current architectures?
#119Earlier quoted context omitted.
I agree. Spiking neural networks are usually mentioned in this context, but there is no hardware ecosystem behind them that can compete with Nvidia and CUDA.
Investments in AI are now counting by billions of dollars. Would that be enough to create an initial ecosystem for a new architecture?
Re: Ask HN: Any insider takes on Yann LeCun's push against current architectures?
#120I have a paper coming up that I modestly hope will clarify some of this. The short answer should be that it's obvious LLM training and inference are both ridiculously inefficient and biologically implausible, and therefore there has to be some big optimization wins still on the table.
For example, analog computers can differentiate near instantly by leveraging the nature of electromagnetism and you can do very basic analogs of complex equations by just connecting containers of water together in certain (very specific) configurations. Are we sure that these optimizations to get us to AGI are possible without abusing the physical nature of the world? This is without even touching the hot mess that is quantum mechanics and its role in chemistry which in turn affects biology. I wouldn't put it past evolution to have stumbled upon some quantum mechanic that allowed for the emergence of general intelligence.
I'm super interested in anything discussing this but have very limited exposure to the literature in this space.