diff --git a/fluid/PaddleNLP/deep_attention_matching_net/README.md b/fluid/PaddleNLP/deep_attention_matching_net/README.md index 55383fa378463f1bb5aa8bdb5c844bfc6c5b1b54..37085fe46ee6774b3e553a35d840eb11395da8a0 100644 --- a/fluid/PaddleNLP/deep_attention_matching_net/README.md +++ b/fluid/PaddleNLP/deep_attention_matching_net/README.md @@ -4,10 +4,6 @@ This is the source code of Deep Attention Matching network (DAM), that is propos DAM is a neural matching network that entirely based on attention mechanism. The motivation of DAM is to capture those semantic dependencies, among dialogue elements at different level of granularities, in multi-turn conversation as matching evidences, in order to better match response candidate with its multi-turn context. DAM appears on ACL-2018, please find our paper at [http://aclweb.org/anthology/P18-1103](http://aclweb.org/anthology/P18-1103). -## __TensorFlow Version__ - -DAM is originally implemented with Tensorflow, which can be found at: [https://github.com/baidu/Dialogue/DAM](https://github.com/baidu/Dialogue/DAM) (in progress). We highly recommend using the PaddlePaddle Fluid version here as it supports parallely training with very large corpus. - ## __Network__