AI-102 · Question #319
AI-102 Question #319: Real Exam Question with Answer & Explanation
The correct answer is C: Add the additional contract format to the existing training set. Retrain the model.. To enable an existing custom Azure AI Document Intelligence model to recognize an additional contract format with minimal development effort, the new format should be added to the current training set, and the model should then be retrained.
Question
You have an app named App1 that uses a custom Azure AI Document Intelligence model to recognize contract documents. You need to ensure that the model supports an additional contract format. The solution must minimize development effort. What should you do?
Options
- ALower the confidence score threshold of App1.
- BCreate a new training set and add the additional contract format to the new training set. Create
- CAdd the additional contract format to the existing training set. Retrain the model.
- DLower the accuracy threshold of App1.
Explanation
To enable an existing custom Azure AI Document Intelligence model to recognize an additional contract format with minimal development effort, the new format should be added to the current training set, and the model should then be retrained.
Common mistakes.
- A. Lowering the confidence score threshold would increase the likelihood of incorrect extractions and would not teach the model to recognize a new format effectively.
- B. Creating an entirely new training set and a new model for the additional format is redundant and does not minimize development effort, as it disregards the existing trained model and dataset.
- D. Lowering the accuracy threshold of the application does not improve the model's ability to recognize new formats; it merely accepts less accurate results, potentially leading to unreliable data extraction.
Concept tested. Azure AI Document Intelligence model retraining
Topics
Community Discussion
No community discussion yet for this question.