The Divergence Hypothesis: Unmasking Lexical Interference and Label Bias in Mental Health NLP
Summary
Moustafa Hassan introduces the Triple-Stream Stress probe (TSS), a multi-channel diagnostic framework designed to unmask lexical interference and label bias in computational mental health (CMH) classifiers. TSS decomposes text into lexical character n-grams, a morpho-syntactic channel, and a 154-feature psycholinguistic style channel. Across four English datasets totaling 12,906 instances, TSS revealed a lexical interference effect where adding lexical features to the style channel reduced Macro-F1 by a mean of 0.072 (p < 10??) on human-labeled data, but not on auto-labeled data. The study proposes Degree of Divergence (DoD), an econometrics-adapted statistic for label-source auditing, with a headline estimate of DoD(BC?A) = 0.0374 (95% CI [0.0097, 0.0651], p = 0.0032). Interventional masking further showed Channel C's performance is ~95?99% retained after content word destruction, indicating its independence from lexical surface form. TSS functions as a diagnostic audit tool to flag shortcut learning.
Key takeaway
For Machine Learning Engineers developing computational mental health (CMH) classifiers, you should integrate diagnostic frameworks like TSS into your model development pipeline. This helps identify and mitigate label-source-specific shortcut learning and lexical interference effects before deployment. By auditing your datasets with Degree of Divergence (DoD), you can ensure your models generalize robustly to human-labeled data, preventing performance degradation under distribution shift.
Key insights
CMH classifiers suffer from label bias and lexical interference, which TSS can diagnose.
Principles
- Human and auto-labeling reward different linguistic signals.
- Psycholinguistic style features are largely independent of lexical content.
Method
TSS decomposes text into lexical n-grams, morpho-syntax, and psycholinguistic style features to identify label-source-specific shortcut learning. DoD quantifies divergence.
In practice
- Use TSS to audit label sources for bias.
- Evaluate CMH models for lexical interference.
Topics
- Computational Mental Health
- Natural Language Processing
- Label Bias
- Lexical Interference
- Diagnostic Frameworks
- Distribution Shift
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.