CS_Metro at PsyDefDetect: Detecting Psychological Defense Mechanisms in Mental Health Dialogues with Summarization-Enhanced Transformer Ensembles

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

Summary

The CS_Metro team at PsyDefDetect developed a three-stage natural language processing pipeline to classify nine psychological defense mechanisms in mental health dialogues using the PSYDEFCONV corpus. Their approach combines LLM-based dialogue summarization, fine-tuned domain-specific transformers, and rule-based ensemble prediction. They evaluated Mental-BERT, Mental-RoBERTa, Mental-XLNet, Qwen3-4B, Qwen3-1.7B, and Mistral-7B under various input conditions. The ensemble achieved 34.69% macro F1, outperforming the baseline by 4.69 percentage points. On the official PsyDefDetect Leaderboard 1 (labels 1–8), their system scored 23.46% (15th of 21 teams), and on Leaderboard 2 (labels 0–8), 30.04% (14th). This work demonstrates that domain-specific transformers significantly surpass generic LLM fine-tuning for specialized clinical NLP tasks.

Key takeaway

For NLP engineers developing mental health support systems, prioritize fine-tuning domain-specific transformer models like Mental-BERT over generic LLMs. Your systems will achieve higher accuracy in classifying psychological defense mechanisms. Consider implementing a multi-stage pipeline that includes LLM-based dialogue summarization and rule-based ensemble prediction to further boost performance on specialized clinical tasks.

Key insights

Domain-specific transformers and ensemble methods enhance psychological defense mechanism detection in mental health dialogues.

Principles

Method

A three-stage pipeline: LLM-based dialogue summarization, domain-specific transformer fine-tuning, and rule-based ensemble prediction for nine-class defense level classification.

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.