bcol23 / EXAM-MXNet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

License:MIT License


Languages

Language:Python 67.6%Language:Jupyter Notebook 32.4%