We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@AileenLin noticed this while debugging:
SimpleImpactSearcher uses the raw weights to build the Query, but SearchCollection use the encodedQueryString to build Query instead.
SimpleImpactSearcher
Query
SearchCollection
encodedQueryString
We decided that SearchCollection should be the "ground truth".
This manifests in Anserini and Pyserini regression results diverging:
The text was updated successfully, but these errors were encountered:
Fix misalignment in SearchCollection and SimpleImpactSearcher impleme…
862bd27
…ntations (#2165) - ref #2167
Closed by #2165
Sorry, something went wrong.
AileenLin
No branches or pull requests
@AileenLin noticed this while debugging:
SimpleImpactSearcher
uses the raw weights to build theQuery
, butSearchCollection
use theencodedQueryString
to buildQuery
instead.We decided that
SearchCollection
should be the "ground truth".This manifests in Anserini and Pyserini regression results diverging:
The text was updated successfully, but these errors were encountered: