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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: