← Search

Pascal Lamblin

3 accepted papers

2021

PLUR: A Unifying, Graph-Based View of Program Learning, Understanding, and Repair

NeurIPS 2021spotlight

Machine learning for understanding and editing source code has recently attracted significant interest, with many developments in new models, new code representations, and new tasks. This proliferation can appear disparate and disconnected, making each approach seemingly unique and incompatible, thu…

2020

Meta-Dataset: A Dataset of Datasets for Learning to Learn from Few Examples

ICLR 2020poster

Few-shot classification refers to learning a classifier for new classes given only a few examples. While a plethora of models have emerged to tackle it, we find the procedure and datasets that are used to assess their progress lacking. To address this limitation, we propose Meta-Dataset: a new bench…

Cited by 788SourcecodeScholar
2018

Automatic differentiation in ML: Where we are and where we should be going

NeurIPS 2018spotlight

We review the current state of automatic differentiation (AD) for array programming in machine learning (ML), including the different approaches such as operator overloading (OO) and source transformation (ST) used for AD, graph-based intermediate representations for programs, and source languages.…