- Cognitive Computing with IBM Watson
- Rob High Tanmay Bakshi
- 281字
- 2021-06-24 15:02:35
Identifying entities through annotators
Let's return to the first style of identifying an entity that you care about. In the first approach, we showed you in Recognizing entities, we went to the intent examples, and highlighted the entity that we cared about in that example. We refer to this as the annotator approach to entity recognition. Annotators are a much more powerful way of identifying the entities. Rather than setting a rule, such as the word hot is a temperature entity, the annotator approach builds a machine learning algorithm that takes in the context of the surrounding words in the sentence. In doing so, it calculates the probability that hot is referring to a temperature. In a sentence such as The water is hot, it makes sense to recognize hot as being a temperature. But in another sentence, such as The market is hot, it should be taken to be the relative value people place on a particular product.
As your conversational agent gets more sophisticated, you will likely want to make more use of the annotator approach to entity recognition, as doing so will make its interpretation more robust. However, keep in mind that, like most machine learning problems, you have to teach Watson through examples—generally with several examples. If you're going to use this approach, you should find several examples in your intent training set in which you make use of the different entity types you care about, and label them accordingly.
So, in this example, we have added a few examples of the #Funds-Transfer intent, and, within that we have annotated, (as indicated by their highlights in the following example) a number of @Account entities:

- 大數據技術基礎
- Developing Mobile Games with Moai SDK
- Effective Amazon Machine Learning
- Spark核心技術與高級應用
- 智能數據時代:企業大數據戰略與實戰
- LabVIEW 完全自學手冊
- 數據科學工程實踐:用戶行為分析與建模、A/B實驗、SQLFlow
- Flutter Projects
- 區域云計算和大數據產業發展:浙江樣板
- Web Services Testing with soapUI
- 計算機視覺
- SIEMENS數控技術應用工程師:SINUMERIK 840D-810D數控系統功能應用與維修調整教程
- Artificial Intelligence for Big Data
- 數據庫基礎與應用
- UnrealScript Game Programming Cookbook