01_机器阅读论文及代码 - RamonYeung/ZJU-NLP GitHub Wiki
参考实施:
- Machine Comprehension Using Match-LSTM and Answer Pointer(Match-LSTM)
1)https://github.com/baidu/DuReader/
2)https://github.com/fuhuamosi/MatchLstm
3)https://github.com/xingdi-eric-yuan/MatchLSTM-PyTorch
4)https://github.com/MurtyShikhar/Question-Answering
- Bidirectional Attention Flow for Machine Comprehension(BIDAF)
1)https://github.com/baidu/DuReader/
2)https://github.com/allenai/bi-att-flow
3)https://github.com/jojonki/BiDAF
- R-NET: MACHINE READING COMPREHENSION WITH SELF-MATCHING NETWORKS(R-net)
1)https://github.com/minsangkim142/R-net
2)https://github.com/HKUST-KnowComp/R-Net