Analogical Structure, Minimal Contextual Cues and Contrastive Distractors: Input Design for Sample-Efficient Linguistic Rule Induction
Chunyang Jiang, Paola Merlo
TL;DR
The work investigates whether cognitive-inspired input design can enable sample-efficient linguistic rule induction without large-scale modeling. By organizing data into analogical paradigms with minimal contextual cues and systematically designed distractors, lightweight BERT+CNN models (approximately $0.5$M parameters) achieve high accuracy ($F1=0.95$) using only $100$ examples, outperforming zero-shot large language models like GPT-o3 ($F1=0.87$). Ablation and generalization analyses show that analogical structure and contrastive distractors drive these gains, with robust cross-phenomenon performance on bake-class verbs and cross-type generalization. The findings suggest that cognitive-inspired data structuring is a distinct optimization dimension that can complement architectural scaling, potentially enabling practical, data-efficient linguistic rule learning across domains with future cross-linguistic validation.
Abstract
Large language models achieve strong performance through training on vast datasets. Can analogical paradigm organization enable lightweight models to match this performance with minimal data? We develop a computational approach implementing three cognitive-inspired principles: analogical structure, contrastive learning, and minimal contextual cues. We test this approach with structured completion tasks where models identify correct sentence completions from analogical patterns with contrastive alternatives. Training lightweight models (BERT+CNN, $0.5M$ parameters) on only one hundred structured examples of English causative/inchoative alternations achieves $F1=0.95$, outperforming zero-shot \texttt{GPT-o3} ($F1=0.87$). Ablation studies confirm that analogical organization and contrastive structure improve performance, consistently surpassing randomly shuffled baselines across architectures. Cross-phenomenon validation using unspecified object alternations replicates these efficiency gains, confirming approach robustness. Our results show that analogical paradigm organization enables competitive linguistic rule learning with orders of magnitude less data than conventional approaches require.
