Skip to content

Jyonn/FANS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FANS: Fast Non-autoregressive Sequential Generation for Item List Continuation

TheWebConf 2023 accepted paper.

@inproceedings{liu2023fans, 
    title = {FANS: Fast Non-Autoregressive Sequence Generation for Item List Continuation},
    author = {Liu, Qijiong and Zhu, Jieming and Wu, Jiahao and Wu, Tiandeng and Dong, Zhenhua and Wu, Xiao-Ming},
    booktitle = {Proceedings of the ACM Web Conference 2023},
    month = {may},
    year = {2023},
    address = {Austin, Texas, USA}
}

Datasets

Please refer to data/readme.md

Training

python worker.py 
  --config config/<DATASET>-bert-double-n10.yaml 
  --exp exp/curriculum-bert-double-step.yaml

Testing

python worker.py 
  --config config/<DATASET>-bert-double-n10.yaml 
  --exp exp/test-curriculum-bert-double-step.yaml

About

WWW 2023 accepted paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages