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

Confidence is constant in adaptive sampling #89

Open
akashgupta222 opened this issue Nov 4, 2024 · 0 comments
Open

Confidence is constant in adaptive sampling #89

akashgupta222 opened this issue Nov 4, 2024 · 0 comments

Comments

@akashgupta222
Copy link

I noticed that the adaptive sampling technique uses a confidence measure for each token which is added to the log prob. However, the inputs to the confidence score as the same for all sampled tokens. This makes confidence score constant across all tokens, effectively leading the argmax only on the log probs. If this is the intention, should the confidence calculation be removed from the codebase to make it easier to understand ? If not, how should the confidence measure be adapted to make it token dependent ?

confidence_score = (

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

1 participant