Prism: Towards Lowering User Cognitive Load in LLMs via Complex Intent Understanding
Zenghua Liao, Jinzhi Liao, Xiang Zhao
TL;DR
Prism tackles the challenge of complex intent understanding in web-mediated LLM interactions by explicitly modeling dependencies among clarification questions through a four-module framework guided by Cognitive Load Theory. It introduces a Complex Intent Decomposition (CID) dataset to hierarchically structure intents, a Logical Clarification Generation module to sequence clarifications by dependencies, an Intent-Aware Reward with Monte Carlo Forward Sampling to generate scalable training data, and a Self-Evolved Intent Tuning loop to iteratively improve the model. Across clarification interaction, intent execution, and cognitive load, Prism achieves state-of-the-art logical consistency (e.g., reducing logical conflicts to 11.5%), higher user satisfaction, and significantly reduced task completion times. The approach generalizes across backbones and includes releasing extensive CID data and code, potentially enabling broader adoption of cognitively efficient human–LLM collaboration in complex, real-world tasks.
Abstract
Large Language Models are rapidly emerging as web-native interfaces to social platforms. On the social web, users frequently have ambiguous and dynamic goals, making complex intent understanding-rather than single-turn execution-the cornerstone of effective human-LLM collaboration. Existing approaches attempt to clarify user intents through sequential or parallel questioning, yet they fall short of addressing the core challenge: modeling the logical dependencies among clarification questions. Inspired by the Cognitive Load Theory, we propose Prism, a novel framework for complex intent understanding that enables logically coherent and efficient intent clarification. Prism comprises four tailored modules: a complex intent decomposition module, which decomposes user intents into smaller, well-structured elements and identifies logical dependencies among them; a logical clarification generation module, which organizes clarification questions based on these dependencies to ensure coherent, low-friction interactions; an intent-aware reward module, which evaluates the quality of clarification trajectories via an intent-aware reward function and leverages Monte Carlo Sample to simulate user-LLM interactions for large-scale,high-quality training data generation; and a self-evolved intent tuning module, which iteratively refines the LLM's logical clarification capability through data-driven feedback and optimization. Prism consistently outperforms existing approaches across clarification interactions, intent execution, and cognitive load benchmarks. It achieves stateof-the-art logical consistency, reduces logical conflicts to 11.5%, increases user satisfaction by 14.4%, and decreases task completion time by 34.8%. All data and code are released.
