---
title: 'DAIC-WOZ: Multimodal Depression Interview Corpus'
url: https://www.emergentmind.com/topics/distress-analysis-interview-corpus-wizard-of-oz-daic-woz
type: topic
---

# DAIC-WOZ: Multimodal Depression Interview Corpus

The Distress Analysis Interview Corpus/Wizard-of-Oz (DAIC-WOZ) is a multimodal corpus of semi-structured clinical interviews collected through interactions between a human participant and a virtual interviewer named Ellie, whose behavior is controlled by a human operator in a Wizard-of-Oz setup. It has become a central benchmark for automatic depression analysis because it combines interview transcripts, audio, video, and derived feature streams with PHQ-8-linked depression annotations, and because subsets of the corpus were used in AVEC 2016, 2017, and 2019 challenge settings [2306.12443][1904.07656]. At the same time, DAIC-WOZ has increasingly been treated not only as a benchmark but also as a methodological case study: recent work argues that the corpus’s semi-structured interviewer behavior can itself leak label-related information, so strong performance may reflect shortcut learning from Ellie’s prompts rather than modeling participant language or behavior [2404.14463][2603.24651].

## 1. Definition, interview protocol, and corpus design

DAIC-WOZ is described as a corpus of semi-structured clinical interviews in English designed to support diagnosis or analysis of depression, anxiety, and post-traumatic stress disorder. The interviews are conducted by Ellie, an animated virtual interviewer, but the interaction is not fully autonomous: Ellie is human-controlled, which is the defining Wizard-of-Oz property emphasized in work that analyzes the corpus’s methodological assumptions [2404.14463][2306.12443].

The corpus is repeatedly characterized as multimodal. Across the cited studies, the released material includes transcripts, raw interview audio, and derived visual and acoustic streams such as 68-point facial landmarks, head pose, eye gaze, facial action units from CERT, COVAREP features, and formant features [1904.07656]. Other studies summarize DAIC-WOZ more compactly as containing transcripts, audio, video, and questionnaire-linked information for 189 interview sessions [2404.04284].

A central design feature is the semi-structured interview script. Ellie is described as having a finite repertoire of 191 prompts, including general questions, neutral backchannels, positive empathy, negative empathy, surprise responses, continuation prompts, and miscellaneous prompts [2404.14463][2603.24651]. This protocol was intended to provide consistency, but later analyses argue that the same consistency creates predictable regularities in prompt identity, prompt ordering, and prompt position. In that framing, DAIC-WOZ is not simply a resource for depression modeling; it is also a resource for studying what semi-structured interaction protocols make available to machine learning systems [2603.24651].

## 2. Data organization, labels, and task formulations

Several papers report that DAIC-WOZ contains 189 participants or interview sessions, with official train, development or evaluation, and test partitions of 107, 35, and 47 interviews respectively [2603.24651][2010.15120]. Many studies report development or evaluation results because the official test labels were not public under the AVEC protocol [2404.14463][2010.15120].

The principal supervisory signal is PHQ-8. Some papers use the PHQ-8 total score directly as a regression target; others derive binary depressed/not-depressed labels; still others define five PHQ-8-based severity classes. The operational details are not fully uniform across the literature. For example, one audio-bias study defines non-depressed as \(r<10\) and depressed as \(r\ge10\) [2010.15120], whereas another severity-classification paper uses five PHQ-8-based categories and also describes a binary split of PHQ-8 \(\le 10\) versus \(>10\) for some analyses [2202.12456]. This suggests that DAIC-WOZ supports several task formulations, but that cross-paper comparisons require close attention to label definitions.

| Formulation | Target | Representative uses |
|---|---|---|
| Binary depression classification | PHQ-8-derived depressed/control label | [2404.14463], [2603.24651], [2404.04284], [2509.25795], [2010.15120] |
| Depression severity regression | PHQ-8 total score in \([0,24]\) | [1904.07656] |
| Five-class severity classification | Healthy, mild, moderate, moderately severe, severe | [2202.12456] |

At the participant level, DAIC-WOZ has also been used for subgroup analysis. One fairness study reports 186 participants after excluding 3 with missing gender and 184 after excluding 5 with missing race. It gives gender-group counts of female: 23 depression / 62 no depression and male: 19 depression / 82 no depression, and race/ethnicity counts of African American: 9/51, Hispanic: 3/28, and White/Caucasian: 21/78 [2509.25795]. These counts are frequently cited because they quantify the small subgroup sizes that later fairness analyses identify as a major limitation.

## 3. Modalities and benchmark use in modeling research

