> Neuroscientists and psychologists predominantly reject this viewpoint, contending that our comprehension does not result from an internal grammar; rather, it is based on both statistical calculations between words and sound cues to structure. Wait, is this true? There are people who seriously suggest that we don't have an innate notion of grammar?
Not only are there people who seriously suggest it, but most neuroscientists think Chomsky is completely wrong, and have quite a bit of data to back it up. The notion of innate grammers has been pretty much replaced with evidence that you get much better and more human like performance (and the ability to actually learn the bloody things) out of RNNs and the like. The interesting question is why RNNs are able to prod…
Neuroscientists find new support for Chomsky’s “internal grammar” thesis
41–50 of 95 posts
Re: Neuroscientists find new support for Chomsky’s “internal grammar” thesis
#42I think we also have visual grammars. We are surprised if heavy and large objects are on top of light and small objects. We have priors on lighting and shadows, depth and occlusion, inside and outside. We solve these statistically with complex priors and likelihoods. How much you can shove into the prior is the question of universal grammar. That you are born with linguistic priors is I think not so surprising. If th…
Re: Neuroscientists find new support for Chomsky’s “internal grammar” thesis
#43I suspect we have a "grammar" which is based on massively parallel pattern matching over a sequence of symbols of bounded length. (I.e. why we deal with ambiguities well, but not long sentences.)
if it's so massively parallel, why do I read your comment left to right one word at a time? why garden path sentences that mislead us as we build up an erroneous parse? sure there's some fuzzy pattern matching, but lexical parsing doesn't seem so massively parallel to me - more like a huge lookup table of fuzzy matches (including whole phrases, I don't have to say much about how I'm never gonna give you up, before th…
Re: Neuroscientists find new support for Chomsky’s “internal grammar” thesis
#44I suspect we have a "grammar" which is based on massively parallel pattern matching over a sequence of symbols of bounded length. (I.e. why we deal with ambiguities well, but not long sentences.)
if it's so massively parallel, why do I read your comment left to right one word at a time? why garden path sentences that mislead us as we build up an erroneous parse? sure there's some fuzzy pattern matching, but lexical parsing doesn't seem so massively parallel to me - more like a huge lookup table of fuzzy matches (including whole phrases, I don't have to say much about how I'm never gonna give you up, before th…
For fun, I once had two friends speak to me simultaneously, one in each ear. We swapped places and did that to each other a few times. Result: nope, our language understanding unit is not parallel. You can either take in a wall of sound, OR focus to a string of words and understand its meaning. It might feel like you can almost do both at the same time and pick up two different threads of conversation at the same time, but it's always just beyond your reach. At best you can swap between threads quickly, if the conversations permit it (so forget it both/all conversations are rapid-fire and heavy with nuance etc).
I also note that our language generation units are not parallel. We can utter one syllable at a time. So maybe there's not much point in understanding multiple syllables at a time?
Re: Neuroscientists find new support for Chomsky’s “internal grammar” thesis
#45I suspect we have a "grammar" which is based on massively parallel pattern matching over a sequence of symbols of bounded length. (I.e. why we deal with ambiguities well, but not long sentences.)
if it's so massively parallel, why do I read your comment left to right one word at a time? why garden path sentences that mislead us as we build up an erroneous parse? sure there's some fuzzy pattern matching, but lexical parsing doesn't seem so massively parallel to me - more like a huge lookup table of fuzzy matches (including whole phrases, I don't have to say much about how I'm never gonna give you up, before th…
Re: Neuroscientists find new support for Chomsky’s “internal grammar” thesis
#46Earlier quoted context omitted.
Let's say that you are very good at basketball, enough so that you can almost always make a shot from anywhere on the court. Your mind is computing, based off of visual feedback, how to fire your muscles in such a way so that the basketball makes a near-perfect parabola and makes it into the net. Does your brain "know" the formulas that describe projectile motion? Is it running a physics model in your brain?
A very important difference: someone who is good at throwing a basketball (or any sport, really) will "switch off" their brain while doing so. There's various words for this, e.g. "being in the zone". Ask the person to think about something while throwing, and they'll likely miss. It takes years of training to teach the brain to do the correct motions while " switched off". Using language, on the other hand, requires…
I'm not sure I agree, not entirely at least. "Thinking while speaking" is something I associate to speaking a second language that you don't really master. Then you really think in one language, think about the translation, and speak. If I speak in my native language or in English, I don't think about the words I'm saying or about how I'm using the language, there's a much bigger component of instinct and thoughts can be much more impulsive.
Re: Neuroscientists find new support for Chomsky’s “internal grammar” thesis
#47Earlier quoted context omitted.
> why do I read your comment left to right one word at a time? Because in English word order is important (in fact, in most languages) It would be fun to learn a completely independent word order language (I suspect Latin is like that) but I suspect this is one of the reasons this aspect died in romance languages, it's harder to understand and relying on word order makes it easier
so I speak such a language, but I still don't read it in parallel. also this parallel pattern-matching idea doesn't explain sentences that when parsed carefully are clearly ungrammatical: I had inserted an error at the end of my first paragraph of the previous comment to illustrate this.
We kinda ignore mistakes when they don't clash with our heuristics (nobody reads every word, especially stop words)
You can see how people make mistakes by writing the way the words sound rather than constructing the phrase (and this happens accidentally as well, not because the person doesn't know the right words)
Re: Neuroscientists find new support for Chomsky’s “internal grammar” thesis
#48Fascinating article, highly recommended. Not trying to be nitpicky but I'm going to need a citation or few to support some of the claims made about "neuroscientists and psychologists"... just saying.
Re: Neuroscientists find new support for Chomsky’s “internal grammar” thesis
#49"Neuroscientists and psychologists predominantly reject this viewpoint, contending that our comprehension does not result from an internal grammar;" Fascinating article, highly recommended. Not trying to be nitpicky but I'm going to need a citation or few to support some of the claims made about "neuroscientists and psychologists"... just saying.
Re: Neuroscientists find new support for Chomsky’s “internal grammar” thesis
#50> Neuroscientists and psychologists predominantly reject this viewpoint, contending that our comprehension does not result from an internal grammar; rather, it is based on both statistical calculations between words and sound cues to structure. Wait, is this true? There are people who seriously suggest that we don't have an innate notion of grammar?
Not only are there people who seriously suggest it, but most neuroscientists think Chomsky is completely wrong, and have quite a bit of data to back it up. The notion of innate grammers has been pretty much replaced with evidence that you get much better and more human like performance (and the ability to actually learn the bloody things) out of RNNs and the like. The interesting question is why RNNs are able to prod…
Google "Stanford parser". This is a state of the art natural language parser and like all parsers it relies on a grammar. The grammar it uses is a dependency grammar, a different grammar than the phrase structure grammars proposed by Chomsky and also one that is built in a probabilistic manner, but a grammar nonetheless.
Also, it's really not the case that you get better performance out of neural network models of language, let alone "human like performance". We're very far from that still.