Encoder-Free Knowledge-Graph Reasoning with LLMs via Hyperdimensional Path Retrieval
Yezi Liu, William Youngwoo Chung, Hanning Chen, Calvin Yeung, Mohsen Imani

TL;DR
PathHD introduces an encoder-free, hyperdimensional computing approach for knowledge-graph reasoning with LLMs, significantly reducing latency and GPU usage while maintaining or improving accuracy and interpretability.
Contribution
It proposes a novel encoder-free framework combining hyperdimensional path representations with a single LLM call for efficient, interpretable KG reasoning.
Findings
Matches or improves Hits@1 on WebQSP, CWQ, GrailQA
Reduces end-to-end latency by 40-60%
Lowers GPU memory usage by 3-5 times
Abstract
Recent progress in large language models (LLMs) has made knowledge-grounded reasoning increasingly practical, yet KG-based QA systems often pay a steep price in efficiency and transparency. In typical pipelines, symbolic paths are scored by neural encoders or repeatedly re-ranked by multiple LLM calls, which inflates latency and GPU cost and makes the decision process hard to audit. We introduce PathHD, an encoder-free framework for knowledge-graph reasoning that couples hyperdimensional computing (HDC) with a single LLM call per query. Given a query, PathHD represents relation paths as block-diagonal GHRR hypervectors, retrieves candidate paths using a calibrated blockwise cosine similarity with Top-K pruning, and then performs a one-shot LLM adjudication that outputs the final answer together with supporting, citeable paths. The design is enabled by three technical components: (i) an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFerroelectric and Negative Capacitance Devices · Advanced Memory and Neural Computing · Advanced Graph Neural Networks
