Language Models Generalize to Human-like Word Order Preferences
This study demonstrates that language models, when trained on data lacking direct evidence of modifier ordering, consistently generalize to prefer human-like scope-homomorphic word orders, suggesting these biases emerge from general learning mechanisms rather than simple statistical associations.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to teach a robot how to speak a new language, but you decide to play a trick on it. You give the robot a massive library of books, but you carefully rip out every single page that contains a sentence with more than one description for a noun. So, the robot learns that you can say "the red ball" or "the big ball," but it never sees "the big red ball" or "the red big ball." It has no direct evidence of how to stack multiple descriptions together. Now, here is the big question: If you ask the robot to guess the order for a new sentence like "the big red ball," will it just guess randomly? Or will it somehow figure out the hidden logic of language and pick the right order, just like a human child would?
This is the kind of puzzle that sits at the heart of linguistics and artificial intelligence. Scientists have long wondered if humans are born with a special "language chip" in their brains that tells them how to order words, or if we just learn everything by noticing patterns in what we hear. To test this, researchers use something called "Artificial Language Learning." It's like a controlled experiment where they teach people or machines a tiny, made-up language with missing pieces to see how they fill in the blanks. If a learner picks a specific pattern even though they've never seen it before, it suggests they have a built-in bias or a clever way of guessing based on the structure of the world, not just the frequency of words. This paper dives into that mystery using modern AI language models as our test subjects.
The Great Word-Order Mystery
In this study, researchers Amanda Popadich and Shane Steinert-Threlkeld decided to see if computer programs, known as language models, could pull off the same magic trick that human learners do. They wanted to know: Can a machine learn the "rules" of how to stack adjectives and numbers without ever seeing a single example of a stacked phrase?
The specific rule they were hunting for is called scope-homomorphism. That's a fancy way of saying that the order of words in a phrase should match the order of their meaning. Think of it like Russian nesting dolls. If you have a "big red ball," the word "red" describes the ball directly, and "big" describes the "red ball." In English, we naturally put the bigger, outer description ("big") first, and the specific, inner description ("red") closer to the noun. The researchers wanted to see if their AI models would naturally prefer this "nesting doll" order, even if they were trained on a diet of only single-description phrases.
The Experiment: A Language Diet
To test this, the team created a very strict training environment. They took a huge chunk of the internet (specifically, the 2023 Wikipedia dump) and filtered it. They used a computer program to find every sentence with a noun that had two or more modifiers (like "those two fluffy dogs") and broke them apart. They replaced "those two fluffy dogs" with separate examples like "those dogs," "two dogs," and "fluffy dogs."
The result was a "poverty of the stimulus" diet. The models were fed 100 million words, but they never saw a single example of a noun with two modifiers. They learned the individual ingredients but never saw the final cake. Then, the researchers tested the models by asking them to choose between two versions of a sentence: the one that followed the "nesting doll" logic (scope-homomorphic) and the one that didn't.
They tested three different sizes of AI models: a small one (52 million parameters), a medium one (110 million), and a large one (350 million).
The Results: The AI Gets It Right
The findings were surprisingly consistent. Even though the models had never seen a phrase with multiple modifiers during their training, all three models consistently preferred the "nesting doll" order.
When the researchers asked the models to choose between "those two dogs" (the logical order) and "two those dogs" (the scrambled order), the models overwhelmingly picked the logical one.
- The small model got it right about 76% of the time.
- The medium model got it right about 73% of the time.
- The large model got it right about 70% of the time.
This suggests that the models didn't just memorize the training data; they generalized a rule. They figured out that when you have multiple descriptions, there is a specific, logical way to arrange them, even without being shown the answer. Interestingly, the size of the model didn't change the result much; the small, medium, and large models all showed this bias, suggesting it's a robust feature of how these systems learn from language.
The Twist: It's Not Just About Word Pairings
The researchers then asked a follow-up question: How did the models figure this out? One popular theory is that learners just look at how often words hang out together. For example, maybe "red" is usually found right next to "ball," so it should always be closer to the noun than "big." This is measured by something called Pointwise Mutual Information (PMI), which is basically a score of how strongly two words are associated.
The team checked the math. They calculated the association scores for the words in their training data. They found that, yes, adjectives are strongly associated with nouns, and numbers and demonstratives (like "those") are less so. If the models were just following these association scores, they should have been able to predict the word order perfectly.
But here is the twist: The association scores failed to predict the models' choices.
When the researchers compared the models' actual choices to what the math predicted, the correlation was almost zero. The models were choosing the right order, but they weren't doing it because they were counting how often words appeared together. This suggests the models are picking up on something deeper—perhaps a structural understanding of how language works—that goes beyond simple word-pair statistics.
What This Means
This study shows that language models can recover human-like linguistic generalizations from "impoverished" input. Just like a human child who might guess the right word order in a new language without seeing every possible combination, these AI models found a pattern that wasn't explicitly in their training data.
However, the authors are careful to note that this doesn't prove AI learns exactly the same way humans do. The models are not conscious children; they are complex statistical engines. But the fact that they developed this bias without being told to suggests that you don't necessarily need a pre-programmed "language chip" to learn these rules. Sometimes, the rules of language can emerge naturally from the experience of learning, even when the evidence is incomplete.
The researchers also noted a small difference between the AI and humans: while humans usually show the strongest preference for ordering demonstratives and adjectives (like "that big dog"), the AI models showed the strongest preference for demonstratives and numbers (like "those two dogs"). This hints that while the general ability to generalize is there, the specific flavors of the bias might depend on the details of the training data.
In the end, this paper gives us a cool new tool for understanding language. By feeding AI models a diet of missing information, we can see what they "guess" on their own, helping us understand whether the rules of language are hard-wired or learned from the patterns of the world.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.