/Attentive_Convolution

This released code corresponds to TACL paper "attentive convolution". Attentive Convolution aims to generate a vector for two sentences.

Primary LanguagePython

Attentive_Convolution

This released code corresponds to paper "attentive convolution". Attentive Convolution aims to generate a vector for two sentences.

For general usage in terms of modeling relation of two sentences, pls refer to "train_AttentiveConvNet_easy_version.py" file and use the function "Attentive_Conv_for_Pair_easy_version".