进行诸如 Alexa 话语解析之类的操作所需的基本原则/工具是什么?
作为参考,Alexa 允许设计人员定义带有“占位符”的短语,这些短语将被填充。例如,短语“双子座的星座是什么”将匹配底层模型(如下),并返回Sign=gemini.
what's the horoscope for {Sign}
what is the horoscope for {Sign}
give me the horoscope for {Sign}
tell me the horoscope for {Sign}
澄清一下:我对语言模型和解析(关于理论和算法)如何工作的理论感兴趣,所以我可以构建自己的版本。