UOL@IDEM at BEA 2026 Shared Task 1: Neural Fusion and Feature-Rich Modeling for L1-Aware Vocabulary Difficulty Prediction

· Source: Paper Index on ACL Anthology · Field: Education & Learning — Educational Technology (EdTech), Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

UOL@IDEM submitted a system to the BEA 2026 shared task on L1-aware vocabulary difficulty prediction, modeling the challenge as a regression task. Their approach trains distinct systems for Spanish, German, and Mandarin Chinese, integrating multilingual contextual representations with a rich set of engineered features. These features include word frequency, surface form, retrieval evidence, semantic alignment, cognate similarity, and masked-language-model predictability. The system demonstrated consistent improvements over official closed-track baselines, with sentence-embedding encoders like BGE-M3, multilingual E5, and LaBSE proving most effective. Official submissions achieved RMSE scores of 1.132 for Spanish, 1.037 for German, and 0.891 for Chinese. Feature analysis highlighted frequency as the most stable predictor, complemented by L1-sensitive signals from contextual predictability, form similarity, retrieval, and semantic features. Error analysis indicated strong ranking performance but weaker calibration for the easiest vocabulary items.

Key takeaway

For NLP engineers developing educational applications, you should consider a hybrid approach for L1-aware vocabulary difficulty prediction. Integrate robust sentence-embedding encoders like BGE-M3 or multilingual E5 with traditional features such as word frequency and L1-specific signals. This strategy can yield more accurate difficulty assessments, though you may need to calibrate predictions for very easy items to avoid overprediction.

Key insights

Combining neural contextual embeddings with engineered features improves L1-aware vocabulary difficulty prediction.

Principles

Method

The method involves training separate regression systems for each L1, fusing multilingual contextual representations (e.g., BGE-M3, E5, LaBSE) with engineered features like frequency, semantic alignment, and masked-language-model predictability.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.