paper-with-me

Papers

HyperG: Hypergraph-Enhanced LLMs for Structured Knowledge

2025-02-25 · Sirui Huang, Hanqian Li, Yanggan Gu, Xuming Hu, Qing Li, Guandong Xu

Given that substantial amounts of domain-specific knowledge are stored in structured formats, such as web data organized through HTML, Large Language Models (LLMs) are expected to fully comprehend this structured information to broaden their applications in various real-world downstream tasks. Current approaches for applying LLMs to structured data fall into two main categories: serialization-based and operation-based methods. Both approaches, whether relying on serialization or using SQL-like operations as an intermediary, encounter difficulties in fully capturing structural relationships and effectively handling sparse data. To address these unique characteristics of structured data, we propose HyperG, a hypergraph-based generation framework aimed at enhancing LLMs' ability to process structured knowledge. Specifically, HyperG first augment sparse data with contextual information, leveraging the generative power of LLMs, and incorporate a prompt-attentive hypergraph learning (PHL) network to encode both the augmented information and the intricate structural relationships within the data. To validate the effectiveness and generalization of HyperG, we conduct extensive experiments across two different downstream tasks requiring structured knowledge.

📄 PDF Abstract BibTeX arXiv:2502.18125

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLaSA: Large Language and Structured Data Assistant

2024-11-16 · Yao Xu, Shizhu He, Zeng Xiangrong, Jiabei Chen 외

Structured data, such as tables, graphs, and databases, play a critical role in plentiful NLP tasks such as question answering and dialogue system. Recently, inspired by Vision-Language Models, Graph Neutral Networks (GN…

Hypergraph representationsQuestion AnsweringSelf-Supervised Learning

Multi-Modal Hypergraph Enhanced LLM Learning for Recommendation

2025-04-13 · Xu Guo, Tong Zhang, Yuanzhi Wang, Chenxu Wang 외

The burgeoning presence of Large Language Models (LLM) is propelling the development of personalized recommender systems. Most existing LLM-based methods fail to sufficiently explore the multi-view graph structure correl…

Contrastive LearningMultimodal RecommendationRecommendation Systems

VizRAG: Enhancing Retrieval-Augmented Generation with Hypergraph Visualization

2026-07-22 · Yanbin Wei, Yang Chen, Renling Gan, Ziru Liu 외 arxiv

Hypergraph-based RAG systems surpass traditional graph-based approaches by organizing complex n-ary atomic facts among entities, rather than relying solely on binary relationships. Despite the advancements in multimodal …

EnhancE:Enhanced Entity and Relation Embedding for Knowledge Hypergraph Link Prediction

2023-04-30 · journal 2023 4 · Chenxu Wang, Zhao Li, Xin Wang, and Zirui Chen

Knowledge Hypergraphs, as the generalization of knowledge graphs, have attracted increasingly widespread attention due to their friendly compatibility with real-world facts. However, link prediction in knowledge hypergra…

Knowledge GraphsLink PredictionPositionPrediction+1

HyperGraphRAG: Retrieval-Augmented Generation with Hypergraph-Structured Knowledge Representation

2025-03-27 · Haoran Luo, Haihong E, Guanting Chen, Yandan Zheng 외

While standard Retrieval-Augmented Generation (RAG) based on chunks, GraphRAG structures knowledge as graphs to leverage the relations among entities. However, previous GraphRAG methods are limited by binary relations: o…

RAGRetrievalRetrieval-augmented Generation