UGA Threshold at BEA 2026 Shared Task 1: Predicting Vocabulary Acquisition Difficulty with Hand-Crafted SLA-Based Features
Summary
The UGA Threshold system, submitted to the BEA 2026 Shared Task 1, predicts English vocabulary acquisition difficulty for learners. This feature-based system integrates linguistically motivated features, including frequency, cross-linguistic similarity, phonological and orthographic complexity, and semantic properties. It also incorporates multilingual embeddings, reduced using PCA. Multiple regression models, evaluated via cross-validation, generated final predictions from ensemble and single-model configurations per language. The system achieved competitive performance across German, Spanish, and Chinese L1 groups, surpassing the XLM-RoBERTa baseline in seven of nine RMSE runs. Strongest improvements were noted for Chinese learners, with modest gains for Spanish. An ablation study confirmed that frequency and cross-linguistic similarity are the most substantial contributors to predictive performance, with their effects varying across different L1s.
Key takeaway
For NLP Engineers or AI Scientists developing language learning tools, you should prioritize integrating interpretable, linguistically motivated features like word frequency and cross-linguistic similarity. This approach can yield superior performance in predicting vocabulary acquisition difficulty, especially when tailored to specific L1 learner groups. Consider how L1-specific feature weighting could further refine your models and improve learner outcomes.
Key insights
Linguistically motivated features effectively predict vocabulary difficulty, outperforming baseline models.
Principles
- Interpretable linguistic features enhance vocabulary difficulty prediction.
- Feature importance varies significantly across different L1 groups.
- Cross-linguistic similarity is a key predictor of acquisition difficulty.
Method
The method combines hand-crafted linguistic features (frequency, cross-linguistic similarity, phonological/orthographic complexity, semantic properties) with PCA-reduced multilingual embeddings, training multiple regression models for prediction.
In practice
- Prioritize frequency and cross-linguistic similarity features.
- Tailor feature sets to specific L1 learner populations.
- Consider ensemble models for robust difficulty predictions.
Topics
- Vocabulary Acquisition
- Second Language Acquisition
- Linguistic Features
- Machine Learning Models
- BEA Shared Task
- English Language Learning
Best for: AI Scientist, Research Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.