(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

What is it about?

We assume data will shift when making predictions involving human interactions. We use contrastive learning as a pre-training mechanism to embed the incoming data according to the time period that it occurred. The resulting embedding dimension contrasts the data according to time period.

Why is it important?

If you assume your data will be constant, or slightly drift, you will overfit. This is especially true for data involving human interactions. That is because humans generally interact in mixed-motive games, where evolutionary pressures require constant shifting of strategies.

Read more on Kudos…
The following have contributed to this page:
Joseph Johnson
' ,"url"));