You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><strong>Instructor:</strong> Ziyang Li | <strong>Email:</strong> ziyang@cs.jhu.edu</p>
14
+
<p><strong>Instructor:</strong> Ziyang Li | <strong>Email:</strong><ahref="mailto:ziyang@cs.jhu.edu">ziyang@cs.jhu.edu</a></p>
15
15
</header>
16
16
<nav>
17
17
<ahref="index.html">Home</a>
@@ -21,12 +21,28 @@ <h1>Machine Programming</h1>
21
21
<main>
22
22
<section>
23
23
<h2>Assignments</h2>
24
+
<p>
25
+
<strong>Assignment Policy:</strong>
26
+
All assignments are released when the course starts and can be submitted through GradeScope anytime before the deadline.
27
+
Late submissions will be penalized 10% per day up to 5 days.
28
+
Collaboration is allowed, but you must cite your collaborators in the submission, and the submission must be your own work.
29
+
</p>
30
+
<p>
31
+
Extensions are allowed, but you must request an extension in advance via email to the instructor (<ahref="mailto:ziyang@cs.jhu.edu">ziyang@cs.jhu.edu</a>).
32
+
The maximum extension is 2 days.
33
+
No extensions will be granted for late submissions.
34
+
</p>
35
+
<p>
36
+
Each enrolled and auditing student is granted an API key for a large language model for the assignments.
37
+
You can use the API key to access the language model in your assignments;
38
+
the code that setup the client is provided in the assignment skeleton code (Assignment 2 and Assignment 3).
39
+
</p>
24
40
<ulclass="assignments">
25
-
<li><ahref="assignment1.html"><strong>Assignment 1:</strong>Traditional program synthesis</a><em>(Due: TBD)</em></li>
41
+
<li><ahref="assignment1.html"><strong>Assignment 1:</strong>Enumerative program synthesis</a><em>(Due: TBD)</em></li>
26
42
<li><ahref="assignment2.html"><strong>Assignment 2:</strong> Evaluating LLMs on program synthesis</a><em>(Due: TBD)</em></li>
27
43
<li><ahref="assignment3.html"><strong>Assignment 3:</strong> Iterative program synthesis</a><em>(Due: TBD)</em></li>
0 commit comments