What Makes Words Hard? Sakura at BEA 2026 Shared Task on Vocabulary Difficulty Prediction
This paper presents two models for vocabulary difficulty prediction developed for the BEA 2026 Sakura shared task: a high-accuracy black-box LLM that achieved top results and an explainable model that offers insights into factors like spelling and test construction while outperforming baseline encoders.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are a teacher trying to figure out which English words are the hardest for your students to spell and use correctly. You have a giant list of words, and for each one, you know exactly how many students got it right or wrong in a test. Your goal is to build a computer program that can look at a word and guess its "difficulty score" before you even give it to a student.
This paper is about two different teams (or approaches) that tried to build the best possible "difficulty predictor" for a competition called the BEA 2026 Shared Task. Here is how they did it, explained simply.
The Two Main Approaches
The authors tried two very different strategies, like a master chef using two different recipes.
1. The "Black Box" Chef (The High-Accuracy Model)
This approach is like hiring a super-smart, mysterious chef who can taste a dish and instantly know exactly how salty it is, but you can't ask why they think that.
- How it works: They took a massive, pre-trained AI (a Large Language Model or LLM) and taught it to predict difficulty scores.
- The Secret Sauce: Usually, when you teach an AI to guess a number (like 3.5), you force it to pick a whole number (like 3 or 4) and then punish it for being wrong. The authors found a better way: they taught the AI to think in "probabilities." Instead of saying "It's a 3," the AI learned to say, "It's 60% likely to be a 3 and 40% likely to be a 4." This is called using soft targets.
- The Result: This method was incredibly accurate. It won the "Open Track" of the competition (where you can use any tools you want), beating almost everyone else. It's the "smartest" model, but it's a bit of a mystery because it's hard to see exactly which specific rule it used to make its decision.
2. The "Explainable" Detective (The Transparent Model)
This approach is like hiring a detective who solves the case but writes down every single clue they used. You know exactly why they think a word is hard.
- How it works: Instead of letting the AI guess blindly, the authors gave the model a checklist of specific features:
- Spelling Difficulty: How hard is it to spell?
- Frequency: How often do learners actually write this word?
- Similarity: Does the word look like the student's native language (e.g., Spanish or German)?
- Confusion: Does the word have multiple meanings that might trick the student?
- The Result: This model wasn't quite as accurate as the "Black Box" chef, but it was still very good. More importantly, it told the researchers why it made its guesses. It used a tool called SHAP (which is like a magnifying glass) to show which clues mattered most.
What They Discovered About "Hard Words"
By looking at the "Detective's" notes, the authors found some surprising things about what makes a word difficult in these tests:
- Spelling is King: For speakers of Spanish and German, the biggest hurdle wasn't knowing the meaning of the word; it was spelling it correctly. If a word is long or looks weird, it gets a high difficulty score.
- The "Trick" Factor: Sometimes, the test itself is tricky. The authors found that some test questions were designed in a way that confused even the smartest AI. For example, a test might give a clue that points to a word that almost fits, but not quite. The authors called this "trickiness." It's not that the English word is hard; it's that the puzzle is poorly designed.
- Native Language Matters:
- For Chinese speakers, knowing the word's "CEFR level" (a standard grade for English proficiency) was the biggest clue.
- For German and Spanish speakers, how similar the English word looks to their native word was a huge factor.
The Big Takeaway
The paper shows that to predict how hard a word is, you need two things:
- Raw Power: A massive AI that can learn patterns from millions of examples (the "Black Box").
- Human Insight: Understanding that difficulty isn't just about the word itself; it's also about how the word is spelled and how the test question is written (the "Detective").
The authors made their code available so others can try to build even better "difficulty predictors" in the future. They proved that while a "Black Box" AI is the most accurate, understanding the "Detective's" clues helps us understand why students struggle with certain words.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.