菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-27
📄 Abstract - Learning Evidence of Depression Symptoms via Prompt Induction

Depression places substantial pressure on mental health services, and many people describe their experiences outside clinical settings in high-volume user-generated text (e.g., online forums and social media). Automatically identifying clinical symptom evidence in such text can therefore complement limited clinical capacity and scale to large populations. We address this need through sentence-level classification of 21 depression symptoms from the BDI-II questionnaire, using BDI-Sen, a dataset annotated for symptom relevance. This task is fine-grained and highly imbalanced, and we find that common LLM approaches (zero-shot, in-context learning, and fine-tuning) struggle to apply consistent relevance criteria for most symptoms. We propose Symptom Induction (SI), a novel approach which compresses labeled examples into short, interpretable guidelines that specify what counts as evidence for each symptom and uses these guidelines to condition classification. Across four LLM families and eight models, SI achieves the best overall weighted F1 on BDI-Sen, with especially large gains for infrequent symptoms. Cross-domain evaluation on an external dataset further shows that induced guidelines generalize across other diseases shared symptomatology (bipolar and eating disorders).

顶级标签: llm natural language processing
详细标签: prompt induction depression detection symptom classification mental health imbalanced classification 或 搜索:

通过提示归纳学习抑郁症状的证据 / Learning Evidence of Depression Symptoms via Prompt Induction


1️⃣ 一句话总结

本文提出了一种名为“症状归纳”的新方法,通过将少量标注示例压缩成简短可理解的判定指南,帮助大语言模型更准确地在社交媒体文本中识别BDI-II问卷中的21种抑郁症状,尤其对罕见症状效果显著,并能推广到其他精神疾病的症状检测。

源自 arXiv: 2604.24376