Conceptual
Login

Fine-Tuning Compact Language Models for Multiple-Choice Question Answering

How a small language model such as Phi-3 can be adapted to answer multiple-choice questions reliably by combining supervised fine-tuning on a standardized MCQ dataset with careful prompt design. Students learn why naive completion prompts induce positional bias (the model always picking the last option), how structured Alpaca-style prompts and option standardization fix it, and how perplexity, accuracy, and F1 quantify the improvement in resource-constrained settings.