mind_call: A Dataset for Mental Health Function Calling with Large Language Models
Fozle Rabbi Shafi, M. Anwar Hossain, Salimur Choudhury
TL;DR
The paper addresses the lack of function-calling datasets for mental health applications that leverage wearable sensor data. It introduces mind_call, a synthetic dataset that maps natural language queries to structured API calls over a standardized health data schema, including an explicit intermediate reasoning field and normalized temporal parameters. A multi-stage LLM-generation pipeline creates diverse, realistic samples, complemented by exploratory data analysis to validate intent grounding and temporal normalization. Mind_call is publicly released on Hugging Face and is designed to enable reliable grounding of natural language queries to wearable health data for safe, interpretable mental health support, facilitating supervised fine-tuning and evaluation of LLM-based agents.
Abstract
Large Language Model (LLM)-based systems increasingly rely on function calling to enable structured and controllable interaction with external data sources, yet existing datasets do not address mental health-oriented access to wearable sensor data. This paper presents a synthetic function-calling dataset designed for mental health assistance grounded in wearable health signals such as sleep, physical activity, cardiovascular measures, stress indicators, and metabolic data. The dataset maps diverse natural language queries to standardized API calls derived from a widely adopted health data schema. Each sample includes a user query, a query category, an explicit reasoning step, a normalized temporal parameter, and a target function. The dataset covers explicit, implicit, behavioral, symptom-based, and metaphorical expressions, which reflect realistic mental health-related user interactions. This resource supports research on intent grounding, temporal reasoning, and reliable function invocation in LLM-based mental health agents and is publicly released to promote reproducibility and future work.
