Test set rating calculations
by schueana - Sunday, August 4, 2024, 08:00:18

Hi guys, there was previously a discussion that the test set rating distribution is different from the training set. Could you explain how exactly the test set ratings were acquired? I know you recruit chess players to try solve the puzzles and calculate ratings with some algorithm (Glicko?). But further from that, where do you recruit these people from? How many people solve each puzzle? Do you know the Elo ratings of these people? Do players get matched with some random puzzle or are they matched with puzzles their own rating? I'm curious to understand the distribution shift!

RE: Test set rating calculations
by BigDataChess - Monday, August 05, 2024, 15:28:23

> Could you explain how exactly the test set ratings were acquired?
See my detailed answer here: https://knowledgepit.ml/post/747/

> But further from that, where do you recruit these people from?
Chess forums, discord, friends etc.

> How many people solve each puzzle?
This varies between puzzles and I can't give out this information precisely but I will say that in the validation set all puzzles had RD < 130.

> Do you know the Elo ratings of these people?
If you mean puzzle lichess rating (often coloquially referred to as "Puzzle Elo"), then yes, we do, as we use their lichess ratings :) If you mean Fide Elo, then no.

> Do players get matched with some random puzzle or are they matched with puzzles their own rating?
They are matched with puzzles more or less randomly, we still have the lichess algorithm in the background but we don't use their lichess ratings to assign puzzles.

I hope this helps!

RE: Test set rating calculations
by schueana - Tuesday, August 13, 2024, 08:25:46

Thank you very much! Would it also be possible to say how much of the test set is used to calculate the leaderboard score?

RE: Test set rating calculations
by BigDataChess - Wednesday, August 21, 2024, 15:26:50

The team decided not to publish this number as it's not directly related to the problem that you're solving.

RE: Test set rating calculations
by schueana - Thursday, August 22, 2024, 06:06:26

That's understandable, thanks for the reply!