What information should be filled in when adding an entity label for the OOB (Out Of the Box) labeling template?
Correct Answer: D
The OOB labeling template is a predefined template that you can use to label your text data for entity recognition models. The template comes with some preset labels and text components, but you can also add your own labels using the General UI or the Advanced Editor. When you add an entity label, you need to fill in the following information: Name: the name of the new label. This is how the label will appear in the labeling tool and in the exported data. Input to be labeled: the text component that you want to label. You can choose from the existing text components in the template, such as Date, From, To, CC, and Text, or you can add your own text components using the Advanced Editor. The text component determines the scope of the text that can be labeled with the entity label. Attribute name: the name of the attribute that you want to extract from the text. You can use this to create attributes such as customer name, city name, telephone number, and so on. You can add more than one attribute for the same label by clicking on + Add new. Shortcut: the hotkey that you want to assign to the label. You can use this to label the text faster by using the keyboard. Only single letters or digits are supported. Color: the color that you want to assign to the label. You can use this to distinguish the label from the others visually. References: AI Center - Managing Data Labels, Data Labeling for Text - Public Preview
Question 42
What is the primary function of the Wait for Classification Validation Task and Resume activity In UiPath's Document Understanding Framework?
Correct Answer: D
The "Wait for Classification Validation Task and Resume" activity in UiPath's Document Understanding Framework is primarily used to halt or suspend the workflow until a specified document classification validation task is completed by a human. This activity is part of the broader workflow to ensure that when automatic classification of documents cannot be confidently achieved, a human-in-the-loop (HITL) approach is followed to validate or correct classifications. Once the validation is performed in UiPath's Action Center by a human, the workflow is resumed, ensuring the proper handling of documents that require review and correction. This is aligned with the design of the Action Center, which is integrated into UiPath's Document Understanding Framework. When dealing with document classification or extraction confidence issues, manual human validation tasks are often required, which is what this activity manages. It facilitates human oversight, preventing the automation from proceeding with potentially incorrect classifications. Reference from UiPath documentation: UiPath Action Center explains how humans are involved in validation tasks to handle cases where classification or extraction needs manual review. Wait for Task and Resume Activity in UiPath Documentation explains how it waits for a task (such as document validation) to be completed in the Action Center before resuming the workflow. For more details, you can consult the official UiPath documents: UiPath Document Understanding Framework Wait for Classification Validation Task and Resume This functionality ensures that incorrect data processing due to automation can be caught and rectified by a human, improving accuracy in document handling workflows.
Question 43
What components are part of the Document Understanding Process template?
Correct Answer: C
Reference: UiPath Document Understanding
Question 44
If Label X in UiPath Communications Mining has 80% precision at a given confidence threshold, what output should this provide?
Correct Answer: A
If Label X has 80% precision at a given confidence threshold, this means that out of every 100 messages predicted to have Label X, 80 are correctly labelled, and 20 are incorrectly assigned the label. Precision measures the correctness of predictions made, so in this case, 80% of the predictions were correct, while 20% were false positives
Question 45
What differentiates UiPath Communications Mining general fields trained from scratch from general fields that are pre-trained?
Correct Answer: C
In UiPath Communications Mining, general fields that are trained from scratch require user-defined inputs and training data, making them highly customizable but dependent on the specific data provided by the user. In contrast, pre-trained general fields are based on predefined rules and training models developed by UiPath. These pre-trained fields offer out-of-the-box functionality and are optimized for common use cases, whereas user-trained fields offer more flexibility to meet specific business requirements. (Source: UiPath Communications Mining documentation)