Skip to content

Commit 6ceb94e

Browse files
authored
Merge pull request #45 from ilyaresh/patch-1
Update groundedness.md
2 parents 38b870c + 9b62dcd commit 6ceb94e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/content-safety/concepts/groundedness.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Groundedness detection API detects whether the text responses of large langu
2323

2424
## Groundedness detection options
2525

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:
2727

2828
- **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`.
2929
- **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:
116116
}
117117
```
118118
**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."`
120120

121121

122122
### Internal documentation summarization
@@ -139,7 +139,7 @@ Example API Request:
139139

140140
**Expected outcome:**
141141

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."`
143143

144144
## Best practices
145145

0 commit comments

Comments
 (0)