paper-with-me

홈 › Papers

TaskSense: Cognitive Chain Modeling and Difficulty Estimation for GUI Tasks

2025-11-12 · Yiwen Yin, Zhian Hu, Xiaoxi Xu, Chun Yu, Xintong Wu, Wenyu Fan, Yuanchun Shi arxiv

Measuring GUI task difficulty is crucial for user behavior analysis and agent capability evaluation. Yet, existing benchmarks typically quantify difficulty based on motor actions (e.g., step counts), overlooking the cognitive demands underlying task completion. In this work, we propose Cognitive Chain, a novel framework that models task difficulty from a cognitive perspective. A cognitive chain decomposes the cognitive processes preceding a motor action into a sequence of cognitive steps (e.g., finding, deciding, computing), each with a difficulty index grounded in information theories. We develop an LLM-based method to automatically extract cognitive chains from task execution traces. Validation with linear regression shows that our estimated cognitive difficulty correlates well with user completion time (step-level R-square=0.46 after annotation). Assessment of state-of-the-art GUI agents shows reduced success on cognitively demanding tasks, revealing capability gaps and Human-AI consistency patterns. We conclude by discussing potential applications in agent training, capability assessment, and human-agent delegation optimization.

📄 PDF Abstract BibTeX arXiv:2511.09309

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Intention Chain-of-Thought Prompting with Dynamic Routing for Code Generation

2025-12-16 · Shen Li, Li Huang, Shaoxiong Zhan, Weifeng Sun 외 arxiv

Large language models (LLMs) exhibit strong generative capabilities and have shown great potential in code generation. Existing chain-of-thought (CoT) prompting methods enhance model reasoning by eliciting intermediate s…

Code Generation

Synthetic Student Responses: LLM-Extracted Features for IRT Difficulty Parameter Estimation

2026-01-18 · Matias Hoyl arxiv

Educational assessment relies heavily on knowing question difficulty, traditionally determined through resource-intensive pre-testing with students. This creates significant barriers for both classroom teachers and asses…

MATT: Multimodal Attention Level Estimation for e-learning Platforms

2023-01-22 · Roberto Daza, Luis F. Gomez, Aythami Morales, Julian Fierrez 외

This work presents a new multimodal system for remote attention level estimation based on multimodal face analysis. Our multimodal approach uses different parameters and signals obtained from the behavior and physiologic…

Facial Landmark DetectionHead Pose EstimationPose Estimation

Can LLMs Estimate Student Struggles? Human-AI Difficulty Alignment with Proficiency Simulation for Item Difficulty Prediction

2025-12-21 · Ming Li, Han Chen, Yunze Xiao, Jian Chen 외 arxiv

Accurate estimation of item (question or task) difficulty is critical for educational assessment but suffers from the cold start problem. While Large Language Models demonstrate superhuman problem-solving capabilities, i…

Mathematical Reasoning

Reasoning with OmniThought: A Large CoT Dataset with Verbosity and Cognitive Difficulty Annotations

2025-05-16 · Wenrui Cai, Chengyu Wang, Junbing Yan, Jun Huang 외

The emergence of large reasoning models (LRMs) has transformed Natural Language Processing by excelling in complex tasks such as mathematical problem-solving and code generation. These models leverage chain-of-thought (C…

Code GenerationMathematical Problem-Solving