English

FREYR: A Framework for Recognizing and Executing Your Requests

Software Engineering 2025-01-23 v1 Artificial Intelligence

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.

Keywords

Cite

@article{arxiv.2501.12423,
  title  = {FREYR: A Framework for Recognizing and Executing Your Requests},
  author = {Roberto Gallotta and Antonios Liapis and Georgios N. Yannakakis},
  journal= {arXiv preprint arXiv:2501.12423},
  year   = {2025}
}

Comments

15 pages

R2 v1 2026-06-28T21:12:51.621Z