Live data from Hacker News

Is AI reasoning right for the wrong reasons?

quantamagazine.org

161–170 of 268 posts

Re: Is AI reasoning right for the wrong reasons?

#161
post #7

I'll admit that I find this discussion a bit navel-gazy. It has become a question of semantics not a question of actual functionality. The question has become "what do we mean when we use the word 'reasoning'" which is uninteresting. Dijkstra said[1] "... the question whether computers can think. The question is just as relevant and just as meaningful as the question whether submarines can swim." I don't see a clear…

> I don't see a clear demarcation of the things that only "reasoning" can accomplish and can't be approximated or imitated by other methods

Human reasoning, and intelligence, of which it is a specialized form, clearly have a biological basis that is being selected for. These aren't just nebulous words - there are some concrete biological/neural mechanisms at work here, and whether or not some "other method(s)" can provide the same, or lesser, or greater, capabilities very much depends on the specifics.

There WILL be lines of demarcation and areas of capability overlap and exclusion, but those depend on the specifics, and if the goal is to match or exceed human reasoning capabilities then understanding what those are is obviously going to help. For example if your "other methods" (artificial reasoning) are all varieties of auto-regressive prediction, and the brain is also doing something more that can't be couched as prediction, then you are ngmi!

Re: Is AI reasoning right for the wrong reasons?

#162

LLMs do not reason. They also have a very different moral compass than humans. Maybe stop hurling trash articles at everyone

If you define reason as: "Incrementally refine output vectors to converge at the correct output" then one could argue that they do reason. Their reasoning tokens are refining their eventual output

If you then also define defecating as "incrementally refining output vectors to converge at the correct output" it could be argued that they are defecating.

Re: Is AI reasoning right for the wrong reasons?

#163

Earlier quoted context omitted.

Cybersecurity does indeed work closely with HR and legal. Especially cybersecurity consultants in the IR space like me. You didn’t answer my question.

[flagged]

That’s a very adult response.

There are definitely some times that it feels that way though. I find that over employed devs tend to need a lot of hand holding.

Re: Is AI reasoning right for the wrong reasons?

#166

If anyone is interested in visualizing AI reasoning, I made flame graphs of Sonnet thinking output tokens which are colored and organized by purpose, for example, verification reasoning is purple and error correction reasoning is purple. [0] I asked the model to solve the same problem with the same prompt 5 times so you can see the differences in reasoning granted the coding agent sets the model temperature very high…

The article is arguing that your color coding is misleading because the ‘purpose’ of the tokens doesn’t seem to be what a plain English reading of them would suggest. They’re not a representation of ‘why’ the process ends up at a correct answer.

Re: Is AI reasoning right for the wrong reasons?

#167
Transformers lack recursion and are limited by the network's fixed depth, so "reasoning", IMHO, is basically a way to emulate deeper recursion. As we go through the layers, concepts are pattern-matched and refined, but at some point we have to stop and cannot refine them any further (no more layers). Usually, this refinement continues during the generation of the next token (the previous intermediate results needed to continue the refinement are still in the KV cache).

But some problems require a substantial number of pattern-matching and refinement steps. The problem is, we also have interference from the fact that the model is trained to model language using mostly non-reasoning data of varying semantic lengths. Because of that, it may stop generating text before the abstract refinements are fully completed, simply because the pretraining data tells it to.

So we have to additionally train models to produce "reasoning traces" so that the emulated recursion continues for longer than what is typically found in pretraining data, allowing the model to build richer and more complex abstractions and surface more concepts. The ability to split problems into steps and logically connect concepts is already present in non-reasoning models (the original CoT trick), because some of it exists in the pretraining data, but not enough to support much longer recursion (hence the premature stops).

As for whether it is "true reasoning" or not, I think that is just arguing semantics for the sake of it. LLMs can demonstrably solve various complex problems. Yes, they often make stupid mistakes, but don't we have the saying, errare humanum est? Don't humans make mistakes too? Don't we also have around 200 cognitive biases showing that we "simply pattern-match" too? I think we still cannot get rid of the Great Chain of Being idea.

Re: Is AI reasoning right for the wrong reasons?

#168

Earlier quoted context omitted.

It seems like you are talking about Kant's "thing-in-itself". We can't know any more about an apple than an LLM can. We experience it through our faulty senses. We do not experience the actual apple. This is still open and debatable and is philosophy 101 stuff. I really dislike the confidence on this site, philosophically, that things are just obviously so. The philosophy of mind is massively open for interpretation…

LLMs don't experience because they are word generators. They don't have senses. Some things are allowed to be obvious. It's a series of bits and bytes.

And our nerves are a series of electrochemical impulses. There are nerves that do optical processing before it hits the brain. It's not obvious, and that's what's frustrating around here. "Computers can't possibly experience things". I'd argue it's just as unlikely for meat to do it. Again, philosophy 101 stuff.

Re: Is AI reasoning right for the wrong reasons?

#169

What an asshole: On the other side of the AI-reasoning fence, the disdain seems to be mutual. “These ‘scientific’ papers from last summer — I would put this in big, big air quotes,” said Sébastien Bubeck, a member of OpenAI’s technical staff (and a prominent evangelist for the company’s reasoning models among scientists and mathematicians). He called earlier Apple results critiquing AI reasoning “wrong,” claiming tha…

I have no idea what Bubeck meant, and I agree about OpenAI's hypocrisy, but the problems with that infamous (and non-peer-reviewed) Apple preprint were the nature of the tasks (insanely repetitive), the fact that simple coded solutions were not novel, and the automated assessment occurred without a human in the loop.

Most models in that study appear to have "failed" by offering a Python code solution to generate the repetitive assessment steps, rather than just mindlessly copying those steps out. This was discussed at length at the time.

None of this means that models "reason", whatever that means - but simply that the Apple study was not useful evidence either way.

Re: Is AI reasoning right for the wrong reasons?

#170

There is a long history of bad naming conventions in the field of AI, including “artificial intelligence” itself imo. (What is “intelligence” here? It’s more like “automation” or “automated problem solving”.) What really happens is that we figure out something that works, sometimes inspired by some biological thing or neuroscience thing. Examples: neural network, attention, reasoning, hallucination, agents, experts i…

AI = cognitive automation?
Post reply on HN