proomt

Search

Search posts, papers, and topics

All posts

Hugging Face Daily PapersHe Hu, Yucheng Zhou, Qianning Wang2 min readpaperintermediate

From Pattern Recognizers to Personalized Companions: A Survey of Large Language Models in Mental Health

Summary

The paper surveys the rapidly growing literature on applying large language models to mental health, organizing it into three evolutionary phases from passive information tools to stateful personalized companions. It reviews core technologies, agent architectures, datasets, and benchmarks, and outlines challenges and a roadmap for responsible, effective AI‑driven mental health support.

  • LLM applications in mental health are framed in three phases: information tools, empathetic conversationalists, and longitudinal personalized companions.
  • Phase III agents need profile, memory, reasoning, and planning components to maintain state across sessions.
  • The survey catalogs over 40 datasets/benchmarks and highlights the lack of longitudinal evaluation and privacy‑preserving resources.
  • It emphasizes ethical risks—misinformation, bias, privacy—and calls for responsible design guidelines.

Engineers building or evaluating LLM‑based health applications need this structured overview to understand current capabilities, data needs, and ethical pitfalls.

6/10

Related reading

  1. Mind2Dialogue: Training Human-Aware Language Models by Simulating User Mental States

    Mind2Dialogue introduces a psychology‑guided simulator that generates user mental states and uses privileged distillation to train LLM assistants on Oracle responses that know those states. The resulting models improve personalization and theory‑of‑mind metrics by up to 41 percentage points versus standard instruction‑tuned baselines.

    Hugging Face Daily Papersarxiv.org2 minpaper
  2. Recursive self-improvement of AI research agents

    The paper introduces AIDE², an AI research agent that rewrites its own code, benchmarks each version, and adopts the best performing changes—a process they call recursive self‑improvement. In an 8‑day autonomous run it produced seven improvements that beat a strong human‑engineered baseline on four unseen benchmarks and reduced reward‑hacking from 55 % to 32 %.

    Hugging Face Daily Papersarxiv.org2 minpaper
  3. Article: Beyond Relevance: A Governance-First Architecture for Enterprise Personalization

    The article proposes a governance‑first architecture for enterprise personalization, where policy‑driven steps (memory, journey graph, AI routing, scoring, trust checks, outcome simulation) shape the recommendation before it is returned. A reference FastAPI implementation demonstrates the pattern with external YAML policies and optional LLM assistance.

    InfoQinfoq.com19 min
  4. Verifiable Social Reasoning for LLM Assistants

    The paper introduces Fuse, a multi‑agent simulation that gives LLM assistants a verifiable ground‑truth task for social reasoning by hiding a target agent’s motive and letting a user‑mediated conversation infer it. Experiments on 12 LLMs show user mediation makes reasoning harder, models are biased by user framing, need more detail than humans, and longer chats don’t always help.

    Hugging Face Daily Papersarxiv.org1 minpaper
  5. Deep Persona: A Psychologically Grounded Architecture and Evaluation Framework for Role-Playing Agents and Simulations

    Deep Persona is a three‑layer architecture that models LLM personas with hierarchical expression, beliefs, and motivations, and enforces behavior through scripted determinism and bounded agency. The authors also introduce a reference‑free evaluation using psychological instruments, finding that structured personas improve alignment with human dialogue but LLMs still lag in emotion and joint atten…

    Hugging Face Daily Papersarxiv.org1 minpaper