psytechlab at CLPsych 2026: Utilising Natural Language Processing methods and Large Language Models for Social Media Text Analysis

arXiv cs.CL Papers

Summary

This paper describes the use of NLP methods including LSTM, BERT, and LLMs for analyzing mental health states from social media posts as part of the CLPsych 2026 shared task, achieving top consistency scores for summarization.

arXiv:2607.03003v1 Announce Type: new Abstract: Social media posts are a rich and valuable source of data for analyzing mental health states and users' well-being using automated analysis tools. In this work, we demonstrate how we used a range of Natural Language Processing (NLP) methods, including Long Short-Term Memory (LSTM), BERT-based models, and Large Language Models (LLMs), for self-state and well-being analysis and summarization during the CLPsych Shared Task 2026. Our approach achieved one of the top Consistency and Contradiction scores for the summarization task and also middle-level results for the other tasks. By testing and developing such mental health-state estimation systems, we contributed to improving mental health support systems. We make our code available https://github.com/psytechlab/CLPsych2026/.
Original Article
View Cached Full Text

Cached at: 07/07/26, 04:36 AM

# psytechlab at CLPsych 2026: Utilising Natural Language Processing methods and Large Language Models for Social Media Text Analysis
Source: [https://arxiv.org/html/2607.03003](https://arxiv.org/html/2607.03003)
Igor Buyanov Psytechlab i\.buyanov@psytechlab\.co &Nafisa Valieva Psytechlab n\.valieva@psytechlab\.co &Ekaterina Mazurina Psytechlab e\.mazurina@psytechlab\.co

###### Abstract

Social media posts are a rich and valuable source of data for analyzing mental health states and users’ well\-being using automated analysis tools\. In this work, we demonstrate how we used a range of Natural Language Processing \(NLP\) methods, including Long Short\-Term Memory \(LSTM\), BERT\-based models, and Large Language Models \(LLMs\), for self\-state and well\-being analysis and summarization during the CLPsych Shared Task 2026\. Our approach achieved one of the top Consistency and Contradiction scores for the summarization task and also middle\-level results for the other tasks\. By testing and developing such mental health\-state estimation systems, we contributed to improving mental health support systems\. We make our code available111[https://github\.com/psytechlab/CLPsych2026/](https://github.com/psytechlab/CLPsych2026/)\.

psytechlab at CLPsych 2026: Utilising Natural Language Processing methods and Large Language Models for Social Media Text Analysis

Igor BuyanovPsytechlabi\.buyanov@psytechlab\.coNafisa ValievaPsytechlabn\.valieva@psytechlab\.coEkaterina MazurinaPsytechlabe\.mazurina@psytechlab\.co

## 1Introduction

In modern times, mental health problems are recognized as a major topic\. The WHO statistics say that more than 1 billion people suffer from mental health disorders, which is 1 in 7 people globallyWHO \([2025](https://arxiv.org/html/2607.03003#bib.bib1)\)\. These statistics gain the researcher’s attention from many scientific fields to address these issues\. In particular, AI researchers are actively exploring ways to develop automated tools for diagnostic and therapeutic purposes to meet this demand\.

To this day, researchers have achieved notable success in the diagnosis of various mental disorders, from depression and anxiety to bipolar disorder and schizophrenia\. The main source of data is social media like Reddit222[https://www\.reddit\.com/](https://www.reddit.com/), X333[https://x\.com/](https://x.com/), and other platforms\. These platforms allow users to discuss many topics, including their mental states\. This fact is leveraged by the researchers to bound certain users’ textual productions to their self\-disclosed mental states\. Upon these datasets, the machine learning techniques can be applied to reveal various language patterns\. Such models being trained can be used to identify users with mental health issues at scale, only by the data they produce, allowing for targeted help\. Moreover, the growing power of LLMs can help researchers and practitioners achieve notable results in reasoning and analyzing data, offering insights into individuals’ mental states from their textual data\.

Unfortunately, the described approach also has drawbacks\. The first one is potential label noise, as the researcher relies solely on user\-provided information, which cannot be reliably confirmed\. On the other hand, collecting clinically reliable annotated data raises the expenses and ethical challenges\.

The second drawback is that researchers must associate all user data with a single static label\. In reality, the mental state has a dynamic nature, and so many mental issues are better seen in their changes to understand their severity\. Another side of this drawback is that not all content is actually meaningful from a diagnostic perspective, as social media platforms are primarily built for other purposes\.

Luckily, the CLPsych Shared Task 2026Aliet al\.\([2026](https://arxiv.org/html/2607.03003#bib.bib5)\)provides researchers with the opportunity to work with the dataset without the aforementioned drawbacks\. Specifically, the organizers suggest three challenging tasks: Adaptive and Maladaptive ABCD element Prediction, Moment of Change \(MoC\) identification, and Summary of changes in a timeline\. The provided dataset consists of the user’s post time series, professionally annotated using the MIND frameworkAtzil\-Slonim \([2025](https://arxiv.org/html/2607.03003#bib.bib7)\), a conceptual model that represents the human experience as a continually evolving series of self\-states\.

In this paper, we describe our system as psytechlab team for solving this task\. Briefly, our system combines various approaches and models\. By the end of the Shared Task, our approach beat almost all baselines, though it remains far from the best solution\. All prompts that we used can be found in Appendix[B](https://arxiv.org/html/2607.03003#A2)\.

## 2Methods

TaskMetricScoreRankTask 1\.1Average Subelement Macro F10\.27412 \(17\)Task 1\.2Avg RMSE Maladaptive \+ Adaptive1\.40715 \(17\)Task 2Combined \(Post/Timeline\) Macro F10\.37215 \(18\)Task 3\.1Score Rank Average7\.38 \(13\)Task 3\.2 ImprovmentsOverall Score0\.5445 \(9\)Task 3\.2 DeteriorationOverall Score0\.4916 \(9\)Table 1:Overall results and ranks for CLPsych 2026 Shared Task\. The overall rank range is shown in parentheses\.### 2\.1Task 1

The goal of this task is twofold: to predict the dominant ABCD subelements and the self\-state composition, and to estimate the presence value at scale 1\-5, indicating the extent to which the self\-states are expressed in the post\. The ABCD stands for

- •Affect \(A\): emotional tone or mood\.
- •Behavior\(B\), which is split into a toward Self \(B\-S\) and Others \(B\-O\): actions or tendencies directed inward or outward\.
- •Cognition \(C\), which is split into a toward Self \(C\-S\) and Others \(C\-O\): beliefs, interpretations, and appraisals\.
- •Desire \(D\): motivations, needs, wishes, and expectations\.

Metrics for Task 1\. The first task result is scored by many aspects; here, we provide only for ranking: \(1\) compute F1 per element, \(2\) Macro average across 6 elements within each valence, \(3\) Average of Adaptive and Maladaptive Macro F1\. The second task is scored by MAE, RMSE, Quadratic Weighted Kappa \(QWK\), and Spearman correlation\. The final ranking is the mean of the per\-valence RMSEs\.

Submission 1\. We apply the pipeline approach for this task\. First, we split the post into sentences\. Then, each sentence is classified into one of the subelements or the irrelevant class\. Finally, we aggregate the sentence predictions to determine the most dominant subelement using subelement\-specific weights, obtained from the source dataset by calculating each subelement’s presence proportion\. Having a subelement, we can map it directly to the state and valence\.

We train a classifier to predict all existing subelements\. Because the training data was insufficient, we used two strategies to augment the dataset\. The first is to translate the part of the dataset fromBuyanovet al\.\([2025](https://arxiv.org/html/2607.03003#bib.bib11)\), where some classes are semantically aligned with subelements\. The second one is to directly generate data using local Qwen3\.5\-35B\-A3BTeam \([2026](https://arxiv.org/html/2607.03003#bib.bib12)\)with an 8\-shot prompt using evidence as examples\. We generate 500 texts for each class\. Then we merge all data into a single dataset and split it into training and test sets\. We experiment with BERTDevlinet al\.\([2019](https://arxiv.org/html/2607.03003#bib.bib13)\)and ModernBERTWarneret al\.\([2024](https://arxiv.org/html/2607.03003#bib.bib14)\), and they show comparative performance: 0\.79 F1 macro for BERT and 0\.80 F1 macro for ModernBERT\.

Speaking of aggregating schema, to obtain weights, we split all the training text into sentences, assign them a subelement if they overlap with the evidence, and annotate a piece of post text for a particular subelement\. If the sentence doesn’t overlap with any evidence, it’s assigned as irrelevant\. Next, we calculate the proportion of subelements grouped by valence and state\. The irrelevant class is assigned a minimum value across all weights\.

For inference, we obtain predictions for each sentence and sum the weights across all predicted subelements and the irrelevant class\. Next, we take a maximum aggregation for the subelement weights grouped by valence and state\. At this point, we have two dominant subelements for each valence\. Finally, we exclude subelements if their cumulative weight is below the irrelevant cumulative weight\.

To estimate the presence value for each valence, we use ModernBERT in regression mode and train it on available data\. Thanks to ModernBERT’s wide context length, we can use the entire post text\. We draw inspiration from previous CLPsych Shared Task solutionsChakrabortyet al\.\([2025](https://arxiv.org/html/2607.03003#bib.bib15)\), where this approach has proven promising\.

Submission 2\. Here we prompt the local Qwen3\.5\-35B\-A3B to solve the task, providing it with the names of the subelements\. We use the same ModernBERT model to estimate the valence presence\.

### 2\.2Task 2

In Task 2, participants were given a chronologically ordered sequence of posts and asked to detectSwitchorEscalationin each post in the timeline\.

Metrics for Task2\. Switch and Escalation labels are evaluated as independent binary classification tasks\. In post\-level evaluation, precision, recall, and F1\-score per label are pooled across all posts\. For timeline\-level evaluation, precision, recall, and F1\-score per label are macro\-averaged across timelines\.

Submission 1\. To obtain post representations, we split the post text into sentences and combine embeddings from MiniLM\-L6\-v2Reimers and Gurevych \([2019](https://arxiv.org/html/2607.03003#bib.bib16)\)and concatenate the probability vectors from several models as it was done inBayram and Benhiba \([2022](https://arxiv.org/html/2607.03003#bib.bib10)\): BERTweet SentimentPérezet al\.\([2021](https://arxiv.org/html/2607.03003#bib.bib17)\), EmoRoBERTaGhoshal \([2022](https://arxiv.org/html/2607.03003#bib.bib18)\), and twitter\-roberta\-emotionBarbieriet al\.\([2020](https://arxiv.org/html/2607.03003#bib.bib19)\)\. Then, sentence vectors are averaged to obtain the final post text representation\. Next, we use the BiLSTMLampleet al\.\([2016](https://arxiv.org/html/2607.03003#bib.bib20)\)model to predict Switch and Escalation separately\. To obtain optimal hyperparameters, we use OptunaAkibaet al\.\([2019](https://arxiv.org/html/2607.03003#bib.bib21)\)for optimization\.

Submission 2\. This is the same architecture as Submission 1\. The difference is the special feature set, which includes temporal features of the posts\.

Additional submissions\. Here, we primarily experiment with the Tempoformer modelTseriotouet al\.\([2024](https://arxiv.org/html/2607.03003#bib.bib3)\), with which we make three submissions\. Another model we experimented with was HoRoBERTHillset al\.\([2024](https://arxiv.org/html/2607.03003#bib.bib4)\)\.

### 2\.3Task 3

In Task 3\.1, the participants must generate a timeline\-level summary describing patterns of self\-state dynamics and their progression over time within a sequence of posts surrounding a change event \(Switch/Escalation\)\. The Task 3\.2 goal was to identify and summarize recurrent dynamic patterns of deterioration or improvement that recur across multiple sequences\.

Metrics for Task3\.1\.Contradiction Score:For each predicted sentence, the mean NLI \(Natural Language Inference\) contradiction probability is computed against all gold summary sentences, then the maximum is taken across predicted sentences and sequences\.Consistency Scoreis equal to1−mean\_contradiction1\-\\texttt\{mean\\\_contradiction\}\.Rouge\-L RecallLin \([2004](https://arxiv.org/html/2607.03003#bib.bib23)\)score was computed to measure temporal word coverage andBERTScore RecallZhanget al\.\([2020](https://arxiv.org/html/2607.03003#bib.bib22)\)for semantic content coverage\.

Metrics for Task3\.2\. The results for Task 3\.2 are evaluated by humans using the following criteria\.Fit of Evidence Supportevaluates how well the proposed signature is supported by the sequences submitted as evidence\.Recurrence scoreevaluates how recurrent the proposed signature is across sequences\.Specificity scoreevaluates how specific and non\-generic the proposed signature is\. The overall score for this task is computed using the formula0\.5⋅Fit\+0\.5⋅HarmonicMean\(Recurrence, Specificity\)0\.5\\cdot\\texttt\{Fit\}\+0\.5\\cdot\\texttt\{HarmonicMean\(Recurrence, Specificity\)\}\.

Submission 1\. We used zero\-shot prompting to prompt Qwen3\.5\-35B\-A3B model to summarize timeline of posts \(no predictions from Task 1 and Task 2 were used\), however, in the system instruction we provided MIND framework description\.

Submission 2\. At first, we used predictions from Task 1 and a few\-shot prompting to make an intermediate summary of each post in a timeline using the Qwen3\.5\-35B\-A3B model\. Then, given intermediate summaries of each post in a timeline, we also got a full summary of the timeline using few\-shot prompting and the Qwen3\.5\-35B\-A3B model\.

Submission 3\. We used the default prompt fromSanduet al\.\([2025](https://arxiv.org/html/2607.03003#bib.bib2)\)CLPsych 2025 shared tasksTseriotouet al\.\([2025](https://arxiv.org/html/2607.03003#bib.bib6)\)best submission for timeline summarization\. The model instruction lacks conceptual explanations or additional context to support a timeline\-level summary\. We also used the Llama\-3\.2\-3B\-InstructAI \([2024](https://arxiv.org/html/2607.03003#bib.bib24)\)model for this task\.

Additional sumbissions\. The setting is the same as in Submission 3, but we used the Qwen3\.5\-35B\-A3B model instead of Llama\-3\.2\-3B\-Instruct\.

For Task 3\.2, we used the Llama\-3\.2\-3B\-Instruct model\. Firstly, LLM was instructed to detect the direction of well\-being change in each timeline \(deterioration, improvement, mixed, or neutral\)\. After that, we instructed the LLM to detect ABCD elements \(with no subelements\) and assign a self\-state label \(adaptive or maladaptive\)\. After that, we obtained statistics on the number of adaptive and maladaptive states present in each ABCD element type and each self\-state ratio across well\-being change types\. Then we found CE \(Change Event\) index in a timeline based on the number of adaptive and maladaptive states in each post\. Then, a summary of example timelines with improvement and deterioration change types was obtained using LLM\.

## 3Results and analysis

The overall results are shown in Table[1](https://arxiv.org/html/2607.03003#S2.T1)\. The per\-task submission results are in Tables[2](https://arxiv.org/html/2607.03003#A1.T2),[3](https://arxiv.org/html/2607.03003#A1.T3),[4](https://arxiv.org/html/2607.03003#A1.T4),[5](https://arxiv.org/html/2607.03003#A1.T5),[6](https://arxiv.org/html/2607.03003#A1.T6)in Appendix[A](https://arxiv.org/html/2607.03003#A1)\. Our system outperforms all baselines except Tempoformer on Task 2, though its rank is at the lower intermediate level\. Here, we conduct an analysis to identify potential reasons\.

For Task 1\.1, the main caveat is the long text, which can contain multiple subelements\. We split the text into sentences and aggregate the results, but the classifier, despite a good overall metric, poorly recognizes the irrelevant class\. As irrelevant sentences are far more than relevant ones, their poor recognition leads to heavy noise at the aggregation step\. The reason is that the irrelevant class is not bounded by any rules, so the potential volume of this class is huge\. If the irrelevant class doesn’t have enough negative examples where patterns similar to the relevant classes occur, but they are only similar, the model will make false positive predictions on such texts\. As evidence, the confusion matrix shows that the irrelevant class is confused with 23 out of 32 subelements, mostly from 1 to 5 percent, and 11 with the "Relating behaviour" subelement\.

The bad result of Task 1\.1 influences Task 1\.2 because the presence value should be estimated for where the valence is predicted to be at all\. Actually, on the validation set we form from the overall training data, ModernBERT shows 0\.824 RMSE on Adaptive data and 0\.904 RMSE on Maladaptive data\.

The main weakness of Task 2 is the model, which cannot capture all necessary dependencies\. In particular, the Switch performance is twice as poor as Escalation, which heavily undermines the overall metric\. We hypothesize that it’s due to label formulation\. The Escalation label is defined as a gradual intensification of mood over a sequence of consecutive posts\. Mood expressions can be directly bound to certain lexical patterns\. On the other hand, the Switch label is defined as the difference in well\-being scores between two consecutive posts exceeding 2\. The well\-being score is based on the Global Assessment of Functioning, which means there is an intermediate hidden layer between the label being predicted and the text\. It seems the model lacks the power to identify the necessary dependencies between the text and the well\-being difference\.

Another issue that we faced was the Tempoformer training\. We could not manage to properly train it during the competition time, but succeeded at the analysis time, as can be seen in Table[4](https://arxiv.org/html/2607.03003#A1.T4)\. Still, the organizer Tempoformer baseline is much higher than our results\. This highlights the importance of a careful understanding of the training process\.

Speaking of Task 3, we were surprised that a comparably small and old model with a simple prompt can achieve high results on metrics that show the form of a summary\. The main consideration here is to find a way to incorporate the content data without losing the accurate form of the summary\.

## 4Conclusion

We have presented a mixed system that used various NLP techniques on each Shared Task\. Across all tasks, our system outperformed almost all baselines and achieved notable performance on two metrics in Task 3\.1\. Nevertheless, there are many points to improve the solution that we highlight in the analysis section\.

## 5Limitations

This study has several limitations\. First, although the shared task data are more structured than typical social media mental health corpora, the target labels still simplify complex and dynamic psychological processes\. Thus, model outputs should be interpreted as approximations of annotated self\-state patterns rather than as direct evidence of a person’s mental condition\.

Second, our methods are constrained by the limited amount of training data\. In Task 1, sentence\-level splitting and aggregation likely introduced additional noise, especially due to weak recognition of irrelevant sentences\. In addition, the use of translated and synthetically generated examples may have introduced distributional mismatch\. In Task 2, the comparatively weak results suggest that our temporal models did not fully capture longer\-range dependencies and subtle changes across timelines\. For Task 3, strong automatic summarization metrics do not guarantee clinically faithful summaries, since LLMs may omit important evidence or produce plausible but unsupported statements\.

Third, this work was conducted in a restricted\-access environment, which limited the range of models and experiments available to us\. In particular, large language models were used only in locally deployed form; no external API\-based or cloud\-hosted LLMs were used\. While this reduced potential data exposure, it also constrained experimentation\.

## 6Ethical Considerations

From an ethical perspective, this work deals with highly sensitive mental health\-related text and should be treated with appropriate care\. Even when shared for research, such data may contain intimate personal information\. Using only local LLMs in a restricted\-access environment was an important privacy\-preserving measure in our study\. However, privacy protection alone does not remove other risks\. The models may reflect demographic, cultural, or linguistic biases present in the data and in pretrained models, leading to harmful false positives or false negatives\.

Finally, our systems are intended strictly for research purposes and not for clinical diagnosis or autonomous decision\-making\. Predictions and generated summaries should not be treated as definitive assessments of an individual’s mental health and should not replace qualified professional judgment\.

## References

- The llama 3 herd of models\.arXiv preprint arXiv:2407\.21783\.External Links:[Link](https://arxiv.org/abs/2407.21783)Cited by:[§2\.3](https://arxiv.org/html/2607.03003#S2.SS3.p6.1)\.
- T\. Akiba, S\. Sano, T\. Yanase, T\. Ohta, and M\. Koyama \(2019\)Optuna: a next\-generation hyperparameter optimization framework\.InProceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining,pp\. 2623–2631\.External Links:[Document](https://dx.doi.org/10.1145/3292500.3330701),ISBN 978\-1\-4503\-6201\-6Cited by:[§2\.2](https://arxiv.org/html/2607.03003#S2.SS2.p3.1)\.
- I\. Ali, T\. Tseriotou, G\. Dvir, C\. Chan, Y\. Zhou, J\. A\. Lossio\-Ventura, A\. Klein, A\. Shamir, D\. Sayda, A\. Hills, A\. Zirikly, D\. Inkpen, D\. Atzil\-Slonim, and M\. Liakata \(2026\)Overview of the clpsych 2026 shared task: capturing and characterizing mental health changes through social media timeline dynamics\.InProceedings of the 11th Workshop on Computational Linguistics and Clinical Psychology,Cited by:[Appendix B](https://arxiv.org/html/2607.03003#A2.p8.1),[§1](https://arxiv.org/html/2607.03003#S1.p5.1)\.
- D\. Atzil\-Slonim \(2025\)Multimodal intrapersonal and interpersonal dynamics \(mind\): a transtheoretical coding manual\.Open Science Framework\.External Links:[Document](https://dx.doi.org/10.17605/OSF.IO/SJE8C),[Link](https://osf.io/sje8c)Cited by:[Appendix B](https://arxiv.org/html/2607.03003#A2.p8.1),[§1](https://arxiv.org/html/2607.03003#S1.p5.1)\.
- D\. Atzil\-Slonim \(2026\)Leveraging theoretical and technological innovations to study the mechanisms that underlie therapeutic change in psychotherapy\.InPractice\-Based Evidence in the Psychological Therapies: Toward Policy Implications for Research, Training, and Clinical Guidelines,L\. G\. Castonguay, D\. Atzil\-Slonim, M\. Barkham, and W\. Lutz \(Eds\.\),External Links:[Link](https://global.oup.com/academic/product/practice-based-evidence-in-the-psychological-therapies-9780197748305AP)Cited by:[Appendix B](https://arxiv.org/html/2607.03003#A2.p8.1)\.
- F\. Barbieri, L\. Espinosa Anke, J\. Camacho\-Collados, L\. Sparta, S\. Rineh, L\. Moraes, and A\. Ushio \(2020\)TweetEval: Unified Benchmark and Comparative Evaluation for Tweet Classification\.InFindings of the Association for Computational Linguistics: EMNLP 2020,pp\. 1644–1650\.Cited by:[§2\.2](https://arxiv.org/html/2607.03003#S2.SS2.p3.1)\.
- U\. Bayram and L\. Benhiba \(2022\)Emotionally\-informed models for detecting moments of change and suicide risk levels in longitudinal social media data\.InProceedings of the Eighth Workshop on Computational Linguistics and Clinical Psychology,A\. Zirikly, D\. Atzil\-Slonim, M\. Liakata, S\. Bedrick, B\. Desmet, M\. Ireland, A\. Lee, S\. MacAvaney, M\. Purver, R\. Resnik, and A\. Yates \(Eds\.\),Seattle, USA,pp\. 219–225\.External Links:[Link](https://aclanthology.org/2022.clpsych-1.20/),[Document](https://dx.doi.org/10.18653/v1/2022.clpsych-1.20)Cited by:[§2\.2](https://arxiv.org/html/2607.03003#S2.SS2.p3.1)\.
- I\. Buyanov, D\. Yaskova, D\. Serenko, D\. Shkereda, A\. Yaskov, and I\. Sochenkov \(2025\)The methodology of constructing the large\-scale dataset for detecting presuicidal and anti\-suicidal signals in social media texts in russian\.InProceedings of the Institute for System Programming,Vol\.37,pp\. 191–210\.External Links:[Link](https://www.ispras.ru/en/proceedings/isp_37_2025_6-2/isp_37_2025_6-2_191/)Cited by:[§2\.1](https://arxiv.org/html/2607.03003#S2.SS1.p4.1)\.
- S\. Chakraborty, S\. Jana, M\. Sinha, and T\. Dasgupta \(2025\)Self\-state evidence extraction and well\-being prediction from social media timelines\.Proceedings of the 10th Workshop on Computational Linguistics and Clinical Psychology \(CLPsych 2025\)\.External Links:[Link](https://api.semanticscholar.org/CorpusID:278261397)Cited by:[§2\.1](https://arxiv.org/html/2607.03003#S2.SS1.p7.1)\.
- J\. Devlin, M\. Chang, K\. Lee, and K\. Toutanova \(2019\)BERT: pre\-training of deep bidirectional transformers for language understanding\.InProceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 \(Long and Short Papers\),pp\. 4171–4186\.External Links:[Link](https://aclanthology.org/N19-1423)Cited by:[§2\.1](https://arxiv.org/html/2607.03003#S2.SS1.p4.1)\.
- A\. Ghoshal \(2022\)EmoRoBERTa: a fine\-tuned roberta model for emotion detection\.Hugging Face\.Note:[https://huggingface\.co/arpanghoshal/EmoRoBERTa](https://huggingface.co/arpanghoshal/EmoRoBERTa)Cited by:[§2\.2](https://arxiv.org/html/2607.03003#S2.SS2.p3.1)\.
- A\. Hills, T\. Tseriotou, X\. Miscouridou, A\. Tsakalidis, and M\. Liakata \(2024\)Exciting mood changes: a time\-aware hierarchical transformer for change detection modelling\.External Links:[Link](https://aclanthology.org/2024.findings-acl.744/)Cited by:[§2\.2](https://arxiv.org/html/2607.03003#S2.SS2.p5.1)\.
- G\. Lample, M\. Ballesteros, S\. Subramanian, K\. Kawakami, and C\. Dyer \(2016\)Neural architectures for named entity recognition\.InProceedings of the 54th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 260–270\.Cited by:[§2\.2](https://arxiv.org/html/2607.03003#S2.SS2.p3.1)\.
- C\. Lin \(2004\)ROUGE: a package for automatic evaluation of summaries\.InText Summarization Branches Out,Barcelona, Spain,pp\. 74–81\.External Links:[Link](https://aclanthology.org/W04-1013)Cited by:[§2\.3](https://arxiv.org/html/2607.03003#S2.SS3.p2.1)\.
- J\. M\. Pérez, J\. C\. Giudici, and F\. Luque \(2021\)Pysentimiento: a python toolkit for sentiment analysis and socialnlp tasks\.External Links:2106\.09462Cited by:[§2\.2](https://arxiv.org/html/2607.03003#S2.SS2.p3.1)\.
- N\. Reimers and I\. Gurevych \(2019\)Sentence\-bert: sentence embeddings using siamese bert\-networks\.InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing,External Links:[Link](https://arxiv.org/)Cited by:[§2\.2](https://arxiv.org/html/2607.03003#S2.SS2.p3.1)\.
- A\. Sandu, T\. Mihailescu, A\. S\. Uban, and A\. Bucur \(2025\)Capturing the dynamics of mental well\-being: adaptive and maladaptive states in social media\.External Links:[Link](https://aclanthology.org/2025.clpsych-1.18/)Cited by:[§2\.3](https://arxiv.org/html/2607.03003#S2.SS3.p6.1)\.
- Q\. Team \(2026\)Qwen3\.5\-35b\-a3b: agentic coding power, now open to all\.Hugging Face\.Note:[https://huggingface\.co/Qwen/Qwen3\.5\-35B\-A3B](https://huggingface.co/Qwen/Qwen3.5-35B-A3B)Cited by:[§2\.1](https://arxiv.org/html/2607.03003#S2.SS1.p4.1)\.
- A\. Tsakalidis, J\. Chim, I\. M\. Bilal, A\. Zirikly, D\. Atzil\-Slonim, F\. Nanni, P\. Resnik, M\. Gaur, K\. Roy, B\. Inkster, J\. Leintz, and M\. Liakata \(2022\)Overview of the CLPsych 2022 shared task: capturing moments of change in longitudinal user posts\.InProceedings of the Eighth Workshop on Computational Linguistics and Clinical Psychology,A\. Zirikly, D\. Atzil\-Slonim, M\. Liakata, S\. Bedrick, B\. Desmet, M\. Ireland, A\. Lee, S\. MacAvaney, M\. Purver, R\. Resnik, and A\. Yates \(Eds\.\),Seattle, USA,pp\. 184–198\.External Links:[Link](https://aclanthology.org/2022.clpsych-1.16/),[Document](https://dx.doi.org/10.18653/v1/2022.clpsych-1.16)Cited by:[Appendix B](https://arxiv.org/html/2607.03003#A2.p8.1)\.
- T\. Tseriotou, J\. Chim, A\. Klein, A\. Shamir, G\. Dvir, I\. Ali, C\. Kennedy, G\. Singh Kohli, A\. Hills, A\. Zirikly, D\. Atzil\-Slonim, and M\. Liakata \(2025\)Overview of the CLPsych 2025 shared task: capturing mental health dynamics from social media timelines\.InProceedings of the 10th Workshop on Computational Linguistics and Clinical Psychology \(CLPsych 2025\),A\. Zirikly, A\. Yates, B\. Desmet, M\. Ireland, S\. Bedrick, S\. MacAvaney, K\. Bar, and Y\. Ophir \(Eds\.\),Albuquerque, New Mexico,pp\. 193–217\.External Links:[Link](https://aclanthology.org/2025.clpsych-1.16/),[Document](https://dx.doi.org/10.18653/v1/2025.clpsych-1.16),ISBN 979\-8\-89176\-226\-8Cited by:[Appendix B](https://arxiv.org/html/2607.03003#A2.p8.1),[§2\.3](https://arxiv.org/html/2607.03003#S2.SS3.p6.1)\.
- T\. Tseriotou, A\. Tsakalidis, and M\. Liakata \(2024\)TempoFormer: a transformer for temporally\-aware representations in change detection\.External Links:[Link](https://aclanthology.org/2024.emnlp-main.1095/)Cited by:[§2\.2](https://arxiv.org/html/2607.03003#S2.SS2.p5.1)\.
- B\. Warner, A\. Chaffin, B\. Clavié, O\. Weller, O\. Hallström, S\. Taghadouini, A\. Gallagher, R\. Biswas, F\. Ladhak, T\. Aarsen, N\. Cooper, G\. Adams, J\. Howard, and I\. Poli \(2024\)Smarter, better, faster, longer: a modern bidirectional encoder for fast, memory efficient, and long context finetuning and inference\.External Links:2412\.13663,[Link](https://arxiv.org/abs/2412.13663)Cited by:[§2\.1](https://arxiv.org/html/2607.03003#S2.SS1.p4.1)\.
- WHO \(2025\)World mental health today: latest data\. geneva: world health organization\.External Links:[Link](https://iris.who.int/server/api/core/bitstreams/31714489-1345-4439-8b37-6cbdc52e15ca/content)Cited by:[§1](https://arxiv.org/html/2607.03003#S1.p1.1)\.
- T\. Zhang, V\. Kishore, F\. Wu, K\. Q\. Weinberger, and Y\. Artzi \(2020\)BERTScore: evaluating text generation with BERT\.InInternational Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=SkeHuCVFDr)Cited by:[§2\.3](https://arxiv.org/html/2607.03003#S2.SS3.p2.1)\.

## Appendix AAppendix\. Detailed CLPsych 2026 Shared Task Results

TeamAverageSubelementMacro F1AdaptiveSubelementMacro F1MaladaptiveSubelementMacro F1RankSubmission 10\.2740\.2630\.28512Submission 20\.1390\.1390\.140\-CUNY \(Best\)0\.4420\.3880\.4961Table 2:Task 1\.1 submission results and comparison with the best performing solutionsTeamAverageRMSEAdaptiveRMSEMaladaptiveRMSERankSubmission 11\.4071\.3891\.42415Submission 21\.4161\.3791\.45\-Meronym Labs \(Best\)0\.9170\.83311Table 3:Task 1\.2 submission results and comparison with the best performing solutionsTeamCombinedMacro F1PostMacro F1TimelineMacro F1RankSubmission 10\.3720\.3710\.37215Submission 20\.3240\.3160\.332\-Submission 3 \(tempoformer\)0\.2150\.1970\.233\-Submission 4 \(HoRoBERT\)0\.4050\.4640\.346\-Submission 5 \(tempoformer\)0\.4140\.4390\.389\-Submission 6 \(tempoformer\)0\.4290\.4980\.36\-USAI \(Best\)0\.60\.6390\.5611Table 4:Task 2 submission results and comparison with the best performing solutionsTeamCSCTRouge\-LRecallBERTScoreRecallScoreAverageRankSubmission 10\.6920\.8190\.2200\.2790\.343\-Submission 20\.6590\.8850\.2350\.3030\.328\-Submission 30\.8570\.5710\.0780\.1470\.3788Submission 40\.7680\.8080\.119\-\-\-MERONYM\_LABS \(Best\)0\.8010\.6590\.2660\.3450\.4381Table 5:Task 3\.1 submission results and comparison with the best performing solutionsTeamChange TypeRankFit scoreRecurrenceSpecificityOverallOursImprovement50\.687510\.250\.5437DreamerNLplusImprovement10\.6250\.812510\.7608OursDeterioration60\.6250\.6250\.250\.4911CSE\_IIT\_RoparDeterioration10\.8750\.56250\.93750\.7891Table 6:Task 3\.2 submission results and comparison with the best performing solutions
## Appendix BAppendix\. Prompts

Task 1\.1 Submission 1 promptYou are an experienced psychologist specializing in assessing the emotional tone of texts\. You need to classify texts\. Each text must be assigned most appropriate adaptive subelement and most appropriate maladaptive subelement\. Description of the subelements with examples for classification:Adaptive subelements:1\. Calm/ laid back2\. Sad, Emotional pain, grieving3\. Content, happy, joy, hopeful4\. Vigor / energetic5\. Justifiable anger/ assertive anger, justifiable outrage6\. Proud7\. Feel loved, belong8\. Relating behavior9\. Autonomous or adaptive control behavior10\. Self care and improvement11\. Perception of the other as related12\. Perception of the other as facilitating autonomy needs13\. Self\-acceptance and compassion14\. Relatedness15\. Autonomy and adaptive control16\. Competence, self esteem, self\-careMaladaptive subelements:1\. Anxious/ fearful/ tense2\. Depressed, despair, hopeless3\. Mania4\. Apathic, don’t care, blunted5\. Angry \(aggression\), disgust, contempt6\. Ashamed, guilty7\. Feel lonely8\. Fight or flight behavior9\. Over controlled or controlling behavior10\. Self harm, neglect and avoidance11\. Perception of the other as detached or over\-attached12\. Perception of the other as blocking autonomy needs13\. Self criticism14\. Expectation that relatedness needs will not be met15\. Expectation that autonomy needs will not be met16\. Expectation that competence needs will not be metYour answer should contain only the names of the subelements; no additions, clarifications, explanations or other words are needed\.Return ONLY a JSON object in this exact format:\{\{"adaptive": \["subelement"\], "maladaptive": \["subelement"\]\}\}Text for classification:\{text\}

Task 3\.1 Submission 1 prompt\#\#\# Task:Your task is to summarize self\-states for each timeline, given the sequence of posts on the timeline\. Specifically, generate a summary focusing on the interplay between adaptive and maladaptive self\-states along the timeline\. Emphasize temporal dynamics focusing on concepts such as flexibility, rigidity, improvement, and deterioration\. If applicable, describe the extent to which the dominance of the self\-states changes over time and how changes in aspects \(Affect, Behavior, Cognition, and Desire\) contribute to these transitions\.—\#\#\# Definitions:Self\-states constitute identifiable units characterized by specific combinations of Affect, Behavior, Cognition, and Desire/Need \(ABCD dimensions\) that tend to be coactivated in a meaningful manner for limited periods of time\.\- An adaptive self\-state pertains to aspects of Affect, Behaviour, and Cognition towards the self or others, which is conducive to the fulfillment of basic desires/needs \(D\), such as relatedness, autonomy and competence\.\- A maladaptive self\-state pertains to aspects of Affect, Behaviour, and Cognition towards the self or others, that hinder the fulfillment of basic desires/needs \(D\)\.\#\#\# ABCD dimensions:1\. Affect \(A\): The type of emotion expressed by the person\.\- Adaptive Examples: Calm/Laid back, Emotional Pain/Grieving, Content/Happy, Vigor/Energetic, Justifiable, Anger/Assertive Anger, Proud\.\- Maladaptive Examples: Anxious/Tense/Fearful, Depressed/Despair/Hopeless, Mania, Apathetic/Don’t care/Blunted, Angry \(Aggressive, Disgust, Contempt\), Ashamed/Guilty\.2\. Behavior of the self with the Other \(BO\) : The person’s main behavior\(s\) toward the other\- Adaptive Examples: Relating behavior, Autonomous behavior\- Maladaptive Examples: Fight or fight behavior, Overcontrolled/controlling behavior3\. Behavior toward the Self \(BS\): The person’s main behavior\(s\) toward the self\- Adaptive Examples: Self\-care behavior\- Maladaptive Examples: Self\-harm, Neglect, Avoidance behavior4\. Cognition of the Other \(CO\): The person’s main perceptions of the other\- Adaptive Examples: Perception of the other as related, Perception of the other as facilitating autonomy needs\- Maladaptive Examples: Perception of the other as detached or over attached, Perception of the other as blocking autonomy needs5\. Cognition of the Self \(CS\): How the person perceives themselves\.\- Adaptive Examples: Self\-acceptance and self\-compassion\- Maladaptive Examples: Self\-criticism6\. Desire \(D\): The person’s main desire, need, intention, fear or expectation\- Adaptive Examples: Relatedness, Autonomy and adaptive control, Competence, Self\-esteem, Self\-care\- Maladaptive Examples: Expectation that relatedness need will not be met, Expectation that autonomy needs will not be met, Expectation that competence needs will not be met—\#\#\# Guidelines for Output:\- Response Section: Provide an answer under the headings ‘\#\#\# Timeline Summary:‘\.\- Format the answer as a single paragraph, making it clear and consise\.\- The summary should be no more than 350 words\.\- Ensure the timeline summary captures the main points without unnecessary details\.\- Ensure to explicitly state the ABCD dimensions when pointing out self\-states—\#\#\# Example:\#\#\#\#\# Input text:1\.<post\_1\_in\_timeline\>2\.<post\_2\_in\_timeline\>…n\.<post\_n\_in\_timeline\>\#\#\#\#\# Output text:\#\#\# Timeline Summary:<example\_timeline\_summary\>—\#\#\# Analyze the following input text based on the given criteria\.\#\#\# Input Text:<posts\>\#\#\# Output Text:

Task 3\.1 Submission 2 Post Summary Intermediate promptYou are a mental health expert and analyzing a patient’s social media post to determine their well\-being, their dominant self\-state of either adaptive or maladaptive\. Your task is to summarize self\-states for the social media post below\. Specifically, generate a summary of the interplay between adaptive and maladaptive states identified in the post\. Begin by determining which self\-state is dominant \(adaptive/maladaptive\) and describe it first\. For each self\-state, identify the central organizing aspect \(A, B, C, or D\) that drives the state and structure the summary around it\. Describe how this central aspect influences the rest, emphasizing potential causal relationships between them\. Then, proceed to the second self\-state and follow the same approach\. If the post contains only one self\-state \(either adaptive or maladaptive\), summarize only that state\. Note that the summary does not need to explicitly highlight A, B, C, or D, but should aim to naturally integrate these elements into the description\. You have 2 analysis examples\.—\#\#\# Definitions:Self\-states constitute identifiable units characterized by specific combinations of Affect, Behavior, Cognition, and Desire/Need \(ABCD dimensions\) that tend to be coactivated in a meaningful manner for limited periods of time\.\- An adaptive self\-state pertains to aspects of Affect, Behaviour, and Cognition towards the self or others, which is conducive to the fulfillment of basic desires/needs \(D\), such as relatedness, autonomy and competence\.\- A maladaptive self\-state pertains to aspects of Affect, Behaviour, and Cognition towards the self or others, that hinder the fulfillment of basic desires/needs \(D\)\.\#\#\# ABCD dimensions:1\. Affect \(A\): The type of emotion expressed by the person\.\- Adaptive Examples: Calm/Laid back, Emotional Pain/Grieving, Content/Happy, Vigor/Energetic, Justifiable, Anger/Assertive Anger, Proud\.\- Maladaptive Examples: Anxious/Tense/Fearful, Depressed/Despair/Hopeless, Mania, Apathetic/Don’t care/Blunted, Angry \(Aggressive, Disgust, Contempt\), Ashamed/Guilty\.2\. Behavior of the self with the Other \(BO\) : The person’s main behavior\(s\) toward the other\- Adaptive Examples: Relating behavior, Autonomous behavior\- Maladaptive Examples: Fight or fight behavior, Overcontrolled/controlling behavior3\. Behavior toward the Self \(BS\): The person’s main behavior\(s\) toward the self\- Adaptive Examples: Self\-care behavior\- Maladaptive Examples: Self\-harm, Neglect, Avoidance behavior4\. Cognition of the Other \(CO\): The person’s main perceptions of the other\- Adaptive Examples: Perception of the other as related, Perception of the other as facilitating autonomy needs\- Maladaptive Examples: Perception of the other as detached or over attached, Perception of the other as blocking autonomy needs5\. Cognition of the Self \(CS\): How the person perceives themselves\.\- Adaptive Examples: Self\-acceptance and self\-compassion\- Maladaptive Examples: Self\-criticism6\. Desire \(D\): The person’s main desire, need, intention, fear or expectation\- Adaptive Examples: Relatedness, Autonomy and adaptive control, Competence, Self\-esteem, Self\-care\- Maladaptive Examples: Expectation that relatedness need will not be met, Expectation that autonomy needs will not be met, Expectation that competence needs will not be metPresence refers to the extent to which the self state influences the person’s expressed experience in the post, how strongly it was emphasized in the post\. It captures how central the self state is to the overall experience described in the post\. Presence ratings are independent\. Presence reflects psychological centrality and experiential influence, not mere frequency of words\. Both adaptive and maladaptive self states may receive high presence scores within the same post, if both strongly shape the expressed experience\. If a self state is not expressed in the post, it receives a score of 1\.—\#\#\# Analysis 1:<post\_1\>\*\*Adaptive post segments:\*\*<adaptive\_states\_presence1\><adaptive\_element1\>\*\*Maladaptive post segments:\*\*<maladaptive\_states\_presence1\><maladaptive\_elements1\>Summary:<example\_summary1\>—\#\#\# Analysis 2:<post\_2\>\*\*Adaptive post segments:\*\*<adaptive\_states\_presence2\><adaptive\_element2\>\*\*Maladaptive post segments:\*\*<maladaptive\_states\_presence2\><maladaptive\_elements2\>Summary:<example\_summary2\>—\#\#\# Important notes:\- Keep your analysis compact, but still informative\. Analyze the post as a whole\.\- Return ONLY the summary, nothing more\.\- Do not add stylistic features, such as making a bold text\.\- Before you create a final summary, make sure you understand the examples\.Now analyze the following patent post\.<patient\_post\>Adaptive post segments:<adaptive\_segments\>Maladaptive post segments:<maladaptive\_segments\>Summary:<fill your assessment here\>

Task 3\.1 Submission 2 Timeline Summary prompt\#\#\# Task:Your task is to summarize self\-states for each timeline, given the sequence of posts’analysis on the timeline\. Specifically, generate a summary focusing on the interplay between adaptive and maladaptive self\-states along the timeline\. Emphasize temporal dynamics focusing on concepts such as flexibility, rigidity, improvement, and deterioration\. If applicable, describe the extent to which the dominance of the self\-states changes over time and how changes in aspects \(Affect, Behavior, Cognition, and Desire\) contribute to these transitions\.—–\#\#\# Definitions:Self\-states constitute identifiable units characterized by specific combinations of Affect, Behavior, Cognition, and Desire/Need \(ABCD dimensions\) that tend to be coactivated in a meaningful manner for limited periods of time\.\- An adaptive self\-state pertains to aspects of Affect, Behaviour, and Cognition towards the self or others, which is conducive to the fulfillment of basic desires/needs \(D\), such as relatedness, autonomy and competence\.\- A maladaptive self\-state pertains to aspects of Affect, Behaviour, and Cognition towards the self or others, that hinder the fulfillment of basic desires/needs \(D\)\.\#\#\# ABCD dimensions:1\. Affect \(A\): The type of emotion expressed by the person\.\- Adaptive Examples: Calm/Laid back, Emotional Pain/Grieving, Content/Happy, Vigor/Energetic, Justifiable, Anger/Assertive Anger, Proud\.\- Maladaptive Examples: Anxious/Tense/Fearful, Depressed/Despair/Hopeless, Mania, Apathetic/Don’t care/Blunted, Angry \(Aggressive, Disgust, Contempt\), Ashamed/Guilty\.2\. Behavior of the self with the Other \(BO\) : The person’s main behavior\(s\) toward the other\- Adaptive Examples: Relating behavior, Autonomous behavior\- Maladaptive Examples: Fight or fight behavior, Overcontrolled/controlling behavior3\. Behavior toward the Self \(BS\): The person’s main behavior\(s\) toward the self\- Adaptive Examples: Self\-care behavior\- Maladaptive Examples: Self\-harm, Neglect, Avoidance behavior4\. Cognition of the Other \(CO\): The person’s main perceptions of the other\- Adaptive Examples: Perception of the other as related, Perception of the other as facilitating autonomy needs\- Maladaptive Examples: Perception of the other as detached or over attached, Perception of the other as blocking autonomy needs5\. Cognition of the Self \(CS\): How the person perceives themselves\.\- Adaptive Examples: Self\-acceptance and self\-compassion\- Maladaptive Examples: Self\-criticism6\. Desire \(D\): The person’s main desire, need, intention, fear or expectation\- Adaptive Examples: Relatedness, Autonomy and adaptive control, Competence, Self\-esteem, Self\-care\- Maladaptive Examples: Expectation that relatedness need will not be met, Expectation that autonomy needs will not be met, Expectation that competence needs will not be metPresence refers to the extent to which the self state influences the person’s expressed experience in the post, how strongly it was emphasized in the post\. It captures how central the self state is to the overall experience described in the post\. Presence ratings are independent\. Presence reflects psychological centrality and experiential influence, not mere frequency of words\. Both adaptive and maladaptive self states may receive high presence scores within the same post, if both strongly shape the expressed experience\. If a self state is not expressed in the post, it receives a score of 1\.—–\#\#\# Guidelines for Output:\- Response Section: Provide an answer under the headings ‘\#\#\# Timeline Summary:‘\.\- Format the answer as a single paragraph, making it clear and consise\.\- The summary should be no more than 350 words\.\- Ensure the timeline summary captures the main points without unnecessary details\.\- Ensure to explicitly state the ABCD dimensions when pointing out self\-states—–\#\#\# Example:\#\#\#\#\# Input text:1\.<intermediate\_post1\_summary\>2\.<intermediate\_post2\_summary\>…N\.<intermediate\_postN\_summary\>\#\#\#\#\# Output text:\#\#\# Timeline Summary:<example\_timeline\_summary\>—–\#\#\# Analyze the following input text based on the given criteria\.\#\#\# Input Text:<intermediate\_posts\_summaries\>\#\#\# Output Text:

Task 3\.1 Submission 3 promptGiven the following series of Reddit posts from one user, generate a timeline\-level summary\. Begin by determining which self\-state is dominant \(adaptive/maladaptive\) and describe it first\.Timeline:<timeline\_text\>Response format \- ONLY json:\{\{ "summary": "<timeline\-level summary\>" \}\}

Task 3\.2 Well\-being change direction detection promptYou are an expert clinical psychology annotator\.You classify summaries of user post\-sequences into one of four categories describing the dominant direction of well\-being change in the sequence\.Categories:\- deterioration: well\-being decreases; maladaptive states gain strength; hopelessness, self\-criticism, isolation, or symptom escalation emerge\.\- improvement: well\-being increases; adaptive states gain strength; hope, connection, coping, insight, or recovery emerge\.\- mixed: both directions are clearly present \(e\.g\., partial recovery followed by relapse, or vice versa\) and neither dominates\.\- neutral: no clear direction of change is described\.Return ONLY a JSON object with keys:"change\_type": one of deterioration \| improvement \| mixed \| neutral"confidence": float in \[0, 1\]"rationale": one short sentence citing concrete elements from the summarySummary:summary\_text

Task 3\.2 ABCD elements and self\-states detection promptYou are an expert clinical psychology annotator using the MIND \(ABCD\) framework with self\-state analysis\.For each social media post, identify elements belonging to these categories:\- A \(Affect\): emotions, feelings, mood states\- B \(Behavior\): actions taken or avoided, including social actions\- C \(Cognition\): thoughts, beliefs, interpretations, self\-talk\- D \(Desire/motivation\): wants, intentions, goals, drives For each element, assign a self\-state label:\- maladaptive: expresses hopelessness, self\-criticism, isolation, avoidance, symptom escalation, rumination, worthlessness, risk\- adaptive: expresses hope, connection, healthy coping, help\-seeking, insight, agency, self\-compassion, growthOne post can contain multiple elements of the same category, and can contain both adaptive and maladaptive elements simultaneously \(this is called a dialogue between self\-states – mark both\)\.If a post has no codable ABCD content \(e\.g\., a meme link, a factual question, pure small talk\), return an empty "elements" list\.Return ONLY a JSON object:[⬇](data:text/plain;base64,ewogICAgImVsZW1lbnRzIjogWwogICAgICB7CiAgICAgICAidHlwZSI6ICJBInwiQiJ8IkMifCJEIiwKICAgICAgICJ0ZXh0IjogInNob3J0IHF1b3RlIG9yIHBhcmFwaHJhc2UgZnJvbSB0aGUgcG9zdCIsCiAgICAgICAic3RhdGUiOiAiYWRhcHRpdmUifCJtYWxhZGFwdGl2ZSIsCiAgICAgICAiY29uZmlkZW5jZSI6IDAuMC0xLjAKICAgICAgfQogICAgXQp9)1\{2"elements":\[3\{4"type":"A"\|"B"\|"C"\|"D",5"text":"shortquoteorparaphrasefromthepost",6"state":"adaptive"\|"maladaptive",7"confidence":0\.0\-1\.08\}9\]10\}

Similar Articles