MGSA: Multi-Granularity Graph Structure Attention for Knowledge Graph-to-Text Generation
Shanshan Wang, Chun Zhang, Ning Zhang

TL;DR
This paper introduces MGSA, a multi-granularity graph structure attention model that enhances knowledge graph-to-text generation by capturing both entity-level and word-level structural information, leading to improved text quality.
Contribution
The paper proposes a novel multi-granularity structure encoding approach that combines entity-level and word-level information within pre-trained language models for better KG-to-text generation.
Findings
MGSA outperforms single-granularity models on WebNLG and EventNarrative datasets.
Multi-granularity encoding improves the semantic richness of generated texts.
Extensive evaluations confirm the effectiveness of the proposed approach.
Abstract
The Knowledge Graph-to-Text Generation task aims to convert structured knowledge graphs into coherent and human-readable natural language text. Recent efforts in this field have focused on enhancing pre-trained language models (PLMs) by incorporating graph structure information to capture the intricate structure details of knowledge graphs. However, most of these approaches tend to capture only single-granularity structure information, concentrating either on the relationships between entities within the original graph or on the relationships between words within the same entity or across different entities. This narrow focus results in a significant limitation: models that concentrate solely on entity-level structure fail to capture the nuanced semantic relationships between words, while those that focus only on word-level structure overlook the broader relationships between original…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Semantic Web and Ontologies
MethodsSoftmax · Attention Is All You Need · Focus
