What Makes Words Hard? Sakura at BEA 2026 Shared Task on Vocabulary Difficulty Prediction

Created: 2026-05-20 | Tags: language-learningllmgenerative-aibenchmarkscaffoldingformative-assessment

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:

Educational Applications

Vocabulary difficulty prediction directly supports adaptive language learning systems, enabling:

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

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.