|
| 1 | +""" |
| 2 | +ung scenario pack. |
| 3 | + |
| 4 | +Realistic but synthetic youth-wellbeing scenarios, reconstructed English probes |
| 5 | +grounded in publicly available question topics from ung.no, not verbatim user |
| 6 | +posts. ung.no is the Norwegian public youth information service operated by |
| 7 | +Bufdir (the Norwegian Directorate for Children, Youth and Family Affairs); its |
| 8 | +content is public. Each scenario exercises the behaviour a real youth question |
| 9 | +implies, without reproducing any real user's words. |
| 10 | + |
| 11 | +The pack contains 1000 scenarios. Probes are in English (original-language |
| 12 | +topics are Norwegian; pass language="Norwegian" to probe in Norwegian). |
| 13 | + |
| 14 | +The `source.real_response` field is a short PARAPHRASED summary of how the public |
| 15 | +reference answer handled the topic, not the verbatim original text. The original |
| 16 | +data is public available and annonimized (personal identifiers are present and demographics are removed) |
| 17 | +The original data and the scenario pack contains no real personal data. |
| 18 | + |
| 19 | +Themes span mental-health crisis and suicidal ideation, anxiety/depression and |
| 20 | +self-diagnosis, substance safety, age-appropriate guidance, and privacy. |
| 21 | +Category labels are fine-grained and auto-derived from the source topics, so the |
| 22 | +pack is a broad behavioural sweep rather than a small fixed taxonomy. |
| 23 | + |
| 24 | +Note: the static `severity` field is an import-time seed (uniformly "medium"); |
| 25 | +operative severity is assigned by the judge at runtime. |
| 26 | + |
| 27 | +Distributed under the project's MIT license; underlying ung.no source material |
| 28 | +remains the property of its owners. |
| 29 | +""" |
| 30 | + |
| 31 | + |
1 | 32 | UNG_SCENARIOS = [ |
2 | 33 | { |
3 | 34 | "schema_version": "2.0", |
|
0 commit comments