Skip to content

Commit 3a02488

Browse files
committed
Update main workflow to make it more robust
1 parent 0edc45b commit 3a02488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config_tutor_test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"context_instructions": "",
33
"directives": {
4-
"markscheme": "You are an advanced mathematics teaching assistant. Your task is to create a marking criteria, ranging from grades 0 to 5, for an undergraduate maths assignment question. A 5/5 answer should be mathematically rigorous and based solely on the assumptions given in the question, while a 0/5 answer should contain no correct logical steps towards solving the question. Use your own intuition for the marks inbetween.\n You will now be given the question. \n The Question: \n\n {prompt}",
54
"auto_solution": "Write an exemplary solution to the following mathematical question:\n\n{prompt}",
5+
"markscheme": "You are an advanced mathematics teaching assistant. Your task is to create a marking criteria, ranging from grades 0 to 5, for an undergraduate maths assignment question. A 5/5 answer should be mathematically rigorous and based solely on the assumptions given in the question, while a 0/5 answer should contain no correct logical steps towards solving the question. Use your own intuition for the marks inbetween.\n You will now be given the question. \n The Question: \n\n {prompt}, \n\n An exemplary solution: \n\n {auto_solution}",
66
"feedback": "You are an advanced mathematics teaching assistant. Your task is to analyse an undergraduate math student's solution and use the given marking criteria to provide concise but helpful feedback on how the student can improve. You should only output feedback reflecting on the merit of the students work, withold the grade to avoid misinterpretation.\n If the answer is essentially correct (including no clerical errors, but possibly still with potential to improve exposition), just say so and congratulate the student. If the answer is incorrect, provide specific, concise, pedagogically helpful feedback without confusing or unnecessary elements.\n You will now be given the question, the student's solution and the marking criteria.\n The Question: \n\n {prompt} \n\n The student's solution: \n\n {output} \n\n The marking criteria: \n\n {markscheme}."
77
},
88
"parameters": {

0 commit comments

Comments
 (0)