paper-with-me

Papers

Learning Next Action Predictors from Human-Computer Interaction

2026-03-06 · Omar Shaikh, Valentin Teutschbein, Kanishk Gandhi, Yikun Chi, Nick Haber, Thomas Robinson, Nilam Ram, Byron Reeves, Sherry Yang, Michael S. Bernstein, Diyi Yang arxiv

Truly proactive AI systems must anticipate what we will do next. This foresight demands far richer information than the sparse signals we type into our prompts -- it demands reasoning over the entire context of what we see and do. We formalize this as next action prediction (NAP): given a sequence of a user's multimodal interactions with a computer (screenshots, clicks, sensor data), predict that user's next action. Progress on this task requires both new data and modeling approaches. To scale data, we annotate longitudinal, naturalistic computer use with vision-language models. We release an open-source pipeline for performing this labeling on private infrastructure, and label over 360K actions across one month of continuous phone usage from 20 users, amounting to 1,800 hours of screen time. We then introduce LongNAP, a user model that combines parametric and in-context learning to reason over long interaction histories. LongNAP is trained via policy gradient methods to generate user-specific reasoning traces given some context; retrieve relevant traces from a library of past traces; and then apply retrieved traces in-context to predict future actions. Using an LLM-as-judge evaluation metric (0-1 similarity to ground truth), LongNAP significantly outperforms supervised finetuning and prompted baselines on held-out data (by 79% and 39% respectively). Additionally, LongNAP generalizes to held out users when trained across individuals. The space of next actions a user might take at any moment is unbounded, spanning thousands of possible outcomes. Despite this, 17.1% of LongNAP's predicted trajectories are well-aligned with what a user does next (LLM-judge score $\geq$ 0.5). This rises to 26% when we filter to highly confident predictions. In sum, we argue that learning from the full context of user behavior to anticipate user needs is now a viable task with substantial opportunity.

📄 PDF Abstract BibTeX arXiv:2603.05923

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FLEXI: Benchmarking Full-duplex Human-LLM Speech Interaction

2025-09-26 · Yuan Ge, Saihan Chen, Jingqi Xiao, Xiaoqian Liu 외 arxiv

Full-Duplex Speech-to-Speech Large Language Models (LLMs) are foundational to natural human-computer interaction, enabling real-time spoken dialogue systems. However, benchmarking and modeling these models remains a fund…

Flexible Neural Representation for Physics Prediction

2018-06-21 · NeurIPS 2018 12 · Damian Mrowca, Chengxu Zhuang, Elias Wang, Nick Haber 외

Humans have a remarkable capacity to understand the physical dynamics of objects in their environment, flexibly capturing complex structures and interactions at multiple levels of detail. Inspired by this ability, we pro…

PredictionRelation Network

Using Virtual Humans to Understand Real Ones

2016-06-13 · Katie Hoemann, Behnaz Rezaei, Stacy C. Marsella, Sarah Ostadabbas

Human interactions are characterized by explicit as well as implicit channels of communication. While the explicit channel transmits overt messages, the implicit ones transmit hidden messages about the communicator (e.g.…

Comparing Psychometric and Behavioral Predictors of Compliance During Human-AI Interactions

2023-02-03 · Nikolos Gurney, David V. Pynadath, Ning Wang

Optimization of human-AI teams hinges on the AI's ability to tailor its interaction to individual human teammates. A common hypothesis in adaptive AI research is that minor differences in people's predisposition to trust…

VTutor: An Open-Source SDK for Generative AI-Powered Animated Pedagogical Agents with Multi-Media Output

2025-02-06 · Eason Chen, Chenyu Lin, Xinyi Tang, Aprille Xi 외

The rapid evolution of large language models (LLMs) has transformed human-computer interaction (HCI), but the interaction with LLMs is currently mainly focused on text-based interactions, while other multi-model approach…