LGAISEOct 10, 2025

GRETEL: A Goal-driven Retrieval and Execution-based Trial Framework for LLM Tool Selection Enhancing

arXiv:2510.17843v1
Originality Incremental advance
AI Analysis

This addresses the problem of unreliable tool selection for LLM agents in real-world applications, representing a strong incremental improvement over existing methods.

The paper tackles the problem of tool retrieval for LLM-based agent systems, which suffers from a semantic-functional gap where semantically similar tools may not be functionally viable. The result shows that their GRETEL framework improves Pass Rate from 0.690 to 0.826, Recall from 0.841 to 0.867, and NDCG from 0.807 to 0.857 on the ToolBench benchmark.

Despite remarkable advances in Large Language Model capabilities, tool retrieval for agent-based systems remains fundamentally limited by reliance on semantic similarity, which fails to capture functional viability. Current methods often retrieve textually relevant but functionally inoperative tools due to parameter mismatches, authentication failures, and execution constraints--a phenomenon we term the semantic-functional gap. We introduce GRETEL, to address this gap through systematic empirical validation. GRETEL implements an agentic workflow that processes semantically retrieved candidates through sandboxed plan-execute-evaluate cycles, generating execution-grounded evidence to distinguish truly functional tools from merely descriptive matches. Our comprehensive evaluation on the ToolBench benchmark demonstrates substantial improvements across all metrics: Pass Rate (at 10) increases from 0.690 to 0.826, Recall (at 10) improves from 0.841 to 0.867, and NDCG (at 10) rises from 0.807 to 0.857.. These results establish that execution-based validation provides a more reliable foundation for tool selection than semantic similarity alone, enabling more robust agent performance in real-world 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