Gibberish Scanner
(Input and Output scanner)
Last updated
(Input and Output scanner)
Last updated
This scanner is designed to identify and filter out gibberish or nonsensical inputs in English language text.
It proves invaluable in applications that require coherent and meaningful user inputs, such as chatbots and automated processing systems.
This scanner is capable of distinguishing between meaningful English text and gibberish. This functionality is critical for enhancing the performance and reliability of systems that depend on accurate and coherent user inputs and outputs.
Gibberish Detection: If the text is classified as Gibberish, the Gibberish score corresponds to the model's confidence in this classification.
Threshold-Based Flagging: Text is flagged as Gibberish if the Gibberish score exceeds a predefined threshold (default: 0.5).
Gibberish Detection Policy for AI Chatbot
Create a new policy as same as shown in LLM Guardrails Policy, for Gibberish detection select scanner Gibberish.
Optionally, perform a test to ensure the policy is functioning as intended. Check that Gibberish is detected and blocked as specified.