Self-State Identification with Retrieved In-Context Examples and Open-Weight LLMs

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Mental Health & Psychological Support · Depth: Expert, quick

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

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

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.