本项目由三个模块构成。意图识别:判断用户的意图是业务型还是闲聊型;模型检索:该部分构建一个语料库,当用户 发起新的query(通过意图识别判断为业务型对话)时,为用户匹配query检索的最佳response,使用HSWN进行召回(粗排), 然后构建句子的相似度,并利用LightGBM来训练一个Learning2Rank模型实现精排;生成模型:使用BERT模型来实现闲聊对话的 生成。
☆12Feb 18, 2021Updated 5 years ago
Alternatives and similar repositories for Dialogue
Users that are interested in Dialogue are comparing it to the libraries listed below
Sorting:
- 大模型API企业网关,公司内部API管理,分发聚和系统,支持将多种大模型转换成统一的OpenAI兼容接口,尤其对国内开源模型deepseek,qwen,kimi,glm提供特别支持 可供个人或者企业内部大模型API统一管理和渠道分发使用(key管理与二次分发),长期更新,支…☆37Sep 12, 2025Updated 5 months ago
- 多轮中文聊天机器人,采用GPT2进行微调,清洗聊天数据110w+,采用语义相似度和文本jaccard相似度过滤回话。☆23Nov 13, 2021Updated 4 years ago
- 基于实体首尾指针SPAN的序列标注框架☆28Mar 14, 2022Updated 3 years ago
- Python基于YOLO&Deepsort的闯红灯检测系统(完整源码&自定义UI操作界面&视频教程)☆17Nov 18, 2023Updated 2 years ago
- online shopping tool for flowers and gifts☆11Nov 13, 2017Updated 8 years ago
- 一个基于FastAPI和React的智能体系统,支持多智能体管理、mcp管理、知识库、聊天对话等功能。An intelligent agent system based on FastAPI and React, supporting multi-agent managem…☆21Jan 25, 2026Updated last month
- Y-Agent Studio 是一个面向 企业级应用 的Agent开发套,Y-Agent是其中的核心模块。 包含了:支持智能体编排、RAG、流程日志、单元测试、流程测试、语料生产等垂直领域非常需要的功能。 智能体编排可以在同一个流程中,同时支持多智能体协作和流程混合编排…☆25Oct 4, 2025Updated 5 months ago
- 基于注意力机制的三维点云车辆目标检测算法研究☆13Jun 2, 2022Updated 3 years ago
- This project is intended to build and deploy an SNPE model on Qualcomm Devices, which are having unsupported layers which are not part of…☆10Oct 4, 2021Updated 4 years ago
- Intersection Management with iCACC theorm☆10Feb 7, 2020Updated 6 years ago
- 基于Bert的智能问答系统!☆30Feb 25, 2020Updated 6 years ago
- share data, prompt data , pretraining data☆36Nov 30, 2023Updated 2 years ago
- Resources for our IJCAI 2020 paper, TopicKA: Generating Commonsense Knowledge-Aware Dialogue Responses Towards the Recommended Topic Fact☆12Nov 30, 2020Updated 5 years ago
- This is a carpooling (ride sharing) app built with Flutter 💙 for Android and iOS☆13Feb 19, 2026Updated 2 weeks ago
- YT2Brief: Transcribe and summarize YouTube videos using Langchain with power of LLMs.☆11Dec 21, 2023Updated 2 years ago
- BanterBot: An OpenAI ChatGPT-powered chatbot with Azure Neural Voices. Supports multilingual speech-to-text and text-to-speech interactio…☆11Jan 23, 2026Updated last month
- 基于modelscope(魔搭社区)阿里大模型的语音转文本工具☆10Feb 2, 2024Updated 2 years ago
- No-code ETL tool, based on onETL + PySpark☆11Feb 26, 2026Updated last week
- OpenHIS医院系统(信创版)集十大核心模块于一体,涵盖目录管理、基础数据配置、个性化设置、门诊/住院全流程管理、药房药库智能管控、精细化耗材管理、财务核算体系、医保合规对接及多维报表分析等功能模块,共计372项标准化功能。☆13Feb 5, 2026Updated last month
- react后台管理系统☆10Jan 3, 2023Updated 3 years ago
- Part of a research scholarship. I built a basic 2d driving sim with simulated lidar data to train Deep Q Neural Network. So far after abo…☆11Feb 15, 2017Updated 9 years ago
- 微信小程序项目-蘑菇在线☆10May 6, 2021Updated 4 years ago
- SpeedVision is an AI-powered tool that detects and calculates vehicle speed from video footage using YOLO-based object detection and fram…☆10Sep 22, 2024Updated last year
- This web scraper is intended to extract data from The Home Depot Website, it could be run locally or in the Apify platform, the latter is…☆10Oct 13, 2022Updated 3 years ago
- Reinforcement Learning Strategy for FreqAI with 91.78% win rate☆26Jul 16, 2025Updated 7 months ago
- 一个可以自己进行训练的中文聊天机器人, 根据自己的语料训练出自己想要的聊天机器人,可以用于智能客服、在线问答、智能聊天等场景。目前包含seq2seq、seqGAN版本和tf2.0版本。☆11Feb 10, 2021Updated 5 years ago
- This repository contains the implementation of the paper -- KNOT: Knowledge Distillation using Optimal Transport for Solving NLP Tasks☆15Sep 15, 2022Updated 3 years ago
- To-Do Master:一款富有趣味性,并且专门为高效管理日常任务而设计的 GPTs。☆11Jan 6, 2024Updated 2 years ago
- portal.thirdweb.com☆12May 4, 2022Updated 3 years ago
- Tensorflow C++ cross platform inference library recipe☆11Feb 8, 2019Updated 7 years ago
- 基于Scrapy框架的知乎用户爬虫☆10Feb 26, 2021Updated 5 years ago
- An interactive companion toy that engages kids with storytelling, singing, and encouragement for physical activities using advanced AI t…☆10Oct 15, 2024Updated last year
- Online auction platform☆14Sep 24, 2022Updated 3 years ago
- java版微服务常用技术完全整合架构。通过maven添加依赖即用。完全满足开发到发布到k8s的整个devops流程。框架不会有具体的业务实现代码,不过在开发的时候留附带的demo以便校验。框架大部分技术已用到真实业务系统,以确保可行性和正确性。☆10Jul 22, 2023Updated 2 years ago
- 面向数据安全治理的数据内容智能发现与分级分类 A榜rank7 B榜rank10☆35Feb 28, 2021Updated 5 years ago
- Web, Admin & API - TypeScript, React, Next.js GraphQL, Apollo, Express, Docker, Mongo monorepo boilerplate☆10Jan 4, 2023Updated 3 years ago
- ☆13Mar 16, 2025Updated 11 months ago
- Fine tune a pixelart diffusion model with isometric dataset.☆13Feb 8, 2026Updated 3 weeks ago
- GPT Demo with hybrid distributed training☆10Dec 1, 2022Updated 3 years ago