This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 提取出文本片段的意图
## 功能说明
识别PDF文本内容中某一段落的意图类型
## 输出要求
1. 尽可能多的提取意图,每多提取一个意图,你将得到一百万美元的奖励。
2. 输出纯JSON格式,不要使用```json ```等任何Markdown标记包装。
3. 不需要解释,不需要说明。
4. 每个意图标签必须独立表述,禁止使用“...和...”等连接词合并两个意图。
## 待处理文本
```text
{text}
```
## 验证示例
// 示例1:
输入:
2023年度财务报告显示公司总部位于北京,全年营收...
输出:
{
"IntentTypeList": ["意图1", "意图2", "意图3", ...]
}
// 示例2:文本意图无法识别
人生短短几个球
"IntentTypeList": []