paper-with-me

Papers

Modeling Programming Skills with Source Code Embeddings for Context-aware Exercise Recommendation

2026-02-10 · Carlos Eduardo P. Silva, João Pedro M. Sena, Julio C. S. Reis, André G. Santos, Lucas N. Ferreira arxiv

In this paper, we propose a context-aware recommender system that models students' programming skills using embeddings of the source code they submit throughout a course. These embeddings predict students' skills across multiple programming topics, producing profiles that are matched to the skills required by unseen homework problems. To generate recommendations, we compute the cosine similarity between student profiles and problem skill vectors, ranking exercises according to their alignment with each student's current abilities. We evaluated our approach using real data from students and exercises in an introductory programming course at our university. First, we assessed the effectiveness of our source code embeddings for predicting skills, comparing them with token-based and graph-based alternatives. Results showed that Jina embeddings outperformed TF-IDF, CodeBERT-cpp, and GraphCodeBERT across most skills. Additionally, we evaluated the system's ability to recommend exercises aligned with weekly course content by analyzing student submissions collected over seven course offerings. Our approach consistently produced more suitable recommendations than baselines based on correctness or solution time, indicating that predicted programming skills provide a stronger signal for problem recommendation.

📄 PDF Abstract BibTeX arXiv:2602.10249

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generalizable Skill Learning for Construction Robots with Crowdsourced Natural Language Instructions, Composable Skills Standardization, and Large Language Model

2025-09-02 · Hongrui Yu, Vineet R. Kamat, Carol C. Menassa arxiv

The quasi-repetitive nature of construction work and the resulting lack of generalizability in programming construction robots presents persistent challenges to the broad adoption of robots in the construction industry. …

GPTutor: a ChatGPT-powered programming tool for code explanation

2023-05-03 · Eason Chen, Ray Huang, Han-Shin Chen, Yuen-Hsien Tseng 외

Learning new programming skills requires tailored guidance. With the emergence of advanced Natural Language Generation models like the ChatGPT API, there is now a possibility of creating a convenient and personalized tut…

Text Generation

ChatGPT for PLC/DCS Control Logic Generation

2023-05-25 · Heiko Koziolek, Sten Gruener, Virendra Ashiwal

Large language models (LLMs) providing generative AI have become popular to support software engineers in creating, summarizing, optimizing, and documenting source code. It is still unknown how LLMs can support control e…

Code Generation

Developing Hands-on Labs for Source Code Vulnerability Detection with AI

2023-02-01 · Maryam Taeb

As the role of information and communication technologies gradually increases in our lives, source code security becomes a significant issue to protect against malicious attempts Furthermore with the advent of data-drive…

Vulnerability Detection

TACO: Topics in Algorithmic COde generation dataset

2023-12-22 · Rongao Li, Jie Fu, Bo-Wen Zhang, Tao Huang 외

We introduce TACO, an open-source, large-scale code generation dataset, with a focus on the optics of algorithms, designed to provide a more challenging training dataset and evaluation benchmark in the field of code gene…

Code Generation