Knowledge Graph for NLG in the context of conversational agents
Hussam Ghanem (ICB), Massinissa Atmani (ICB), Christophe Cruz (ICB)

TL;DR
This paper reviews various architectures for knowledge graph-to-text generation in conversational agents, emphasizing the use of seq2seq Transformer models and discussing future research directions including emotional and multilingual aspects.
Contribution
It provides a comprehensive review of KG-to-text generation architectures and advocates for seq2seq Transformer models tailored to conversational agent constraints.
Findings
Seq2seq Transformer models are suitable for KG-to-text tasks in conversational agents.
Different architectures have specific advantages and limitations.
Future work includes refining datasets and exploring emotional and multilingual capabilities.
Abstract
The use of knowledge graphs (KGs) enhances the accuracy and comprehensiveness of the responses provided by a conversational agent. While generating answers during conversations consists in generating text from these KGs, it is still regarded as a challenging task that has gained significant attention in recent years. In this document, we provide a review of different architectures used for knowledge graph-to-text generation including: Graph Neural Networks, the Graph Transformer, and linearization with seq2seq models. We discuss the advantages and limitations of each architecture and conclude that the choice of architecture will depend on the specific requirements of the task at hand. We also highlight the importance of considering constraints such as execution time and model validity, particularly in the context of conversational agents. Based on these constraints and the availability…
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
MethodsMulti-Head Attention · Attention Is All You Need · Layer Normalization · Absolute Position Encodings · Byte Pair Encoding · Linear Layer · Sigmoid Activation · Label Smoothing · Adam · Position-Wise Feed-Forward Layer
