paper-with-me

Papers

Towards Effective Graph Rationalization via Boosting Environment Diversity

2024-12-17 · Yujie Wang, Kui Yu, Yuhong Zhang, Fuyuan Cao, Jiye Liang

Graph Neural Networks (GNNs) perform effectively when training and testing graphs are drawn from the same distribution, but struggle to generalize well in the face of distribution shifts. To address this issue, existing mainstreaming graph rationalization methods first identify rationale and environment subgraphs from input graphs, and then diversify training distributions by augmenting the environment subgraphs. However, these methods merely combine the learned rationale subgraphs with environment subgraphs in the representation space to produce augmentation samples, failing to produce sufficiently diverse distributions. Thus, in this paper, we propose to achieve an effective Graph Rationalization by Boosting Environmental diversity, a GRBE approach that generates the augmented samples in the original graph space to improve the diversity of the environment subgraph. Firstly, to ensure the effectiveness of augmentation samples, we propose a precise rationale subgraph extraction strategy in GRBE to refine the rationale subgraph learning process in the original graph space. Secondly, to ensure the diversity of augmented samples, we propose an environment diversity augmentation strategy in GRBE that mixes the environment subgraphs of different graphs in the original graph space and then combines the new environment subgraphs with rationale subgraphs to generate augmented graphs. The average improvements of 7.65% and 6.11% in rationalization and classification performance on benchmark datasets demonstrate the superiority of GRBE over state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2412.12880

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Similar Papers 제목 키워드 기반

Cooperative Classification and Rationalization for Graph Generalization

2024-03-10 · Linan Yue, Qi Liu, Ye Liu, Weibo Gao 외

Graph Neural Networks (GNNs) have achieved impressive results in graph classification tasks, but they struggle to generalize effectively when faced with out-of-distribution (OOD) data. Several approaches have been propos…

ClassificationGraph ClassificationKnowledge Distillation

Fine-grained Graph Rationalization

2023-12-13 · Zhe Xu, Menghai Pan, Yuzhong Chen, Huiyuan Chen 외

Rationale discovery is defined as finding a subset of the input data that maximally supports the prediction of downstream tasks. In the context of graph machine learning, graph rationale is defined to locate the critical…

Prediction

Towards Faithful Explanations: Boosting Rationalization with Shortcuts Discovery

2024-03-12 · Linan Yue, Qi Liu, Yichao Du, Li Wang 외

The remarkable success in neural networks provokes the selective rationalization. It explains the prediction results by identifying a small subset of the inputs sufficient to support them. Since existing methods still su…

Boosting Explainability through Selective Rationalization in Pre-trained Language Models

2025-01-03 · Libing Yuan, Shuaibo Hu, Kui Yu, Le Wu

The widespread application of pre-trained language models (PLMs) in natural language processing (NLP) has led to increasing concerns about their explainability. Selective rationalization is a self-explanatory framework t…

Graph Rationalization with Environment-based Augmentations

2022-06-06 · Gang Liu, Tong Zhao, Jiaxin Xu, Tengfei Luo 외

Rationale is defined as a subset of input features that best explains or supports the prediction by machine learning models. Rationale identification has improved the generalizability and interpretability of neural netwo…

Graph RegressionProperty PredictionRepresentation Learning