|
|
|
|
|
by nucrow
739 days ago
|
|
First off, congrats! Cool paper!
Q: did you measure the correlation between CodeAid use and test scores?
When educational youtube videos took off, people liked them a lot, but turns out people weren't really retaining very much information. You'd think this wouldn't be the case for CodeAid, but it's important to check |
|
> did you measure the correlation between CodeAid use and test scores?
Unfortunately, we couldn't measure such correlations due to many external factors that can impact students' performance on test scores.
However, our previous research specifically compared students learning python coding for the first time with and without LLM code generators. Austin and I wrote a summary on it here: https://austinhenley.com/blog/learningwithai.html
We found that students who performed higher on our Scratch programming pre-tests (before starting the Python lessons), performed significantly better if they had access to the code generator. However, the system that we used in that study was very different, it showed the exact code solution to the students' query. Here with CodeAid we were trying to avoid producing direct code solutions!