Nohejl, Wu, Ide, Riera Machin, Chang & Yanaka (2026) โ BEA 2026.
๐ Full text (arXiv) ๐ Code
Overview
This paper presents two complementary approaches to predicting vocabulary difficulty for language learners, achieving state-of-the-art results in the BEA 2026 Shared Task. The work advances both the accuracy and explainability of NLP systems for educational applications.
Key Findings
Dual-model architecture: 1. Black-box LLM fine-tuned with a soft-target loss function โ Pearson r > 0.91, achieving the top shared task result in the open track 2. Explainable model โ r > 0.77, outperforming fine-tuned encoder baselines while providing interpretable feature-level insights
What makes words hard? Beyond genuine production difficulty (word frequency, length, concreteness), the analysis reveals that:
- Spelling difficulty significantly impacts vocabulary item difficulty
- Test item construction (how items are presented) affects measured difficulty independent of the words themselves
- These factors are particularly pronounced in the British Council's Knowledge-based Vocabulary Lists (KVL)
Educational Applications
Vocabulary difficulty prediction directly supports adaptive language learning systems, enabling:
- Personalized vocabulary sequencing based on predicted difficulty
- Diagnostic assessment of learner vocabulary gaps
- Generation of appropriately leveled reading materials
This connects to llm-children-reading-story-generation, which uses LLMs for generating leveled educational content. The explainable model's insights about item construction also inform the design of formative-assessment instruments.
Technical Innovation
The soft-target loss function for LLM fine-tuning on rating (regression) tasks is notable. Traditional fine-tuning uses hard classification targets; adapting LLMs to predict continuous difficulty scores required a custom loss. This technique may generalize to other educational NLP tasks requiring nuanced ordinal or continuous predictions, relevant to self-referential-l2-writing-llm-assessment and cyberscholar-genai-writing-feedback.
Benchmark Context
BEA (Building Educational Applications) is the premier venue for NLP-for-education research. This shared task establishes a new benchmark for vocabulary difficulty prediction with open-source code, encouraging reproducible research in a domain where educational impact depends on reliable, interpretable models.
Related Pages
- llm-children-reading-story-generation โ LLM-generated educational reading content
- writing-education โ Core page on writing education and assessment
- cyberscholar-genai-writing-feedback โ GenAI feedback for English writing (K-12)
- self-referential-l2-writing-llm-assessment โ LLM assessment of L2 writing
- benchmark โ Benchmarking in AI-for-education research
- ai-tutor-behavioral-evaluation โ Behavioral evaluation of AI tutoring systems
Citation
APA: Nohejl, A., Wu, X., Ide, Y., Riera Machin, M. A., Chang, Y.-N., & Yanaka, H. (2026). What Makes Words Hard? Sakura at BEA 2026 Shared Task on Vocabulary Difficulty Prediction. arXiv:2605.14257. BEA 2026.