Fine-tuning GPT-4o-mini on about 150 examples raised short-answer grading F1 from 0.68 to 0.73; QLoRA fine-tuning of Llama 3.1 8B only reached 0.65 after adding synthetic data.
Short Answer Grading Using One-shot Prompting and Text Similarity Scoring Model
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In this study, we developed an automated short answer grading (ASAG) model that provided both analytic scores and final holistic scores. Short answer items typically consist of multiple sub-questions, and providing an analytic score and the text span relevant to each sub-question can increase the interpretability of the automated scores. Furthermore, they can be used to generate actionable feedback for students. Despite these advantages, most studies have focused on predicting only holistic scores due to the difficulty in constructing dataset with manual annotations. To address this difficulty, we used large language model (LLM)-based one-shot prompting and a text similarity scoring model with domain adaptation using small manually annotated dataset. The accuracy and quadratic weighted kappa of our model were 0.67 and 0.71 on a subset of the publicly available ASAG dataset. The model achieved a substantial improvement over the majority baseline.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Fine-tuning for Better Few Shot Prompting: An Empirical Comparison for Short Answer Grading
Fine-tuning GPT-4o-mini on about 150 examples raised short-answer grading F1 from 0.68 to 0.73; QLoRA fine-tuning of Llama 3.1 8B only reached 0.65 after adding synthetic data.