Struct-X: Enhancing Large Language Models Reasoning with Structured Data
Xiaoyu Tan, Haoyu Wang, Xihe Qiu, Yuan Cheng, Yinghui Xu, Wei Chu,, Yuan Qi

TL;DR
Struct-X is a framework that enhances large language models' reasoning by efficiently integrating structured data through a multi-phase process involving encoding, filtering, and topological network construction, leading to improved inference performance.
Contribution
It introduces a novel multi-phase framework for integrating structured data into LLMs, addressing token overload and irrelevant information issues, with an auxiliary module for prompt generation.
Findings
Significantly improves LLM reasoning on knowledge graph question-answer tasks.
Enhances long document reading comprehension performance.
Demonstrates effective structured data augmentation for complex inputs.
Abstract
Structured data, rich in logical and relational information, has the potential to enhance the reasoning abilities of large language models (LLMs). Still, its integration poses a challenge due to the risk of overwhelming LLMs with excessive tokens and irrelevant context information. To address this, we propose Struct-X, a novel framework that operates through five key phases: ``read-model-fill-reflect-reason'' efficiently enabling LLMs to utilize structured data. It begins by encoding structured data into a topological space using graph embeddings, followed by filling in missing entity information with knowledge retrieval modules, and filtering out irrelevant tokens via a self-supervised module. The final phase involves constructing a topological network with selected tokens to further reduce the total token length for more effective LLM inference. Additionally, Struct-X includes 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
TopicsNatural Language Processing Techniques · Topic Modeling
