paper-with-me

홈 › Papers

Does Multiple Choice Have a Future in the Age of Generative AI? A Posttest-only RCT

2024-12-13 · Danielle R. Thomas, Conrad Borchers, Sanjit Kakarla, Jionghao Lin, Shambhavi Bhushan, Boyuan Guo, Erin Gatz, Kenneth R. Koedinger

The role of multiple-choice questions (MCQs) as effective learning tools has been debated in past research. While MCQs are widely used due to their ease in grading, open response questions are increasingly used for instruction, given advances in large language models (LLMs) for automated grading. This study evaluates MCQs effectiveness relative to open-response questions, both individually and in combination, on learning. These activities are embedded within six tutor lessons on advocacy. Using a posttest-only randomized control design, we compare the performance of 234 tutors (790 lesson completions) across three conditions: MCQ only, open response only, and a combination of both. We find no significant learning differences across conditions at posttest, but tutors in the MCQ condition took significantly less time to complete instruction. These findings suggest that MCQs are as effective, and more efficient, than open response tasks for learning when practice time is limited. To further enhance efficiency, we autograded open responses using GPT-4o and GPT-4-turbo. GPT models demonstrate proficiency for purposes of low-stakes assessment, though further research is needed for broader use. This study contributes a dataset of lesson log data, human annotation rubrics, and LLM prompts to promote transparency and reproducibility.

📄 PDF Abstract BibTeX arXiv:2412.10267

Code (1)

cmu-plus/lak2025-advocacy 공식 구현

Tasks

Multiple-choice

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…

Similar Papers 제목 키워드 기반

SEED-Bench: Benchmarking Multimodal LLMs with Generative Comprehension

2023-07-30 · Bohao Li, Rui Wang, Guangzhi Wang, Yuying Ge 외

Based on powerful Large Language Models (LLMs), recent generative Multimodal Large Language Models (MLLMs) have gained prominence as a pivotal research area, exhibiting remarkable capability for both comprehension and ge…

BenchmarkingMultiple-choice

PrognoseNet: A Generative Probabilistic Framework for Multimodal Position Prediction given Context Information

2020-10-02 · Thomas Kurbiel, Akash Sachdeva, Kun Zhao, Markus Buehren

The ability to predict multiple possible future positions of the ego-vehicle given the surrounding context while also estimating their probabilities is key to safe autonomous driving. Most of the current state-of-the-art…

Autonomous DrivingClusteringPositionregression

Exploring Student Choice and the Use of Multimodal Generative AI in Programming Learning

2025-10-06 · Xinying Hou, Ruiwei Xiao, Runlong Ye, Michael Liut 외 arxiv

The broad adoption of Generative AI (GenAI) is impacting Computer Science education, and recent studies found its benefits and potential concerns when students use it for programming learning. However, most existing expl…

Answer Matching Outperforms Multiple Choice for Language Model Evaluation

2025-07-03 · Nikhil Chandak, Shashwat Goel, Ameya Prabhu, Moritz Hardt 외 arxiv

Multiple choice benchmarks have long been the workhorse of language model evaluation because grading multiple choice is objective and easy to automate. However, we show multiple choice questions from popular benchmarks c…

A Comparative Study of Open-Source Large Language Models, GPT-4 and Claude 2: Multiple-Choice Test Taking in Nephrology

2023-08-09 · Sean Wu, Michael Koo, Lesley Blum, Andy Black 외

In recent years, there have been significant breakthroughs in the field of natural language processing, particularly with the development of large language models (LLMs). These LLMs have showcased remarkable capabilities…

Multiple-choice