From 13b17cc224ee85b0450618155787fa738bcfb7c8 Mon Sep 17 00:00:00 2001 From: fanpt <320622572@qq.com> Date: Wed, 4 Jun 2025 15:18:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E8=AF=86=E5=88=AB=E6=84=8F=E5=9B=BE=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QAIntentDetection/QAIntentDetection.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 QAIntentDetection/QAIntentDetection.txt 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