Skip to content

This repository is about the kdd 2024 whoiswho competition and we are ranked A 5 B 11

Notifications You must be signed in to change notification settings

asirgogogo/2024-kdd_ind_whoiswho_rank11

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

IND-WhoIsWho

Team DeepMayNotLearn Rank 11

Prerequisites

  • Ubuntu22.04
  • Python 3.10
  • PyTorch 2.2.0+cu121

Hardware device

  • GPU 3090 24G
  • RAM 64G

Run Code

Run GNN

install the requirements

sh GNN/install_requirements.sh

build the graph ,and this may cost lots of time,if need you can find me to get my built graph

sh GNN/build_graph.sh

train and save the model

sh GNN/train_model.sh

predict

python GNN/w2v_model_test.py

python GNN/sci_model_test.py

Run LGB+XGB+CAT

sh lgb+cat+xgb/install_requires.sh

train_w2v

python lgb+cat+xgb/w2vProcess.py

train-and-predict

python lgb+cat+xgb/main.py

Resourece

IND Dataset:Data (biendata.xyz)

SciBERT model:allenai/scibert_scivocab_uncased at main (hf-mirror.com)

Methods

You can see more details in GNN/README.md and lgb+cat+xgb/README.md

About

This repository is about the kdd 2024 whoiswho competition and we are ranked A 5 B 11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%