Is chain-of-thought AI reasoning a mirage?
seangoedecke.com
Is chain-of-thought AI reasoning a mirage?
1–10 of 191 posts
Re: Is chain-of-thought AI reasoning a mirage?
#2Re: Is chain-of-thought AI reasoning a mirage?
#3Re: Is chain-of-thought AI reasoning a mirage?
#4Re: Is chain-of-thought AI reasoning a mirage?
#5It's pretty easy: causal reasoning. Causal, not statistic correlation only as LLM do, with or without "CoT".
Re: Is chain-of-thought AI reasoning a mirage?
#6Reasoning, thinking, knowing, feeling, understanding, etc.
Or at the very least, our rubrics and heuristics for determining if someone (thing) thinks, feels, knows, etc, no longer work. And in particular, people create tests for those things thinking that they understand what they are testing for, when _most human beings_ would also fail those tests.
I think a _lot_ of really foundational work needs to be done on clearly defining a lot of these terms and putting them on a sounder basis before we can really move forward on saying whether machines can do those things.
Re: Is chain-of-thought AI reasoning a mirage?
#7I think this is the most important critique that undercuts the paper's claims. I'm less convinced by the other point. I think backtracking and/or parallel search is something future papers should definitely look at in smaller models.
The article is definitely also correct on the overreaching, broad philosophical claims that seems common when discussing AI and reasoning.
Re: Is chain-of-thought AI reasoning a mirage?
#8> Whether AI reasoning is “real” reasoning or just a mirage can be an interesting question, but it is primarily a philosophical question. It depends on having a clear definition of what “real” reasoning is, exactly. It's pretty easy: causal reasoning. Causal, not statistic correlation only as LLM do, with or without "CoT".
Re: Is chain-of-thought AI reasoning a mirage?
#9> Whether AI reasoning is “real” reasoning or just a mirage can be an interesting question, but it is primarily a philosophical question. It depends on having a clear definition of what “real” reasoning is, exactly. It's pretty easy: causal reasoning. Causal, not statistic correlation only as LLM do, with or without "CoT".
If you mean deterministic rather than probabilistic, even Pearl-style causal models are probabilistic.
I think the author is circling around the idea that their idea of reasoning is to produce statements in a formal system: to have a set of axioms, a set of production rules, and to generate new strings/sentences/theorems using those rules. This approach is how math is formalized. It allows us to extrapolate - make new "theorems" or constructions that weren't in the "training set".
Re: Is chain-of-thought AI reasoning a mirage?
#10I feel it is interesting but not what would be ideal. I really think if the models could be less linear and process over time in latent space you'd get something much more akin to thought. I've messed around with attaching reservoirs at each layer using hooks with interesting results (mainly over fitting), but it feels like such a limitation to have all model context/memory stuck as tokens when latent space is where…