Generating Plausible Distractors for Multiple-Choice Questions via Student Choice Prediction
Yooseop Lee, Suin Kim, Yohan Jo

TL;DR
This paper introduces a novel pipeline combining a pairwise ranker and Direct Preference Optimization to generate more plausible and effective distractors for multiple-choice questions, improving assessment quality.
Contribution
It presents a new method for generating distractors that better match student misconceptions, enhancing the difficulty and discriminative power of MCQs.
Findings
The pairwise ranker accurately identifies student misconceptions.
The distractor generator produces more plausible distractors than baselines.
Generated questions have higher item discrimination index (DI).
Abstract
In designing multiple-choice questions (MCQs) in education, creating plausible distractors is crucial for identifying students' misconceptions and gaps in knowledge and accurately assessing their understanding. However, prior studies on distractor generation have not paid sufficient attention to enhancing the difficulty of distractors, resulting in reduced effectiveness of MCQs. This study presents a pipeline for training a model to generate distractors that are more likely to be selected by students. First, we train a pairwise ranker to reason about students' misconceptions and assess the relative plausibility of two distractors. Using this model, we create a dataset of pairwise distractor ranks and then train a distractor generator via Direct Preference Optimization (DPO) to generate more plausible distractors. Experiments on computer science subjects (Python, DB, MLDL) demonstrate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Text Analysis Techniques · Educational Technology and Assessment · Intelligent Tutoring Systems and Adaptive Learning
MethodsSoftmax · Attention Is All You Need
