Simple tasks showing reasoning breakdown in state-of-the-art LLMs
31–40 of 393 posts
Re: Simple tasks showing reasoning breakdown in state-of-the-art LLMs
#32Re: Simple tasks showing reasoning breakdown in state-of-the-art LLMs
#33For anyone considering reading the paper and like me don't normally read papers like this, open the PDF and think you don't have time to read it due to its length. The main part of the paper is the first 10 pages and a fairly quick read. On to the topic here. This is an interesting example that they are using. It is fairly simplistic to understand as a human (even if we may be inclined to quickly jump to the wrong co…
Such is the strength of corporate tech propaganda that a whole mass of people will instead insist that we have never worn clothes either.
Re: Simple tasks showing reasoning breakdown in state-of-the-art LLMs
#34Re: Simple tasks showing reasoning breakdown in state-of-the-art LLMs
#35Re: Simple tasks showing reasoning breakdown in state-of-the-art LLMs
#36Question is: "Alice has 60 brothers and she also has 212 sisters. How many sisters does Alice’s brother have?" (nb: I have added numbers, it's phrased as X and N in the paper) I must confess, when I tried to answer the question I got it wrong...! (I feel silly). I only realised I got it wrong when I plugged it into GPT-4o and it came back with the correct answer: https://chatgpt.com/share/6eb5fa36-e0fd-4417-87d1-64ca…
In programming there are two difficult problems - naming things, cache invalidation, and off-by-one error.
Re: Simple tasks showing reasoning breakdown in state-of-the-art LLMs
#37Question is: "Alice has 60 brothers and she also has 212 sisters. How many sisters does Alice’s brother have?" (nb: I have added numbers, it's phrased as X and N in the paper) I must confess, when I tried to answer the question I got it wrong...! (I feel silly). I only realised I got it wrong when I plugged it into GPT-4o and it came back with the correct answer: https://chatgpt.com/share/6eb5fa36-e0fd-4417-87d1-64ca…
Thinking out loud also only gets you so far, if the expectation is a certain type of response it can't always "think out loud". In reality that just proves it isn't really reasoning here and is more likely just self referencing.
That being said, I tried this personally allowing it to think out loud and it told me she has 212 sisters. Using your exact prompt.
Re: Simple tasks showing reasoning breakdown in state-of-the-art LLMs
#38Earlier quoted context omitted.
Great observation. It would be really interesting to repeat this research with less limiting prompts. I assume they made the restriction to make it easier to parse the answers, perhaps make it two phase, let them respond unlimited, then a follow up prompt ask to compress it to a single answer. I wonder how the results will vary.
To be quite honest, I assume they made the restriction so that the models would fail. This sort of paper is becoming a genre.
The orbit of Mercury to discover GR as an example.
As all models are wrong, but some are useful, finding where they fail is how you figure out if they are useful.
As the 'AGI is near' camp has won the hype game, it is important to ground expectations for practical exploitation of the technology.
Over promising unabashed optimism is partly what caused the previous AI winters.
As the formal proof methods of mathematics proved impractical, counterexamples and the scientific method is what CS has used for decades.
Re: Simple tasks showing reasoning breakdown in state-of-the-art LLMs
#39This is obvious... but some human knowledge outside the question is needed. (Alice is female, sister is female, brother is male, relation of sisters and brothers). In a school math "word problem" you don't need this kind of info.
Nonetheless it would be interesting to see the problem reformulated in purely mathematical terms, I suspect models would perform better.
That is the point though - models are showing an inability to generalize their capabilities from one domain (maths / abstract logic) into other domains (conversational reasoning).
Re: Simple tasks showing reasoning breakdown in state-of-the-art LLMs
#40For anyone considering reading the paper and like me don't normally read papers like this, open the PDF and think you don't have time to read it due to its length. The main part of the paper is the first 10 pages and a fairly quick read. On to the topic here. This is an interesting example that they are using. It is fairly simplistic to understand as a human (even if we may be inclined to quickly jump to the wrong co…
Like you ask it to do one thing it's amazing, but then you try to modify or do something with extra steps, or just anything with any complexity to it and it falls over.