# 整体介绍

[**小希**](http://chatbot.cciiplab.com/)是[**华中科技大学认知计算与智能信息处理实验室(CCIIP)**](http://cciip.cs.hust.edu.cn/)所开发的智能聊天机器人，具有闲聊问答、知识问答和任务问答三大核心功能。在用户没有明确目的的场景中，小希可以基于闲聊问答功能，回答问候、情感等信息以满足用户的娱乐需求；在用户希望得到某个问题答案的场景中，小希可以基于知识问答功能，回复开放领域问题的答案以满足用户获取信息和知识的需求；在用户希望完成特定任务的场景中，小希可以基于任务问答功能，帮助用户完成指定任务，如车票查询、天气查询、星座运势查询、疫情查询和讲笑话等。

![模型框架](/files/-M_IyudntXCNp1kROBsq)

小希模型框架如上图所示，包括对话数据模块、对话引擎模块、对话管理模块、系统交互模块和系统支持模块。其中，系统交互模块实现系统与用户的人机交互，有微信公众号和网页端两种展示形式；对话管理模块支持多用户管理、问句意图识别、多轮对话和回复判断等功能；对话引擎模块负责实现闲聊问答、知识问答和任务问答的内部逻辑；对话数据模块负责存储并管理问答子引擎所涉及的模型和语料；系统支持模块负责对配置文件和日志进行管理，支持模块化部署和测试。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://chatbot-docs.cciiplab.com/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
