Skip to content

Melinda315/WalkLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0907a23 · Dec 10, 2023

History

11 Commits
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023

Repository files navigation

README

This repository contains a implementation of our "WalkLM: A Uniform Language Model Fine-tuning Framework for Attributed Graph Embedding" .

Environment Setup

  1. Pytorch 1.12.1
  2. Python 3.7.15

Run

The implementation of embedding generate (emb.py)、node classification task(nc.py) and link prediction task (lp.py);

Example to run the codes

step 1: fine-tune language model and generate embeddings

python emb.py

step 2: node classification task

python nc.py

step 3: link prediction task

python lp.py

Citation

If you find the code useful, please consider citing the following paper:

@inproceedings{tan2023walklm,
  title={WalkLM: A Uniform Language Model Fine-tuning Framework for Attributed Graph Embedding},
  author={Tan, Yanchao and Zhou, Zihao and Lv, Hang and Liu, Weiming and Yang, Carl},
  booktitle={Thirty-seventh Conference on Neural Information Processing Systems},
  year={2023}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages