Multistream Modelling for Mental Health: Modelling Linguistic and Temporal Contexts with Mutual and Self-Excitation in Social Media
Summary
MHRoBERT (Multistream HEAT over Recurrence over BERT) is a new hierarchical transformer architecture designed for longitudinal mental health monitoring using social media data. Developed by Hills et al. for CLPsych 2026, this model uniquely captures self- and mutual excitation patterns within linguistic and temporal contexts across multivariate event streams related to an individual's mental health. It employs a Large Language Model (LLM) based annotation process to extract three distinct data streams from social media posts: emotional states, personal life events, and mental health symptoms. A central finding demonstrates that multi-task learning, utilizing these automatically-generated stream labels, consistently provides substantial performance improvements across all evaluated model architectures. Notably, LLM baselines incorporating these stream annotations achieved a 12.6% improvement in macro F1 over text-only prompting. These results suggest that multistream auxiliary supervision is a simple, portable strategy for future systems, particularly relevant for the CLPsych Shared Task on Moments of Change detection, and MHRoBERT offers interpretable parameters revealing temporal interaction patterns.
Key takeaway
For NLP Engineers developing mental health monitoring systems, you should consider integrating multistream auxiliary supervision. This approach, using LLM-generated labels for emotional states, life events, and symptoms, consistently improves model performance, even for simpler architectures. Your systems can achieve substantial gains, like the 12.6% macro F1 improvement observed, by adopting this portable strategy with minimal architectural changes. Explore multi-task learning with these diverse data streams to enhance the accuracy and interpretability of your longitudinal monitoring solutions.
Key insights
Multistream modeling with LLM-generated labels significantly enhances mental health monitoring from social media data.
Principles
- Multi-task learning with automatically-generated stream labels improves model performance.
- Multistream auxiliary supervision is a portable strategy for various architectures.
- Interpretable parameters can reveal temporal interaction patterns.
Method
MHRoBERT uses LLM-based annotation to extract emotional states, life events, and mental health symptoms from social media posts, then models self- and mutual excitation across these linguistic and temporal streams.
In practice
- Apply LLM-based annotation to generate auxiliary stream labels.
- Integrate multi-task learning with diverse data streams.
- Use MHRoBERT for longitudinal mental health monitoring.
Topics
- Mental Health Monitoring
- Multistream Modeling
- Hierarchical Transformers
- Large Language Models
- Social Media Analysis
- Multi-task Learning
Best for: AI Scientist, Research Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.