如何训练沃森对话服务?
How to train watson conversation service?
我正在评估 watson 和其中的一部分以上传维基百科数据,然后对这些数据提出问题。为此,我创建了一个对话服务:
注意文字:'You can input: Your domain expertise in the form of intents, entities and crafted conversation'
我的理解是我可以上传一段文本,在本例中是一篇维基百科文章,然后根据这段文本训练沃森。训练完成后,我可以向 watson 提出与文本相关的问题。
这篇文章似乎是这样建议的:https://developer.ibm.com/answers/questions/11659/whats-the-easiest-way-to-populate-a-corpus-with-content-like-wikipedia-or-twitter.html 关于上传数据 'You could always pull the latest wikipedia dump and upload it. You do the upload through the experience manager, which is a web UI.'。
正在阅读 https://developer.ibm.com/answers/questions/29133/access-to-watson-experience-manager-and-watson-developer-portal.html 状态:'Currently Watson Experience Manager is only available to Watson Ecosystem and Watson Developer Cloud Enterprise partners.' 这篇文章的日期是 2014 年,这仍然有效吗?除非我是 'Watson Ecosystem and Watson Developer Cloud Enterprise' 合作伙伴,否则我无法上传一段文本并针对此训练沃森?我唯一的选择是使用 'intents, entities and crafted conversation' ?
训练 watson
Watson 对话服务包含三个组件。
1。意图。这些是带有 "intent" 键的问题。例如 "I can't log in" 的意图是 USER_ACCESS。有关这方面的更多详细信息,请阅读 NLC service。
2。实体。这些是具有共同主题的关键字。例如:天气是 "sunny, rain, cloudy".
3。对话。这是对话流程或对与 Intent + Entity 相关的问题的回答。
会话服务文档有一个演示,可以更好地解释它。还有一个有用的blog post outlining how to get started in six steps, and a video demonstrating how to quickly build a chatbot。
如果是要分析文档的情况,有Watson Explorer或者Retrieve & Rank。
关于 Watson Experience Manager。那是较旧的 pre-bluemix 版本的 Watson。它不再可访问。具备NLC、Dialog、Retrieve & Rank、Document Conversion等功能。
我正在评估 watson 和其中的一部分以上传维基百科数据,然后对这些数据提出问题。为此,我创建了一个对话服务:
注意文字:'You can input: Your domain expertise in the form of intents, entities and crafted conversation'
我的理解是我可以上传一段文本,在本例中是一篇维基百科文章,然后根据这段文本训练沃森。训练完成后,我可以向 watson 提出与文本相关的问题。
这篇文章似乎是这样建议的:https://developer.ibm.com/answers/questions/11659/whats-the-easiest-way-to-populate-a-corpus-with-content-like-wikipedia-or-twitter.html 关于上传数据 'You could always pull the latest wikipedia dump and upload it. You do the upload through the experience manager, which is a web UI.'。
正在阅读 https://developer.ibm.com/answers/questions/29133/access-to-watson-experience-manager-and-watson-developer-portal.html 状态:'Currently Watson Experience Manager is only available to Watson Ecosystem and Watson Developer Cloud Enterprise partners.' 这篇文章的日期是 2014 年,这仍然有效吗?除非我是 'Watson Ecosystem and Watson Developer Cloud Enterprise' 合作伙伴,否则我无法上传一段文本并针对此训练沃森?我唯一的选择是使用 'intents, entities and crafted conversation' ?
训练 watsonWatson 对话服务包含三个组件。
1。意图。这些是带有 "intent" 键的问题。例如 "I can't log in" 的意图是 USER_ACCESS。有关这方面的更多详细信息,请阅读 NLC service。
2。实体。这些是具有共同主题的关键字。例如:天气是 "sunny, rain, cloudy".
3。对话。这是对话流程或对与 Intent + Entity 相关的问题的回答。
会话服务文档有一个演示,可以更好地解释它。还有一个有用的blog post outlining how to get started in six steps, and a video demonstrating how to quickly build a chatbot。
如果是要分析文档的情况,有Watson Explorer或者Retrieve & Rank。
关于 Watson Experience Manager。那是较旧的 pre-bluemix 版本的 Watson。它不再可访问。具备NLC、Dialog、Retrieve & Rank、Document Conversion等功能。