Graph Neural Networks in Natural Language Processing | A Brief Overview
Introduction In recent years, there has been an explosion of interest in neural networks designed for graph structured data. Graph structured data is any set of nodes connected by edges. We denote a graph as $ \mathcal{G}=(V,E) $ with node set $ V $ and…