paper-with-me

홈 › Papers

Struct-X: Enhancing Large Language Models Reasoning with Structured Data

2024-07-17 · Xiaoyu Tan, Haoyu Wang, Xihe Qiu, Yuan Cheng, Yinghui Xu, Wei Chu, Yuan Qi

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 Auxiliary Module trained to generate prompts, aiding LLMs in analyzing structured data. Extensive experiments on benchmarks, including the knowledge graph question-answer task and the long document reading comprehension task, show that Struct-X notably improves LLM reasoning, demonstrating the effectiveness of structured data augmentation in improving LLM inference with complex input context.

📄 PDF Abstract BibTeX arXiv:2407.12522

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationReading Comprehension

Similar Papers 제목 키워드 기반

Enhancing Large Language Models through Structured Reasoning

2025-06-25 · Yubo Dong, Hehe Fan

Recent Large Language Models (LLMs) have significantly advanced natural language processing and automated decision-making. However, these models still encounter difficulties when performing complex reasoning tasks involv…

Decision Making

Multimodal Tabular Reasoning with Privileged Structured Information

2025-06-04 · Jun-Peng Jiang, Yu Xia, Hai-Long Sun, Shiyin Lu 외

Tabular reasoning involves multi-step information extraction and logical inference over tabular data. While recent advances have leveraged large language models (LLMs) for reasoning over structured tables, such high-qual…

Graph Reasoning Paradigm: Structured and Symbolic Reasoning with Topology-Aware Reinforcement Learning for Large Language Models

2026-01-19 · Runxuan Liu, Xianhao Ou, Xinyan Ma, Jiyuan Wang 외 arxiv

Long Chain-of-Thought (LCoT), achieved by Reinforcement Learning with Verifiable Rewards (RLVR), has proven effective in enhancing the reasoning capabilities of Large Language Models (LLMs). However, reasoning in current…

Reinforcement LearningMathematical ReasoningCode Generation

Logic Agent: Enhancing Validity with Logic Rule Invocation

2024-04-28 · Hanmeng Liu, Zhiyang Teng, Chaoli Zhang, Yue Zhang

Chain-of-Thought (CoT) prompting has emerged as a pivotal technique for augmenting the inferential capabilities of language models during reasoning tasks. Despite its advancements, CoT often grapples with challenges in v…

InformativenessNavigate

DianJin-R1: Evaluating and Enhancing Financial Reasoning in Large Language Models

2025-04-22 · Jie Zhu, Qian Chen, Huaixia Dou, Junhui Li 외

Effective reasoning remains a core challenge for large language models (LLMs) in the financial domain, where tasks often require domain-specific knowledge, precise numerical calculations, and strict adherence to complian…

Math