LLM-dCache: Improving Tool-Augmented LLMs with GPT-Driven Localized Data Caching

Simranjit Singh,Michael Fore,Andreas Karatzas,Chaehong Lee,Yanan Jian,Longfei Shangguan,Fuxun Yu,Iraklis Anagnostopoulos,Dimitrios Stamoulis
2024-09-21
Abstract:As Large Language Models (LLMs) broaden their capabilities to manage thousands of API calls, they are confronted with complex data operations across vast datasets with significant overhead to the underlying system. In this work, we introduce LLM-dCache to optimize data accesses by treating cache operations as callable API functions exposed to the tool-augmented agent. We grant LLMs the autonomy to manage cache decisions via prompting, seamlessly integrating with existing function-calling mechanisms. Tested on an industry-scale massively parallel platform that spans hundreds of GPT endpoints and terabytes of imagery, our method improves Copilot times by an average of 1.24x across various LLMs and prompting techniques.
Distributed, Parallel, and Cluster Computing,Computation and Language
What problem does this paper attempt to address?