paper-with-me

Papers

Tree-of-Traversals: A Zero-Shot Reasoning Algorithm for Augmenting Black-box Language Models with Knowledge Graphs

2024-07-31 · Elan Markowitz, Anil Ramakrishna, Jwala Dhamala, Ninareh Mehrabi, Charith Peris, Rahul Gupta, Kai-Wei Chang, Aram Galstyan

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}

📄 PDF Abstract BibTeX arXiv:2407.21358

Code (1)

amazon-science/tree-of-traversals 공식 구현

Tasks

Knowledge GraphsQuestion Answering

Similar Papers 제목 키워드 기반

Decomposing Visual Classification: Assessing Tree-Based Reasoning in VLMs

2025-09-10 · Sary Elmansoury, Islam Mesabah, Gerrit Großmann, Peter Neigel 외 arxiv

Vision language models (VLMs) excel at zero-shot visual classification, but their performance on fine-grained tasks and large hierarchical label spaces is understudied. This paper investigates whether structured, tree-ba…

Enhancing Long-Term Memory using Hierarchical Aggregate Tree for Retrieval Augmented Generation

2024-06-10 · Aadharsh Aadhithya A, Sachin Kumar S, Soman K. P

Large language models have limited context capacity, hindering reasoning over long conversations. We propose the Hierarchical Aggregate Tree memory structure to recursively aggregate relevant dialogue context through con…

RetrievalRetrieval-augmented Generation

Arithmetical Binary Decision Tree Traversals

2022-09-11 · Jinxiong Zhang

This paper introduces a series of methods for traversing binary decision trees using arithmetic operations. We present a suite of binary tree traversal algorithms that leverage novel representation matrices to flatten th…

Zero-Shot Multi-Hop Question Answering via Monte-Carlo Tree Search with Large Language Models

2024-09-28 · Seongmin Lee, Jaewook Shin, Youngjin Ahn, Seokin Seo 외

Recent advances in large language models (LLMs) have significantly impacted the domain of multi-hop question answering (MHQA), where systems are required to aggregate information and infer answers from disparate pieces o…

Multi-hop Question AnsweringQuestion Answering

Zero-shot Object Navigation with Vision-Language Models Reasoning

2024-10-24 · Congcong Wen, Yisiyuan Huang, Hao Huang, Yanjia Huang 외

Object navigation is crucial for robots, but traditional methods require substantial training data and cannot be generalized to unknown environments. Zero-shot object navigation (ZSON) aims to address this challenge, all…

Decision MakingLanguage ModelingLanguage ModellingObject+1