SDPA at BEA 2026 Shared Task 2: Efficient LLM Fine-Tuning for Rubric-based Short Answer Scoring
Summary
Zhexiong Liu and Jing Zhang's work, presented at BEA 2026, explores parameter-efficient fine-tuning (PEFT) strategies for Large Language Models (LLMs) in Automated Short-Answer Scoring (ASA). This task involves evaluating open-ended student responses against complex, interrelated scoring rubrics, a significant challenge in educational assessment. While LLMs have shown strong text understanding, their application in ASA has largely relied on prompt-based inference due to scarce annotated data. The researchers investigated PEFT using ASA annotations in German. Their experiments, detailed on pages 1244–1251 of the proceedings, demonstrate that fine-tuned LLMs consistently surpass both prompt-based and ensemble-based language models. This finding suggests that domain-adaptive LLM fine-tuning is a more effective approach for ASA than relying solely on prompting.
Key takeaway
For Machine Learning Engineers developing automated assessment systems, you should prioritize parameter-efficient fine-tuning (PEFT) for LLMs over prompt-based inference. This approach demonstrably yields superior performance in rubric-based short-answer scoring, even with limited annotated data. Consider experimenting with PEFT strategies on your domain-specific datasets, especially for non-English languages, to enhance scoring accuracy and robustness.
Key insights
Domain-adaptive LLM fine-tuning significantly outperforms prompt-based methods for automated short-answer scoring.
Principles
- Fine-tuning LLMs improves performance over prompting for domain-specific tasks.
- Limited annotated data does not preclude effective LLM fine-tuning.
Method
Investigated parameter-efficient fine-tuning (PEFT) strategies for LLMs using German ASA annotations, comparing against prompt-based and ensemble models.
Topics
- Automated Short-Answer Scoring
- Large Language Models
- Parameter-Efficient Fine-Tuning
- Educational Assessment
- Natural Language Processing
- German Language Processing
Best for: NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.