paper-with-me

Papers

CodeGENCAT: Generative Computerized Adaptive Testing for Open-ended Coding Problems

2026-02-23 · Wanyong Feng, Alexander Scarlatos, Ruochen Sun, Andrew Lan arxiv

Existing Computerized Adaptive Testing (CAT) frameworks typically select questions based on the predicted likelihood that the student will answer correctly. This design ignores information contained in students' open-ended responses, especially in domains such as programming education, where code structures and bugs contain rich information on student knowledge. In this work, we propose \textbf{Code} \textbf{GEN}erative \textbf{CAT} (\textbf{CodeGENCAT}), a generative CAT framework that selects questions using predicted student code responses. First, we develop a Generative Item Response Theory (GIRT) model that generates code responses conditioned on estimated student knowledge, trained with supervised fine-tuning followed by direct preference optimization for knowledge-response alignment. Second, we introduce three question-selection algorithms that measure uncertainty, coding style diversity, and information from predicted student code responses. Experiments on two real-world programming education datasets show that CodeGENCAT outperforms all CAT baselines, achieving an AUC improvement of up to 4.32\% over the strongest baseline in the early stages of adaptive testing.

📄 PDF Abstract BibTeX arXiv:2602.20020

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Balancing Test Accuracy and Security in Computerized Adaptive Testing

2023-05-18 · Wanyong Feng, Aritra Ghosh, Stephen Sireci, Andrew S. Lan

Computerized adaptive testing (CAT) is a form of personalized testing that accurately measures students' knowledge levels while reducing test length. Bilevel optimization-based CAT (BOBCAT) is a recent framework that lea…

Bilevel OptimizationQuestion Selection

Survey of Computerized Adaptive Testing: A Machine Learning Perspective

2024-03-31 · Qi Liu, Yan Zhuang, Haoyang Bi, Zhenya Huang 외

Computerized Adaptive Testing (CAT) provides an efficient and tailored method for assessing the proficiency of examinees, by dynamically adjusting test questions based on their performance. Widely adopted across diverse …

cognitive diagnosisQuestion SelectionSociologySurvey

BOBCAT: Bilevel Optimization-Based Computerized Adaptive Testing

2021-08-17 · Aritra Ghosh, Andrew Lan

Computerized adaptive testing (CAT) refers to a form of tests that are personalized to every student/test taker. CAT methods adaptively select the next most informative question/item for each student given their response…

Bilevel OptimizationQuestion Selection

An Intelligent Testing Strategy for Vocabulary Assessment of Chinese Second Language Learners

2019-08-01 · WS 2019 8 · Wei Zhou, Renfen Hu, Feipeng Sun, Ronghuai Huang

Vocabulary is one of the most important parts of language competence. Testing of vocabulary knowledge is central to research on reading and language. However, it usually costs a large amount of time and human labor to bu…

Probabilistic Models for Computerized Adaptive Testing

2017-03-26 · Martin Plajner

In this paper we follow our previous research in the area of Computerized Adaptive Testing (CAT). We present three different methods for CAT. One of them, the item response theory, is a well established method, while the…