EMNLP 2024finding0 citations

DisGeM: Distractor Generation for Multiple Choice Questions with Span Masking

Devrim Çavuşoğlu, Seçil Şen, Ulaş Sert

Abstract

Recent advancements in Natural Language Processing (NLP) have impacted numerous sub-fields such as natural language generation, natural language inference, question answering, and more. However, in the field of question generation, the creation of distractors for multiple-choice questions (MCQ) remains a challenging task. In this work, we present a simple, generic framework for distractor generation using readily available Pre-trained Language Models (PLMs). Unlike previous methods, our framework relies solely on pre-trained language models and does not require additional training on specific datasets. Building upon previous research, we introduce a two-stage framework consisting of candidate generation and candidate selection. Our proposed distractor generation framework outperforms previous methods without the need for training or fine-tuning. Human evaluations confirm that our approach produces more effective and engaging distractors. The related codebase is publicly available at https://github.com/obss/disgem.

BibTeX
@inproceedings{cavusoglu-etal-2024-disgem,
    title = "{D}is{G}e{M}: Distractor Generation for Multiple Choice Questions with Span Masking",
    author = "{\c{C}}avu{\c{s}}o{\u{g}}lu, Devrim  and
      {\c{S}}en, Se{\c{c}}il  and
      Sert, Ula{\c{s}}",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.568/",
    doi = "10.18653/v1/2024.findings-emnlp.568",
    pages = "9714--9732"
}