🤖 AI Summary
Large language model (LLM) agents suffer from fundamental limitations in API invocation, internal reasoning, and adaptation to environmental feedback. Method: This paper introduces the first agent-centric continual pretraining paradigm, built upon Hephaestus-Forge—a large-scale, agent-oriented corpus comprising 103B tokens and covering 76,537 APIs—synthesizing tool documentation and real-world API invocation trajectories. It further identifies the scaling law governing optimal data mixture ratios to refine training protocols. The approach integrates continual pretraining, API trajectory modeling, and explicit tool knowledge injection. Contribution/Results: Evaluated on three major agent benchmarks, the resulting model substantially outperforms open-source LLMs of small-to-medium scale and matches commercial LLMs in agent capabilities, achieving significant improvements in API call accuracy, reasoning coherence, and environmental adaptability.
📝 Abstract
Due to the scarcity of agent-oriented pre-training data, LLM-based autonomous agents typically rely on complex prompting or extensive fine-tuning, which often fails to introduce new capabilities while preserving strong generalizability. We introduce Hephaestus-Forge, the first large-scale pre-training corpus designed to enhance the fundamental capabilities of LLM agents in API function calling, intrinsic reasoning and planning, and adapting to environmental feedback. Hephaestus-Forge comprises 103B agent-specific data encompassing 76,537 APIs, including both tool documentation to introduce knowledge of API functions and function calling trajectories to strengthen intrinsic reasoning. To explore effective training protocols, we investigate scaling laws to identify the optimal recipe in data mixing ratios. By continual pre-training on Hephaestus-Forge, Hephaestus outperforms small- to medium-scale open-source LLMs and rivals commercial LLMs on three agent benchmarks, demonstrating the effectiveness of our pre-training corpus in enhancing fundamental agentic capabilities and generalization of LLMs to new tasks or environments.