An Explainable AI Assistant for Introductory Programming Education: Improving Feedback Reliability with Instructor-AI Collaboration

26d ago · Global · primary source: export.arxiv.org

A research team has developed an AI classroom assistant that delivers instructor-authored feedback on student programming assignments, aiming to address the shortage of timely, personalized support in introductory courses. The system, described in a paper submitted to arXiv on 12 May 2026, uses an explainable AI model to analyze student code and map logical errors to misconceptions that instructors have previously identified [1][2]. It then surfaces feedback written by the instructor, a design choice the authors argue grounds the tool's reliability in established pedagogical knowledge rather than in a language model's unaided generation [2]. Active learning is widely recognized as effective for introductory programming, but limited instructional staffing often means students wait days for feedback on foundational concepts [2]. Recent advances in large language models have created scalable opportunities for automated feedback, yet concerns about explainability and reliability have slowed classroom adoption [2]. Large language models are machine learning systems with many parameters, trained on vast text corpora for tasks such as language generation [8]. The new assistant attempts to sidestep those concerns by keeping the instructor in the loop: the AI diagnoses the error, but the response text is instructor-authored [2]. The researchers conducted an expert evaluation to measure alignment with instructor-verified feedback and deployed the system in a classroom to gauge student perceptions of usability [2]. Results indicate the assistant can provide accurate, instructor-verified feedback while fostering a positive experience, according to the paper [2]. No timeline for wider release was included in the preprint. The paper appears on arXiv, a repository that has integrated with the Hugging Face Hub to link machine learning papers with interactive demos, models, and datasets [4][5]. Since November 2022, arXiv abstract pages have included a Demos tab that surfaces community-built Spaces, allowing readers to try models without writing code [5]. Authors can link a Space to a paper by including the arXiv URL in a repository's README file or by associating a model on the Hub with the paper [6]. The Hub extracts the arXiv ID and adds it to the repository's tags, enabling filtering across other models and datasets that cite the same work [4]. The assistant's release comes amid broader industry attention to the cost and accessibility of AI systems. Chinese firm DeepSeek, founded in July 2023, reported training its V3 model for US$6 million, a figure far below the estimated US$100 million cost of OpenAI's GPT-4 [7]. DeepSeek's models are released under open-source licenses such as the MIT License, though training data is not openly licensed [7]. Alibaba Cloud's Qwen family of large language models is distributed under Apache 2.0 and other licenses [9].

research-papersafety-researchtool-release

Background sources we checked (8)
  • arxiv.org ↗ Active learning is widely recognized as an effective approach for improving learning outcomes in introductory programming courses. However, insufficient instructional support often limits students' access to timely, personalized feedback, which is crucial for mastering foundation…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ Hugging Face Machine Learning Demos on arXiv Back to Articles [...] # Hugging Face Machine Learning Demos on arXiv Published November 17, 2022 Update on GitHub Upvote 1 - - - - - Abubakar Abid abidlabs Follow …
  • huggingface.co ↗ # How to Add a Space to ArXiv [...] Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! [...] Thanks t…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…

Sources

Spot something wrong? Report an issue