TL;DR
Automatic Depression Detection (ADD) faces challenges due to complex clues in lengthy clinical interviews and limited labeled data. Dep-LLM is a training-free framework that uses off-the-shelf large language models (LLMs) to analyze dialogues and produce reliable diagnoses.
✦ Why It Matters
Engineers can implement Dep-LLM for efficient and reliable depression diagnosis without extensive training data.
Key Takeaways
How It Works
Dep-LLM operates in three stages: first, it decomposes clinical dialogues into five themes using a Chain-of-Thought approach, allowing for structured analysis. Next, it evaluates the reliability of each theme's rationale through a Confidence Analysis module, which uses token-level entropy to filter out uncertain signals.
Finally, it integrates these insights into a final diagnosis through a Collaborative Multi-factor Prediction module, ensuring that the most reliable information is weighted more heavily.
Related