gpt4 book ai didi

artificial-intelligence - 为聊天机器人创建 AIML 以提问

转载 作者:行者123 更新时间:2023-12-02 03:51:51 27 4
gpt4 key购买 nike

我正在为 Program-O 聊天机器人创建 AIML 文件并遇到问题。

我想做的是按顺序提问。此外,问题应该是随机的。这是对学生的满意度评估测试,我正在尝试使用聊天机器人而不是传统方法进行开发。

这是我想到的 AIML 格式。

sample.aiml

<category>
<pattern>HELLO<bot/></pattern>
<template>
<random>
<li><warm/>Hello there. Do you want to talk about your campus life?</li>
<li><happy/>Hi. Do you want to talk about your campus life?</li>
<li><happy/>Goodday. Do you want to talk about your campus life?</li>
</random>
</template>
</category>
<category>
<pattern>*</pattern>
<that>HELLO THERE. DO YOU WANT TO TALK ABOUT CAMPUS LIFE</that>
<template>
<random>
<li>How were the classes?</li>
<li>Does the teacher give a clear answer?</li>
<li>Was the teacher come on time?</li>
</random>
</template>
</category>
<category>
<pattern>*</pattern>
<that>HOW WERE THE CLASSES</that>
<template>
<random>
<li>Does the teacher give the full and clear explanation?</li>
<li>What about the material used in the classes?</li>
<li>What do you think about the courses content?</li>
</random>
</template>
</category>

问题 是 *(asterisk) 通配符不能很好地用于该谓词。有没有其他方法可以构建满足我要求的AIML?

最佳答案

使用下划线通配符。在 AIML 中,有两个通配符 - * 和 _。下划线通配符的优先级高于星号。

关于artificial-intelligence - 为聊天机器人创建 AIML 以提问,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14101360/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com