In this blog, we will provide an overview of a few newly introduced AI models within the Power Platform. These models include the new Entity extraction prebuilt model, Entity extraction custom model, and Category classification models. Â
Here is an overview of these models:Â
1. Entity Extraction an AI Model Â
This model recognizes specific data (textual) that is essential and interesting for the business. The model uses predefined categories to identify the elements from the text and then classifies them into the appropriate categories. This model is helpful for the transformation of unstructured data into machine-readable data. An example of a use for this model would be to extract and classify the data in a string of text. Parsing the text “Costs have increased by 7% at our Carlsbad office” and language “English” Would provide and output of: “7%” as a Percentage and “Carlsbad” as a city.Â
For exploring this model, we can use the “try it out” feature provided in the Power Apps portal. Â
Follow these steps to explore the model:Â
- Go to the make. PowerApps portal and select AI Builder à  Build. Â
- Then go to Entity Extraction and select the “Try it out” option. Â
- Use predefined text samples to analyze.Â
This model does have some limitations:Â
- The length of the document is a Maximum of 5000 Characters.Â
- The supported languages are limited to: English, Chinese-Simplified, French, German, Portuguese, Italian and Spanish.Â
- Supported entity types are Age, Boolean, Color, Continent, Date and time and a few others. Â
2. Entity Extraction Custom AI Model Â
This model is the Entity Extraction model discussed above. It recognizes the specific data from the text and structures it with the help of predefined categories to classify it in informative data essential/useful for the business. Â
So, what is the difference between these two models? Â
This model requires you to build, extract and publish your Custom entity before extracting and using it. As you make/construct data and design parameters, you also create the entity extraction model with a unique requirement for your model.  Â
3. Category Classification Custom AI Model Â
One primary problem for many organizations is the volume of data coming from different channels, such as email, social media, and documents. This data might have valuable information that can be very helpful for a business if analyzed quickly. The primary hurdle is to extract/categorize the data carried in that volume of data cost-effectively. Â
The Category Classification model is one of the fundamental natural language processing models. We can identify tags in the text for sentiment analysis, spam detection, and customer request routing.Â
Empower Your Business: Learn About Power Platform!
Example of a Category Classification Custom Model:Â
For this final example, let’s create a Category Classification Custom Model in Power Platform by following the steps mentioned below:Â
Step # 1: Log in to the https://make.powerapps.com portal.Â
Step # 2: Click on the AI Builder> Build > Category Classification. The process is highlighted in the image below.Â
Step # 3: Give a name to your AI model and then click ‘Create’ button.Â
Step # 4: Now, a wizard has started. We need to click on the ‘Select text’ button, and it will give us the list of tables in the Dataverse.Â
Step # 5: After selecting the table, we need to choose the option “Account Number” and then click the ‘Select’ column. After that, you will get the preview of data and then press the ‘Next’ button at the bottom of the screen.Â
Step # 6: Now, you have to select the tags. Click on the ‘Select tags’ button, and then it will show the list of columns for the same table chosen in the previous step. In this step, we are selecting “Account Name” as a tag. After that, click on the select column, it will ask for the separator. If there is any in your text, then select “Open.” Otherwise, click “Next.”Â
Step # 7: Now, it will give you an overall review. Check it and then click “Next.”Â
Step # 8: Select the language for this example. We are using “English” and then click “Next.” It will give you a model summary. After that, click “Train” at the bottom of the wizard.Â
Step # 9: Your model is created. We can further train and finalize it.Â
Conclusion Â
This blog gives us a general idea of the AI model for data extraction and categorizing it. These models help organize the unstructured data in a structured one with the use of tags and categories.Â