Forgetting Exceptions is Harmful in Language Learning
Walter Daelemans, Antal van den Bosch, and Jakub Zavrel

TL;DR
This paper demonstrates that retaining exceptional instances in memory enhances language learning models' generalization, challenging traditional views that suggest removing such exceptions improves performance.
Contribution
It empirically shows that keeping exceptions benefits language learning and compares memory-based and decision-tree methods, revealing the impact of exception handling on accuracy.
Findings
Editing exceptions harms generalization accuracy.
Memory-based learning outperforms decision-tree methods on NLP tasks.
Performance decreases with increased abstraction from exceptions.
Abstract
We show that in language learning, contrary to received wisdom, keeping exceptional training instances in memory can be beneficial for generalization accuracy. We investigate this phenomenon empirically on a selection of benchmark natural language processing tasks: grapheme-to-phoneme conversion, part-of-speech tagging, prepositional-phrase attachment, and base noun phrase chunking. In a first series of experiments we combine memory-based learning with training set editing techniques, in which instances are edited based on their typicality and class prediction strength. Results show that editing exceptional instances (with low typicality or low class prediction strength) tends to harm generalization accuracy. In a second series of experiments we compare memory-based learning and decision-tree learning methods on the same selection of tasks, and find that decision-tree learning often…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · AI-based Problem Solving and Planning
