|
|
|
|
|
by Dzugaru
1170 days ago
|
|
It definitely can "understand" things is some way, however I'm pretty sure ReAct or similar will give it just a nudge forward and the underlying problem of it hallucinating and not being "lucid enough" is not so easily solved. In the original ReAct paper it falls apart almost immediately in ALFWorld (this is a classical test for AI systems - to be able to reason logically - and it still isn't generally solvable due to combinatorial explosion). For now it requires human correction looped or not, or else it "diverges" (I like Yann Lecun explanation [0]). In my own experiments (I haven't played with LangChain or ReAct yet) it diverges irrecoverably pretty quickly. I was trying to explain to it the elementary combinators theory, in the style of Raymond Smullyan and his birds [1] and it can't even prove the first theorem (despite being familiar with the book). A human can prove it knowing almost nothing about math whatsoever, maybe it will take a couple of days thinking, but the correct proof is not that hard - just two steps. [0] https://www.linkedin.com/posts/yann-lecun_i-have-claimed-tha... [1] https://en.wikipedia.org/wiki/To_Mock_a_Mockingbird |
|