This repository contains the code associated with the paper titled "Information Filtering and Interpolating for Semi-supervised Graph Domain Adaptation," which has been accepted for publication in the journal Pattern Recognition.
To run the example, execute the following command:
python main.py --source acmv9 --target citationv1
If this code assists in your research, please consider citing our paper:
@article{qiao2024information,
title={Information Filtering and Interpolating for Semi-supervised Graph Domain Adaptation},
author={Qiao, Ziyue and Xiao, Meng and Guo, Weiyu and Luo, Xiao and Xiong, Hui},
journal={Pattern Recognition},
pages={110498},
year={2024},
issn={0031-3203},
doi={https://doi.org/10.1016/j.patcog.2024.110498},
publisher={Elsevier}
}