paper-with-me

Papers

An Automatic Question Usability Evaluation Toolkit

2024-05-30 · Steven Moore, Eamon Costello, Huy A. Nguyen, John Stamper

Evaluating multiple-choice questions (MCQs) involves either labor intensive human assessments or automated methods that prioritize readability, often overlooking deeper question design flaws. To address this issue, we introduce the Scalable Automatic Question Usability Evaluation Toolkit (SAQUET), an open-source tool that leverages the Item-Writing Flaws (IWF) rubric for a comprehensive and automated quality evaluation of MCQs. By harnessing the latest in large language models such as GPT-4, advanced word embeddings, and Transformers designed to analyze textual complexity, SAQUET effectively pinpoints and assesses a wide array of flaws in MCQs. We first demonstrate the discrepancy between commonly used automated evaluation metrics and the human assessment of MCQ quality. Then we evaluate SAQUET on a diverse dataset of MCQs across the five domains of Chemistry, Statistics, Computer Science, Humanities, and Healthcare, showing how it effectively distinguishes between flawed and flawless questions, providing a level of analysis beyond what is achievable with traditional metrics. With an accuracy rate of over 94% in detecting the presence of flaws identified by human evaluators, our findings emphasize the limitations of existing evaluation methods and showcase potential in improving the quality of educational assessments.

📄 PDF Abstract BibTeX arXiv:2405.20529

Code (1)

stevenjamesmoore/aied24 공식 구현

Tasks

Multiple-choiceWord Embeddings

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

NeMo: a toolkit for building AI applications using Neural Modules

2019-09-14 · Oleksii Kuchaiev, Jason Li, Huyen Nguyen, Oleksii Hrinchuk 외

NeMo (Neural Modules) is a Python framework-agnostic toolkit for creating AI applications through re-usability, abstraction, and composition. NeMo is built around neural modules, conceptual blocks of neural networks that…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Nematus: a Toolkit for Neural Machine Translation

2017-03-13 · EACL 2017 4 · Rico Sennrich, Orhan Firat, Kyunghyun Cho, Alexandra Birch 외

We present Nematus, a toolkit for Neural Machine Translation. The toolkit prioritizes high translation accuracy, usability, and extensibility. Nematus has been used to build top-performing submissions to shared translati…

Machine TranslationTranslation

OpenBox: A Python Toolkit for Generalized Black-box Optimization

2023-04-26 · Huaijun Jiang, Yu Shen, Yang Li, Beicheng Xu 외

Black-box optimization (BBO) has a broad range of applications, including automatic machine learning, experimental design, and database knob tuning. However, users still face challenges when applying BBO methods to their…

Experimental Design

AI Toolkit: Libraries and Essays for Exploring the Technology and Ethics of AI

2025-01-17 · Levin Ho, Morgan McErlean, Zehua You, Douglas Blank 외

In this paper we describe the development and evaluation of AITK, the Artificial Intelligence Toolkit. This open-source project contains both Python libraries and computational essays (Jupyter notebooks) that together ar…

EthicsNavigate

PCToolkit: A Unified Plug-and-Play Prompt Compression Toolkit of Large Language Models

2024-03-26 · Jinyi Li, Yihuai Lan, Lei Wang, Hao Wang

Prompt compression is an innovative method for efficiently condensing input prompts while preserving essential information. To facilitate quick-start services, user-friendly interfaces, and compatibility with common data…

Code CompletionFew-Shot LearningMathematical Problem-SolvingMultiple-choice+1