Self-State Identification with Retrieved In-Context Examples and Open-Weight LLMs
Summary
A system for the CLPsych 2026 shared task on post-level identification of adaptive and maladaptive self-states achieved competitive results. This system employs a retrieval-augmented in-context learning ensemble, combining two open-weight LLMs: Qwen3.5-27B and Mistral-Small-3.2-24B-Instruct. It utilizes a three-call prompt decomposition strategy, focusing on unified, adaptive-focused, and Affect-focused extraction. Outputs are merged using deterministic aggregation with subtask-tuned element-selection strategies. The system secured 2nd place out of 17 on Task 1.1 (subelement Macro F1 = 0.441) and 5th place out of 17 on Task 1.2 (Avg RMSE = 0.994), demonstrating its effectiveness in subelement classification and presence rating.
Key takeaway
For NLP engineers developing mental health support systems, this work demonstrates that combining open-weight LLMs like Qwen3.5-27B and Mistral-Small-3.2-24B-Instruct with retrieval-augmented in-context learning and prompt decomposition can yield highly competitive results. You should consider this ensemble and decomposition architecture to improve accuracy in complex psychological state identification tasks, especially for subelement classification and presence rating.
Key insights
Retrieval-augmented in-context learning with open-weight LLM ensembles effectively identifies self-states in psychological text.
Principles
- Ensemble open-weight LLMs for robust classification.
- Decompose complex tasks into focused prompt calls.
Method
The system uses a retrieval-augmented in-context learning ensemble of Qwen3.5-27B and Mistral-Small-3.2-24B-Instruct, with a three-call prompt decomposition and deterministic aggregation.
In practice
- Combine Qwen3.5-27B and Mistral-Small-3.2-24B-Instruct.
- Implement three-call prompt decomposition for nuanced extraction.
Topics
- Self-State Identification
- CLPsych Shared Task
- Retrieval-Augmented Generation
- In-Context Learning
- Open-Weight LLMs
- Prompt Engineering
- Ensemble Methods
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.