What is the primary goal of modifying the model grader?	To provide the grader with more context on what a good solution should look like.
How many steps are required to add additional context to the model grader?	Two steps.
What is the action taken in Step 1 of the workflow?	Modify the prompt used to generate the data set.
What specific element must be requested from the data set generation prompt?	Solution criteria to be included in every test case.
What key is added to the test case object after Step 1?	Solution criteria.
What is the action taken in Step 2 of the workflow?	Modify the prompt used by the model grader.
Where is the newly generated solution criteria inserted in the model grader prompt?	Right after the original solution being evaluated.
What is the purpose of including the solution criteria in the model grader prompt?	To give the model grader a better idea of what a good solution looks like.
What is the expected outcome of implementing this two-step process?	The model grader's reasoning section should be more fleshed out.
In Step 1, what must the prompt ask for in addition to the task and output format?	Solution criteria.
