humanizer_compare_before_after
Compare detection metrics between original AI-generated text and its humanized version to verify improvement in burstiness, vocabulary tells, structure, and risk scores.
Instructions
Compare detection metrics between original and rewritten text.
Use after humanizing to verify improvement. Shows side-by-side metrics for burstiness, vocabulary tells, structure, and risk scores.
Args: original (str): The original AI-generated text. rewritten (str): The humanized version.
Returns: str: JSON comparison of detection metrics for both versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| original | Yes | ||
| rewritten | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |