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
BTE result scores currently have no upper bound. These scores should be normalized and bound to [0,1].
@andrewsu proposed a sigmoid function to cause scores to asymptotically approach 1. This makes a lot of sense, given that NGD scoring is unbound. We can simply clamp the low end at 0 as well.
My gut says we'd want to set a global tuning parameter to allow for the scenario where the answers for one query are truly much better/worse than another. That's how I'd propose we start by implementing it, and then we can examine how it works in practice.
BTE result scores currently have no upper bound. These scores should be normalized and bound to [0,1].
@andrewsu proposed a sigmoid function to cause scores to asymptotically approach 1. This makes a lot of sense, given that NGD scoring is unbound. We can simply clamp the low end at 0 as well.
Tagging @andrewsu @newgene for dicsussion.
The text was updated successfully, but these errors were encountered: