There is no commentSelect some text and then click Comment, or simply add a comment to this page from below to start a discussion.
intro
key points
we incentivize early prediction accuracy by giving more weight to such submissions.
we introduce a differentiation mechanism to reward more top miners along the obvious fact that (in terms of Brier score) an accuracy of 0.80 is much better than 0.76 - this mechanism is currently linear. It will be made exponential soon after to also reflect the also obvious fact that improving from 0.89 to 0.90 is exponentially harder than improving from 0.75 to 0.76.
definitions
Let K be the amount of miners, E an event, the first time is listed on our network, D the cutoff, and a threshold. Let be the Brier score of a prediction sent for the event which resolution was (1 if it occured and 0 otherwise). Let be the time series of all the predictions submitted by miner for before cutoff.
The scoring rule
We want each prediction to have a corresponding weight depending on the time of the submission . Let then be the weight of the prediction . It is a function of the submission date and the cutoff date .
When the event resolves we compute the Brier score of each submission and we multiply this score by the corresponding weight. We then obtain the following weighted time series:
The final scoring rule is obtained by averaging this quantity. We detail all the steps below as well as add an additional discretization step.
weights
We choose exponentially decreasing weights along the intuition that predicting gets exponentially harder as one goes back in time.
We divide the time segment into intervals of equal length (currently 4 hours). Then for the interval we set the weight where and and where decreases from to .
averaging per window
Each is the arithmetic average of the miner's predictions in a given time window i.e
main scoring component
Given our time series we compute the time weighted average :
the full scoring rule
We add an exponential to obtain the final scoring rule with parameters :
We have set currently close to so that top miners close to average Brier score would be able to get 10% of the reward. We expect to increase moving forward.
If one then denotes:
We normalise the scores across all miners using the norm:
We increment a daily average denotes the above score in the case of event , we have