Skip to content

critic model on multiple goals #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
efessas opened this issue Dec 30, 2024 · 2 comments
Open

critic model on multiple goals #46

efessas opened this issue Dec 30, 2024 · 2 comments

Comments

@efessas
Copy link

efessas commented Dec 30, 2024

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?

  1. just join all the goals together as a single state (prompt) and send it into the critic model to get a single score.
  2. for each goal get a score from the critic model individually and add them together.
  3. just evaluate the current goal we are trying to solve.

Many thanks for your help in advance!

efessas

@wzj423
Copy link
Collaborator

wzj423 commented Jan 3, 2025

We joined all the goals together as a single state.

@efessas
Copy link
Author

efessas commented Jan 5, 2025

got it, many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants