Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.05 KB

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: