Skip to content
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

Question about the honesty scores calculation #27

Open
Jeffwang87 opened this issue Nov 29, 2023 · 1 comment
Open

Question about the honesty scores calculation #27

Jeffwang87 opened this issue Nov 29, 2023 · 1 comment

Comments

@Jeffwang87
Copy link

Hi

In your honest scores calculation, what is the justification of

results[pos][0][layer][0] * honesty_rep_reader.direction_signs[layer][0]

Why you need to multiply by the direction sign, not just using the results[pos][0][layer][0]

Thanks

@justinphan3110cais
Copy link
Collaborator

Hi, the direction_sign is precomputed during the training step to decide at each layer which is the sign to point to the direction labels.

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