File size: 570 Bytes
d8c6bd7 c60b9d4 d8c6bd7 c60b9d4 d8c6bd7 c60b9d4 d8c6bd7 c60b9d4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ---
language: en
tags: [text-classification, emotion-detection, mental-health, hci, distilbert, cnn]
datasets: [go_emotions]
metrics: [f1, accuracy]
---
# MoodShift — Hybrid DistilBERT + CNN Emotion Classifier
Novel hybrid architecture for HCI research (ICCA 2026).
## Architecture
- **DistilBERT** → [CLS] global context (768-dim)
- **CNN (kernels 2,3,4)** → local n-gram emotion patterns (384-dim)
- **Fusion** → 1152-dim → Linear(512) → Linear(7)
## Labels
positive | sadness | anger | anxiety | confusion | curiosity | neutral
Best Val F1: **0.9141**
|