SurreyCTS at BEA 2026 Shared Task 1: Semantic Funnelling and Entropy-based Multilingual Lexical Difficulty Prediction
Summary
The SurreyCTS system, developed for the BEA 2026 shared task on lexical difficulty prediction, integrates multilingual transformer encoders such as RemBERT and COMET. This approach also incorporates several engineered linguistic features, including semantic funnelling, lexical similarity metrics, attention-derived signals, and language-aware representations. The system achieved fifth place among open-track teams in the competition, demonstrating a robust methodology for assessing word difficulty. Notably, its weighted ensemble of the five strongest components surpassed the open-track baseline performance across all three target learner L1 groups: Spanish, German, and Chinese, highlighting its effectiveness in predicting lexical difficulty for diverse language backgrounds and its competitive standing in the task.
Key takeaway
For NLP Engineers developing multilingual language learning tools or content localization systems, consider integrating a hybrid approach combining transformer encoders like RemBERT or COMET with engineered linguistic features. Your systems can achieve competitive performance in lexical difficulty prediction, especially for diverse L1 learner groups. Employing weighted ensembles of your best models can further enhance robustness and accuracy, improving the user experience for language learners.
Key insights
SurreyCTS combines multilingual transformers with engineered linguistic features to effectively predict lexical difficulty across diverse L1 groups.
Principles
- Multilingual transformers enhance lexical difficulty prediction.
- Engineered linguistic features improve model performance.
- Ensemble weighting boosts system robustness.
Method
SurreyCTS combines RemBERT and COMET multilingual transformer encoders with engineered features like semantic funnelling, lexical similarity, and attention-derived signals. A weighted ensemble of the top five systems is then used for final prediction.
In practice
- Integrate RemBERT or COMET for multilingual NLP.
- Develop custom linguistic features for specific tasks.
- Apply weighted ensembles for robust model deployment.
Topics
- Lexical Difficulty Prediction
- Multilingual Transformers
- RemBERT
- COMET
- Linguistic Feature Engineering
- Ensemble Methods
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.