On the Effectiveness of Hybrid Pooling in Mixup-Based Graph Learning for Language Processing
Zeming Dong, Qiang Hu, Zhenya Zhang, Yuejun Guo, Maxime Cordy, Mike, Papadakis, Yves Le Traon, and Jianjun Zhao

TL;DR
This paper investigates how different graph pooling operators influence the effectiveness of Manifold-Mixup data augmentation in GNNs for language processing, revealing that hybrid pooling operators improve model accuracy and robustness.
Contribution
It provides the first comprehensive empirical analysis of the impact of various graph pooling operators on Mixup-based graph learning performance.
Findings
Hybrid pooling operators outperform Max-pooling and GMT in accuracy.
Hybrid pooling enhances robustness of GNN models.
Empirical results on language datasets confirm effectiveness.
Abstract
Graph neural network (GNN)-based graph learning has been popular in natural language and programming language processing, particularly in text and source code classification. Typically, GNNs are constructed by incorporating alternating layers which learn transformations of graph node features, along with graph pooling layers that use graph pooling operators (e.g., Max-pooling) to effectively reduce the number of nodes while preserving the semantic information of the graph. Recently, to enhance GNNs in graph learning tasks, Manifold-Mixup, a data augmentation technique that produces synthetic graph data by linearly mixing a pair of graph data and their labels, has been widely adopted. However, the performance of Manifold-Mixup can be highly affected by graph pooling operators, and there have not been many studies that are dedicated to uncovering such affection. To bridge this gap, we…
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
TopicsAdvanced Graph Neural Networks · Topic Modeling · Recommender Systems and Techniques
MethodsMax Pooling · Mixup · Manifold Mixup
