paper-with-me

Papers

Clustering Introductory Computer Science Exercises Using Topic Modeling Methods

2021-04-21 · Laura O. Moraes, Carlos Eduardo Pedreira

Manually determining concepts present in a group of questions is a challenging and time-consuming process. However, the process is an essential step while modeling a virtual learning environment since a mapping between concepts and questions using mastery level assessment and recommendation engines are required. We investigated unsupervised semantic models (known as topic modeling techniques) to assist computer science teachers in this task and propose a method to transform Computer Science 1 teacher-provided code solutions into representative text documents, including the code structure information. By applying non-negative matrix factorization and latent Dirichlet allocation techniques, we extract the underlying relationship between questions and validate the results using an external dataset. We consider the interpretability of the learned concepts using 14 university professors' data, and the results confirm six semantically coherent clusters using the current dataset. Moreover, the six topics comprise the main concepts present in the test dataset, achieving 0.75 in the normalized pointwise mutual information metric. The metric correlates with human ratings, making the proposed method useful and providing semantics for large amounts of unannotated code.

📄 PDF Abstract BibTeX arXiv:2104.10748

Code (1)

laura-moraes/machine-teaching 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

Many bioinformatics programming tasks can be automated with ChatGPT

2023-03-07 · Stephen R. Piccolo, Paul Denny, Andrew Luxton-Reilly, Samuel Payne 외

Computer programming is a fundamental tool for life scientists, allowing them to carry out many essential research tasks. However, despite a variety of educational efforts, learning to write code can be a challenging end…

Logic Programming for an Introductory Computer Science Course for High School Students

2017-06-20 · Timothy Yuen, Maritz Reyes, Yuanlin Zhang

This paper investigates how high school students approach computing through an introductory computer science course situated in the Logic Programming (LP) paradigm. This study shows how novice students operate within the…

The potential of large language models for improving probability learning: A study on ChatGPT3.5 and first-year computer engineering students

2023-10-09 · Angel Udias, Antonio Alonso-Ayuso, Ignacio Sanchez, Sonia Hernandez 외

In this paper, we assess the efficacy of ChatGPT (version Feb 2023), a large-scale language model, in solving probability problems typically presented in introductory computer engineering exams. Our study comprised a set…

Language ModellingLogical Reasoning

Analyzing Chat Protocols of Novice Programmers Solving Introductory Programming Tasks with ChatGPT

2024-05-29 · Andreas Scholl, Daniel Schiffner, Natalie Kiesler

Large Language Models (LLMs) have taken the world by storm, and students are assumed to use related tools at a great scale. In this research paper we aim to gain an understanding of how introductory programming students …

How Novice Programmers Use and Experience ChatGPT when Solving Programming Exercises in an Introductory Course

2024-07-30 · Andreas Scholl, Natalie Kiesler

This research paper contributes to the computing education research community's understanding of Generative AI (GenAI) in the context of introductory programming, and specifically, how students utilize related tools, suc…