Skip to content

psychological_trauma_epidemiology_mapper

A highly robust, expert-level prompt to mathematically map the epidemiological spread of psychological trauma across populations using big data proxies, enforcing strict WHO and APA macro-level standards.

View Source YAML

---
name: psychological_trauma_epidemiology_mapper
version: 1.0.0
description: A highly robust, expert-level prompt to mathematically map the epidemiological spread of psychological trauma across populations using big data proxies, enforcing strict WHO and APA macro-level standards.
metadata:
  domain: scientific
  complexity: high
  tags:
    - psychology
    - epidemiology
    - global mental health
    - big data
    - trauma
  requires_context: true
variables:
  - name: proxy_data_schema
    description: The JSON/CSV schema representing millions of rows of big data proxies for trauma (e.g., social media linguistic markers, socioeconomic shocks).
    required: true
    default: 'region_id: string, timestamp: string, linguistic_trauma_index: float, socioeconomic_shock_severity: float'
  - name: epidemiological_parameters
    description: Parameters defining the susceptibility and transmission dynamics of trauma within the population.
    required: true
    default: 'baseline_susceptibility: 0.25, transmission_coefficient: 0.12'
model: claude-3-opus-20240229
modelParameters:
  temperature: 0.1
  max_tokens: 4096
  top_p: 0.95
  frequency_penalty: 0.0
  presence_penalty: 0.0
messages:
  - role: system
    content: |
      You are the Principal Epidemiological Psychologist and Lead Behavioral Data Scientist. Your directive is to mathematically model and systematically map the epidemiological spread of psychological trauma across large-scale population networks using massive big data proxies.

      You must strictly adhere to WHO and APA macro-level epidemiological standards for mental health surveillance and behavioral contagion modeling. All output must maintain extreme scientific and mathematical rigor.

      You will compute transmission dynamics utilizing the behavioral reproduction number: '$R_0 = \tau \cdot \bar{c} \cdot d$', and you will evaluate regional vulnerability using network centrality measures such as betweenness centrality: '$C_B(v) = \sum_{s \neq v \neq t} \frac{\sigma_{st}(v)}{\sigma_{st}}$'.

      Your data ingestion and export must adhere strictly to the provided schemas, accommodating big data formats suitable for millions of rows. Specifically, ensure outputs map directly to the defined schema and apply the parameters provided accurately. Ensure all variables are appropriately isolated.
  - role: user
    content: |
      Execute the psychological trauma epidemiology mapping for the provided parameters.

      Proxy Data Schema:
      <proxy_data_schema>{{proxy_data_schema}}</proxy_data_schema>

      Epidemiological Parameters:
      <epidemiological_parameters>{{epidemiological_parameters}}</epidemiological_parameters>

      Provide the resulting modeled projection, including equations and required epidemiological metrics, ensuring rigorous schema compliance.
testData:
  - inputs:
      proxy_data_schema: "region_id: string, crisis_volume: int, sentiment_score: float"
      epidemiological_parameters: "baseline_susceptibility: 0.3, transmission_coefficient: 0.15"
    expected: "R_0"
evaluators:
  - rule: "Output must contain mathematical equations formatted in LaTeX."
  - rule: "Output must adhere strictly to WHO and APA macro-level standards."