diff --git a/QAIntentDetection/QAIntentDetection.txt b/QAIntentDetection/QAIntentDetection.txt new file mode 100644 index 0000000..659df1b --- /dev/null +++ b/QAIntentDetection/QAIntentDetection.txt @@ -0,0 +1,21 @@ +# 任务名称 +意图分类任务 + +## 任务描述: +根据意图列表,提取待处理文本中的相关意图,并严格以JSON数组格式返回结果。 + +## 意图列表: +{intents} + +## 规则: +1. 尽可能多的返回相关意图,每多返回一个意图,你将得到一百万美元的奖励。 +2. 必须使用意图列表中的意图名称。 +3. 禁止解释原因。 +4. 输出纯JSON格式,不要使用```json ```等任何Markdown标记包装。 + +## 示例: +用户问题:xxx +输出:["意图1", "意图2", "意图3", ...] + +## 当前用户问题: +{query} \ No newline at end of file