AI-102 Implement natural language processing solutions • Set 10
AI-102 Implement natural language processing solutions Practice Test 10 — 15 questions with explanations. Free, no signup.
Based on the exhibit, which entity should you focus on improving by adding more labeled examples?
Refer to the exhibit. You have the following JSON policy from an Azure AI Language custom entity extraction project evaluation:
{
"evaluation": {
"entities": {
"ProductName": {
"precision": 0.92,
"recall": 0.65,
"f1": 0.76
},
"OrderNumber": {
"precision": 0.88,
"recall": 0.90,
"f1": 0.89
},
"Date": {
"precision": 0.95,
"recall": 0.85,
"f1": 0.90
}
}
}
}