Skip to content

coderxor/SSR-TA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SSR-TA

This is the code for the "SSR-TA: Sequence to Sequence based expert recurrent recommendation for ticket automation" and baselines.

pygcn https://github.com/tkipf/pygcn was used to implement the baseline DeepRouting.

The baseline BART is implemented with transformers.BartForSequenceClassification https://github.com/huggingface/transformers.

Pre-request

linux 16.04 python 3.8.8 PyTorch 1.9.1 CUDA Version: 10.2

Usage

Model

  • load_data.py

The code to load the ticket dataset.

  • model.py

The codes of the models in this paper.

Train&&Test

  • train.py

The codes to train the SSR-TA and evaluate the network on the test data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages