Skip to content

bcol23/EXAM-MXNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXAM-MXNet

An unofficial MXNet implementation of Explicit Interaction Model towards Text Classification

Official one is here.

Requirements

  • mxnet
  • numpy
  • pandas
  • scikit-learn
  • tqdm

Instruction

Put the Zhihu Kanshan Cup data (specifically 'question_train_set.txt', 'question_topic_train_set.txt', 'topic_info.txt' and 'word_embedding.txt') into the data folder or specify the path.

Run

$ python exam.py

Alternatively you can use the Jupyter notebook.

About

An unofficial MXNet implementation of the AAAI-19 paper "Explicit Interaction Model towards Text Classification"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published