yes, actrually i tuned up my prompt as:
please tell the category for each one of the 24 math task:{math_task_list}
it still gave me 22 answers instead of 24.
smaller batches probably only working on 10 or less, given a pooi of several thousands questions, this means a long time batch(since it will have to be over 20s wait)
Is there any good way of prompt that gpt could go exactly with some form of list, and process one by one? benefit doing this is saving network I/O between client and gpt.
[1, “simplify 5(2+2)”, "S"]
[2, “evaluate x+2=4”, "E"]
S stands for simplification and E evaluation. Augment the list below to the form above.
<<your input on form [1, "evaluate 2+2"] >>
Specifying desired output makes for easy parsing of E/S. The numbering seems to force the model to recognize the exact format of the input, not forgetting lines. I noticed the text but not equations was changed - in wording, but not meaning. But you’d probably want to keep the input anyhow, so you can pair with the E/S which is the only new info from chatGPT.