Why do discourse patterns predict anxiety better than single words?
Explores whether anxiety detection requires understanding how statements relate to each other rather than analyzing individual words. This matters because it reveals what computational methods need to capture cognitive distortions.
The primary clinical manifestation of anxiety is cognitive distortion — illogical reasoning about life events. The key insight is that these distortions are expressed at the discourse level, not the lexical level. Single words or words in context are insufficient to detect them.
Consider the catastrophizing statement: "I'm sick. Now I'm going to miss my classes and fail them all." To recognize that "fail them all" catastrophizes "I'm sick" requires understanding causal explanation across statements — this is discourse-level semantics, not lexical features.
Four discourse relations are relevant to anxiety detection:
- Causal explanations — statements of why an event happened (strongest predictor, related to overgeneralization)
- Counterfactuals — imagining alternatives to actual events
- Dissonance — behavior or belief contradicting a prior belief
- Consonance — the opposite of dissonance
All four discourse dimensions correlate with anxiety scores, but causal explanations show the highest difference between high and low anxiety groups. The mechanism: anxious individuals overgeneralize through causal reasoning — "You know life is going to be permanently complicated when your in-laws start turning their backs on you like a domino effect."
A dual lexico-discourse model combining both representation levels outperforms either alone, suggesting lexical and discourse features capture complementary information about cognitive state.
The Diagnosis of Thought (DoT) prompting framework operationalizes this insight for therapeutic chatbots. DoT uses a structured three-stage process to detect cognitive distortions: (1) subjectivity assessment — identifying whether a statement contains subjective elements, (2) contrastive reasoning — comparing the statement against an objective baseline to identify distortion, and (3) schema analysis — classifying the distortion into one of 10 cognitive distortion types from CBT (catastrophizing, overgeneralization, mind-reading, emotional reasoning, should statements, labeling, personalization, black-and-white thinking, mental filtering, fortune-telling). Since Can structured prompting improve cognitive distortion detection?, DoT provides evidence that discourse-level cognitive patterns can be detected computationally — but only through structured multi-stage reasoning, not through end-to-end classification. The three-stage decomposition mirrors the discourse-level analysis this note advocates: detecting distortions requires understanding the reasoning structure between statements, not just classifying individual statements. The limitations of word-counting approaches are concrete: LIWC-style methods cannot handle negation ("not bad"), sarcasm, or context-dependent polysemy, and manually defined dictionaries omit synonyms. Transformer-based models resolve these by leveraging proximal cues, but even they default to lexical-level features unless explicitly designed for discourse-level reasoning.
The implication for therapeutic AI is direct: since Why does ChatGPT fail at implicit discourse relations?, current LLMs may struggle precisely where anxiety detection matters most — at the implicit discourse relations that reveal cognitive distortions. A chatbot that detects sentiment words ("sad," "worried") but misses discourse-level causal reasoning patterns will miss the cognitive structure of anxiety.
This also connects to the observation that since Do LLM therapists respond to emotions like low-quality human therapists?, therapeutic chatbots are not just failing at emotional attunement — they may be failing at the discourse-level comprehension needed to even detect what kind of cognitive distortion is occurring.
Inquiring lines that use this note as a source 14
This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.
- What signals beyond surface content indicate a passage caused a user's reaction?
- How do discourse-level patterns reveal cognitive distortions better than individual statements?
- How do the four discourse relations differ in their connection to anxiety?
- Why do transformer models still miss implicit discourse relations in anxiety detection?
- What makes causal explanations stronger anxiety predictors than counterfactuals or dissonance?
- Why does forcing single labels on emotions destroy information similar to language?
- How do learned concepts and context shape what emotions a person can construct?
- Should emotion systems preserve ambiguity instead of resolving it to one label?
- What role does confidence play in balancing overthinking versus underthinking?
- Can adding more words to a passage actually interfere with meaning?
- How does neuroticism manifest differently in high-pressure versus relaxed conversations?
- What role does discourse structure play in determining at-issueness?
- Why does alliance convergence occur in anxiety but not in suicidality?
- Why do anxiety and depression show different alliance trajectories than suicidality?
Related concepts in this collection 2
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Why does ChatGPT fail at implicit discourse relations?
ChatGPT excels when discourse connectives are present but drops to 24% accuracy without them. What does this gap reveal about how LLMs actually process meaning and logical relationships?
discourse competence gap would impair anxiety-relevant discourse relation detection
-
Do LLM therapists respond to emotions like low-quality human therapists?
Explores whether language models trained to be helpful default to problem-solving when users share emotions, and whether this behavioral pattern resembles ineffective rather than skillful therapy.
therapeutic chatbots failing at emotional AND discourse-level comprehension simultaneously
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Discourse-Level Representations can Improve Prediction of Degree of Anxiety
- An Overview Of Temporal Commonsense Reasoning and Acquisition
- Thought Anchors: Which LLM Reasoning Steps Matter?
- Empowering Psychotherapy with Large Language Models: Cognitive Distortion Detection through Diagnosis of Thought Prompting
- PsychAdapter: Adapting LLM Transformers to Reflect Traits, Personality and Mental Health
- ChatGPT Reads Your Tone and Responds Accordingly -- Until It Does Not -- Emotional Framing Induces Bias in LLM Outputs
- Rethinking Large Language Models in Mental Health Applications
- Do I Know This Entity? Knowledge Awareness and Hallucinations in Language Models
Original note title
discourse-level representations predict anxiety more accurately than lexical features because cognitive distortions manifest as inter-statement causal reasoning patterns