This is the PyTorch implementation of CIKM 2024 paper "Structural Representation Learning and Disentanglement for Evidential Chinese Patent Approval Prediction".
by Jinzhi Shan, Qi Zhang, Chongyang Shi*, Mengting Gui, Shoujin Wang, Usman Naseem
For scientific research purposes only !!!
https://drive.google.com/file/d/1T27DoDskcCwKIFY6hw5Snjbs6uGuxDMR/view?usp=sharing
This code requires the following:
- python == 3.7.0
- torch == 1.8.0
- torch-geometric == 1.7.2
- transformers == 4.27.3
- numpy == 1.21.6
- pandas == 1.1.5
- scikit-learn == 1.0.2
- scipy == 1.7.3