English

Meta-Reasoning Improves Tool Use in Large Language Models

Computation and Language 2025-09-23 v2 Artificial Intelligence

Abstract

External tools help large language models succeed at tasks where they would otherwise typically fail. In existing frameworks, choosing tools at test time relies on naive greedy decoding, regardless of whether the model has been fine-tuned on tool-annotated data or prompted with in-context examples. In contrast, we find that gathering and choosing among a suitable set of candidate tools has greater potential to lead to an optimal selection. We present Tool selECTion via meta-reasONing (TECTON), a two-phase system that first reasons over a task and outputs candidate tools using a custom fine-tuned language modelling head. Then, with the custom head disabled, it meta-reasons (i.e., it reasons over the previous reasoning process) to make a final choice. We show that TECTON results in substantial gains--both in-distribution and out-of-distribution--on a range of math reasoning datasets.

Keywords

Cite

@article{arxiv.2411.04535,
  title  = {Meta-Reasoning Improves Tool Use in Large Language Models},
  author = {Lisa Alazraki and Marek Rei},
  journal= {arXiv preprint arXiv:2411.04535},
  year   = {2025}
}

Comments

NAACL 2025 Findings

R2 v1 2026-06-28T19:51:06.794Z