FREYR: A Framework for Recognizing and Executing Your Requests
Large language models excel as conversational agents, but their capabilities can be further extended through tool usage, i.e.: executable code, to enhance response accuracy or address specialized domains. Current approaches to enable tool usage often rely on model-specific prompting or fine-tuning a model for function-calling instructions. Both approaches have notable limitations, including reduced adaptability to unseen tools and high resource requirements. This paper introduces FREYR, a streamlined framework that modularizes the tool usage process into separate steps. Through this decomposition, we show that FREYR achieves superior performance compared to conventional tool usage methods. We evaluate FREYR on a set of real-world test cases specific for video game design and compare it against traditional tool usage as provided by the Ollama API.
Code (1)
Tasks
Game DesignMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Improving the Accuracy of the CogniLearn System for Cognitive Behavior Assessment
HTKS is a game-like cognitive assessment method, designed for children between four and eight years of age. During the HTKS assessment, a child responds to a sequence of requests, such as "touch your head" or "touch your…
Accelerating Serverless Computing by Harvesting Idle Resources
Serverless computing automates fine-grained resource scaling and simplifies the development and deployment of online services with stateless functions. However, it is still non-trivial for users to allocate appropriate r…
Deep Reinforcement LearningBack up your Stance: Recognizing Arguments in Online Discussions
Optimizing LLM Inference for Database Systems: Cost-Aware Scheduling for Concurrent Requests
LLMs are increasingly used inside database systems and in database applications for better complexity management and decision-making, where LLM inferences require significant GPU costs. LLM inference systems, however, ar…
Decision MakingGPUManagementSchedulingPACE: Towards Surfacing Hidden Conflicts in User Requests
Personalized assistants should not only comply with user requests but also assess whether those requests are appropriate given the user's current circumstances. However, prior work has primarily focused on accurately exe…