As some who has a dis-harmonic intelligence profile, this has been obvious for a very long time. In the family of my mother there are several individuals struggling with language while excelling in the field of exact sciences. I very strongly suspect that my non-verbal (performal) IQ is much higher (around 130) than my verbal IQ (around 100). I have struggled my whole life to express my ideas with language. I conside…
Language is not essential for the cognitive processes that underlie thought
281–290 of 424 posts
Re: Language is not essential for the cognitive processes that underlie thought
#282Earlier quoted context omitted.
This view represents one possible subjective experience of the world. But there are many different possible ways a human brain can learn to experience the world. I am a sensoral thinker, I often think and internally express myself in purely images or sounds. There are, however, some kinds of thoughts I've learned I can only fully engage with if I speak to myself out loud or at least inside of my head. The most approp…
[flagged]
You're just projecting at this point and stalking previous comments to start arguments. That is exceedingly immature and absolutely against Hacker News guidelines. You need to reevaluate your behavior. Please refrain from continuing to start arguments on previous posts.
Re: Language is not essential for the cognitive processes that underlie thought
#283Earlier quoted context omitted.
> As some who has a dis-harmonic intelligence profile, this has been obvious for a very long time. In the family of my mother there are several individuals struggling with language while excelling in the field of exact sciences. I very strongly suspect that my non-verbal (performal) IQ is much higher (around 130) than my verbal IQ (around 100) I used to rationalize to myself along similar lines for a long time, then…
I'm a brilliant genius according to IQ tests. Think me arrogant or conceited or whatever - that is literally the truth, fact - proven many times in the educational system (I was homeschooled and didn't follow any sort of curriculum and was allowed to do whatever I wanted bc I kept testing higher than almost everyone) and just for kicks also - the last time I took an IQ test I was in my late 20s and a friend and I had…
Re: Language is not essential for the cognitive processes that underlie thought
#284Earlier quoted context omitted.
I’ll pop in with a friendly “that research is definitely wrong”. If they want to prove that LLMs can’t reason, shouldn’t they stringently define that word somewhere in their paper? As it stands, they’re proving something small (some of today’s LLMs have XYZ weaknesses) and claiming something big (humans have an ineffable calculator-soul). LLMs absolutely 100% can reason, if we take the dictionary definition; it’s tri…
> Even if we accept the most fringe, anthropocentric theories like Penrose & Hammerhoff’s quantum tubules, that’s just a neural network with fancy weights. First, while it is a fringe idea with little backing it, it's far from the most fringe. Secondly, it is not at all known that animal brains are accurately modeled as an ANN, any more so than any other Turing-compatible system can be modeled as an ANN. Biological n…
Re: Language is not essential for the cognitive processes that underlie thought
#285There is a non-verbal me . E.g. who moves my limbs, feels the feelings (hunger, happiness, ..), and sometimes helps my verbal me to think (in math or in chess the answer just appears for the verbal me), or in sudden situations it takes over, and it makes decisions very fast. Since it controls my limbs, I consider it to be the real me . My inner monologue is a bit frustrated that it can't control my limbs, and it can'…
[0] https://archive.org/details/a-a-the-mystical-and-magical-sys...
Re: Language is not essential for the cognitive processes that underlie thought
#286Thought and language are intertwined in ways we don’t fully grasp. The fact that certain cognitive tasks, like comprehension, can proceed without engaging traditional language-related brain regions doesn't mean thought doesn't use language—it just means we might not yet understand how it does. Thought could employ other forms of linguistic-like processes that Fedorenko's experiments, or even current brain-imaging tec…
The parent article is mostly about thinking without "words", not necessary without a "language".
Some thoughts might be completely different from sentences in a language, probably when they have a non-sequential nature, but other thoughts are exactly equivalent to a sentence in a language, except that they do not use the words.
I can look and see to things that I recognize, e.g. A and B, and I can see that one is bigger than the other and I can think "A is bigger than B" without thinking at the words used in the spoken language, but nonetheless associating some internal concepts of "A", "B" and "is greater than", exactly like when formulating a spoken sentence.
I do not believe that such a thought can be considered as an example of thinking without language, but just as an example that for a subset of the words used in a spoken language there is an internal representation that is independent of the sequence of sounds or letters that compose a spoken or written language.
Re: Language is not essential for the cognitive processes that underlie thought
#287Re: Language is not essential for the cognitive processes that underlie thought
#288This is an important result. The actual paper [1] says that functional MRI (which is measuring which parts of the brain are active by sensing blood flow) indicates that different brain hardware is used for non-language and language functions. This has been suspected for years, but now there's an experimental result. What this tells us for AI is that we need something else besides LLMs. It's not clear what that someth…
Re: Language is not essential for the cognitive processes that underlie thought
#289Earlier quoted context omitted.
The idea that programming languages and natural languages are processed with the same wetware should be testable with something like the tests described in this submission. I don't expect it to be true, but only expecting something is not science
Some progress has been made in this area, see [0], [1], [2] and [3], observing both similarities and dissimilarities in terms of language processing: Siegmund, J., Kästner, C., Apel, S., Parnin, C., Bethmann, A., Leich, T. & Brechmann, A. (2014). Understanding understanding source code with functional magnetic resonance imaging. In Proceedings of the 36th International Conference on Software Engineering (pp. 378-389)…
Re: Language is not essential for the cognitive processes that underlie thought
#290Earlier quoted context omitted.
When you look at how humans play chess they employ several different cognitive strategies. Memorization, calculation, strategic thinking, heuristics, and learned experience. When the first chess engines came out they only employed one of these: calculation. It wasn't until relatively recently that we had computer programs that could perform all of them. But it turns out that if you scale that up with enough compute y…
This seems quite reasonable, but I recently heard a podcast ( https://www.preposterousuniverse.com/podcast/2024/06/24/280-... ) that LLMs are more likely to be very good at navigating what they have been trained on, but very poor at abstract reasoning and discovering new areas outside of their training. As a single human, you don't notice, as the training material is greater than everything we could ever learn. After…
This bias is real. Current gen ai works proportionally well the more known it is. The more training data, the better the performance. When we ask something very specific, we have the impression that it’s niche. But there is tons of training data also on many niche topics, which essentially enhances the magic trick – it looks like sophisticated reasoning. Whenever you truly go “off the beaten path”, you get responses that are (a) nonsensical (illogical) and (b) “pulls” you back towards a “mainstream center point” so to say. Anecdotally of course..
I’ve noticed this with software architecture discussions. I would have some pretty standard thing (like session-based auth) but I have some specific and unusual requirement (like hybrid device- and user identity) and it happily spits out good sounding but nonsensical ideas. Combining and interpolating entirely in the the linguistic domain is clearly powerful, but ultimately not enough.