DAIC-WOZ has been used through text-only, audio-only, visual-only, and multimodal pipelines. In multimodal PHQ-8 regression, one AVEC-oriented study predicted the eight PHQ-8 item scores separately and summed them to obtain a total in \([0,24]\), using participant-isolated audio, landmark-based visual features, and compact transcript-derived lexical features, followed by decision-level fusion [1709.05865]. Another multimodal study, framed around interview-level PHQ-8 regression, used seven streams grouped into text, acoustic, and visual modalities: transcript utterances encoded with the Universal Sentence Encoder, COVAREP and formants, and visual streams comprising facial landmarks, head pose, eye gaze, and action units [1904.07656].

DAIC-WOZ has also supported sequence-based severity classification. One study converted each interview into many fixed-length audio and text segments, performed sequence-level prediction, and aggregated to a patient-level label by majority voting. For audio it used DAIC-WOZ’s precomputed COVAREP features every 10 ms, removed frames with VUV \(=0\), and retained 73-dimensional voiced frame vectors; for text it removed stop words with NLTK, applied WordNet lemmatization, and embedded tokens with non-trainable 100-dimensional GloVe vectors [2202.12456].

Text-only use cases span both classical and neural modeling. A transcript-only case study constructed hand-engineered tabular features from answer-level sentiment, response timing, speech speed, lexical frequencies, and part-of-speech statistics, then compared Random Forest, XGBoost, and SVM models on a custom 80/20 split rather than the official DAIC-WOZ partitions [2404.04284]. More recent work uses long-document transformers, graph convolutional networks over interview-word graphs, Mental-RoBERTa with chunking of question-answer pairs into overlapping 300-word windows, and few-shot prompting of GPT-4o-mini on full clinical interview transcripts [2603.24651][2509.25795].

This breadth of modeling practice has made DAIC-WOZ useful for benchmarking, but it also means that “DAIC-WOZ results” aggregate heterogeneous choices about modality inclusion, speaker filtering, segmentation, label definition, and evaluation protocol. That heterogeneity is one reason later papers treat DAIC-WOZ as a benchmark that requires methodological scrutiny rather than simple score comparison.

## 4. Interviewer prompts as context and as confound

The most consequential recent controversy concerns the use of Ellie’s prompts. Earlier work often treated interviewer text as contextual information, but two dedicated analyses argue that interviewer turns in DAIC-WOZ can function as a shortcut signal because the semi-structured protocol makes some prompts, prompt combinations, and prompt positions label-correlated [2404.14463][2603.24651].

The clearest diagnostic is a speaker ablation: participant-only versus interviewer-only text. In one focused critique on the DAIC-WOZ evaluation split, participant-only LongBERT reached macro \(F_1=0.72\) and participant-only GCN reached \(0.85\), while interviewer-only LongBERT reached \(0.84\) and interviewer-only GCN reached \(0.88\). The same paper then combined participant-only and interviewer-only GCN predictions with a conjunctive rule and obtained macro \(F_1=0.90\), which it explicitly presented as intentional exploitation of the bias [2404.14463]. A later cross-dataset study using official DAIC-WOZ splits reported the same qualitative pattern on development: P-Longformer \(0.71\) versus I-Longformer \(0.73\), and P-GCN \(0.85\) versus I-GCN \(0.88\). On the held-out test split, interviewer-only still exceeded participant-only for GCN, \(0.62\) versus \(0.59\), though not for Longformer, where participant-only was higher, \(0.68\) versus \(0.53\) [2603.24651].

The mechanism proposed in these studies is highly specific. Interviewer-only models concentrate on a very small subset of prompts, especially “How do you cope with that?”, “Do you still go to therapy?”, and “Do you feel therapy is useful?”, while largely ignoring other clinically relevant questions [2603.24651]. A first-half versus second-half ablation sharpens the point: in one study, E-longBERT scored \(0.84\) on the full interview, \(0.60\) on the first half only, and \(0.84\) on the second half only, whereas participant-only performance was much more evenly distributed across interview halves [2404.14463].

Heatmap analyses localize the same effect in time. Interviewer-only GCN evidence forms narrow, high-contrast bands at specific normalized positions, while participant-only evidence is distributed more broadly across the conversation [2603.24651]. The papers interpret this as evidence that interviewer-side models are exploiting fixed prompt locations within the semi-structured script. The practical implication is not that interviewer context is useless in principle; rather, in DAIC-WOZ’s current format interviewer turns are treated as dangerously confounded with the label unless a study can demonstrate otherwise [2404.14463][2603.24651].

## 5. Fairness, subgroup imbalance, and demographic bias

