/clozit

Primary LanguagePython

clozit: A deep learning framework based on TensorFlow

clozit is a deep learning framework for solving the cloze problems, where multiple answers (words or phrases) are considered for fill in the blank for a sentence. The model utilizes attention modeling of recurrent neural network. It is based on the attention sum reader network https://arxiv.org/pdf/1603.01547.pdf.

Dependencies

  • Python 2.7
  • numpy
  • TensorFlow

Examples

coming soon!