Earlier quoted context omitted.
Somewhat related, Yann LeCun posted a few months back about how many concepts aren't understood through language and therefore can't be modeled through it (which is why LLM's are terrible with things like position and direction). https://x.com/ylecun/status/1768353714794901530?s=46
To people who claim that "thinking and reasoning require language", here is a problem: Imagine standing at the North Pole of the Earth. Walk in any direction, in a straight line, for 1 km. Now turn 90 degrees to the left. Walk for as long as it takes to pass your starting point. Have you walked: 1. More than 2xPi km 2. Exactly 2xPi km 3. Less than 2xPi km 4. I never came close to my starting point. Think about how yo…
Can language models serve as text-based world simulators?
31–40 of 68 posts
Re: Can language models serve as text-based world simulators?
#32Earlier quoted context omitted.
To people who claim that "thinking and reasoning require language", here is a problem: Imagine standing at the North Pole of the Earth. Walk in any direction, in a straight line, for 1 km. Now turn 90 degrees to the left. Walk for as long as it takes to pass your starting point. Have you walked: 1. More than 2xPi km 2. Exactly 2xPi km 3. Less than 2xPi km 4. I never came close to my starting point. Think about how yo…
I don't think the example is a good rebuttal of "thinking and reasoning require language". It may be a decent challenge, probably still not an actual rebuttal, of "language is sufficient for all thinking and reasoning", but "X is required for Y" and "X is sufficient for everything encompassed by Y" are very different claims.
Though now that you said it, I'm really thinking about the original statement.
Honest question, can you give me an example of thinking or reasoning that happens fully independently of reasoning via symbols or their manipulation?
I feel like I'm missing something obvious, but nothing is coming to mind right now :)...
Just thinking about the underlying statement and simplifying language down to symbolic expression. (I was originally going to say manipulation, but it doesn't feel like it quite fits...)
Re: Can language models serve as text-based world simulators?
#33Earlier quoted context omitted.
To people who claim that "thinking and reasoning require language", here is a problem: Imagine standing at the North Pole of the Earth. Walk in any direction, in a straight line, for 1 km. Now turn 90 degrees to the left. Walk for as long as it takes to pass your starting point. Have you walked: 1. More than 2xPi km 2. Exactly 2xPi km 3. Less than 2xPi km 4. I never came close to my starting point. Think about how yo…
If the brain actually used language to represent ideas in use, we should have succeeded in finding its https://en.wikipedia.org/wiki/Universal_grammar . Instead it seems more like language is a kind of lossy compression we keep reinventing for ideas, to export them from a brain in some tangible way and get them into another (even in the future).
Just because you use a mechanism for expressing your ideas and reasoning, doesn't mean that underlying reality has to confirm in any way to it?
We invent new symbols and terms all the time as we experience new phenomena. A universal grammar may still be possible, barring incompleteness anyway, we may just be lacking a whole bunch of ideas still...
Re: Can language models serve as text-based world simulators?
#34Re: Can language models serve as text-based world simulators?
#35This actually came out before chatGPT and it floored me.
Re: Can language models serve as text-based world simulators?
#36Recently I'm getting some strange behavior from ChatGPT (with GPT-4) where it outputs a code snippet in which it declares a variable, and then on the very next line it forgets the name of the variable and refers to it as something else. Or it refers to the variable but it makes a typo in the name. If that's the behavior by one of the best models on a few lines of code, I'm not hopeful for a world simulator any time s…
I wish there was a ChatGPT 3.5 updated with more recent knowledge.
Re: Can language models serve as text-based world simulators?
#37Earlier quoted context omitted.
I don't think the example is a good rebuttal of "thinking and reasoning require language". It may be a decent challenge, probably still not an actual rebuttal, of "language is sufficient for all thinking and reasoning", but "X is required for Y" and "X is sufficient for everything encompassed by Y" are very different claims.
That's fair, it's not supposed to be a rebuttal of that :)... Though now that you said it, I'm really thinking about the original statement. Honest question, can you give me an example of thinking or reasoning that happens fully independently of reasoning via symbols or their manipulation? I feel like I'm missing something obvious, but nothing is coming to mind right now :)... Just thinking about the underlying state…
I don't think we have anything but subjective, indirect understanding of how thinking happens, but I think that, at a minimum, what we describe as "reasoning" specifically is tightly conceptually related to, if not a subset of, manipulation of abstract symbols to which concrete experiences may be approximately mapped.
I'm not sure I'd say this is the same thing as language, but there's at a minimum a shared common symbol-manipulation underlying both. Do the capacities always come together? I'm not sure how we would know that, I think our ability to recognize reasoning is tied to it being mapped to language, and are ability to distinguish something as language rather than nonlinguistic signaling or mimicry of something else that is using language is tied to independent expression of reasoning through it.
Re: Can language models serve as text-based world simulators?
#38Re: Can language models serve as text-based world simulators?
#39Earlier quoted context omitted.
If the brain actually used language to represent ideas in use, we should have succeeded in finding its https://en.wikipedia.org/wiki/Universal_grammar . Instead it seems more like language is a kind of lossy compression we keep reinventing for ideas, to export them from a brain in some tangible way and get them into another (even in the future).
Hmm, I'm not sure if that holds? Just because you use a mechanism for expressing your ideas and reasoning, doesn't mean that underlying reality has to confirm in any way to it? We invent new symbols and terms all the time as we experience new phenomena. A universal grammar may still be possible, barring incompleteness anyway, we may just be lacking a whole bunch of ideas still...
@Felcon If language is a mechanism for expressing ideas and reasoning, it should reflect our cognitive processes that generate those ideas, so " [...] Just because you use a mechanism for expressing your ideas and reasoning, doesn't mean that underlying reality has to confirm in any way to it" is a bit contradictory. Are our cognitive processes not included in reality?
The existance of a universal grammar is a specific hypothesis that requires empirical evidence. It's tiring to hear Chomsky's ideas parroted despite no empirical framework to stand on. What ideas could we be lacking? This argument is similar to String Theory proponents who kept pulling ideas out of the ether to support an unsubstantiated theory.
Re: Can language models serve as text-based world simulators?
#40Recently I'm getting some strange behavior from ChatGPT (with GPT-4) where it outputs a code snippet in which it declares a variable, and then on the very next line it forgets the name of the variable and refers to it as something else. Or it refers to the variable but it makes a typo in the name. If that's the behavior by one of the best models on a few lines of code, I'm not hopeful for a world simulator any time s…
It’s sampling from a statistical distribution of likely tokens, one of which is the correctly spelled variable name.