- A CNTK implementation of R-NET: MACHINE READING COMPREHENSION WITH SELF-MATCHING NETWORKS. This project is designed for the MS MARCO dataset.
- The data processing is the same as BiDAF's code from MSRA
- The part of ploymath's output still has some bugs, because of the material of CNTK is finite. But you can temporary use BiDAF's output-layer.
- Python >= 3.5
- cntk >= 2.5.1
This is similar to BiDAF's code from MSRA