Calvin McCarter

@calvinmccarter.bsky.social

calvinmccarter.com

We've been investing heavily in better protein language models (PLMs), but relatively little work addresses how to best generate with them. We present a new search-based method for PLMs and exhaustively benchmark models and methods, including with in vitro data from antibody therapeutics campaigns.🧵

Bild

The relationship between Spearman correlation and AUROC computed on the same data (one continuous variable, one binary variable) is surprising. On evenly balanced data, Spearman=0.75 leads to AUROC=0.93. As the binary variable gets more imbalanced, the discrepancy gets bigger.

Bild
Calvin McCarter@calvinmccarter.bsky.social · 5mo ago

The Mann-Whitney U statistic and rank-biserial correlation are simply rescalings of AUROC: U = AUC * n_pos * n_neg r_rb = 2 * AUC - 1

Ultra exciting! And it's gratifying to see that this method uses the kernel density integral preprocessing method that I published in @tmlr-pub.bsky.social (2023). (One takeaway: even if your ML research focus isn't deep learning, pursue directions that complement rather than compete with it.)

Samuel Müller@sammuller.bsky.social · 2y ago

This might be the first time after 10 years that boosted trees are not the best default choice when working with data in tables. Instead a pre-trained neural network is, the new TabPFN, as we just published in Nature 🎉

Will neural networks achieve AGI before they figure out how to do tokenization internally? Or, on the way to AGI, will they invent a tokenizer that "just works"? Another way of framing it: is tokenization AGI-complete?

Excited to share a new paper published in TMLR, "Towards Backwards-Compatible Data with Confounded Domain Adaptation", solving a key problem in using AI for biology. How can you combine datasets across settings, when "what you measure" and "how you measure it" are confounded? 1/7

Bild

Suppose you collect tissue samples with varying degrees of freshness, and want to correct for this. But what if freshness is also correlated with true biological differences (eg healthy vs cancer tissue)? My new paper out in TMLR addresses this problem: openreview.net/forum?id=GSp...

Towards Backwards-Compatible Data with Confounded Domain Adaptation

Most current domain adaptation methods address either covariate shift or label shift, but are not applicable where they occur simultaneously and are confounded with each other. Domain adaptation...

openreview.net