Determines whether the generated text matches the reference with high character-level similarity using fuzzy matching given by the Text Similarity metric. Returns a binary outcome based on a threshold, making it ideal for simple pass/fail evaluations where exact wording is not required.
actual_output
: The generated text from the model.expected_output
: The target or reference text to compare against.