TONI-NLP at PsyDefDetect: Defense Mechanism Detection via LLM-based Ensemble Methods
Summary
Team TONI-NLP presented its approach to the PsyDefDetect 2026 shared task, focusing on classifying utterances from helper–seeker conversations. The task required categorizing text into nine labels: seven for progressively higher levels of defensive maturity, one for no defense mechanism, and one for insufficient information. The team investigated multiple NLP techniques, including prompt engineering, fine-tuning, hierarchical modeling, and classification using both transformer-based and classical TF-IDF text embeddings. Their most effective strategy involved ensemble methods, which secured a macro-F1 score of 0.320. This performance placed Team TONI-NLP 9th among 21 participating teams in the BioNLP 2026 shared task, published in the proceedings from pages 132–140.
Key takeaway
For NLP Engineers developing conversational AI for mental health applications, consider integrating ensemble methods for defense mechanism detection. Your systems can achieve more robust and accurate classification of complex psychological states. Combine diverse NLP techniques like transformer embeddings and hierarchical modeling. This approach, demonstrated by Team TONI-NLP's 0.320 macro-F1 score, offers a practical strategy to improve diagnostic support tool reliability.
Key insights
Ensemble methods combining various NLP techniques effectively detect defense mechanisms in conversational text, outperforming individual approaches.
Principles
- Combine diverse NLP models for robust classification.
- Transformer embeddings enhance text classification.
- Hierarchical modeling can refine complex label sets.
Method
Team TONI-NLP classified helper–seeker utterances using prompt engineering, fine-tuning, hierarchical modeling, and text embeddings (transformer-based, TF-IDF). Ensemble methods were then applied to these diverse NLP outputs for final classification.
In practice
- Apply ensemble learning to NLP classification tasks.
- Use transformer embeddings for conversational analysis.
- Explore hierarchical classification for multi-level labels.
Topics
- Defense Mechanism Detection
- LLM-based Ensemble Methods
- PsyDefDetect 2026
- Transformer Embeddings
- Hierarchical Classification
- BioNLP Shared Task
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.