TL;DR
Language models learn to avoid grammatically possible but unattested phrases (e.g., "donated the library the books") without explicit negative feedback. Researchers used causal experiments across 120 English verb-construction pairs to test whether this learning occurs through statistical preemption—exposure to conventional forms suppresses alternatives—versus entrenchment.
✦ Why It Matters
Engineers can use competing-form frequency as a causal lever to control what language models avoid generating, improving safety and linguistic accuracy.
Key Takeaways
How It Works
Statistical preemption occurs when exposure to a conventional phrase, like 'donated the books to the library', makes less common alternatives, such as '*donated the library the books', less likely to be used. This mechanism allows LLMs to learn what constructions are acceptable based on the frequency of competing forms rather than relying solely on positive examples.
Related