Kumo Co-Founder Hema Raghavan Named to Inc.’s 2026 Female Founders 500

Learn more
6Binary Classification · Toxicity Risk

Toxic Behavior Prediction

Which players will receive reports for toxic behavior?

Book a demo and get a free trial of the full platform: data science agent, fine-tune capabilities, and forward-deployed engineer support.

By submitting, you accept the Terms and Privacy Policy.

Loved by data scientists, ML engineers & CXOs at

Catalina Logo

A real-world example

Which players will receive reports for toxic behavior?

Toxic players drive away 15% of the non-toxic player base, costing games with 8M MAU roughly $22M annually in lost revenue. Reactive moderation (banning after reports pile up) means the damage is already done. By the time a player gets banned, they have ruined hundreds of matches. A proactive system that flags players before their behavior escalates would prevent the majority of community damage.

How KumoRFM solves this

Graph-learned player intelligence across your entire game ecosystem

Kumo models the social contagion of toxic behavior across the player network. It connects players, matches, chat patterns, reports, and social connections to learn that players who recently lost 5+ matches, whose teammates reported others in those matches, and who are connected to previously banned accounts are 7x more likely to receive reports in the next 48 hours. The temporal graph captures escalation patterns: increasingly negative chat, shorter sessions, and match-quitting streaks that precede toxicity outbursts.

From data to predictions

See the full pipeline in action

Connect your tables, write a PQL query, and get predictions with built-in explainability — all in minutes, not months.

1

Your data

The relational tables Kumo learns from

PLAYERS

player_idaccount_age_dayshonor_levelprior_bans
PLR50134030
PLR5024511
PLR50372050

MATCHES

match_idplayer_idresultduration_minquit_early
M501PLR502Loss8Y
M502PLR502Loss12N
M503PLR501Win25N

CHAT_LOGS

chat_idmatch_idplayer_idmessage_countflagged_words
CL01M501PLR502425
CL02M502PLR502283
CL03M503PLR501150

REPORTS

report_idreported_playerreporter_idreasontimestamp
R001PLR502PLR501Verbal abuse2025-03-01
R002PLR502PLR503AFK/griefing2025-03-02

SOCIAL_CONNECTIONS

edge_idplayer_aplayer_btype
SC501PLR501PLR503Friend
SC502PLR502PLR501Recent opponent
2

Write your PQL query

Describe what to predict in 2–3 lines — Kumo handles the rest

PQL
PREDICT COUNT(REPORTS.*, 0, 48, hours) > 0
FOR EACH PLAYERS.PLAYER_ID
WHERE PLAYERS.HONOR_LEVEL < 4
3

Prediction output

Every entity gets a score, updated continuously

PLAYER_IDHONOR_LEVELACCOUNT_AGETOXIC_48H_PROB
PLR5013340d0.05
PLR502145d0.88
PLR5035720d0.02
4

Understand why

Every prediction includes feature attributions — no black boxes

Player PLR502 -- Honor 1, 45-day account

Predicted: 88% toxic behavior probability in next 48 hours

Top contributing features

Loss streak (last 24h)

6 consecutive losses

29% attribution

Flagged chat words (last 48h)

8 instances

25% attribution

Early quit rate (last 7d)

40% of matches

19% attribution

Connection to banned players

2 banned friends

15% attribution

Prior ban history

1 previous ban

12% attribution

Feature attributions are computed automatically for every prediction. No separate tooling required. Learn more about Kumo explainability

Bottom line: A game with 8M MAU that proactively intervenes on toxic players before reports accumulate retains 15% more of its non-toxic community, saving $22M in annual revenue. Kumo detects escalation patterns across match outcomes, chat sentiment, social connections, and behavioral trajectories that reactive report-based systems catch too late.

Topics covered

toxic behavior predictiongame moderation AIplayer toxicity modelcommunity safety MLgriefing predictiongraph neural network moderationKumoRFM toxic behaviorplayer behavior analyticsproactive game moderation

One Platform. One Model. Predict Instantly.

KumoRFM

Relational Foundation Model

Turn structured relational data into predictions in seconds. KumoRFM delivers zero-shot predictions that rival months of traditional data science. No training, feature engineering, or infrastructure required. Just connect your data and start predicting.

For critical use cases, fine-tune KumoRFM on your data using the Kumo platform and Data Science Agent for 30%+ higher accuracy than traditional models.

Book a demo and get a free trial of the full platform: data science agent, fine-tune capabilities, and forward-deployed engineer support.