Skip to content

[Backend] ML-assisted content moderation queue #402

Description

@Penielka

Overview

Scale content moderation with ML pre-screening: submissions are scored for policy violations, high-risk items go to a human queue, and moderator decisions feed back to improve the model.

Acceptance Criteria

  • ML pre-screening scores submissions for policy risk
  • High-risk items routed to a human review queue
  • Moderator decisions recorded and fed back for retraining
  • Moderation actions (approve/reject/flag) enforced downstream
  • Appeal flow for rejected content

Files to Modify

  • backend/src/services/moderation/ — scoring and queue
  • backend/src/workers/moderationJob.ts — async scoring
  • frontend/src/app/admin/content/moderation/ — review UI
  • backend/src/routes/moderation.ts — endpoints

Priority: Medium

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardThird CampaignCampaign: Third Campaign

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions