VISHC at PsyDefDetect: Mitigating Data Scarcity in Psychological Defense Classification with Context-Aware Synthetic Augmentation
Summary
VISHC's work for the PsyDefDetect shared task (BioNLP@ACL 2026) addresses the challenge of classifying psychological defense mechanisms (PDMs) from text, a task hindered by severe data scarcity and class imbalance. The team proposes a context-aware synthetic augmentation framework integrated with a hybrid classification model. This model combines contextual language representations with basic clinical features and utilizes 150 annotated defense items. Experiments revealed that the quality of definitions used in prompting directly impacts generation fidelity and subsequent classification performance. The VISHC method achieved an accuracy of 58.26%, marking a 40.25% improvement, and a macro-F1 of 24.62%, an increase of 15.99%, surpassing the DMRS Co-Pilot baseline. This establishes a robust foundation for psychologically grounded defense mechanism classification in settings with limited data.
Key takeaway
For NLP Engineers developing classification models in low-resource clinical domains, you should prioritize context-aware synthetic data augmentation. Ensure your generative prompts use high-quality, psychologically grounded definitions; this directly impacts model performance. Integrating basic clinical features with contextual language representations can significantly improve accuracy and F1 scores. This establishes a stronger baseline for challenging tasks like psychological defense mechanism classification.
Key insights
Context-aware synthetic augmentation, driven by definition quality, significantly improves psychological defense mechanism classification in data-scarce environments.
Principles
- Data scarcity severely hinders PDM classification.
- Generative augmentation requires psychological grounding.
- Prompt definition quality governs generation fidelity.
Method
A context-aware synthetic augmentation framework is combined with a hybrid classification model. This model integrates contextual language representations with basic clinical features and 150 annotated defense items.
In practice
- Employ context-aware synthetic augmentation.
- Integrate clinical features with language models.
- Ensure high-quality definitions for prompts.
Topics
- Psychological Defense Mechanisms
- Text Classification
- Data Augmentation
- Low-Resource NLP
- Clinical NLP
- Hybrid Models
- Prompt Engineering
Code references
Best for: AI Scientist, NLP Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.