How would it be possible that 40,000 words translates to 400,000 bits?! Am I missing something here?
Researchers: It takes 1.5 MB of data to store language information
21–30 of 59 posts
Re: Researchers: It takes 1.5 MB of data to store language information
#22Paper: https://royalsocietypublishing.org/doi/full/10.1098/rsos.181...
OSF Page: https://osf.io/ga9th/
Re: Researchers: It takes 1.5 MB of data to store language information
#23How would it be possible that 40,000 words translates to 400,000 bits?! Am I missing something here?
Considering that, 40k words to 400kbits is not too surprising.
Re: Researchers: It takes 1.5 MB of data to store language information
#24This describes how to summarize a language in a computer system. I think the storage requirements for the semantics is in particular questionable. If you can refer to a particular concept somewhere in the brain you only need a pointer to it. However, single pointers might not be sufficient The apparatus to learn a language might also not so easily distinguished from the structure to store the language or the structur…
It describes how to summarize a language from a information theory standpoint (which is something different).
There's a good reason to believe evolution would use something close to the most information theoretic efficient implementation (and even if not, it's a good lower bound)
Re: Researchers: It takes 1.5 MB of data to store language information
#25Earlier quoted context omitted.
Compression I suppose. Like storing the word "compression" is easier if you already know the familiar "com-" prefix as well as the noun "pression". Which is itself easier to remember if you know the verb "to press". I've been actively learning Portuguese and Russian lately, it's impressive how much faster I can pick up Portuguese vocabulary vs. Russian. And that's even for words that don't have an obvious cognate in…
"Compression" applies very much to grammatical variants of words. It's why the only bizarre irregular verbs in a language tend to be the ones that get used all the time - be, do, go etc - because for anything more obscure the brain just forgets the special case and applies the general rule. Steven Pinker's book Words and Rules is a great layman-oriented read if this sort of thing interests you.
So, they're like "constants" vs calling a function to calculate a value.
Re: Researchers: It takes 1.5 MB of data to store language information
#26Re: Researchers: It takes 1.5 MB of data to store language information
#27I haven't read the paper itself, but the article makes it sound like they simply counted the minimum number of bits required to represent the English language. It mentions no neuroscience-specific insights, so the "brain" part of the title is quite misleading.
Re: Researchers: It takes 1.5 MB of data to store language information
#28How would it be possible that 40,000 words translates to 400,000 bits?! Am I missing something here?
Converting a large word list to a small number of bits has been a computer science hobby for a long time. Here's a pretty good search result to start working through for more details: https://duckduckgo.com/?q=building+a+small+spell+checker+suf... It was especially important to write small and fast spell checkers in the 1980s and early 1990s, when you couldn't expect to have enough RAM sitting around to simply load up a naively-encoded list of words, and the act of spell checking a few thousand words could take noticeable time.
So in an encoding scheme chosen to represent English compactly, I'm not too surprised that you can get things down quite small.
However, the question is, what relevance does that encoding scheme have to the human brain? Having just scanned through the paper, the answer is "probably not that much", which the researchers are well aware of. They explicitly present this as a lower-bound, which is a reasonable thing to do. It is obvious that the brain does not simply store 1.5MB of data in the way a computer does, in many ways.
To be honest, this amounts to an exercise in recreational mathematics more than anything else. There's nothing wrong with that, and that's not a criticism. My point is that I'm not sure it's worth trying to read the paper as anything else.
Re: Researchers: It takes 1.5 MB of data to store language information
#29I haven't read the paper itself, but the article makes it sound like they simply counted the minimum number of bits required to represent the English language. It mentions no neuroscience-specific insights, so the "brain" part of the title is quite misleading.
Aside from that - is there really a way to express neural connections in the brain in terms of bits and bytes?
It has been done on small models, though, at least to some significant extent: https://en.wikipedia.org/wiki/OpenWorm
Re: Researchers: It takes 1.5 MB of data to store language information
#30I haven't read the paper itself, but the article makes it sound like they simply counted the minimum number of bits required to represent the English language. It mentions no neuroscience-specific insights, so the "brain" part of the title is quite misleading.
Aside from that - is there really a way to express neural connections in the brain in terms of bits and bytes?
This page shows some of the current theories: https://en.wikipedia.org/wiki/Neural_coding#Hypothesized_cod...