-
Notifications
You must be signed in to change notification settings - Fork 0
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
Testing current Score in our Schema #79
Comments
For now, when I check Similarity and Traffic, I'm having trouble understanding how they have been implemented in the schema and, therefore, how to evaluate them. Do you have a solution, @rngadam?
|
Similarity is dynamic, it cannot by definition be precomputed. we the
Traffic comes from the webserver logs. I'm imported and computed a score per page in the past already: https://github.com/ai-cfia/ailab-db/blob/main/sql/compute-traffic-score.sql |
After testing the score seems to be accurate. |
Test our schema scoring to see if they are here/accurate.
Schema tested: Louis_v005
Test our score weights
Evaluation Criteria
Similarity: ?
Recency: Compare dates and scores to ensure alignment.
Traffic: ?
Current: Confirm that archived documents receive a score of 0.
Typicality: Compare the average number of site references within the dataset and verify if documents with more references receive higher scores.
The text was updated successfully, but these errors were encountered: