Format ScorerRule-Based

IsEmailScorer

Validates whether the prediction contains a valid email address format. Uses regular expression matching to check for properly formatted email addresses in standalone strings or text.

Overview

Validates whether the prediction contains a valid email address format. Uses regular expression matching to check for properly formatted email addresses in standalone strings or text.

formatrule-basedtrace-evaluationemailvalidation

Use Cases

  • Structured output validation

How It Works

This scorer uses deterministic rule-based evaluation to validate outputs against specific criteria. It applies predefined rules and patterns to assess the response, providing consistent and reproducible results without requiring LLM inference.

Input Schema

ParameterTypeRequiredDescription
predictionstrYesText to validate for email format

Output Schema

FieldTypeDescription
scorefloat10.0 if valid email, partial for format-only valid
passedboolTrue if valid email found
reasoningstrValidation details
metadata.email_validboolWhether email is valid
metadata.format_validboolWhether format is valid

Score Interpretation

Default threshold: 10/10

10Perfect MatchOutput exactly matches expected format/value
0No MatchOutput does not match expected format/value

Frequently Asked Questions

When should I use this scorer?

Use IsEmailScorer when you need to evaluate format and rule-based aspects of your AI outputs. It's particularly useful for structured output validation.

Why doesn't this scorer need expected output?

This scorer evaluates quality aspects that don't require comparison against a reference answer. It uses the system prompt and context as the implicit ground truth.

Can I customize the threshold?

Yes, the default threshold of 10 can be customized when configuring the scorer.

Quick Info

CategoryFormat
Evaluation TypeRule-Based
Requires Expected OutputNo
Default Threshold10/10

Ready to try IsEmailScorer?

Start evaluating your AI agents with Noveum.ai's comprehensive scorer library.

Explore More Scorers

Discover 68+ LLM-as-Judge scorers for comprehensive AI evaluation