True Contribution explained

What is TC and how is it calculated? Can someone shed some light on it? I can’t find any documentation on this topic.

Thanks

2 Likes

They did some explanation in the latest fireside chat:

And more documentation will come in the future.

Basically TC is looking at the performance of the stake weighted meta model with and without your model (your model gets a fixed weight of 1% in the meta model. So it does not depend how much you staked on it for the TC calculation)

So you can not really calculate it locally on your validation data / cross-validation. Doing proper data science will be difficult. It seems the only thing you can do is to look at the live data. This of course has super high turn around times because you need to have your model running for several month before you have enough rounds for proper evaluation.

I think from the perspective of numerai TC makes perfect sense. But from the perspective of a data scientist it seems to make it impossible to run any experiments with reasonable turnaround times.

4 Likes

They could make a tool using real past rounds with the real metamodel from those rounds to help evaluate TC. Seems like they also need to come up with a more stable version of TC itself.

4 Likes

I think building such a tool is not easily possible: They were saying that calculating TC is very computationally expensive because they run the meta model optimizer for each submission (For each submission they calculate a “new” meta model and compare if it is better or worse than their real meta model).

1 Like

First impressions are that new metric is extremely volatile and sometimes uncorrelated with CORR (this could be reasonable) but with MMC too (that is a major problem).
If I understood well, TC is computed doing bootstrapping, computing a metamodel, computing its performance, and repeating this process several times. Then the TC is the mean of performance in the runs in which a model is vs the runs in which is not (something like this, I think).
The accuracy of this metric depends of the variance of the result of each run of bootstrapping.
I hope Numerai computes the confidence interval of TC using the sd of each estimation (run of bootstrapping) and checks the wide of the interval is small. Othervise they will need other approach or increase the number of runs.

@eleven_sigma why would TC being uncorrelated with MMC be a major problem?

If TC is highly uncorrelated with MMC how do you test your models are good?
Imagine in future the payment is based only in TC…

“TC is looking at the performance of the stake weighted meta model with and without your model”

That sounds to me, just like the explanation of MMC, absent some details. From the ancient scrolls:

Calculation

To calculate a user’s (U) mmc for a given round we

  • select a random 67% of all staking users (with replacement)

  • calculate the stake weighted predictions of these users

  • transform both the stake weighted predictions, and U’s model to be uniformly distributed

  • neutralize U’s model with respect to the uniform stake weighted predictions

  • calculate the covariance between U’s model and the targets

  • divide this value by 0.0841 (this step is to bring the expected score up to the same magnitude as correlation)

  • the resultant value is an MMC score

  • repeat this whole process 20 times and keep the average MMC score

If they can compute it every day for all models, they can certainly compute it on demand for a few rounds when you submit some test predictions (even if it isn’t instant). Another idea is for those previous live rounds is to not only release the targets, but the blended metamodel predictions. Then we could estimate TC ourselves. (Releasing the metamodel predictions might be controversial.)

That was the original version of MMC (the current version uses residuals), and yes it does sound very much like that.

How is performance defined and evaluated…Sharpe, average returns, something else?

Not sure… I think it’s Spearman correlation.

It is going through the optimizer and is scored in basis points, so evaluated like real trades not a proxy metric sounds like.

It would be interesting to see once TC calculation bugs are squashed what the distribution of TC to Stake sizes looks like over time. That would be more interesting to than TC vs CORR or even TC vs FNC