AILGLOOct 13, 2024

Dualformer: Controllable Fast and Slow Thinking by Learning with Randomized Reasoning Traces

Meta AI
arXiv:2410.09918v354 citationsh-index: 34Has CodeICLR
Originality Incremental advance
AI Analysis

This addresses the need for more efficient and controllable reasoning in AI systems, offering a method to balance speed and accuracy, though it is incremental in applying cognitive theory to model training.

The paper tackles the problem of enabling large language models to switch between fast (solution-only) and slow (reasoning-chain) reasoning modes by introducing Dualformer, a single Transformer trained on randomized reasoning traces. It achieves significant performance gains, such as 97.6% optimal rate on maze tasks in slow mode with 45.5% fewer steps than baselines, and 80% optimal rate in fast mode compared to 30% for a solution-only model.

In cognition theory, human thinking is governed by two systems: the fast and intuitive System 1 and the slower but more deliberative System 2. Analogously, Large Language Models (LLMs) can operate in two reasoning modes: outputting only the solutions (\emph{fast mode}) or both the reasoning chain and the final solution (\emph{slow mode}). We present \dualformer, a single Transformer model that seamlessly integrates both the fast and slow reasoning modes by training on randomized reasoning traces, where different parts of the traces are strategically dropped during training. At inference time, \dualformer can be easily configured to execute in either fast or slow mode, or automatically decide which mode to engage (\emph{auto mode}). It outperforms baselines in both performance and computational efficiency across all three modes: (1) in slow mode, \dualformer achieves $97.6\%$ optimal rate on unseen $30 \times 30$ maze tasks, surpassing the \searchformer baseline ($93.3\%$) trained on data with complete reasoning traces, with $45.5\%$ fewer reasoning steps; (2) in fast mode, \dualformer achieves $80\%$ optimal rate, significantly outperforming the Solution-Only model trained on solution-only data, which has an optimal rate of only $30\%$; (3) in auto mode, \dualformer achieves $96.6\%$ optimal rate with $59.9\%$ fewer steps than \searchformer. Moreover, \dualformer produces more diverse reasoning traces than \searchformer{}. For math reasoning problems, our techniques have also achieved improved performance with LLM fine-tuning, demonstrating its generalization beyond task-specific models. We open source our code at https://github.com/facebookresearch/dualformer.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes