ASLAN at BEA 2026 Shared Task 2: Voting Across Scoring Paradigms
Summary
The ASLAN system contributed to the BEA 2026 Shared Task on rubric-based short answer scoring for German, investigating three distinct modeling paradigms. Researchers explored similarity-based scoring, instance-based classification, and rubric-prompted large language models (LLMs). For the "unseen answers" track, where test answers correspond to prompts observed during training, the study compared question-specific and generic scoring models, alongside various ensemble approaches. In contrast, the "unseen questions" track, requiring generalization to novel prompts, primarily utilized zero-shot LLM-based scoring guided by rubrics. Experiments revealed that similarity-based models achieved superior performance compared to instance-based and LLM-based models within the "unseen answers" context. Furthermore, the findings indicated that employing ensemble methods significantly enhanced robustness across individual models.
Key takeaway
For NLP Engineers developing automated short answer scoring systems for German, particularly with rubric-based evaluations, you should prioritize similarity-based models when dealing with previously observed question prompts. To enhance the overall reliability and stability of your scoring, integrate ensemble methods across your chosen models. When facing entirely new question types, consider leveraging zero-shot, rubric-prompted LLMs for their generalization capabilities, but be aware of their performance relative to similarity models on known data.
Key insights
Ensemble methods and similarity-based models enhance robustness and performance for rubric-based short answer scoring in German.
Principles
- Similarity-based models excel for known prompts.
- Ensembles boost model robustness.
- Zero-shot LLMs can generalize to new questions.
Method
The ASLAN system compared similarity-based, instance-based, and rubric-prompted LLM scoring paradigms. It evaluated question-specific vs. generic models and ensembles for unseen answers, and zero-shot LLMs for unseen questions.
In practice
- Prioritize similarity models for known question types.
- Implement ensemble techniques for stable scoring.
- Use rubric-prompted LLMs for novel question generalization.
Topics
- Automated Scoring
- Short Answer Grading
- Natural Language Processing
- Large Language Models
- Ensemble Methods
- German Language Processing
- Similarity-based Models
Best for: AI Scientist, NLP Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.