← Search

Adrien Morisot

3 accepted papers

2025

To Code or Not To Code? Exploring Impact of Code in Pre-training

ICLR 2025poster

Including code in the pre-training data mixture, even for models not specifically designed for code, has become a common practice in LLMs pre-training. While there has been anecdotal consensus among practitioners that code data plays a vital role in general LLMs' performance, there is only limited w…

Cited by 4SourcePDFScholar
2025

Treasure Hunt: Real-time Targeting of the Long Tail using Training-Time Markers

NeurIPS 2025poster

One of the most profound challenges of modern machine learning is performing well on the long-tail of rare and underrepresented features. Large general-purpose models are trained for many tasks, but work best on high-frequency use cases. After training, it is hard to adapt a model to perform well on…

Cited by 0SourceScholar
2022

Prioritized Training on Points that are Learnable, Worth Learning, and not yet Learnt

ICML 2022spotlight

Training on web-scale data can take months. But much computation and time is wasted on redundant and noisy points that are already learnt or not learnable. To accelerate training, we introduce Reducible Holdout Loss Selection (RHO-LOSS), a simple but principled technique which selects approximately…