paper-with-me

홈 › Papers

Zero Shot Learning for Code Education: Rubric Sampling with Deep Learning Inference

2018-09-05 · Mike Wu, Milan Mosse, Noah Goodman, Chris Piech

In modern computer science education, massive open online courses (MOOCs) log thousands of hours of data about how students solve coding challenges. Being so rich in data, these platforms have garnered the interest of the machine learning community, with many new algorithms attempting to autonomously provide feedback to help future students learn. But what about those first hundred thousand students? In most educational contexts (i.e. classrooms), assignments do not have enough historical data for supervised learning. In this paper, we introduce a human-in-the-loop "rubric sampling" approach to tackle the "zero shot" feedback challenge. We are able to provide autonomous feedback for the first students working on an introductory programming assignment with accuracy that substantially outperforms data-hungry algorithms and approaches human level fidelity. Rubric sampling requires minimal teacher effort, can associate feedback with specific parts of a student's solution and can articulate a student's misconceptions in the language of the instructor. Deep learning inference enables rubric sampling to further improve as more assignment specific student data is acquired. We demonstrate our results on a novel dataset from Code.org, the world's largest programming education platform.

📄 PDF Abstract BibTeX arXiv:1809.01357

Code (1)

mhw32/rubric-sampling-public 공식 구현 pytorch

Tasks

MisconceptionsZero-Shot Learning

Similar Papers 제목 키워드 기반

Is GPT-4 Alone Sufficient for Automated Essay Scoring?: A Comparative Judgment Approach Based on Rater Cognition

2024-07-08 · Seungju Kim, Meounggun Jo

Large Language Models (LLMs) have shown promise in Automated Essay Scoring (AES), but their zero-shot and few-shot performance often falls short compared to state-of-the-art models and human raters. However, fine-tuning …

Automated Essay Scoring

Large Language Models As MOOCs Graders

2024-02-06 · Shahriar Golchin, Nikhil Garuda, Christopher Impey, Matthew Wenger

Massive open online courses (MOOCs) unlock the doors to free education for anyone around the globe with access to a computer and the internet. Despite this democratization of learning, the massive enrollment in these cou…

AstronomyPhilosophy

Applying Large Language Models and Chain-of-Thought for Automatic Scoring

2023-11-30 · Gyeong-Geon Lee, Ehsan Latif, Xuansheng Wu, Ninghao Liu 외

This study investigates the application of large language models (LLMs), specifically GPT-3.5 and GPT-4, with Chain-of-Though (CoT) in the automatic scoring of student-written responses to science assessments. We focused…

Few-Shot LearningPrompt EngineeringZero-Shot Learning

Structured Prompting for Arabic Essay Proficiency: A Trait-Centric Evaluation Approach

2026-03-20 · Salim Al Mandhari, Hieu Pham Dinh, Mo El-Haj, Paul Rayson arxiv

This paper presents a novel prompt engineering framework for trait specific Automatic Essay Scoring (AES) in Arabic, leveraging large language models (LLMs) under zero-shot and few-shot configurations. Addressing the sca…

Prompt Engineering

Zero-Shot Vision-Language Models for Classroom Engagement Recognition: A Benchmark Study of Prompt Sensitivity and Cross-Dataset Generalization

2026-06-20 · Aman Goyal, Kshama Nitin Shah, Kemmannu Vineet Venkatesh Rao arxiv

Automated classroom engagement recognition holds substantial promise for scalable learning analytics, yet the suitability of modern Vision-Language Models (VLMs) for this task under zero-shot conditions remains largely u…