← Back

Products

SERA 1

SERA 1

Sentiment Evaluation and Recursive Analysis (SERA) is a high-performance, Python-based AI security framework designed for the automated, real-time detection and risk assessment of online grooming and predatory intent, functioning as an explainable auditing engine that moves beyond simple binary "safe/unsafe" filters to provide a nuanced understanding of conversational threats. Built on the LLaMA 3.2 1B large language model (LLM), SERA achieves state-of-the-art performance with an F1 score of 0.99 in identifying predatory authors, outperforming both traditional machine learning approaches like SVMs and earlier larger models such as LLaMA 2 7B, while its lightweight architecture allows rapid processing of short conversational text on standard hardware. The system operates using a dual-tier methodology in which Tier 1 employs recursive sliding windows to analyze conversations in 10-message chunks, passing summaries and sentiment metadata from previous chunks to maintain conversational continuity, enabling detection of subtle shifts from positive friendship-building to high-risk exclusivity tones. Tier 2 applies a global harmfulness scoring system on a 0–100 scale using a fuzzy-theoretic framework to classify threats as moderate, significant, or severe, identifying strategies like isolation, flattery, or desensitization. To capture long-range dependencies and coded language that may only become suspicious when connected to earlier messages, SERA maintains a searchable Context Map of all previous chunks and uses backtranslation to uncover predatory intent hidden in slang, typos, or code-mixed language, ensuring resilience across multilingual and noisy text. Designed for enterprise and law enforcement use, it adheres to strict forensic standards and leverages explainable AI by automatically flagging suspicious keyphrases with comments so human moderators can understand the reasoning behind each score, while running entirely on-premise to securely preserve historical logs without transmitting sensitive data. In practice, SERA functions like an expert behavioral psychologist behind a one-way mirror in a chat room, keeping a detailed notebook of all prior conversation (the Context Map) to assess whether current friendly remarks are manipulative, continuously updating a "suspicion meter" with each message exchanged.

View Product