Towards Practical Tool Usage for Continually Learning LLMs
Jerry Huang, Prasanna Parthasarathi, Mehdi Rezagholizadeh, Sarath Chandar
TL;DR
This work tackles continual learning for LLMs by integrating tool usage to offset non-stationary knowledge and task distributions. It introduces a synthetic arithmetic benchmark and a GLUE-based continual learning setup to compare tool-enabled and vanilla models across a wide size range, showing that simply scaling parameters does not solve forgetting and that replay buffers with tool use markedly improve both learning speed and retention. The results indicate that tool LLMs can achieve higher learning accuracy with smaller models, but forgetting remains an obstacle without replay, highlighting the need to manage tool non-stationarity and imperfect tools. The discussion connects parametric knowledge utilization, auxiliary tool systems, and the dual nature of forgetting, underscoring practical implications for deploying efficient, continual learners in dynamic real-world environments.
Abstract
Large language models (LLMs) show an innate skill for solving language based tasks. But insights have suggested an inability to adjust for information or task-solving skills becoming outdated, as their knowledge, stored directly within their parameters, remains static in time. Tool use helps by offloading work to systems that the LLM can access through an interface, but LLMs that use them still must adapt to nonstationary environments for prolonged use, as new tools can emerge and existing tools can change. Nevertheless, tools require less specialized knowledge, therefore we hypothesize they are better suited for continual learning (CL) as they rely less on parametric memory for solving tasks and instead focus on learning when to apply pre-defined tools. To verify this, we develop a synthetic benchmark and follow this by aggregating existing NLP tasks to form a more realistic testing scenario. While we demonstrate scaling model size is not a solution, regardless of tool usage, continual learning techniques can enable tool LLMs to both adapt faster while forgetting less, highlighting their potential as continual learners.