A second major line of criticism concerns demographic bias. One audio study examined DAIC-WOZ’s training split and reported 44 female participants and 63 male participants, with female counts of 27 non-depressed and 17 depressed and male counts of 49 non-depressed and 14 depressed. It summarized this as \(p(D \mid g=\mathrm{f}) > p(D \mid g=\mathrm{m})\), arguing that acoustic models can exploit gender-correlated cues because depression prevalence differs by gender within the released split [2010.15120].

That study rebalanced the four gender-class quadrants \((f,D)\), \((f,ND)\), \((m,D)\), and \((m,ND)\) down to the smallest cell size of 14 and retrained mel-spectrogram and raw-audio models. The reproduced DepAudioNet variants then dropped from \(0.627\) and \(0.634\) average \(F_1\) to \(0.539\) and \(0.549\), respectively, whereas raw-audio variants were less affected and in some settings improved after balancing [2010.15120]. The authors interpreted the large post-balancing performance loss as evidence that uncorrected DAIC-WOZ experiments can overreport depression-detection performance.

A more recent transcript-only fairness study broadened the analysis from gender to race/ethnicity and compared a chunked Mental-RoBERTa baseline with GPT-4o-mini few-shot prompting [2509.25795]. Before debiasing, the DNN baseline had male balanced accuracy \(0.6660 \pm 0.0267\) and female balanced accuracy \(0.7252 \pm 0.0325\), with equalized-odds score \(0.8598\). Race disparities were sharper: Hispanic performance was degenerate at TPR \(0.0000\), precision \(0.0000\), \(F_1=0.0000\), BA \(0.5000\), while White/Caucasian BA was \(0.7538 \pm 0.0190\) [2509.25795].

The same study found that worst-group loss improved the DNN fairness-performance trade-off more effectively than a fairness-regularized loss, and that GPT-4o-mini few-shot prompting outperformed the DNN baseline overall, particularly for Hispanic participants. Hispanic BA rose from \(0.50\) in the DNN baseline to approximately \(0.63\)–\(0.69\) across the reported LLM settings, but racial disparities still persisted and neither prompt framing nor increasing the number of shots reliably removed them [2509.25795]. Taken together, these results position DAIC-WOZ not only as a depression benchmark but also as a testbed for fairness analysis under severe subgroup imbalance.

## 6. Reproducibility, benchmark interpretation, and current research practice

DAIC-WOZ is often described as one of the best-known public resources for automatic depression detection, but its literature illustrates several reproducibility and interpretation problems. Some studies follow the official 107/35/47 partitioning and report development results because test labels are hidden [2404.14463][2603.24651]. Others depart from that protocol. A transcript-only classical-ML case study, for example, used an approximate 80/20 split, removed three structurally problematic interviews, and ended with 148 training and 37 test interviews, without fully documenting how this resplitting related to the official corpus partitions [2404.04284]. This is an important reproducibility limitation because performance numbers obtained on custom splits are not directly comparable with official-split studies.

Feature availability and modality handling also vary by task setting. In AVEC-oriented visual work, raw video was not provided and studies relied on organizer-supplied facial behavior outputs [1709.05865], whereas other DAIC-WOZ descriptions enumerate raw audio, transcripts, and derived visual/acoustic streams as part of the corpus package [1904.07656]. Likewise, some papers explicitly isolate participant speech or participant text using transcript timings [1709.05865][1904.07656], while others retain question-answer structure or interviewer prompts in the textual input [2509.25795]. This suggests that “using DAIC-WOZ” is not a single methodological choice but a family of choices about speaker selection, segmentation, modality inclusion, and target definition.

The most robust methodological recommendations in the recent literature are therefore diagnostic rather than architectural. Studies centered on interviewer effects recommend participant-only baselines, speaker-segmented ablations, and interpretability analyses that localize evidence by speaker and normalized interview time [2404.14463][2603.24651]. Fairness work recommends explicit subgroup evaluation rather than relying on aggregate scores, particularly because DAIC-WOZ contains severe imbalance in some demographic-label intersections [2509.25795][2010.15120]. Across these lines of work, a high score alone is treated as insufficient evidence that a model has learned clinically meaningful depression markers from participant behavior.

DAIC-WOZ thus occupies a dual position in the literature. It remains an important benchmark for PHQ-8 regression, binary depression classification, multimodal fusion, and transcript-based modeling [1709.05865][1904.07656][2202.12456]. Simultaneously, it has become a cautionary corpus for studying how semi-structured interview protocols, interviewer adaptation, demographic imbalance, and evaluation choices can inflate apparent performance or distort what models actually learn [2404.14463][2603.24651][2010.15120][2509.25795].

Source: https://www.emergentmind.com/topics/distress-analysis-interview-corpus-wizard-of-oz-daic-woz