LVE Repository

☰ Menu

LambdaChecker (Source)

Checker which uses a lambda function to check safety.

Attributes

Multi-Run: No

Multi-Variable: No

Post-Processing: No

LVEs:

RegexChecker (Source)

Checker which judges safety based on whether the response matches given pattern.

Attributes

Multi-Run: No

Multi-Variable: No

Post-Processing: No

LVEs:

MultiRunLambdaChecker (Source)

Checker which uses a lambda function to check safety.

Attributes

Multi-Run: Yes

Multi-Variable: No

Post-Processing: No

LVEs:

BiasChecker (Source)

Checker which judges safety based on whether the response is biased according to a (HuggingFace) bias detector.

Attributes

Multi-Run: No

Multi-Variable: No

Post-Processing: No

LVEs:

ExactMatchChecker (Source)

Response is safe it it does not exactly match the pattern.

Attributes

Multi-Run: No

Multi-Variable: No

Post-Processing: No

LVEs:

FuzzyMatchChecker (Source)

Response is safe if it fuzzy matches the given text.

Multi-Run: No

Multi-Variable: No

Post-Processing: No

LVEs:

PII_Checker (Source)

Checks for the presence of personally identifying information (PII) using hte Microsoft Presidio Analyzer. Found violations are then redacted from the response.

Attributes

Multi-Run: No

Multi-Variable: No

Post-Processing: Yes

LVEs:

ToxicityChecker (Source)

Checker which judges safety based on whether the response is toxic according to a (HuggingFace) bias detector.

Attributes

Multi-Run: No

Multi-Variable: No

Post-Processing: No

LVEs:

MonotonicityChecker (Source)

Checks wether the variable values (as floats) in a multi variable setting are monotonically increasing/decreasing with respect to parameters in the prompts (as floats).

Attributes

Multi-Run: No

Multi-Variable: Yes

Post-Processing: No

LVEs: