Skip to content

Commit

Permalink
Merge pull request #1 from zichaow/gh-pages
Browse files Browse the repository at this point in the history
add one paper to the proceedings
  • Loading branch information
lawrennd authored Sep 10, 2024
2 parents 473e7e5 + 6d38a75 commit 3f6a933
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
38 changes: 38 additions & 0 deletions _posts/2024-08-09-kumar24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: 'Using Large Language Models for Student-Code GuidedTest Case Generation in Computer Science Education'
booktitle: Proceedings of the 2024 AAAI Conference on Artificial Intelligence
year: '2024'
abstract: 'In computer science education, test cases are an integral part of programming assignments since they can be used as assessment items to test students' programming knowledgeand provide personalized feedback on student-written code. The goal of our work is to propose a fully automated approach for test case generation that can accurately measure student knowledge, which is important for two reasons. First, manually constructing testcases requires expert knowledge and is a labor-intensive process. Second, developing test cases for students, especially those who are novice programmers, is significantly different from those oriented toward professional-level software developers. Therefore, we need an automated process for test case generation to assess student knowledge and provide feedback. In this work, we propose a large language model-based approach to automatically generate test cases and show that they are good measures of student knowledge, using a publicly available dataset that contains student-written Java code. We also discuss future research directions centered on using test cases to help students.'
layout: inproceedings
series: Proceedings of Machine Learning Research
publisher: PMLR
issn: 2640-3498
id: kumar24
month: 0
tex_title: 'Learning to Compare Hints: Combining Insights from Student Logs and Large
Language Models'
firstpage: 170
lastpage: 179
page: 170-179
order: 170
cycles: false
bibtex_author: Ashok Kumar, Nischal and Andrew S., Lan
author:
- given: Nischal
family: Ashok Kumar
- given: Andrew S.
family: Lan
date: 2024-08-09
address:
container-title: Proceedings of the 2024 AAAI Conference on Artificial Intelligence
volume: '257'
genre: inproceedings
issued:
date-parts:
- 2024
- 8
- 9
pdf: https://raw.githubusercontent.com/mlresearch/v257/main/assets/kumar24/kumar24.pdf
extras: []
# Format based on Martin Fenner's citeproc: https://blog.front-matter.io/posts/citeproc-yaml-for-bibliographies/
---
11 changes: 10 additions & 1 deletion ai4ed-aaai24.bib
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,13 @@ @inproceedings{moringen24
}
@inproceedings{kumar24,
title = {Using Large Language Models for Student-Code GuidedTest Case Generation in Computer Science Education},
author = {Ashok Kumar, Nischal and Andrew S., Lan},
booktitle = {Proceedings of the 2024 AAAI Conference on Artificial Intelligence},
year = {2024},
volume = {257},
pages = {170-179},
abstract = {In computer science education, test cases are an integral part of programming assignments since they can be used as assessment items to test students' programming knowledgeand provide personalized feedback on student-written code. The goal of our work is to propose a fully automated approach for test case generation that can accurately measure student knowledge, which is important for two reasons. First, manually constructing testcases requires expert knowledge and is a labor-intensive process. Second, developing test cases for students, especially those who are novice programmers, is significantly different from those oriented toward professional-level software developers. Therefore, we need an automated process for test case generation to assess student knowledge and provide feedback. In this work, we propose a large language model-based approach to automatically generate test cases and show that they are good measures of student knowledge, using a publicly available dataset that contains student-written Java code. We also discuss future research directions centered on using test cases to help students.
}
}

0 comments on commit 3f6a933

Please sign in to comment.