Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OPilgrim authored Apr 23, 2024
1 parent 8cf5d63 commit 32e59f3
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# DGSR
The code and dataset for our TKDE 2022 paper: Dynamic Graph Neural Networks for Sequential Recommendation (https://ieeexplore.ieee.org/abstract/document/9714053). We have implemented our methods in Pytorch.

## Dependencies
<img src="dgsr.png" alt="model" style="zoom: 50%;" />

- Python 3.6
- torch 1.7.1
- dgl 0.7.2
This is the code for the TKDE 2022 Paper: [Dynamic Graph Neural Networks for Sequential Recommendation](https://ieeexplore.ieee.org/abstract/document/9714053).

## Usage
## Usage

### Generate data

Expand All @@ -23,9 +20,16 @@ Then you can run the file ```new_main.py``` to train and test our model.
The detailed commands can be found in ```{dataset}.sh```


## Requirements

- Python 3.6
- torch 1.7.1
- dgl 0.7.2

## Citation

Please cite our paper if you use the code:

## Cite
If you want to use our codes in your research, please cite:
```
@ARTICLE{9714053,
author={Zhang, Mengqi and Wu, Shu and Yu, Xueli and Liu, Qiang and Wang, Liang},
Expand All @@ -37,3 +41,4 @@ If you want to use our codes in your research, please cite:
pages={1-1},
doi={10.1109/TKDE.2022.3151618}}
```

0 comments on commit 32e59f3

Please sign in to comment.