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
I want to verify calculation, basically calculation is a result from instance + prompt
So, I want to verify calculation only (add & revise if anything need to add/wrong) in calculation only, no need to find the solution, just focus on calculation (based on instance + prompt)
The idea is: instance, prompt, calculation going to verify function
Then need to CoT prompt (instance) & step formatter (instance)
After formatted, I want to each step iteratively as step_eval_iterations running new function to get new variant of calculation, so the input are (instance + prompt) the result is variant of calculation (total as step_eval_iterations)
Then, in every end of iterations in step, we vote on the most significant calculation, and save it to use later
After all step iterated, then we merge all of vote result in every step into one
Then we verify the early calculation from verify function to this one
The decision are: 3 classification
If the early calculation is not correct -> then update and revise it
If the early calculation is correct and some of variant calculation still not in the early calculation -> then update it
If the early calculcation is correct and no variant calculation needed to merge -> pass it