LGAIJun 7, 2024

Hints-In-Browser: Benchmarking Language Models for Programming Feedback Generation

arXiv:2406.05053v215 citations
Originality Synthesis-oriented
AI Analysis

This addresses the need for efficient and private AI feedback in programming education, though it is incremental by applying existing methods to a new deployment context.

The paper benchmarks language models for generating programming feedback across criteria like quality, cost, time, and data privacy, showing that fine-tuned models like Llama3-8B and Phi3-3.8B achieve competitive performance on Python datasets.

Generative AI and large language models hold great promise in enhancing programming education by generating individualized feedback and hints for learners. Recent works have primarily focused on improving the quality of generated feedback to achieve human tutors' quality. While quality is an important performance criterion, it is not the only criterion to optimize for real-world educational deployments. In this paper, we benchmark language models for programming feedback generation across several performance criteria, including quality, cost, time, and data privacy. The key idea is to leverage recent advances in the new paradigm of in-browser inference that allow running these models directly in the browser, thereby providing direct benefits across cost and data privacy. To boost the feedback quality of small models compatible with in-browser inference engines, we develop a fine-tuning pipeline based on GPT-4 generated synthetic data. We showcase the efficacy of fine-tuned Llama3-8B and Phi3-3.8B 4-bit quantized models using WebLLM's in-browser inference engine on three different Python programming datasets. We will release the full implementation along with a web app and datasets to facilitate further research on in-browser language models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes