“LIME: Learning Inductive Bias for Primitives of Mathematical Reasoning”, Yuhuai Wu, Markus Rabe, Wenda Li, Jimmy Ba, Roger Grosse, Christian Szegedy2021-01-15 (, )⁠:

While designing inductive bias in neural architectures has been widely studied, we hypothesize that transformer networks are flexible enough to learn inductive bias from suitable generic tasks. Here, we replace architecture engineering by encoding inductive bias in the form of datasets.

Inspired by Peirce’s view that deduction, induction, and abduction are the primitives of reasoning, we design 3 synthetic tasks that are intended to require the model to have these 3 abilities. We specifically design these tasks to be synthetic and devoid of mathematical knowledge to ensure that only the fundamental reasoning biases can be learned from these tasks.

This defines a new pre-training methodology called LIME (Learning Inductive bias for Mathematical rEasoning). Models trained with LIME outperform vanilla transformers on 4 very different large mathematical reasoning benchmarks.

Unlike dominating the computation cost as traditional pre-training approaches, LIME requires only a small fraction of the computation cost of the typical downstream task.

The code for generating LIME tasks is available at Github.