CLSEApr 2, 2024

Octopus: On-device language model for function calling of software APIs

arXiv:2404.01549v125 citationsh-index: 8NAACL
Originality Incremental advance
AI Analysis

This work addresses automated software development and API integration for software engineers, representing an incremental improvement in aligning LLMs with practical engineering demands.

The study tackled the problem of using on-device large language models (LLMs) to call software APIs by fine-tuning models with 2B, 3B, and 7B parameters on a dataset from API documentation, resulting in Octopus outperforming GPT-4 in API function call accuracy.

In the rapidly evolving domain of artificial intelligence, Large Language Models (LLMs) play a crucial role due to their advanced text processing and generation abilities. This study introduces a new strategy aimed at harnessing on-device LLMs in invoking software APIs. We meticulously compile a dataset derived from software API documentation and apply fine-tuning to LLMs with capacities of 2B, 3B and 7B parameters, specifically to enhance their proficiency in software API interactions. Our approach concentrates on refining the models' grasp of API structures and syntax, significantly enhancing the accuracy of API function calls. Additionally, we propose \textit{conditional masking} techniques to ensure outputs in the desired formats and reduce error rates while maintaining inference speeds. We also propose a novel benchmark designed to evaluate the effectiveness of LLMs in API interactions, establishing a foundation for subsequent research. Octopus, the fine-tuned model, is proved to have better performance than GPT-4 for the software APIs calling. This research aims to advance automated software development and API integration, representing substantial progress in aligning LLM capabilities with the demands of practical software engineering applications.

Foundations

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

Your Notes