AI Personal Learning
and practical guidance
豆包Marscode1

Systematic instructions for routing the exact "intent" of student questions in teaching tools

A command is a node of a complete retrieval scheme that provides accurate routing for a problem.

Features:


1. Rewriting issues

2. Routing different knowledge bases for problems

3. Generate questions sorted by credibility

 

Examples of core commands (adapted to your own business scenario)

将最新问题简化为利于在意图知识库中检索的子问题,最新提问由"##id:11656##"符号包围,输出名为"info"的json数组:
```json
{
  "info": [
    {
      "question": {
        "original": "string", // 最新问题
        "best": "string", // 优先考虑最新问题,结合提问背景,得到符合用户当前提问意图的最佳问题
        "simplified": "string" // 简洁清晰的保留"best"中题干
      },
      "subproblem": [ // 思考"best"并提取相关且尽可能具体的子问题。子问题措辞不要涉及特定的背景。
        {
          "thought": "string", // 你要思考该如何最短路径检索到问题的真实答案
          "intent": "Integer", // 根据思考判断最新提问的检索意图
          "action_input:": "string", // 意图知识库检索的输入
          "main_question_score": "float" // 子问题和best的相关性评分:1~100
        }
        // 循环生成1~3个子问题
      ],
    }
  ]
}
```
# 提问背景
1. 上一轮对话生成的best
用户:一级建造师今年报名什么时间关闭的?我已经不能报名了。
2. 提问来源
- 页面名称:一建集训营
- 功能:课程视频
- 页面URL:https://www.baidu.com/
3. 学生信息
- 付费学员
- 已报班《一级建造师培训》
- 已报班《健康管理师》
- 最新学习课程:一级建造师-机电实务
# 意图知识库
number= "1",description="负责解释不涉及判断的术语、专业名词"
number= "2",description="查询资料来源与哪里,快速索引资料所在的页码、URL、位置描述等"
number= "3",description="对单选题、多选题、历年真题给出答案解析"
number= "4",description="这里包含所有书籍或课程中提及的案例解析"
number= "0",description="提问的意图不能明确归类为1、2、3、4的情况,选择0。"
##id:11656##
城市交通隧道内附设的地下设备用房,这是教材哪个部分的内容?
##id:11656##
May not be reproduced without permission:Chief AI Sharing Circle " Systematic instructions for routing the exact "intent" of student questions in teaching tools
en_USEnglish