From personal observation, kids learn text (say, from a children’s book, and from songs) back-to-front. That is, the adult will say all but the last word in the sentence, and the kid will (eventually) learn to chime in to complete the sentence.
This feels correlated to LLMs learning well when tasked with next-token prediction, and those predictions being stronger (less uniform over the vocabulary) when the preceding sequences get longer.
I wonder if there’s a connection to having rhyme “live” in the last sound of each line, as opposed to the first.
A lot of memory seems to be linear, possibly because most information in the world is encoded linearly. If I was to tell you the 20th letter of the alphabet, I’d have to go through every letter it in my head. It’s a linked-list data structure.
Even many memory techniques, like the mind palace, is ordered, with each item linking to the next.
I don’t think this is the same as markov-chains or predicting the next item, but that it has to do with the most common data structure of information being linear.
As for making the first word rhyme instead of the last, that’s an interesting thought! I actually have no idea. When I rhyme like that in my head, it sounds wrong, but I couldn’t tell you the reason. You may be on to something.
From personal observation, kids learn text (say, from a children’s book, and from songs) back-to-front. That is, the adult will say all but the last word in the sentence, and the kid will (eventually) learn to chime in to complete the sentence.
This feels correlated to LLMs learning well when tasked with next-token prediction, and those predictions being stronger (less uniform over the vocabulary) when the preceding sequences get longer.
I wonder if there’s a connection to having rhyme “live” in the last sound of each line, as opposed to the first.
A lot of memory seems to be linear, possibly because most information in the world is encoded linearly. If I was to tell you the 20th letter of the alphabet, I’d have to go through every letter it in my head. It’s a linked-list data structure.
Even many memory techniques, like the mind palace, is ordered, with each item linking to the next.
I don’t think this is the same as markov-chains or predicting the next item, but that it has to do with the most common data structure of information being linear.
As for making the first word rhyme instead of the last, that’s an interesting thought! I actually have no idea. When I rhyme like that in my head, it sounds wrong, but I couldn’t tell you the reason. You may be on to something.