exe1023 / FusionNet

My implementation of the FusionNet for machine comprehension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FusionNet

This is my pytorch implementation of the FusionNet: Fusing via Fully-aware Attention with Application to Machine Comprehension for chinese machine comprehension dataset (not public dataset). However, I am now implementing the preprocessing/decoding for SQuAD, I think the SQuAD compatiable version will be released soon.

Feel free to use/modify it. Any improvement will be appreciated.

HOW TO RUN:

$ python3 preprocess.py
$ python3 train.py

TODO:

I will implement following word feature soon

  • Glove word vector and fine-tune (Maybe fasttext?)
  • CoVe vector
  • POS, NER, normalized term frequency
  • context word appears in the quesiton?

Result:

Kaggle competition

References:

About

My implementation of the FusionNet for machine comprehension

License:MIT License


Languages

Language:Python 100.0%