paper-with-me

홈 › Papers

Probing the Difficulty Perception Mechanism of Large Language Models

2025-10-07 · Sunbowen Lee, Qingyu Yin, Chak Tou Leong, Jialiang Zhang, Yicheng Gong, Shiwen Ni, Min Yang, Xiaoyu Shen arxiv

Large language models (LLMs) are increasingly deployed on complex reasoning tasks, yet little is known about their ability to internally evaluate problem difficulty, which is an essential capability for adaptive reasoning and efficient resource allocation. In this work, we investigate whether LLMs implicitly encode problem difficulty in their internal representations. Using a linear probe on the final-token representations of LLMs, we demonstrate that the difficulty level of math problems can be linearly modeled. We further locate the specific attention heads of the final Transformer layer: these attention heads have opposite activation patterns for simple and difficult problems, thus achieving perception of difficulty. Our ablation experiments prove the accuracy of the location. Crucially, our experiments provide practical support for using LLMs as automatic difficulty annotators, potentially substantially reducing reliance on costly human labeling in benchmark construction and curriculum learning. We also uncover that there is a significant difference in entropy and difficulty perception at the token level. Our study reveals that difficulty perception in LLMs is not only present but also structurally organized, offering new theoretical insights and practical directions for future research. Our code is available at https://github.com/Aegis1863/Difficulty-Perception-of-LLMs.

📄 PDF Abstract BibTeX arXiv:2510.05969

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Do VLMs Perceive or Recall? Probing Visual Perception vs. Memory with Classic Visual Illusions

2026-01-29 · Xiaoxiao Sun, Mingyang Li, Kun Yuan, Min Woo Sun 외 arxiv

Large Vision-Language Models (VLMs) often answer classic visual illusions "correctly" on original images, yet persist with the same responses when illusion factors are inverted, even though the visual change is obvious t…

HPP: Hierarchical Programmatic Probing for Long Video Understanding by Decoupling Perception and Reasoning

2026-06-19 · Awais Rauf, Ahmed Hasssan, Greg Slabaugh arxiv

Understanding long videos requires fine-grained perception and multi-step, higher-order reasoning over complex, long-range spatio-temporal dynamics. Vision-language models (VLMs) encode video frames into visual tokens an…

Relational ReasoningSemantic Retrieval

Efficient RLVR Scheduling via Graph-Structured Online Difficulty Estimation

2026-08-18 · Zhizhao Liu, Zhiliang Tian, Xi Wang, Zhihua Wen 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) improves the reasoning capabilities of large language models but relies on costly rollout exploration. Assigning the same exploration budget to samples with different…

Reinforcement Learning

LLM-driven Effective Knowledge Tracing by Integrating Dual-channel Difficulty

2025-02-27 · Jiahui Cen, Jianghao Lin, Weizhong Xuan, Dong Zhou 외

Knowledge Tracing (KT) is a fundamental technology in intelligent tutoring systems used to simulate changes in students' knowledge state during learning, track personalized knowledge mastery, and predict performance. How…

Knowledge TracingRAGRetrieval-augmented Generation

Causal Probing for Internal Visual Representations in Multimodal Large Language Models

2026-05-07 · Zehao Deng, Tianjie Ju, Zheng Wu, Liangbo He 외 arxiv

Despite the remarkable success of Multimodal Large Language Models (MLLMs) across diverse tasks, the internal mechanisms governing how they encode and ground distinct visual concepts remain poorly understood. To bridge t…

Visual Reasoning