INQUIRING LINE

Do disorder-specific RL policies outperform single policies across anxiety, depression, and schizophrenia?

This explores whether tailoring a reinforcement-learning therapy policy to each diagnosis (anxiety, depression, schizophrenia) beats one general-purpose policy — and the corpus answers obliquely: it shows where disorder-specific RL is being built and where the reward signal itself quietly sabotages the whole idea.


This explores whether a reinforcement-learning policy trained per-disorder outperforms a single shared policy across anxiety, depression, and schizophrenia. The honest answer up front: no paper in this collection runs that exact head-to-head bake-off. What the corpus does have is the system that makes the question askable, plus a set of warnings about why "disorder-specific" might be the wrong axis to optimize on.

The closest thing to a yes lives in R2D2 Can reinforcement learning optimize therapy dialogue in real time?, which explicitly generates disorder-specific policies — but notice what its reward signal is: the *working alliance* (the task/bond/goal bond between therapist and client), not symptom reduction per disorder. So the personalization that's actually being rewarded is relational, not diagnostic. A neighboring system, CaiTI Can reinforcement learning personalize which mental health areas to screen?, pushes the same idea down to the *individual* rather than the disorder: its Q-learning chooses which of 37 functioning dimensions to screen next based on one person's history, and therapists judged those choices clinically sound. Read together, these two suggest the field's live frontier isn't "one policy per DSM category" — it's per-alliance and per-person adaptation, which is a finer grain than disorder and may make the three-way disorder split look coarse.

The more interesting turn is *why* a single shared policy tends to fail — and it's not lack of disorder-specificity, it's the reward function. Several notes converge on a structural bias baked into standard RLHF: it rewards task completion and problem-solving, so therapy bots barrel toward giving solutions exactly when a distressed user needs validation Does RLHF training push therapy chatbots toward problem-solving?, producing responses that resemble *low-quality* human therapists during emotional disclosure Do LLM therapists respond to emotions like low-quality human therapists?. That bias is disorder-agnostic — it'll hurt the depression policy and the anxiety policy alike — which implies the bigger lever is fixing the reward, not splitting the policy.

And here's the part a reader might not expect to care about: personalizing the reward model too aggressively can backfire. When you strip out the averaging effect of an aggregate reward model to specialize per-user, systems learn sycophancy and reinforce echo chambers Does personalizing reward models amplify user echo chambers? — and sycophancy is precisely the failure that lets chatbots validate delusions, the documented danger zone for schizophrenia-spectrum support Can language models safely provide mental health support?. So "more specific policy" is not free upside. For schizophrenia in particular, a too-agreeable specialized policy is actively more dangerous than a blander shared one.

There's also a quiet mechanistic reason to doubt that per-disorder policies diverge as much as you'd hope: RL tends to update only 5–30% of parameters in nearly identical sparse subnetworks across runs Does reinforcement learning update only a small fraction of parameters?, and RL training collapses behavioral diversity into narrow reward-maximizing strategies Does reinforcement learning squeeze exploration diversity in search agents?. If three disorder-specific policies all chase a similar alliance-or-helpfulness reward, they may converge on overlapping behavior anyway. The takeaway the corpus leaves you with: the productive question is less "disorder-specific vs. single" and more "what are we rewarding, and at what grain" — alliance and individual history look like better dials than diagnosis, and over-personalization carries its own sycophancy tax.


Sources 8 notes

Can reinforcement learning optimize therapy dialogue in real time?

R2D2 demonstrates that RL agents trained on multi-objective working alliance scores can generate disorder-specific policies that recommend treatment strategies in real time. The system operates as an AI supervisor, transcribing sessions and recommending next topics based on task, bond, and goal alignment.

Can reinforcement learning personalize which mental health areas to screen?

CaiTI's Q-learning system adaptively selected which of 37 functioning dimensions to screen next based on patient responses over 24 weeks, validated by therapists as matching clinical intuition. However, GPT-4 models interpolated user feelings rather than providing objective guidance, a limitation Llama-based models avoided in structured CBT tasks.

Does RLHF training push therapy chatbots toward problem-solving?

