>Scientists started with written texts from 17 languages, including English, Italian, Japanese, and Vietnamese. They calculated the information density of each language in bits—the same unit that describes how quickly your cellphone, laptop, or computer modem transmits information. I feel like the whole "bits" calculation is a neat way to get into the media, but not actually related to "information density". Edit: Be…
Human speech may have a universal transmission rate: 39 bits per second
11–20 of 263 posts
Re: Human speech may have a universal transmission rate: 39 bits per second
#12> instead of being limited by how quickly we can process information by listening, we’re likely limited by how quickly we can gather our thoughts. That’s because, he says, the average person can listen to audio recordings sped up to about 120%—and still have no problems with comprehension. “It really seems that the bottleneck is in putting the ideas together.” Glad this paragraph was in the article, clears up their m…
Re: Human speech may have a universal transmission rate: 39 bits per second
#13Re: Human speech may have a universal transmission rate: 39 bits per second
#14Being able to convey emotion with tone in speech likely adds a lot more "information".
[0] http://ohll.ish-lyon.cnrs.fr/fulltext/pellegrino/Pellegrino_...
Re: Human speech may have a universal transmission rate: 39 bits per second
#15Some years ago I worked on an accessibility project for an app and website designed for people with disabilities. One of the team members had low vision, and used a screen reader that must have been set to 3x or even higher. I usually listen to YouTube and podcasts at 1.5-2x and I could barely understand the audio. He seemed surprised, which indicated to me that 3x+ was the norm for people in his circle.
I wonder if his ability was trained through years of using fast screen readers, vs. a lower visual processing load leads to better audio processing, or some other explanation.
Re: Human speech may have a universal transmission rate: 39 bits per second
#16But, he says, instead of being limited by how quickly we can process information by listening, we’re likely limited by how quickly we can gather our thoughts. That’s because, he says, the average person can listen to audio recordings sped up to about 120%—and still have no problems with comprehension. Some years ago I worked on an accessibility project for an app and website designed for people with disabilities. One…
Re: Human speech may have a universal transmission rate: 39 bits per second
#17> instead of being limited by how quickly we can process information by listening, we’re likely limited by how quickly we can gather our thoughts. That’s because, he says, the average person can listen to audio recordings sped up to about 120%—and still have no problems with comprehension. “It really seems that the bottleneck is in putting the ideas together.” Glad this paragraph was in the article, clears up their m…
Really depends on language, if you're writing java, you'll be putting out a lot more than that due to how stupidly verbose it is.
Being "verbose" means that each letter you type communicates fewer bits of information. If the bottleneck is putting ideas together then you would expect someone writing in a more verbose language to type more letters per minute but still take a similar amount of time to communicate the idea.
In practice most Java programmers are using IDEs with good auto-completion, though, so aren't actually needing to type as many letters as you'd think.
Re: Human speech may have a universal transmission rate: 39 bits per second
#18But, he says, instead of being limited by how quickly we can process information by listening, we’re likely limited by how quickly we can gather our thoughts. That’s because, he says, the average person can listen to audio recordings sped up to about 120%—and still have no problems with comprehension. Some years ago I worked on an accessibility project for an app and website designed for people with disabilities. One…
Every couple of months, take a moment to reflect on your comprehension. Is it currently easy for you to understand the audio? If yes, then crank it up a little bit until it's noticeably more difficult. Repeat this process periodically over a year or so and before you know it, it'll be set pretty damn quick.
Re: Human speech may have a universal transmission rate: 39 bits per second
#19> In parallel, from independently available written corpora in these languages, we estimated each language’s information density (ID) as the syllable conditional entropy to take word-internal syllable-bigram dependencies into account.
But the experiment uses the same text translated into each language! Why introduce this extra variable (and source of error) of estimated language-wide information density, if you are controlling your experiment such that you have the exact same information encoded in each language? That is to say, why use an _estimated_ information density when you could measure it exactly for the texts that are being spoken? Or, conversely, why go to all the trouble of having the speakers read the same text translated into each language, if you aren't going to make use of that symmetry?
Re: Human speech may have a universal transmission rate: 39 bits per second
#20> instead of being limited by how quickly we can process information by listening, we’re likely limited by how quickly we can gather our thoughts. That’s because, he says, the average person can listen to audio recordings sped up to about 120%—and still have no problems with comprehension. “It really seems that the bottleneck is in putting the ideas together.” Glad this paragraph was in the article, clears up their m…
Really depends on language, if you're writing java, you'll be putting out a lot more than that due to how stupidly verbose it is.