-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding replicating programming interventions and llms working groups
- Loading branch information
Showing
3 changed files
with
97 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>SPLICE Working Group: Large Language Models</title> | ||
<link rel="stylesheet" href="../cssplice.css" type="text/css" /> | ||
</head> | ||
|
||
<body> | ||
<div id="content"> | ||
<h1>SPLICE Working Group: Large Language Models</h1> | ||
|
||
<p><b>Leaders</b>: Juho Leinonen and Bita Akram.</p> | ||
|
||
<p><b>Get in Contact: </b> | ||
<a href="https://groups.google.com/g/splice-llms">Google Group</a></p> | ||
|
||
</div> | ||
|
||
<div id="footer"> | ||
<hr /> | ||
<p class="footertext"> | ||
<a href="mailto:[email protected]">Contact us</a> | ||
</p> | ||
<p class="footertext"> | ||
Last updated: | ||
<script type="text/javascript"> | ||
document.write(document.lastModified); | ||
</script> | ||
</p> | ||
</div> | ||
|
||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>SPLICE Working Group: Replicating Programming Interventions</title> | ||
<link rel="stylesheet" href="../cssplice.css" type="text/css" /> | ||
</head> | ||
|
||
<body> | ||
<div id="content"> | ||
<h1>SPLICE Working Group: Replicating Programming Interventions</h1> | ||
|
||
<p><b>Leader</b>: Thomas Price</p> | ||
|
||
<p><b>Vision</b>: | ||
What if you could go to SIGCSE, see a great paper about an intervention or tool that improved students’ outcomes during programming practice, and use it in your course the next week? Or run a replication study (measures included) in your course and publish a paper on it? What if there was an app store for computing education that supports the programming environment you already use in your class? | ||
<ul> | ||
<li> SPLICE is starting a working group taking the first steps towards this vision, with the goal of making it as straightforward as possible to replicate and scale interventions that occur during programming practice (e.g., feedback, metacognitive scaffolding, resource recommendations, enhanced compiler error messages). | ||
</ul> | ||
|
||
<p><b>Join our <a href="https://groups.google.com/g/replicating-programming-interventions">Google Group</a>: </b> | ||
<ul> | ||
<li>If you teach programming and want to incorporate more evidence-supported practices into your classroom, with less overhead.</li> | ||
<li>If you research how to improve outcomes during programming practice and want to replicate your work in more classrooms and collect broader datasets.</li> | ||
<li>If you develop a programming practice environment and want to make it more useful for you users</li> | ||
</ul> | ||
</p> | ||
|
||
<p>Let's improve the science of computing education by enabling more easy replication studies in diverse course contexts to understand what actually makes an intervention work! Let's improve the impact of our research by getting effective interventions into more classrooms!</p> | ||
|
||
<p><b>Current Progress</b>: | ||
We are currently running a pilot study to replicate an intervention across 5 classrooms, using 4 different programming platforms (both professional and academic), and 4 different programming languages (imperative and declarative; textual and block-based). The intervention offers adaptive feedback on students' programs, all using the same intervention, interface, measures (adapted per classroom), and source code. Join the working group to learn more! | ||
</p> | ||
|
||
<p><b>Future Work</b>: | ||
We envision a network of educators, researchers and tool developers working together to select promising interventions, replicate them across classrooms and programming contexts, and develop protocols and infrastructure to make that process easier each time. | ||
</p> | ||
|
||
|
||
</div> | ||
|
||
<div id="footer"> | ||
<hr /> | ||
<p class="footertext"> | ||
<a href="mailto:[email protected]">Contact us</a> | ||
</p> | ||
<p class="footertext"> | ||
Last updated: | ||
<script type="text/javascript"> | ||
document.write(document.lastModified); | ||
</script> | ||
</p> | ||
</div> | ||
|
||
</body> | ||
</html> | ||
|