A fine-tuned Llama model generates multiple-choice distractors that keep model rankings nearly unchanged (Spearman 0.99) and matched confidence entropy, while human scores are only reported on a separate set of tasks.
Co-Attention Hierarchical Network: Generating Coherent Long Distractors for Reading Comprehension
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In reading comprehension, generating sentence-level distractors is a significant task, which requires a deep understanding of the article and question. The traditional entity-centered methods can only generate word-level or phrase-level distractors. Although recently proposed neural-based methods like sequence-to-sequence (Seq2Seq) model show great potential in generating creative text, the previous neural methods for distractor generation ignore two important aspects. First, they didn't model the interactions between the article and question, making the generated distractors tend to be too general or not relevant to question context. Second, they didn't emphasize the relationship between the distractor and article, making the generated distractors not semantically relevant to the article and thus fail to form a set of meaningful options. To solve the first problem, we propose a co-attention enhanced hierarchical architecture to better capture the interactions between the article and question, thus guide the decoder to generate more coherent distractors. To alleviate the second problem, we add an additional semantic similarity loss to push the generated distractors more relevant to the article. Experimental results show that our model outperforms several strong baselines on automatic metrics, achieving state-of-the-art performance. Further human evaluation indicates that our generated distractors are more coherent and more educative compared with those distractors generated by baselines.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
D-GEN: Automatic Distractor Generation and Evaluation for Reliable Assessment of Generative Model
A fine-tuned Llama model generates multiple-choice distractors that keep model rankings nearly unchanged (Spearman 0.99) and matched confidence entropy, while human scores are only reported on a separate set of tasks.