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

results #1

Open
cuongnc220592 opened this issue Mar 28, 2022 · 1 comment
Open

results #1

cuongnc220592 opened this issue Mar 28, 2022 · 1 comment

Comments

@cuongnc220592
Copy link

cuongnc220592 commented Mar 28, 2022

No description provided.

@cuongnc220592 cuongnc220592 changed the title Wrong prediction results results Mar 28, 2022
@ilariapet
Copy link
Contributor

Hi @cuongnc220592,

We have trained the model using the LambdaMART algorithm, where the final predicted score is the weighted sum of the prediction of each regression tree in the ensemble.

So the output of the model is an arbitrary score that doesn’t reflect the relevance labels (test labels) we use in training/test sets but it is just a measure of how relevant the document was for that query and therefore an indicator of relative ordering between documents.

Consider an example where for a given query you have 4 documents:

Schermata 2022-03-29 alle 13 57 06

You use the predicted scores to sort descending the documents in order to obtain the ranking predicted by the model:

Schermata 2022-03-29 alle 13 57 14

Then the NDCG is computed using the relevance labels.

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

2 participants