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
Copy file name to clipboardExpand all lines: articles/ai-services/content-safety/concepts/groundedness.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The Groundedness detection API detects whether the text responses of large langu
23
23
24
24
## Groundedness detection options
25
25
26
-
The following options are available for gGroundedness detection in Azure AI Content Safety:
26
+
The following options are available for Groundedness detection in Azure AI Content Safety:
27
27
28
28
-**Domain Selection**: Users can choose an established domain to ensure more tailored detection that aligns with the specific needs of their field. The current available domains are `MEDICAL` and `GENERIC`.
29
29
-**Task Specification**: This feature lets you select the task you're doing, such as QnA (question & answering) and Summarization, with adjustable settings according to the task type.
@@ -116,7 +116,7 @@ Example API Request:
116
116
}
117
117
```
118
118
**Expected outcome:**
119
-
The API detects the ungrounded date `1065` and correct it to `1066` based on the grounding source. The response includes the corrected text: `"The Battle of Hastings occurred in 1066."`
119
+
The API detects the ungrounded date `1065` and corrects it to `1066` based on the grounding source. The response includes the corrected text: `"The Battle of Hastings occurred in 1066."`
120
120
121
121
122
122
### Internal documentation summarization
@@ -139,7 +139,7 @@ Example API Request:
139
139
140
140
**Expected outcome:**
141
141
142
-
The correction feature identifies `SuperWidget v2.1` as ungrounded and update it to `SuperWidget v2.2` in the response. The response returns the corrected text: `"Our latest product is SuperWidget v2.2."`
142
+
The correction feature identifies `SuperWidget v2.1` as ungrounded and updates it to `SuperWidget v2.2` in the response. The response returns the corrected text: `"Our latest product is SuperWidget v2.2."`
0 commit comments