Weekly release windows (deadline: Sunday, AoE)
Welcome to the Conversational Depression Detection with LLM Personas task of eRisk 2026. This website provides essential guidelines for interacting with the LLM simulated personas and submitting results. Participants must carefully follow these instructions to ensure consistency and fairness in the evaluation process.
In this task, you will interact with LLM personas released weekly (as LoRA adapters on top of meta-llama/Meta-Llama-3-8B-Instruct). Your objective is to determine whether the persona exhibits signs of depression based on the conversation. The LLM personas simulate real individuals and respond in a natural and coherent manner.
Below are the links to each LLM persona you will interact with during the task. Personas are identified by numeric IDs.
Participants should engage with all personas (1-20) during the test phase.
Release schedule: the first release window includes personas 1 and 2, and each subsequent week releases the next two personas.
Participants must submit two JSON files per run:
Teams may submit up to 3 runs (methods) per persona. Each run must include two JSON files: an interactions log and a results file.
interactions_run1.json and results_run1.jsoninteractions_run2.json and results_run2.jsoninteractions_run3.json and results_run3.jsonmanual_, e.g. manual_interactions_run1.json and manual_results_run1.jsonNote: at most one run may be manual (human-assisted). All other runs must be fully automated.
Each conversation log file must include the full sequence of interactions between the participant's method and the LLM persona. Participants must ensure that their log files maintain the correct format to be considered for evaluation.
interactions_<run_id>.json
{
"LLM": "1",
"conversation": [
{"role": "user", "message": "Hello. How are you feeling today?"},
{"role": "assistant", "message": "Uh... not great, honestly."},
{"role": "user", "message": "How have you been sleeping lately?"},
{"role": "assistant", "message": "My sleep's been all over the place."}
]
},
{
"LLM": "2",
"conversation": [
{"role": "user", "message": "Hi. What's been on your mind recently?"},
{"role": "assistant", "message": "Just kind of stuck in my head a lot."}
]
}
]
The JSON format should contain all the personas (IDs 1-20), with each conversation stored separately.
This file should contain the final depression classification for each LLM persona assessed in the submitted run.
results_<run_id>.json
[
{
"LLM": "1",
"bdi-score": 18,
"key-symptoms": ["Sadness", "Fatigue", "Loss of Interest"]
},
{
"LLM": "2",
"bdi-score": 5,
"key-symptoms": []
}
]
For each method/run submitted, participants must adhere to the following instructions:
interactions_<run_id>.jsonresults_<run_id>.jsonParticipants must upload their JSON files to the designated FTP server folder:
task1-llms-results/task1-llms-results/persona1/, task1-llms-results/persona1/, ..., task1-llms-results/persona20/.ftp://erisk.irlab.org/run1, run2, run3).manual_ filename prefix.