Papers for

customer support platform teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

People use chatbots gradually for emotional support despite challenges

"I Felt Very Seen, But Still Very Alone": Longitudinal Trajectories of General-Purpose LLM Use for Socioemotional Support

Abstract: People increasingly use general-purpose chatbots such as ChatGPT, Claude, and Gemini for mental health and emotional support. We report a multi-stage longitudinal qualitative study of 18 U.S. adults, conducted from April to December 2025, combining initial interviews, a four-week diary study, focus groups, and exit interviews. We find that socioemotional use often emerged gradually out of practical use and when other forms of support were unavailable. Participants developed routines and boundaries around chatbot use, which were disrupted by model updates, evolving public discourse about AI harms, and changes in personal circumstances. We demonstrate how longitudinal study captures factors beyond the human-AI dyad, and argue that HCI researchers and designers should account for users' histories with their chatbots and broader care ecologies when evaluating AI systems over time and introducing updates that may disrupt established sources of support.

Fri 11 SeptHuman-Computer Interaction
The gist
Many people start using chatbots like ChatGPT first for practical tasks but begin to use them for emotional support over time, especially when other help isn’t available. The authors studied 18 adults over months to understand how their use changed and how updates to the chatbots or outside opinions affected their routines. They found that people set rules and boundaries for chatbot use, but these can be disrupted by changes in the AI or life circumstances. The researchers suggest that designers should consider users’ past experiences and support networks when improving chatbots for mental health help.
Open 2609.12314v1

HyperTrace traces user preferences for better personalized responses

HyperTrace: Hypothesis-Based Preference Tracing for Online LLM Personalization

Abstract: Personalized language models aim to adapt responses to individual users, whose preferences are often latent and revealed gradually through interaction. Existing training-free methods rely on stored histories or retrieved memories, but they often struggle to reconcile long- term preferences with short-term topic-specific needs. To address this issue, we propose HyperTrace, a training-free framework that formulates online personalization as latent preference tracing. HyperTrace maintains interpretable natural-language hypotheses over short-term intent and long-term preferences, and updates them through an SMC-style reweight process using an LLM-based surrogate choice model. By updating these hypotheses across turns and sessions, HyperTrace enables personalization without parameter updates. Experiments on PRISM and PersonaMem-v2 show that HyperTrace improves response alignment, preference prediction, and profile consistency over strong online baselines, demonstrating the effectiveness of tracing latent user preferences for robust personalization. Code and scripts are available in the repository: https://github.com/jiseshen/HyperTrace.

Wed 9 SeptComputation and Language
The gist
Personalizing language models is hard because people’s likes and needs change and aren’t obvious right away. The authors created HyperTrace, which keeps track of what a user wants both in the short and long term using clear natural language ideas. It updates these ideas by watching how users interact and guessing their preferences without needing to retrain the model. This method helps the system respond more accurately to individuals over time.
Open 2609.09835v1