LGCLMay 22, 2025

Tools in the Loop: Quantifying Uncertainty of LLM Question Answering Systems That Use Tools

arXiv:2505.16113v12 citationsh-index: 12ACL
Originality Incremental advance
AI Analysis

This addresses the critical challenge of ensuring reliability in high-stakes applications like medical decision-making, where LLMs rely on tools, but the work is incremental as it extends existing uncertainty quantification methods to a new scenario.

The paper tackles the problem of quantifying uncertainty in LLM question answering systems that use external tools, proposing a novel framework that jointly models the predictive uncertainty of both the LLM and the tool, and shows effectiveness in enhancing trust in such systems.

Modern Large Language Models (LLMs) often require external tools, such as machine learning classifiers or knowledge retrieval systems, to provide accurate answers in domains where their pre-trained knowledge is insufficient. This integration of LLMs with external tools expands their utility but also introduces a critical challenge: determining the trustworthiness of responses generated by the combined system. In high-stakes applications, such as medical decision-making, it is essential to assess the uncertainty of both the LLM's generated text and the tool's output to ensure the reliability of the final response. However, existing uncertainty quantification methods do not account for the tool-calling scenario, where both the LLM and external tool contribute to the overall system's uncertainty. In this work, we present a novel framework for modeling tool-calling LLMs that quantifies uncertainty by jointly considering the predictive uncertainty of the LLM and the external tool. We extend previous methods for uncertainty quantification over token sequences to this setting and propose efficient approximations that make uncertainty computation practical for real-world applications. We evaluate our framework on two new synthetic QA datasets, derived from well-known machine learning datasets, which require tool-calling for accurate answers. Additionally, we apply our method to retrieval-augmented generation (RAG) systems and conduct a proof-of-concept experiment demonstrating the effectiveness of our uncertainty metrics in scenarios where external information retrieval is needed. Our results show that the framework is effective in enhancing trust in LLM-based systems, especially in cases where the LLM's internal knowledge is insufficient and external tools are required.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes