QuestionQ112
Implement information extraction solutionsYou have a Python application that redacts sensitive information before sending prompt text to a language model. The application contains the following code:

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Yes or No
| Statements | Yes | No |
|---|---|---|
| For sample_text, audit will include entity records for Contact and SSN. | ||
| For sample_text, text_for_model will include john.doe@contoso.com and 859-98-0987. | ||
| For sample_text, text_for_model will contain entity type masks for John Doe and 312-555-1234. |
Community Discussion