paper-with-me

Papers

Exploring How Multiple Levels of GPT-Generated Programming Hints Support or Disappoint Novices

2024-04-02 · Ruiwei Xiao, Xinying Hou, John Stamper

Recent studies have integrated large language models (LLMs) into diverse educational contexts, including providing adaptive programming hints, a type of feedback focuses on helping students move forward during problem-solving. However, most existing LLM-based hint systems are limited to one single hint type. To investigate whether and how different levels of hints can support students' problem-solving and learning, we conducted a think-aloud study with 12 novices using the LLM Hint Factory, a system providing four levels of hints from general natural language guidance to concrete code assistance, varying in format and granularity. We discovered that high-level natural language hints alone can be helpless or even misleading, especially when addressing next-step or syntax-related help requests. Adding lower-level hints, like code examples with in-line comments, can better support students. The findings open up future work on customizing help responses from content, format, and granularity levels to accurately identify and meet students' learning needs.

📄 PDF Abstract BibTeX arXiv:2404.02213

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

HINT An unsupervised approach for identifying Hierarchical Information Threads by analysing the network of related articles in a collection. In particular, HINT leverages article…

Similar Papers 제목 키워드 기반

Large Language Models (GPT) for automating feedback on programming assignments

2023-06-30 · Maciej Pankiewicz, Ryan S. Baker

Addressing the challenge of generating personalized feedback for programming assignments is demanding due to several factors, like the complexity of code syntax or different ways to correctly solve a task. In this experi…

Next-Step Hint Generation for Introductory Programming Using Large Language Models

2023-12-03 · Lianne Roest, Hieke Keuning, Johan Jeuring

Large Language Models possess skills such as answering questions, writing essays or solving programming exercises. Since these models are easily accessible, researchers have investigated their capabilities and risks for …

Hint Generation

A Knowledge-Component-Based Methodology for Evaluating AI Assistants

2024-06-09 · Laryn Qi, J. D. Zamfirescu-Pereira, Taehan Kim, Björn Hartmann 외

We evaluate an automatic hint generator for CS1 programming assignments powered by GPT-4, a large language model. This system provides natural language guidance about how students can improve their incorrect solutions to…

Language ModelingLanguage ModellingLarge Language Model

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

2024-06-07 · Nachiket Kotalwar, Alkis Gotovos, Adish Singla

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 …

Benchmarking

One Step at a Time: Combining LLMs and Static Analysis to Generate Next-Step Hints for Programming Tasks

2024-10-11 · Anastasiia Birillo, Elizaveta Artser, Anna Potriasaeva, Ilya Vlasov 외

Students often struggle with solving programming problems when learning to code, especially when they have to do it online, with one of the most common disadvantages of working online being the lack of personalized help.…

Hint Generation