Skip to content

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

Notifications You must be signed in to change notification settings

Lapis-Hong/ABCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages