SOTAVerified

FREYR: A Framework for Recognizing and Executing Your Requests

2025-01-21Code Available0· sign in to hype

Roberto Gallotta, Antonios Liapis, Georgios N. Yannakakis

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Reproductions