Skip to content
/ STAR Public

pytorch implementation for the STAR model in CIKM 2019 "STAR: Spatio-Temporal Taxonomy-Aware Tag Recommendation for Citizen Complaints"

Notifications You must be signed in to change notification settings

jygao97/STAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pytorch implementation for the STAR model in CIKM 2019 "STAR: Spatio-Temporal Taxonomy-Aware Tag Recommendation for Citizen Complaints"

Packages

  • python 3.6
  • torch 1.0.1
  • numpy 1.15.4
  • scikit-learn 0.20.2

Run

  • Step1: Create the data directory which contains texts, timestamps, and locations of complaints, as well as the tag taxonomy
  • Step2: Set hyper-parameters in main.py
  • Step3: python main.py, which trains the model and reports performance on the test set

About

pytorch implementation for the STAR model in CIKM 2019 "STAR: Spatio-Temporal Taxonomy-Aware Tag Recommendation for Citizen Complaints"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages