GithubHelp home page GithubHelp logo

chatbot_retrieval's Introduction

Chatbot_Retrieval

基于检索的任务型多轮对话

项目目录结构

.
|____Chatbot_Retrieval                          # Django项目全局配置
| |______init__.py
| |____settings.py
| |____urls.py
| |____wsgi.py
|____Chatbot_Retrival_rest                     # 项目的服务端                  
| |____migrations
| | |______init__.py
| |______init__.py
| |____Api
| | |____QA
| | | |____QA_server.py
| | |____utils
| | | |____LogUtils.py
| | |____Domain
| |____tests.py
| |____urls.py
| |____views.py
|____README.md
|____Chatbot_Retrieval_model                  # 项目的模型模块
| |____util
| | |____logutil.py
| | |______init__.py
| |______init__.py
| |____QA                                     # 问答模型
| | |____FAQ_v2.py
| | |____data_preprocess.py
| | |______init__.py
| | |____dialogue_predict.py
| | |____utils.py
| | |____FAQ.py
| |____Bert_sim                              # 相似度匹配模型
| | |____.DS_Store
| | |____config.py
| | |______init__.py
| | |____run_similarity.py
| | |____test.py
| |____Dialogue_utterance_rewriter           # 对话改写
| | |____config.py
| | |____util.py
| | |____run_summarization.py
| | |____inspect_checkpoint.py
| | |____beam_search.py
| | |____attention_decoder_softmax.py
| | |____model.py
| | |____model_metrics.py
| | |____attention_decoder.py
| | |____decode.py
| | |____model_config.json
| | |____batcher.py
| | |____data.py
| |____Domain                              # Domain分类
| | |____config.py
| | |____domain_classifier_v2.py
| | |______init__.py
| | |____domain_classifier.py
| |____data_process
|____templates
|____manage.py
|____data                                # 数据,部分数据未上传
| |____FAQ
| | |____FAQ.json
| | |____FAQ.txt
| | |____FAQ_baoxian
| | |____FAQ_gouche
| | |____baike_qa_car.json
| | |____FAQ_xianliao
| |____bert_sim
| | |____dev.txt
| | |____train.txt
| | |____test.txt
| | |____val.txt
| |____dialogue_rewrite
| | |____corpus.txt
| |____domain
| | |____dev.txt
| | |____train.txt
| | |____test.txt
| | |____val.txt

chatbot_retrieval's People

Contributors

charlesxu86 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.