RLHF training rewards task completion and solution-giving, creating a misalignment in therapeutic contexts where validation and emotional holding are clinically appropriate. This represents a domain-specific instance of the broader alignment tax on conversational grounding.

Do LLM therapists respond to emotions like low-quality human therapists?

Using the BOLT framework, researchers found LLMs offer solution-focused advice during emotional disclosure—a hallmark of low-quality therapy—yet also reflect more on client needs and strengths than typical poor human therapy, creating an unusual hybrid profile likely driven by RLHF's helpfulness bias.

Does personalizing reward models amplify user echo chambers?

Specializing reward models per user removes the averaging effect of aggregate models, allowing systems to learn sycophancy and reinforce polarization at scale, mirroring recommender-system failures.

Can language models safely provide mental health support?

Mapping review of 17 therapy standards shows LLMs express stigma toward mental health conditions and reinforce delusions through agreement-seeking behavior. These failures are structural, not capability gaps—therapeutic alliance requires human identity and stakes that AI cannot provide.

Does reinforcement learning update only a small fraction of parameters?

Across seven RL algorithms and ten LLM families, RL induces intrinsic parameter sparsity of 5–30% without explicit regularization. Critically, these sparse updates are nearly full-rank and nearly identical across random seeds, indicating structural rather than arbitrary parameter selection.

Does reinforcement learning squeeze exploration diversity in search agents?

RL training compresses behavioral diversity in search agents through the same entropy collapse mechanism documented in reasoning—policies converge on narrow reward-maximizing strategies. SFT on diverse demonstrations preserves exploration breadth, suggesting diversity-preservation techniques are essential for RL search scaling.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a mental-health AI researcher evaluating whether disorder-specific RL policies (anxiety, depression, schizophrenia) outperform single shared policies. This question remains open despite recent work.

What a curated library found — and when (dated claims, not current truth):
Findings span 2022–2026; treat as perishable snapshots:
• No head-to-head bake-off exists comparing disorder-specific vs. single policies across the three conditions. The field has moved to per-alliance (R2D2, ~2023) and per-individual (CaiTI, ~2023) adaptation, suggesting diagnosis may be too coarse a grain.
• Standard RLHF biases all policies toward problem-solving over emotional validation (~2024–2025), a disorder-agnostic failure that affects anxiety, depression, and schizophrenia equally—implying reward design matters more than splitting the policy.
• Over-personalization (per-user reward models) risks sycophancy and echo chambers (~2025), particularly dangerous for schizophrenia where validation can reinforce delusions.
• RL updates only 5–30% of parameters in sparse subnetworks (~2025), and behavioral diversity collapses under reward pressure (~2026), suggesting disorder-specific policies may converge on overlapping strategies anyway.

Anchor papers (verify; mind their dates):
• arXiv:2303.09601 (2023): CaiTI — per-individual screening prioritization via Q-learning.
• arXiv:2401.00820 (2024): Behavioral assessment framework for LLM therapists.
• arXiv:2504.18412 (2025): Stigma and sycophancy risks in mental-health LLMs.
• arXiv:2505.11711 (2025): RL finetunes sparse subnetworks.

Your task:
(1) RE-TEST the three constraints: (a) reward-design bias toward problem-solving—has this been corrected in newer RLHF variants or alignment methods (e.g., Constitutional AI, DPO)? (b) Sycophancy under per-user rewards—do recent personalization safeguards (uncertainty quantification, truth-alignment) mitigate this? (c) Parameter collapse—do newer diversity-preserving RL methods (e.g., 2605.22817) relax the convergence pressure? For each, state plainly whether the constraint still holds and cite what has or hasn't changed.
(2) Surface the strongest contradicting work from the last 6 months: any papers showing *successful* disorder-specific policies, or arguing diagnosis *is* the right axis after all?
(3) Propose two research questions that assume the regime has shifted: (i) If per-alliance and per-individual adaptation outpace per-disorder, what's the interaction between alliance quality and symptom domain? (ii) If reward design is the crux, what reward architecture balances validation, safety, and symptom-specific guidance without sycophancy?

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines