菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-13
📄 Abstract - An Agentic LLM-Based Framework for Population-Scale Mental Health Screening

Mental health disorders affect millions worldwide, and healthcare systems are increasingly overwhelmed by the volume of clinical data generated from electronic records, telemedicine platforms, and population-level screening programs. At the same time, the emergence of novel AI-based approaches in healthcare calls for intelligent frameworks capable of processing domain-specific unstructured clinical information while adapting to patient-specific needs. This paper proposes an agentic framework for building robust LLM-based pipelines, where each stage is encapsulated as a LangChain agent governed by explicit policies and proxy-guided evaluation. Stages are incrementally locked once validated, ensuring that later adaptations cannot overwrite configurations without demonstrated improvement. The proposed framework evolves from feature-level exploration, through proxy-based tuning and freeze/rollback mechanisms, to full orchestration by an Orchestrator Agent that coordinates preprocessing, retrieval, selection, diversity, threshold optimization, and decoding. A proof-of-concept in transcript-based depression detection demonstrates that the framework converges to stable configurations, such as cosine similarity, dynamic Top-k, and threshold 0.75, while controlling evaluation costs and avoiding regressions. These results highlight the potential of agentic AI to enable population-level mental health screening over large clinical datasets, addressing critical challenges in trustworthiness, reproducibility, and adaptability required in healthcare environments.

顶级标签: llm agents medical
详细标签: mental health clinical ai agentic framework screening langchain 或 搜索:

基于智能体大语言模型框架的大规模心理健康筛查 / An Agentic LLM-Based Framework for Population-Scale Mental Health Screening


1️⃣ 一句话总结

本文提出了一种由多个智能体协作驱动的AI框架,通过逐步锁定和优化每个处理环节(如数据检索、阈值设定),实现对大规模临床文本(如对话记录)的自动化抑郁症筛查,在保证结果可信、可复现和适应不同患者的同时控制计算成本。

源自 arXiv: 2605.13046