Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/baidu/AnyQ
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghan1992 committed Jul 28, 2018
2 parents c83061c + 073738a commit 1c0189c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ AnyQ(ANswer Your Questions) is a configurable & plugable FAQ-based Question Answ
In our FAQ-based QA framework, which is designed to be configurable and plugable, all the processes or functions are plugins. Developers can easily designed their own processes and add to our framework, so they can quickly build QA system for their own application.

SimNet, first designed in 2013 by Baidu-NLP, is a flexiable semantic matching framework which is widely used in many applications in Baidu. SimNet consists of the neural network structure BOW、CNN、RNN and MM-DNN. Meanwhile, we have implemented more state-of-the-art structures such as MatchPyramid、MV-LSTM、K-NRM. SimNet has a unified interface, implemented with PaddleFluid and Tensorflow. Models trained using SimNet can be easily added into our AnyQ framework, through which we can augment our semantic matching ability.

The overall framework of AnyQ is as follows:
<center>
<img src="./docs/images/AnyQ-Framework.png" width="80%" height="80%" />
</center>

0 comments on commit 1c0189c

Please sign in to comment.