Team Aurevia at CLPsych 2026: Local Healthcare NLP for Schema-Constrained Self-State Modeling

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Clinical Natural Language Processing · Depth: Expert, quick

Summary

Team Aurevia introduced a local open-weight healthcare NLP system for the CLPsych 2026 Shared Task, designed to predict MIND-coded self-state elements, moments of change, summaries, and dynamic signatures from social media timelines. This task is challenging due to the need for diverse longitudinal evidence across privacy-sensitive mental health language, encompassing coarse presence, fine-grained ABCD subelements, and timeline-level changes. The system integrates TF-IDF retrieval, schema-constrained local Qwen2.5 prompting, ordinal calibration, and conservative post-processing. Among official runs, Aurevia achieved notable results, ranking 3rd of 17 for Task 1.2 presence prediction, 5th of 13 overall for Task 3.1, 1st on Task 3.1 consistency, and 2nd of 9 for MIND-coded deterioration signatures. This performance demonstrates the competitiveness of constrained local LLM pipelines in sensitive healthcare NLP, while also reducing dependence on hosted proprietary inference solutions.

Key takeaway

For NLP Engineers developing solutions for sensitive healthcare data, you should consider implementing local, schema-constrained LLM pipelines. This approach, exemplified by Team Aurevia's Qwen2.5 system, allows you to achieve competitive performance in tasks like self-state modeling while significantly reducing reliance on potentially costly or privacy-compromising hosted proprietary inference. Evaluate integrating TF-IDF retrieval and ordinal calibration to enhance your system's accuracy and consistency.

Key insights

Constrained local LLM pipelines can achieve competitive performance in sensitive healthcare NLP tasks.

Principles

Method

The system combines TF-IDF retrieval, schema-constrained local Qwen2.5 prompting, ordinal calibration, and conservative post-processing for self-state prediction.

In practice

Topics

Best for: AI Scientist, NLP Engineer, Research Scientist

Related on AIssential

Open in AIssential →

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