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

Is _logits_to_prob_fn step operating on every query or a batch of queries? #3

Open
AaamberW opened this issue Feb 10, 2022 · 0 comments

Comments

@AaamberW
Copy link

During updating trust bias param stage, in specific this line rel_probs = np_softmax_prob(logits), looks like it's applied to a batch of queries without considering query_id. Also the paper(section 5, near formula 41) seems to suggest this logits to probability transformation is intended for individual queries.

Could you help me to reconcile this?

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