paper-with-me

Papers

Multimodal Programming in Computer Science with Interactive Assistance Powered by Large Language Model

2025-03-09 · Rajan Das Gupta, Md. Tanzib Hosain, M. F. Mridha, Salah Uddin Ahmed

LLM chatbot interfaces allow students to get instant, interactive assistance with homework, but doing so carelessly may not advance educational objectives. In this study, an interactive homework help system based on DeepSeek R1 is developed and first implemented for students enrolled in a large computer science beginning programming course. In addition to an assist button in a well-known code editor, our assistant also has a feedback option in our command-line automatic evaluator. It wraps student work in a personalized prompt that advances our educational objectives without offering answers straight away. We have discovered that our assistant can recognize students' conceptual difficulties and provide ideas, plans, and template code in pedagogically appropriate ways. However, among other mistakes, it occasionally incorrectly labels the correct student code as incorrect or encourages students to use correct-but-lesson-inappropriate approaches, which can lead to long and frustrating journeys for the students. After discussing many development and deployment issues, we provide our conclusions and future actions.

📄 PDF Abstract BibTeX arXiv:2503.06552

Code (0)

등록된 구현이 없습니다.

Tasks

ChatbotLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Iris: An AI-Driven Virtual Tutor For Computer Science Education

2024-05-09 · Patrick Bassner, Eduard Frankford, Stephan Krusche

Integrating AI-driven tools in higher education is an emerging area with transformative potential. This paper introduces Iris, a chat-based virtual tutor integrated into the interactive learning platform Artemis that off…

Few-Shot Learning

Interactive configurator with FO(.) and IDP-Z3

2022-02-01 · Pierre Carbonnelle, Simon Vandevelde, Joost Vennekens, Marc Denecker

Industry abounds with interactive configuration problems, i.e., constraint solving problems interactively solved by persons with the assistance of a computer. The computer program, called a configurator, needs to perform…

MateInfoUB: A Real-World Benchmark for Testing LLMs in Competitive, Multilingual, and Multimodal Educational Tasks

2025-07-03 · Dumitran Adrian Marius, Theodor-Pierre Moroianu, Buca Mihnea-Vicentiu

The rapid advancement of Large Language Models (LLMs) has transformed various domains, particularly computer science (CS) education. These models exhibit remarkable capabilities in code-related tasks and problem-solving,…

FairnessMultiple-choice

On the Strengths and Weaknesses of Data for Open-set Embodied Assistance

2026-03-05 · Pradyumna Tambwekar, Andrew Silva, Deepak Gopinath, Jonathan DeCastro 외 arxiv

Embodied foundation models are increasingly performant in real-world domains such as robotics or autonomous driving. These models are often deployed in interactive or assistive settings, where it is important that these …

Autonomous Driving

Exploring Student Choice and the Use of Multimodal Generative AI in Programming Learning

2025-10-06 · Xinying Hou, Ruiwei Xiao, Runlong Ye, Michael Liut 외 arxiv

The broad adoption of Generative AI (GenAI) is impacting Computer Science education, and recent studies found its benefits and potential concerns when students use it for programming learning. However, most existing expl…