19 Star 84 Fork 25

百度开源 / AnyQ

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.EN.md 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
yinweichong 提交于 2018-07-27 10:33 . Update README.EN.md

AnyQ

AnyQ(ANswer Your Questions) is a configurable & plugable FAQ-based Question Answering framework. SimNet, a Semantic Matching Framework developed by Baidu-NLP, is also conveyed with AnyQ.

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:

Shell
1
https://gitee.com/baidu/AnyQ.git
git@gitee.com:baidu/AnyQ.git
baidu
AnyQ
AnyQ
master

搜索帮助