Triples-to-Text Generation with Reinforcement Learning Based Graph-augmented Neural Networks
Hanning Gao, Lingfei Wu, Hongyun Zhang, Zhihua Wei, Po Hu, Fangli Xu, and Bo Long

TL;DR
This paper introduces a novel graph-augmented neural network model with reinforcement learning to improve RDF-to-text generation, effectively capturing structural information and enhancing the faithfulness of generated descriptions.
Contribution
It proposes a new model combining graph-augmented encoders and reinforcement learning with information extraction rewards to better model structure and improve text faithfulness.
Findings
Outperforms state-of-the-art baselines on benchmark datasets.
Reinforcement learning reward improves generated text faithfulness.
Effectively models local and global structural information in RDF triples.
Abstract
Considering a collection of RDF triples, the RDF-to-text generation task aims to generate a text description. Most previous methods solve this task using a sequence-to-sequence model or using a graph-based model to encode RDF triples and to generate a text sequence. Nevertheless, these approaches fail to clearly model the local and global structural information between and within RDF triples. Moreover, the previous methods also face the non-negligible problem of low faithfulness of the generated text, which seriously affects the overall performance of these models. To solve these problems, we propose a model combining two new graph-augmented structural neural encoders to jointly learn both local and global structural information in the input RDF triples. To further improve text faithfulness, we innovatively introduce a reinforcement learning (RL) reward based on information extraction…
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 · Advanced Text Analysis Techniques
