Skip to content

kihyunwon/dynamic-coattention-network

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dynamic Coattention Networks For Question Answering

Tensorflow implementaion of Dynamic Coattention Networks.

This repo contains work on progress.

Requirements

  • Python 3.5.2
  • TensorFlow r0.11
  • spaCy 1.2.0

Data

Retrieve json training files from SQuAD.

dataset.py contains code to create a dataset and vocab for training network.

Training the network

In order to train the network, execute

python main.py --mode train

Credit

Modified codes are originally from textsum.

About

Tensorflow implementation of Dynamic Coattention Networks for Question Answering.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages