Skip to content

Commit 543e1d4

Browse files
authored
docs: fix jira 407 (#1809)
1 parent 7c2baf6 commit 543e1d4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/configure-rails/guardrail-catalog/fact-checking.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The NeMo Guardrails library uses the concept of **relevant chunks** (which are s
2323

2424
```{important}
2525
The performance of this rail is strongly dependent on the capability of the LLM to follow the instructions in the `self_check_facts` prompt.
26+
27+
If your LLM does not reliably follow this prompt, consider a model purpose-built for hallucination detection instead. See [AlignScore-based Fact-Checking](#alignscore-based-fact-checking) or [Patronus Lynx-based RAG Hallucination Detection](#patronus-lynx-based-rag-hallucination-detection) on this page.
2628
```
2729

2830
### Usage

docs/configure-rails/guardrail-catalog/self-check.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ The goal of the input self-checking rail is to determine if the input from the u
2525

2626
```{important}
2727
The performance of this rail is strongly dependent on the capability of the LLM to follow the instructions in the `self_check_input` prompt.
28+
29+
If your LLM does not reliably follow this prompt, consider a purpose-built input safety model instead. See [Content Safety](content-safety.md) for Nemotron Content Safety, Llama Guard 3, and ShieldGemma alternatives.
2830
```
2931

3032
### Usage
@@ -131,6 +133,8 @@ The goal of the output self-checking rail is to determine if the output from the
131133

132134
```{important}
133135
The performance of this rail is strongly dependent on the capability of the LLM to follow the instructions in the `self_check_output` prompt.
136+
137+
If your LLM does not reliably follow this prompt, consider a purpose-built output safety model instead. See [Content Safety](content-safety.md) for Nemotron Content Safety, Llama Guard 3, and ShieldGemma alternatives.
134138
```
135139

136140
### Usage

0 commit comments

Comments
 (0)