/ABCNN

TensorFlow Implementation of ABCNN (ABCNN: Attention-Based Convolutional Neural Network for Modeling Sentence Pairs)

Primary LanguagePython

ABCNN: Attention-Based Convolutional Neural Network for Modeling Sentence Pairs

TensorFlow implementation of ABCNN, proposed by Wenpeng Yin et al.

I try best to write most elegant and effective model implementation.

Prerequisites

  • Python 2.7
  • TensorFlow >= 1.10

Datasets

Models

Extensions

TODOs

fix bugs

Results

TODO

Notes:

This is slightly different with origin paper, here I do not use additional LR or SVM classifier, it's not elegant at all.

Usage

python train.py

python predict.py

References