Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bcol23/EXAM-MXNet

An unofficial MXNet implementation of the AAAI-19 paper "Explicit Interaction Model towards Text Classification"
https://github.com/bcol23/EXAM-MXNet

aaai2019 mxnet text-classification

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# EXAM-MXNet
An unofficial MXNet implementation of [Explicit Interaction Model towards Text Classification](https://arxiv.org/pdf/1811.09386.pdf)

Official one is [here](https://github.com/NonvolatileMemory/AAAI_2019_EXAM).

## Requirements

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

## Instruction

Put the [Zhihu Kanshan Cup](https://biendata.com/competition/zhihu/) 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.