• Stars
    star
    106
  • Rank 319,214 (Top 7 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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".