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 am trying to reproduce the proof search using the critic model. May I check If the current state has multiple goals, then how do we use the critic model evaluate it?
just join all the goals together as a single state (prompt) and send it into the critic model to get a single score.
for each goal get a score from the critic model individually and add them together.
just evaluate the current goal we are trying to solve.
Many thanks for your help in advance!
efessas
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to reproduce the proof search using the critic model. May I check If the current state has multiple goals, then how do we use the critic model evaluate it?
Many thanks for your help in advance!
efessas
The text was updated successfully, but these errors were encountered: