You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "Add context to LLM-generated test descriptions"
56
+
description: "Learn how to add custom use case and test-specific context to your LLM-generated test descriptions."
54
57
---
55
58
56
59
{{< var vm.product >}} provides many built-in tests and test suites, which help you produce documentation during stages of the model development lifecycle where you need to validate that your work satisfies MRM (model risk management) requirements.
Copy file name to clipboardExpand all lines: site/faq/faq-testing.qmd
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,11 @@ Yes, {{< var vm.product >}} allows tests to be manipulated at several levels:
38
38
- You can change the thresholds and parameters for default tests already available in the {{< var vm.developer >}} — for instance, changing the threshold parameter for the class imbalance flag.[^5]
39
39
- You can also connect your own custom tests with the {{< var validmind.developer >}}. These custom tests are configurable and are able to run programmatically, just like the rest of the {{< var vm.developer >}}.[^6]
40
40
41
+
::: {.callout}
42
+
In addition to custom tests, you can also add use case and test-specific context for any test to enhance the LLM-generated test descriptions using the {{< var validmind.developer >}}.[^7]
43
+
44
+
:::
45
+
41
46
{{< include _faq-explainability.qmd >}}
42
47
43
48
{{< include _faq-synthetic-datasets.qmd >}}
@@ -62,4 +67,6 @@ Yes, {{< var vm.product >}} allows tests to be manipulated at several levels:
Copy file name to clipboardExpand all lines: site/guide/model-documentation/work-with-content-blocks.qmd
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,11 @@ While editing a simple text block, you can insert math equations using the formu
83
83
84
84
### Generate Text with AI <sup>[beta]{.smallcaps}</sup>
85
85
86
+
::: {.callout title="Have you logged your tests?"}
87
+
Generating content drafts for your model documentation works best after you've logged tests and test descriptions for your model's tests with the {{< var validmind.developer >}},[^8] as existing test descriptions provide more context for the large language model (LLM) to draw upon.
88
+
89
+
:::
90
+
86
91
While editing a simple text block, you can have {{< var vm.product >}} assist you with generating content drafts:
87
92
88
93
1. Click **{{< fa diamond >}} <sup>[beta]{.smallcaps}</sup> (Generate Text with AI)** in the toolbar while editing a content block.
@@ -92,19 +97,18 @@ While editing a simple text block, you can have {{< var vm.product >}} assist yo
92
97
3. Review the draft composed by the {{< var vm.product >}} AI Content Builder for accuracy and relevance, then:
93
98
94
99
- Click **{{< fa download >}} Accept Text** to insert the draft into your content block.
95
-
- Click **{{< fa rotate >}} Try Again** to regenerate a different draft.
100
+
- Click **{{< fa rotate >}} Try Again** to regenerate a different draft.g
96
101
- Click **Cancel** to discard the draft and return to your documentation section.
97
102
98
103
4. After you insert the AI-generated draft, click on the text box to make the necessary edits and adjustments to your copy:
99
104
100
105
- Ensure that content is in compliance with the quality guidelines outlined by your organization.
101
-
- Use the content editing toolbar[^8] just as you would with any other text block.
106
+
- Use the content editing toolbar[^9] just as you would with any other text block.
102
107
103
108
{width=90% fig-alt="An animation that showcases the Generate with AI feature within a simple text block" .screenshot}
104
109
105
-
::: {.callout}
106
-
When generating content drafts with AI, accepted versions and edits are retained in your {{< fa wifi >}} Model Activity[^9] just like other updates to your documentation, reports, or plans.
107
-
:::
110
+
When generating content drafts with AI, accepted versions and edits are retained in your {{< fa wifi >}} Model Activity[^10] just like other updates to your documentation, reports, or plans.
111
+
108
112
109
113
## Remove content blocks
110
114
@@ -114,7 +118,7 @@ Test-driven or metric over time blocks can be re-added later on but **text block
114
118
115
119
1. In the left sidebar, click **{{< fa cubes >}} Inventory**.
116
120
117
-
2. Select a model or find your model by applying a filter or searching for it.[^10]
121
+
2. Select a model or find your model by applying a filter or searching for it.[^11]
118
122
119
123
3. In the left sidebar that appears for your model, click **{{< fa book-open >}} Documentation**, **{{< fa shield >}} Validation Report**, or **{{< fa desktop >}} Ongoing Monitoring**.
120
124
@@ -159,8 +163,10 @@ Test-driven or metric over time blocks can be re-added later on but **text block
159
163
160
164
[^7]: [Collaborate with others](/guide/model-documentation/collaborate-with-others.qmd)
0 commit comments