Explanation Graph Generation via Pre-trained Language Models: An Empirical Study with Contrastive Learning
Swarnadeep Saha, Prateek Yadav, Mohit Bansal

TL;DR
This paper investigates the ability of pre-trained language models to generate explanation graphs, highlighting challenges with structural and semantic accuracy, and proposes contrastive learning techniques with graph perturbations to improve their performance.
Contribution
The study introduces contrastive learning methods with graph perturbations to enhance the structural and semantic quality of explanation graphs generated by language models.
Findings
Contrastive learning significantly improves graph structural accuracy.
Semantic coherence of generated graphs is enhanced through proposed methods.
Human-like negative graphs further boost model performance.
Abstract
Pre-trained sequence-to-sequence language models have led to widespread success in many natural language generation tasks. However, there has been relatively less work on analyzing their ability to generate structured outputs such as graphs. Unlike natural language, graphs have distinct structural and semantic properties in the context of a downstream NLP task, e.g., generating a graph that is connected and acyclic can be attributed to its structural constraints, while the semantics of a graph can refer to how meaningfully an edge represents the relation between two node concepts. In this work, we study pre-trained language models that generate explanation graphs in an end-to-end manner and analyze their ability to learn the structural constraints and semantics of such graphs. We first show that with limited supervision, pre-trained language models often generate graphs that either…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Explainable Artificial Intelligence (XAI)
MethodsContrastive Learning · InfoNCE
