LinguIUTics at PsyDefDetect: Iterative Imbalance-Aware Fine-tuning of Qwen3-8B for Psychological Defense Mechanism Classification

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

Summary

The LinguIUTics team achieved a macro F1-score of 0.3917 in the PsyDefDetect 2026 shared task, ranking 4th among 21 teams for 9-class psychological defense mechanism classification. This performance represents a +7.7 absolute point (+24.4% relative) improvement over the Ministral-8B baseline (31.48 macro F1). Addressing severe class imbalance that hindered BERT-family encoders and zero-shot LLMs on rare classes, the team employed QLoRA fine-tuning of Qwen3-8B. Their methodology incorporated three key strategies: grouped stratified cross-validation to prevent data leakage, minority-class round-robin lexical augmentation, and a post-processing pipeline featuring logitbias tuning and ensemble blending. These components significantly enhanced minority-class recall, notably boosting the critical "Unclear" class (Level 8) from near-zero performance to an F1-score of 0.797.

Key takeaway

For clinical NLP engineers developing models for psychological defense mechanism classification or similar imbalanced text tasks, your strategy must explicitly address rare classes. Standard BERT-family or zero-shot LLM approaches are insufficient. You should consider QLoRA fine-tuning of models like Qwen3-8B, integrating grouped stratified cross-validation, minority-class lexical augmentation, and a post-processing pipeline with logitbias tuning and ensemble blending to significantly improve minority-class recall and overall macro F1.

Key insights

QLoRA fine-tuning of Qwen3-8B with imbalance-aware strategies effectively classifies psychological defense mechanisms, boosting rare class performance.

Principles

Method

QLoRA fine-tuning Qwen3-8B, using grouped stratified cross-validation, minority-class round-robin lexical augmentation, and a post-processing pipeline with logitbias tuning and ensemble blending.

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.