Multiagent Finetuning: Self Improvement with Diverse Reasoning Chains
Vighnesh Subramaniam, Yilun Du, Joshua B. Tenenbaum, Antonio Torralba, Shuang Li, Igor Mordatch
TL;DR
<3-5 sentence high-level summary> The paper addresses the plateau observed in single-agent self-improvement of LLMs by introducing a multiagent finetuning framework. It trains a society of models starting from the same base, assigning generation and critic roles, and uses independent data subsets derived from multiagent debates to foster specialization and diverse reasoning. Empirical results on arithmetic, GSM, and MATH show consistent gains over baselines across both open-source and proprietary models, with improvements persisting over multiple finetuning iterations and transferring zero-shot to new datasets. The approach offers a scalable path to autonomous model improvement that leverages diversity of reasoning styles and robust feedback across agents, at the cost of higher compute but with broad applicability to existing LLMs.
Abstract
Large language models (LLMs) have achieved remarkable performance in recent years but are fundamentally limited by the underlying training data. To improve models beyond the training data, recent works have explored how LLMs can be used to generate synthetic data for autonomous self-improvement. However, successive steps of self-improvement can reach a point of diminishing returns. In this work, we propose a complementary approach towards self-improvement where finetuning is applied to a multiagent society of language models. A group of language models, all starting from the same base model, are independently specialized by updating each one using data generated through multiagent interactions among the models. By training each model on independent sets of data, we illustrate how this approach enables specialization across models and diversification over the set of models. As a result, our overall system is able to preserve diverse reasoning chains and autonomously improve over many more rounds of fine-tuning than single-agent self-improvement methods. We quantitatively illustrate the efficacy of the approach across a wide suite of reasoning tasks.
