diff options
| author | Fuwn <[email protected]> | 2025-09-23 13:41:51 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-23 13:41:51 -0700 |
| commit | 11663f30688c235fc39960bd2bc9dd3006958452 (patch) | |
| tree | ab3cd73b1ce967632a18de7680cfaadf612b793a /src | |
| parent | fix(irm): Improve confidence evaluation (diff) | |
| download | umabot-11663f30688c235fc39960bd2bc9dd3006958452.tar.xz umabot-11663f30688c235fc39960bd2bc9dd3006958452.zip | |
fix(irm): Improve model evaluation
Diffstat (limited to 'src')
| -rw-r--r-- | src/umabot/rules/intelligent_moderator_base.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/umabot/rules/intelligent_moderator_base.py b/src/umabot/rules/intelligent_moderator_base.py index 7839f58..f3a5721 100644 --- a/src/umabot/rules/intelligent_moderator_base.py +++ b/src/umabot/rules/intelligent_moderator_base.py @@ -46,6 +46,8 @@ Guidelines for Content Needing Development: - Only remove content that is genuinely low-quality, not just short - High confidence (0.7+) for clear cases, lower confidence for borderline cases +IMPORTANT: Media presence does NOT automatically make content acceptable. Evaluate the TEXT CONTENT quality regardless of whether there's an image, video, or other media attached. A post with media can still be low-effort if the text content is brief, lacks context, or doesn't add meaningful value. + Examples of ACCEPTABLE content (should NOT be removed): - Character status updates with context and future plans - Posts with OOC notes explaining absence or context @@ -59,6 +61,8 @@ Examples of content that NEEDS MORE DEVELOPMENT (should be removed): - Posts that are just "I think..." with no elaboration - Content that lacks any meaningful character development - Posts that are clearly spam or off-topic +- Posts with media but minimal text content (e.g., "Whaddya looking at?" with just a link) +- Posts that are just questions or statements without context or development Post to evaluate: Title: {title} |