arXiv:2511.14903cs.LGcs.SE2025-11中稿 · NeurIPS

让大模型用可检查的工具,提升决策可靠性与可追溯性。

It's LIT! Reliability-Optimized LLMs with Inspectable Tools

  • 引入可追踪工具链,强制大模型优先选择可靠工具解决问题。
  • 在1300个问题上验证,模型在保持性能的同时显著提升可靠性。
  • 适合高风险场景,如医疗、金融中的可信AI系统开发。

大语言模型在多个领域表现出色,通过调用外部工具可进一步处理现实任务。然而,其推理过程不透明,限制了在高风险场景中的可信度。模型可能选择不可靠且难调试的解决方案,即使有更优选项。为此,我们提出LIT框架——让大模型在可能时使用更可靠、易追溯的外部工具。该框架基于现有大模型的工具调用能力,支持多步连续工具调用。我们构建了一个包含1300个问题的新基准数据集,并定义了可自定义的可靠性成本函数,用于评估工具的可靠性与可调试性。例如,计算器跨领域可靠,线性预测模型在分布偏移下不可靠但易调试;随机森林既不可靠也难调试。这些工具对接哈佛美国专利数据集(Harvard USPTO Patent Dataset)和NeurIPS 2023论文新数据集,解决数学、编码与建模问题。实验表明,使用LIT框架后,模型在维持任务表现的同时实现了更可靠、更明智的问题求解。

原文摘要 · Abstract (English)

Large language models (LLMs) have exhibited remarkable capabilities across various domains. The ability to call external tools further expands their capability to handle real-world tasks. However, LLMs often follow an opaque reasoning process, which limits their usefulness in high-stakes domains where solutions need to be trustworthy to end users. LLMs can choose solutions that are unreliable and difficult to troubleshoot, even if better options are available. We address this issue by forcing LLMs to use external -- more reliable -- tools to solve problems when possible. We present a framework built on the tool-calling capabilities of existing LLMs to enable them to select the most reliable and easy-to-troubleshoot solution path, which may involve multiple sequential tool calls. We refer to this framework as LIT (LLMs with Inspectable Tools). In order to support LIT, we introduce a new and challenging benchmark dataset of 1,300 questions and a customizable set of reliability cost functions associated with a collection of specialized tools. These cost functions summarize how reliable each tool is and how easy it is to troubleshoot. For instance, a calculator is reliable across domains, whereas a linear prediction model is not reliable if there is distribution shift, but it is easy to troubleshoot. A tool that constructs a random forest is neither reliable nor easy to troubleshoot. These tools interact with the Harvard USPTO Patent Dataset and a new dataset of NeurIPS 2023 papers to solve mathematical, coding, and modeling problems of varying difficulty levels. We demonstrate that LLMs can achieve more reliable and informed problem-solving while maintaining task performance using our framework.

大模型工具调用可靠性可解释性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。