Tree-of-Traversals: A Zero-Shot Reasoning Algorithm for Augmenting Black-box Language Models with Knowledge Graphs
Elan Markowitz, Anil Ramakrishna, Jwala Dhamala, Ninareh Mehrabi, Charith Peris, Rahul Gupta, Kai-Wei Chang, Aram Galstyan
TL;DR
Tree-of-Traversals addresses the problem of augmenting black-box LLMs with knowledge graphs in a zero-shot setting without training. It introduces a KG interface, a finite-state action machine, and a tree-search procedure that expands a local KG subgraph guided by a learned value function to answer complex, multi-hop questions. The method supports single and multiple KGs, demonstrated on 2WikiMultiHop, QALD-10, and MusicBrainz-x-Wikidata, achieving state-of-the-art zero-shot results on the datasets. The findings show that value-guided exploration and backtracking significantly improve accuracy, and that combining domain- or cross-domain KGs yields substantial gains for knowledge-intensive QA. This work offers a practical, training-free path to robust, up-to-date knowledge augmentation for LLMs with external knowledge sources.
Abstract
Knowledge graphs (KGs) complement Large Language Models (LLMs) by providing reliable, structured, domain-specific, and up-to-date external knowledge. However, KGs and LLMs are often developed separately and must be integrated after training. We introduce Tree-of-Traversals, a novel zero-shot reasoning algorithm that enables augmentation of black-box LLMs with one or more KGs. The algorithm equips a LLM with actions for interfacing a KG and enables the LLM to perform tree search over possible thoughts and actions to find high confidence reasoning paths. We evaluate on two popular benchmark datasets. Our results show that Tree-of-Traversals significantly improves performance on question answering and KG question answering tasks. Code is available at \url{https://github.com/amazon-science/tree-of-traversals}
