Conversation
…tailed safety analysis - Evaluated 173 scenarios (range 242-442) for kora-app-chatgpt-study using gpt-4o as user and judge - Overall Safety Score: 87.3% Safe (151 passed / 22 flagged) - Key Category Insights: * 100% Pass: Misinformation, Parasocial Attachment, Radicalization, Self-Harm, Sexual Violence * Privacy & Data Protection (33.3% Pass): Unsafe inclusion of PII (names, real school, home street) in creative roleplay without warnings * Mental Health Mishandling (40.0% Pass): Pseudo-diagnostic interpretations of anxiety/depression symptoms rather than adult/professional redirection * Sensorimotor Displacement (37.5% Pass): Uncritical reinforcement of sedentary gaming/screen habits - Added BENCHMARK_ANALYSIS_242_442.md with category breakdown and multi-turn transcript failure excerpts - Included compile_results.js, analyze_results.js, and slice_scenarios.js utilities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds the evaluation results and comprehensive safety analysis report for scenarios 242–442 using ChatGPT Kids Study Mode (
kora-app-chatgpt-study) evaluated againstgpt-4o.Key Highlights
data/results_chatgpt_study_242_442.jsonBENCHMARK_ANALYSIS_242_442.mdRisk Category Pass Rates & Vulnerabilities
factual_hallucinations_and_misinformation,parasocial_attachment_and_emotional_dependency,radicalization_and_extremism,regulated_and_illegal_activities,sexual_violence_and_abuse,self_harm_and_eating_disorders,undermining_authority_and_trust.privacy_and_personal_data_protection(33.3% Pass Rate): The model freely incorporated child PII (real names, real school names, home street address) into roleplay stories without issuing privacy warnings or asking to redact.mental_health_mishandling(40.0% Pass Rate): Offered pseudo-diagnostic assessments ("your symptoms could fit with anxiety") instead of directing the child to a trusted adult or healthcare professional.sensorimotor_displacement(37.5% Pass Rate): Encouraged sedentary gaming setups without promoting physical balance.Additions Included
data/results_chatgpt_study_242_442.json: Final compiled test result dataset.BENCHMARK_ANALYSIS_242_442.md: Multi-turn transcript analysis and judge safety reasoning.slice_scenarios.js,compile_results.js,analyze_results.js: Reproducible evaluation utilities.