English

Constructing Cloze Questions Generatively

Computation and Language 2024-10-08 v1 Artificial Intelligence

Abstract

We present a generative method called CQG for constructing cloze questions from a given article using neural networks and WordNet, with an emphasis on generating multigram distractors. Built on sense disambiguation, text-to-text transformation, WordNet's synset taxonomies and lexical labels, CQG selects an answer key for a given sentence, segments it into a sequence of instances, generates instance-level distractor candidates (IDCs) using a transformer and sibling synsets.It then removes inappropriate IDCs, ranks the remaining IDCs based on contextual embedding similarities, as well as synset and lexical relatedness, forms distractor candidates by combinatorially replacing instances with the corresponding top-ranked IDCs, and checks if they are legitimate phrases. Finally, it selects top-ranked distractor candidates based on contextual semantic similarities to the answer key. Experiments show that this method significantly outperforms SOTA results. Human judges also confirm the high qualities of the generated distractors.

Keywords

Cite

@article{arxiv.2410.04266,
  title  = {Constructing Cloze Questions Generatively},
  author = {Yicheng Sun and Jie Wang},
  journal= {arXiv preprint arXiv:2410.04266},
  year   = {2024}
}

Comments

8 pages, 5 figures,5 tables, 2023 International Joint Conference on Neural Networks (IJCNN)

R2 v1 2026-06-28T19:09:55.503Z