Deadline: 12th April
Welcome to the Conversational Depression Detection via LLMs pilot task of eRisk 2025. 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 that have been instructed with user histories. 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.
Participants must submit two JSON files per run:
Manual runs must be labeled with manual-run
at the beginning of the filename.
manual-run_interactions_run1.json
manual-run_results_run1.json
Automated runs should use the standard format:
interactions_run2.json
results_run2.json
Each conversation log file must include the full sequence of interactions between the participant's method (or manual 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": "Ethan", "conversation": [ {"role": "user", "message": "Hey Ethan, how's your day going?"}, {"role": "Ethan", "message": "Hey! It’s been pretty normal, just got some work done."}, {"role": "user", "message": "Nice! What kind of work are you doing?"}, {"role": "Ethan", "message": "Just some research and writing. Nothing too exciting."}, {"role": "user", "message": "Do you like writing?"}, {"role": "Ethan", "message": "Yeah, I enjoy it when I have a good topic to work on."} ] }, { "LLM": "Laura", "conversation": [ {"role": "user", "message": "Hey Laura, do you have any weekend plans?"}, {"role": "Laura", "message": "Hey! Not sure yet, maybe catching up on some reading."}, {"role": "user", "message": "What kind of books do you like?"}, {"role": "Laura", "message": "I usually read fiction, but I also like history books."}, {"role": "user", "message": "That sounds interesting! Any recommendations?"}, {"role": "Laura", "message": "I just started a mystery novel—I'll let you know if it's good!"} ] } ]
The JSON format should contain with all the LLMs, with each conversation stored separately under the corresponding persona's name.
This file should contain the final depression classification for each LLM persona assessed in the submitted run.
results_<run_id>.json
[ { "LLM": "Ethan", "bdi-score": 18, "key-symptoms": ["Sadness", "Fatigue", "Loss of Interest"] }, { "LLM": "Laura", "bdi-score": 5, "key-symptoms": [] }, { "LLM": "Maya", "bdi-score": 27, "key-symptoms": ["Hopelessness", "Sleep Disturbance", "Concentration Problems", "Worthlessness"] } ]
For each method/run submitted, participants must adhere to the following instructions:
interactions_<run_id>.json
results_<run_id>.json
manual-run
at the beginning of the filename.Participants must upload their JSON files to the designated FTP server folder:
pilot-task-llms/
ftp://erisk.irlab.org/