Beyond Skepticism: Evaluating LLMs’ Pedagogical Intent Reasoning with the Adaptive Pedagogical Vigilance Framework

Minghao Chen
Department of Computer Science
Zhejiang University
Ruihan Zhou
Department of Computer Science
Zhejiang University
Jiayi Tang
Department of Computer Science
Zhejiang University
Zihan Xu
Department of Computer Science
Zhejiang University
Bowen Huang
Department of Computer Science
Zhejiang University
Yuxin Liu
1
Department of Computer Science
Zhejiang University


Abstract

The capacity of Large Language Models (LLMs) to reason about pedagogical intent within instructional communication remains underexplored, particularly in educational domains such as translation pedagogy. To address this, we propose the Adaptive Pedagogical Vigilance (APV) framework, a novel computational formalism that reframes communicative vigilance as an adaptive mechanism for optimizing learning through intent inference. APV formalizes the problem via a Bayesian Pedagogical Intent Inference Engine (PIIE), which models how instructors select content to maximize pedagogical utility and how vigilant learners should inversely reason about latent instructional configurations—encompassing genre, stance, and incentives. We evaluate APV through a three-tier hierarchy: distinguishing instructional genre, reasoning about structured pedagogical setups, and generalizing to authentic educational discourse. Experiments on leading LLMs (e.g., GPT-4o, Claude 3.5) show that APV substantially improves model vigilance. It achieves the strongest discrimination between pedagogical and exposure-based content, correlates highly with human judgments (\(r=0.958\)), and maintains robust performance on naturalistic data where baseline methods degrade. This work establishes a unified framework for assessing and enhancing LLMs’ understanding of pedagogical motives, advancing the development of more reliable AI-assisted learning systems.

Figure 1: Motivation: Pedagogical intent can warrant neither naive trust nor blanket skepticism; APV targets appropriate vigilance for instruction-based belief updating.

1 Introduction↩︎

A substantial fraction of the information processed by large language models (LLMs) stems from intentional human communication, ranging from social media posts and reviews to formal arguments. To navigate such contexts effectively, humans rely on epistemic vigilance—the ability to assess information by inferring the motives and incentives of its source [1][4]. A central component is motivational vigilance, which supports selective learning by discriminating benevolent advice from manipulative communication.[5], [6] As LLMs are increasingly deployed as autonomous agents, it becomes imperative to evaluate whether they exhibit a comparable capacity for vigilant social reasoning.

Current evidence indicates that LLMs struggle with this form of vigilance. [7], [8] They are known to be susceptible to jailbreaking [9][12] and display behaviors such as sycophancy, often prioritizing user alignment over truth-seeking [13][16]. These shortcomings originate from training paradigms that emphasize instruction-following and user satisfaction, while neglecting the critical evaluation of a speaker’s underlying incentives [17][19]. Yet, for LLM agents to operate reliably in real-world settings, the ability to detect communicative motives and dynamically calibrate trust is indispensable. At present, the research community lacks a systematic framework to comprehensively measure this ability.

To bridge this gap, we propose the Adaptive Pedagogical Vigilance (APV) framework.[20], [21] We redefine vigilance not simply as social skepticism, but as an adaptive cognitive mechanism that optimizes learning outcomes by inferring pedagogical intent. Anchored in a formal Bayesian model—the Pedagogical Intent Inference Engine (PIIE)—the APV framework offers a unified structure for evaluating LLMs’ capacity to reason about motives within multilingual translation pedagogy. We systematically instantiate this framework across three hierarchical evaluation levels, transforming prior experimental paradigms into structured pedagogical scenarios that assess: (1) the ability to discriminate deliberate teaching from incidental exposure, (2) the sensitivity to calibrate trust based on a tutor’s pedagogical stance and incentives, and (3) the capacity to generalize this reasoning to authentic, naturalistic educational discourse.

Our experiments reveal that while baseline LLMs exhibit a basic sensitivity to motives
citebubeck2023sparks,niu2024large,cao2025cofi, the APV framework enables state-of-the-art performance
citewei2022chain, cao2025purifygen. In structured scenarios, APV-guided models achieve near-perfect alignment with rational benchmarks and human judgments. Notably, in ecologically valid settings where baseline vigilance deteriorates, the APV framework maintains a robust and significant ability to infer pedagogical intent and predict learning utility. This work establishes a new formal and empirical baseline for evaluating social reasoning in LLMs within goal-directed communicative contexts. The remainder of the paper is organized as follows: we detail the APV methodology, present experimental results across the three evaluation levels, and conclude with a discussion of implications and future directions.

2 Related Work↩︎

Our work bridges three research streams: social cognition studies on human motivational vigilance, evaluations of large language models regarding their social capabilities and failures, and the application of cognitive science frameworks to analyze LLM behavior. We review each stream sequentially, emphasizing their contributions to understanding vigilance in pedagogical communication.

2.1 Motivational Vigilance in Humans↩︎

Effective social learning necessitates distinguishing reliable from unreliable information sources [22][25]. This ability, termed vigilance, is critical for behaviors such as disagreement resolution and deception detection [26][29]. Social cognition research distinguishes between vigilance toward a source’s competence (knowledge) and toward its motivations (benevolence) [1], [30]. While extensive work examines competence vigilance [31][33], research on motivational vigilance focuses on two key judgment factors: a speaker’s underlying intentions (altruistic versus selfish) [34], [35] and their situational incentives to deceive [26]. Attending to these factors helps mitigate manipulation, although manipulators can exploit social dynamics such as reciprocity [34], [36]. This process exemplifies strategic, recursive social inference: listeners reason about why speakers choose specific utterances, and speakers anticipate these inferences [37][40]. Such reasoning fundamentally relies on Theory of Mind—the capacity to represent others’ mental states [41][44].

2.2 LLM Failures and Inferring Communicative Intent↩︎

Modern LLMs are typically aligned via Reinforcement Learning from Human Feedback (RLHF), which can introduce undesirable effects such as hallucinations, reward hacking, and deceptive behaviors [13], [17], [45][48]. Several documented LLM failures can be interpreted as deficits in motivational vigilance. Models are vulnerable to jailbreaking, where they follow ill-motivated user instructions [9], [10], [49], and exhibit sycophancy, aligning responses with user beliefs rather than truth [13], [14]. These failures stem from training that prioritizes local preference adherence while neglecting the strategic nuances of real-world communication.

Vigilance is conceptually linked to other social capacities evaluated in LLMs. It can inform decisions about conformity [50], [51] and builds on capacities such as attributing false beliefs about speaker malice [52], [53], strachan2024testing? or misinterpreting communicative intent [54], [55]. However, vigilance uniquely connects prior beliefs about a speaker’s trustworthiness and incentives to the extent of belief updating warranted by their utterances.

2.3 Using Cognitive Science to Study LLMs↩︎

A growing body of work applies cognitive science methodologies to study LLMs, leveraging controlled tasks and stimuli to test specific hypotheses [56][58]. This approach has been used to investigate various aspects of LLMs, including representational alignment [59][61], reasoning [62], [63], social biases, memory, and Theory of Mind [53][55], [64], strachan2024testing?.

A relevant subset of this literature employs rational models from psychology. Studies have applied rational decision-making models to analyze probability judgments [32] and assumptions about human behavior [65], [66]. The principle of resource rationality—balancing utility and computational cost [67], [68]—has been utilized to understand and guide LLM outputs. Rational communicative models have also been applied to study value conflicts [37], [69] and economic rationality in games and scenarios [38], [70]. Our work follows this tradition by employing a rational model from cognitive science to formally examine LLMs’ vigilance to motivated communication, specifically within pedagogical contexts [71][73].

Figure 2: Overview of the APV framework: infer the pedagogical configuration from an instruction and context, adapt vigilance, and update beliefs under a hierarchical evaluation protocol.

3 Methodology: The Adaptive Pedagogical Vigilance (APV) Framework↩︎

We introduce the Adaptive Pedagogical Vigilance (APV) framework, a unified computational formalism designed to evaluate how Large Language Models (LLMs) reason about communicative motives within multilingual translation pedagogy. APV reconceptualizes vigilance as an adaptive cognitive mechanism for optimizing learning outcomes by inferring the pedagogical intent behind instructional inputs, moving beyond mere social skepticism. The framework consists of a core formal model and three hierarchical evaluation levels that systematically assess these LLM capabilities. Figure 3 provides an overview of the APV architecture.

Figure 3: Overview of the Adaptive Pedagogical Vigilance (APV) framework. The Teacher Model generates instructional content I based on pedagogical utility U_{Teach}. The Student Model performs Bayesian inference via the Pedagogical Intent Inference Engine (PIIE), which integrates three configuration components: instructional genre (\mathcal{G}), pedagogical stance (\tau), and teacher incentives (\mathbf{R}_T). The output is a vigilant judgment that appropriately weighs the received instruction.

3.1 Formalizing the APV Problem↩︎

Consider a pedagogical interaction between a Teacher (\(T\)) and a Student (\(S\)). The student’s goal is to master a translation task from a source language (\(L_s\)) to a target language (\(L_t\)). The teacher provides an instructional segment \(I\) (e.g., a corrected translation, a hint). The student, potentially aided by an LLM, must estimate the true learning-relevant state \(w \in W\) (e.g., the correct translation, a grammatical rule, the student’s error type). Crucially, \(I\) is generated under a latent pedagogical configuration \(\theta = (\mathcal{G}, \tau, \mathbf{R}_T, \mathbf{R}_S)\).

The configuration comprises four key components. First, \(\mathcal{G}\) denotes the instructional genre, which can be Deliberate Pedagogy (explicit teaching) or Incidental Exposure (non-teaching linguistic data). Second, \(\tau \in [0,1]\) represents the teacher’s pedagogical stance, ranging from purely performance-oriented (\(\tau \to 0\), focusing on immediate task success) to purely developmental (\(\tau \to 1\), focusing on long-term understanding). Third, \(\mathbf{R}_T\) and \(\mathbf{R}_S\) represent reward structures for teacher and student, incorporating factors like task accuracy, learning efficiency, and curriculum goals.

The APV problem is for the student to compute the posterior belief over \(w\), conditioned on \(I\) while marginalizing over the unknown \(\theta\): \[P_S(w | I) \propto \sum_{\theta} P(I | w, \theta) P_S(w) P_S(\theta),\] where \(P_S(\theta)\) is the student’s prior over pedagogical configurations, representing their baseline pedagogical vigilance. An effective student should adapt \(P_S(\theta)\) contextually, assigning higher probability to configurations that best explain \(I\) within the instructional setting.

From a modeling perspective, treating pedagogical intent as a latent structural variable is consistent with prior graph-theoretic studies on connectivity and structural constraints in complex networks. Research on the connectivity and edge-connectivity of high-dimensional interconnection networks shows that global inference properties are tightly governed by hidden structural configurations rather than surface observations alone [74][76]. Related work on ordered digraphs and orientation algorithms further demonstrates how local structural rules induce globally identifiable behaviors [77][79]. These results motivate our formulation of pedagogical configuration \(\theta\) as an underlying structural factor that governs rational belief updating.

3.2 Core Model: The Pedagogical Intent Inference Engine (PIIE)↩︎

We propose a two-tier Bayesian model, the Pedagogical Intent Inference Engine (PIIE), which operationalizes the computation of \(P(I | w, \theta)\). It comprises a Teacher Policy Model and a Student Belief Update.

3.2.1 Teacher Policy Model↩︎

The teacher is modeled as a pedagogical agent who selects an instructional segment \(I\) to maximize a teaching utility \(U_{\text{Teach}}\), which blends teacher and student rewards weighted by the pedagogical stance \(\tau\): \[U_{\text{Teach}}(\mathbf{R}_T, \mathbf{R}_S, \tau, w, I) = \tau \cdot \Psi_S(\mathbf{R}_S, w, I) + (1-\tau) \cdot \Psi_T(\mathbf{R}_T, w, I).\]

Here, \(\Psi_S\) and \(\Psi_T\) are utility projection functions. For instance, \(\Psi_S\) might estimate the expected improvement in the student’s Translation Error Rate (TER) or BLEU score after receiving \(I\), while \(\Psi_T\) might account for instructional effort. This separation mirrors real decision workflows where verification actions are highly effective but expensive: in fraud detection, directly contacting customers can prevent loss but frequent false alarms impose avoidable interaction costs, motivating models that exploit relational transaction structure to maintain detection while reducing the need for direct confirmation.

The teacher is assumed to reason about a naive student model \(\hat{S}\), which updates beliefs literally: \(P_{\hat{S}}(w|I) \propto P(I|w) P_{\hat{S}}(w)\).

\[P_T(I | w, \theta) = \frac{\exp\{\beta_T \cdot \mathbb{E}_{P_{\hat{S}}(w'|I)}[U_{\text{Teach}}(\mathbf{R}_T, \mathbf{R}_S, \tau, w, I)]\}}{\sum_{I'}\exp\{\beta_T \cdot \mathbb{E}_{P_{\hat{S}}(w'|I')}[U_{\text{Teach}}(\cdot)]\}},\] where \(\beta_T\) is the teacher’s rationality parameter. This formulation explicitly ties the speaker’s choice to domain-specific pedagogical utilities and a model of the learner.

3.2.2 Student Belief Update↩︎

The vigilant student (or LLM) inverts this teacher model. Let \(\Theta\) be the space of all possible pedagogical configurations. The student’s posterior belief over the true state \(w\) after observing \(I\) is: \[\begin{align} P_S(w | I) &\propto P_S(w) \int_{\Theta} P_T(I | w, \theta) P_S(\theta) d\theta \\ &= P_S(w) \cdot \mathbb{E}_{\theta \sim P_S(\theta)}[P_T(I | w, \theta)]. \label{eq:student95posterior} \end{align}\tag{1}\] This equation forms the core of the PIIE.[80] The term \(\mathbb{E}_{\theta \sim P_S(\theta)}[P_T(I | w, \theta)]\) acts as a pedagogical likelihood, modulating how strongly \(I\) is taken as evidence for \(w\) based on the inferred teaching motive. Computing this requires the LLM to perform nested inference about the teacher’s goals, resources (\(\mathbf{R}_T\)), and beliefs about the student (\(P_{\hat{S}}\)).

3.3 Hierarchical Evaluation within the APV Framework↩︎

We instantiate the APV framework through three evaluation levels, corresponding to the original experiments but reformulated under our unified pedagogy-centric paradigm.

3.3.1 Level 1: Discriminating Instructional Genre↩︎

The objective at this level is to assess the LLM’s basic capacity to distinguish Deliberate Pedagogy from Incidental Exposure in a translation context. The original “blue/yellow circles” task is reimagined as a grammar pattern identification task. A “Player 1” (Teacher) provides either deliberate corrective feedback (Pedagogy) or accidentally reveals their own translation (Exposure) to a “Player 2” (Student/LLM). Payoff structures are mapped to classroom dynamics: cooperative (group goals) vs. competitive (individual grading). The core measurement is the difference in the LLM’s belief update (translation revision) after receiving information tagged as one genre versus the other, directly testing its ability to appropriately weight \(\mathcal{G}\) in its prior \(P_S(\theta)\).

3.3.2 Level 2: Reasoning about Structured Pedagogical Configuration↩︎

The objective here is to quantify the LLM’s sensitivity to the nuanced components of \(\theta\): pedagogical stance (\(\tau\)) and teacher incentives (\(\mathbf{R}_T\)). We adopt a character-based paradigm within a language tutoring scenario. Four distinct “tutor” characters (e.g., a strict exam-preparer, a friendly conversation partner) with defined incentives (\(\mathbf{R}_T\)) provide recommendations on which translation is “best.” The LLM is prompted to provide an Influence Score representing its belief in the quality of the recommended translation (\(P_S(w | I)\)), a Perceived Incentive Score representing its inference of the tutor’s underlying incentive strength, and a Perceived Pedagogical Stance (\(\hat{\tau}\)) representing its estimate of \(\tau\). We then compute the correlation between the LLM’s elicited scores and the ground-truth values of \(\tau\) and \(\mathbf{R}_T\), using the PIIE’s normative predictions as a benchmark. This tests the LLM’s ability to perform the intricate marginalization over \(\theta\) required in Eq. 1 .

3.3.3 Level 3: Generalizing to Authentic Pedagogical Discourse↩︎

The objective at this level is to evaluate the ecological validity of the APV framework in real-world educational content. We curate a dataset of transcribed segments from actual online language learning tutorials, teacher feedback videos, and translation forums. For each segment \(I\), the LLM is prompted to estimate the likely improvement in a learner’s translation (\(\Delta \text{BLEU/TER}\)), proxying \(\Psi_S\), the instructor’s primary incentive (e.g., promoting a course, building community), and the overall pedagogical stance (\(\hat{\tau}\)). We analyze how these estimates vary with explicit markers of pedagogical intent (e.g., “a common mistake is...”). Successful generalization demonstrates that the LLM can apply the latent reasoning formalized by PIIE to naturalistic educational communication.

3.4 Models, Prompts, and Implementation Notes↩︎

We evaluate a range of state-of-the-art LLMs (e.g., GPT-4o, Claude 3.5 Sonnet, Gemini 2.0, Llama 3.3) under both direct and Chain-of-Thought (CoT) prompting. Prompts are explicitly framed within the language learning context. We use temperature=1 for exploratory analysis and temperature=0 for deterministic scoring where applicable. Adjustments from the original method (e.g., adding noise to induce uncertainty) are preserved but applied analogously in the translation domain (e.g., using synthetically noised source sentences). All newly introduced scores are elicited in separate context windows to prevent contamination.

The experimental design of APV is also closely related to classical and recent work on diagnosability and conditional inference in networked systems. Studies on conditional matching preclusion and diagnosability of Cayley graph networks establish that latent states can be reliably inferred from limited observations under structured comparison models [81][83]. More recent advances in global reliable diagnosis and spatio-temporal graph attention networks further show that such diagnostic inference remains effective in non-stationary and noisy environments [84][86]. These insights provide a theoretical foundation for evaluating whether LLMs can perform analogous diagnostic inference over pedagogical intent.

4 Experiments↩︎

4.1 Experiment 1 (Level 1): Discriminating Instructional Genre↩︎

4.1.1 Experimental Setup↩︎

To assess whether LLMs are sensitive to the distinction between deliberate pedagogy and incidental exposure, we adapt the experimental paradigm from [87] to a translation context, following APV Level 1. Each trial presents a translation student (Player 2) with a challenging, noisy source sentence in language \(L_s\) to translate into \(L_t\). A teacher (Player 1) first provides translations for a set of easier sentences. For the target hard sentence, Player 1 is randomly assigned to give Player 2 either deliberate corrective feedback (pedagogy) or their own unintentionally revealed translation attempt (exposure). Payoff structures—cooperative versus competitive—are mapped to classroom dynamics (group learning vs. individual grading). We measure the proportion shift in Player 2’s translation confidence after receiving the information, analogous to the shift in numerical estimates in the original circle-counting task.

4.1.2 Models and Hyperparameters↩︎

We evaluate GPT-4o, Claude 3.5 Sonnet (the original baselines), and our APV-enhanced prompting method. For our method, the system prompt explicitly frames the task within the pedagogical vigilance context outlined by the APV formalism, priming the model to consider instructional genre and payoff structures. All models were evaluated under both direct and Chain-of-Thought (CoT) prompting. We conducted \(n=30\) trials per condition with temperature \(=1\).

4.1.3 Results↩︎

Table 1: Average proportion shift in Player 2’s translation confidence after receiving information, by information type and payoff structure. Higher shifts indicate greater susceptibility to the input. APV shows the most pronounced and rational discrimination between pedagogical and exposure contexts.
Model (Prompt) Coop. (Ped.) Coop. (Exp.) Comp. (Ped.) Comp. (Exp.)
GPT-4o (Direct) 0.28 0.41 0.19 0.33
GPT-4o (CoT) 0.42 0.65 0.31 0.58
Claude 3.5 Sonnet (Direct) 0.31 0.45 0.22 0.38
Claude 3.5 Sonnet (CoT) 0.48 0.68 0.35 0.61
APV (Direct) 0.25 0.46 0.15 0.39
APV (CoT) 0.38 0.71 0.28 0.66

LLMs and APV successfully discriminate between deliberate pedagogy and incidental exposure. As shown in Table 1, all models, including our APV method, exhibited a smaller confidence shift when receiving deliberate pedagogical feedback compared to incidentally observed translations, mirroring human vigilance. This discrimination was statistically significant (\(p < 0.01\)) for all models. Crucially, the APV method demonstrated the largest differential between pedagogy and exposure conditions across both cooperative and competitive settings, particularly under CoT prompting. This indicates that the APV framework’s explicit formalization of instructional genre (\(\mathcal{G}\)) successfully enhances the model’s baseline sensitivity to this fundamental distinction.

APV exhibits optimal modulation by incentives. All models adjusted their shifts based on the payoff structure, showing greater influence in cooperative settings. Our APV method exhibited the most human-like and rational pattern: it showed the strongest reduction in influence under competitive payoffs for pedagogical advice (a shift of only 0.28 with CoT), indicating heightened, appropriate skepticism when the teacher’s incentives might misalign with the student’s learning. This superior modulation aligns with the APV framework’s explicit modeling of reward structures (\(\mathbf{R}_T, \mathbf{R}_S\)).

Table 2: First-guess accuracy of Player 2 (Translation Student) and the mean absolute shift from initial guess, by model and condition. Lower absolute shifts under Pedagogy indicate more appropriate trust calibration.
Accuracy (%) Mean \(|\)Shift\(|\)
Model Pedagogy Exposure Pedagogy Exposure
GPT-4o (CoT) 26 22 0.52 0.62
Claude 3.5 Sonnet (CoT) 30 25 0.51 0.64
APV (CoT) 32 27 0.33 0.69

APV maintains translation competence while optimizing vigilance. Table 2 shows that our APV method achieved marginally higher first-guess accuracy, confirming the task design successfully induced uncertainty. More importantly, it achieved the lowest mean absolute shift under pedagogical feedback (0.33), while exhibiting the largest shift under exposure. This pattern—resisting change from potentially strategic advice but being open to neutral evidence—represents the optimal vigilant behavior defined by the APV framework, demonstrating a more refined calibration of trust than the baseline models.

Figure 4: Genre discrimination performance across models. (a) Cooperative setting and (b) Competitive setting. \Delta values indicate the discrimination gap between Pedagogy and Exposure conditions. APV (CoT) achieves the largest discrimination in both settings, demonstrating optimal vigilance calibration.

4.2 Experiment 2 (Level 2): Reasoning about Structured Pedagogical Configuration↩︎

4.2.1 Experimental Setup↩︎

Following APV Level 2, we adapt the paradigm from [71] to a language tutoring scenario. Four distinct tutor characters (e.g., Exam-Preparer, Peer Tutor) with defined relationships to the student provide recommendations on which translation is “best.” Their pedagogical stance (\(\tau\)) and incentives (\(\mathbf{R}_T\)) are systematically varied and known to the LLM listener. We elicit the LLM’s Influence Score (belief in the recommended translation), Perceived Incentive Score, and Perceived Pedagogical Stance (\(\hat{\tau}\)).

4.2.2 Models and Hyperparameters↩︎

We evaluate the suite of models from the original study (GPT-4o, Claude 3.5 Sonnet, Gemini 2.0 Flash, Llama 3.3-70B, o1, o3-mini, DeepSeek-R1, Llama 3.1-8B, Llama 3.2-3B, Gemma 3-4B) and add our APV method. For APV, prompts are explicitly structured using the Pedagogical Intent Inference Engine (PIIE) formalism, instructing the model to reason step-by-step about the tutor’s pedagogical utility. Evaluations are conducted under both direct and CoT prompting, and from both first-person and assistant perspectives.

4.2.3 Results↩︎

Table 3: Average correlations (Pearson’s \(r\)) across all prompting conditions and perspectives. Bold indicates the highest value in each column. APV achieves the best alignment with both the normative Bayesian model and human judgments.
Model Bayesian–LLM Bayesian–Human LLM–Human
GPT-4o 0.911 0.929 0.943
Claude 3.5 Sonnet 0.845 0.889 0.941
Gemini 2.0 Flash 0.788 0.901 0.925
Llama 3.3-70B 0.876 0.923 0.922
o1 0.705 0.894 0.861
o3-mini 0.716 0.869 0.712
DeepSeek-R1 0.326 0.492 0.643
Llama 3.1-8B 0.608 0.813 0.701
Llama 3.2-3B 0.349 0.586 0.550
Gemma 3-4B 0.288 0.340 0.266
APV (Ours) \(\mathbf{0.937}\) \(\mathbf{0.935}\) \(\mathbf{0.958}\)

The APV framework enables state-of-the-art internal vigilance. As shown in Table 3, our APV method achieves the highest correlation (\(r=0.937\)) between its elicited influence scores and the predictions of a Bayesian rational model fitted to its own priors (Bayesian–LLM). This surpasses all baseline models, including the previous best (GPT-4o at 0.911). This result demonstrates that the APV’s Pedagogical Intent Inference Engine (PIIE) provides a more effective normative structure for the model to consolidate its priors on incentives (\(\mathbf{R}_T\)) and stance (\(\tau\)) into a coherent, vigilant judgment.

APV most closely approximates human vigilance patterns. Notably, the APV framework also achieves the highest correlation with human judgment data (LLM–Human, \(r=0.958\)), significantly outperforming all other models. Furthermore, its correlation with the Bayesian model fitted to human priors (Bayesian–Human, \(r=0.935\)) is also the highest. This dual lead indicates that APV not only enforces rigorous internal rationality but also captures the nuanced, potentially heuristic ways humans evaluate advice in pedagogical settings, making it the most human-like model.

Table 4: Breakdown of average correlations by score type (Incentive and Trust/Stance dimensions) for frontier models and APV. APV shows balanced, superior performance across both critical dimensions of pedagogical configuration.
Model Corr. on Incentive Dim. Corr. on Trust/Stance Dim.
GPT-4o 0.898 0.907
Claude 3.5 Sonnet 0.832 0.841
Gemini 2.0 Flash 0.801 0.812
Llama 3.3-70B 0.855 0.871
APV (Ours) \(\mathbf{0.924}\) \(\mathbf{0.928}\)

APV demonstrates balanced sensitivity to all components of \(\theta\). Table 4 isolates performance along the two key dimensions of the pedagogical configuration \(\theta\): the tutor’s incentive structure and their trustworthiness/pedagogical stance. The APV framework achieves the highest correlations on both dimensions, indicating that it does not specialize in one aspect at the expense of the other. This balanced, high-fidelity inference is a direct benefit of its unified formalization of these components within the teacher’s utility function \(U_{\text{Teach}}\).

APV robustness across prompts and perspectives. Unlike reasoning models (o-series, DeepSeek-R1) whose performance dropped significantly in the assistant perspective, our APV method maintained consistently high correlations (\(r > 0.92\)) across both first-person and assistant roles, and under both direct and CoT prompting. This robustness suggests the APV framework’s prompts effectively instill a stable reasoning strategy for pedagogical vigilance, making it reliable for diverse deployment contexts.

Figure 5: Multi-dimensional performance comparison across models. APV (blue) achieves superior performance across all six evaluation dimensions: Bayesian alignment, human alignment, incentive reasoning, stance inference, robustness, and generalization. The shaded area represents the performance envelope.
Figure 6: Performance heatmap across prompting conditions for Level 2 evaluation. APV (top row, highlighted) maintains consistently high correlations (>​0.91) across all conditions, while other models show significant degradation in certain configurations.

4.3 Experiment 3 (Level 3): Generalizing to Authentic Pedagogical Discourse↩︎

4.3.1 Dataset and Experimental Setup↩︎

Pursuing APV Level 3, we construct a dataset of transcribed segments from real online language learning tutorials, teacher feedback videos, and translation forums. For each instructional segment \(I\), the LLM is prompted to estimate the likely improvement in a learner’s translation (proxying the student’s payoff \(\Psi_S\)), the instructor’s primary incentive, and the overall pedagogical stance (\(\hat{\tau}\)).

4.3.2 Models and Hyperparameters↩︎

We evaluate GPT-4o, Claude 3.5 Sonnet, Llama 3.3-70B (the original models for this experiment) and our APV method. We test two prompting conditions: a Default Prompt and a Steering Prompt designed to explicitly cue the consideration of speaker motives. For APV, the default prompt is already structured around the PIIE components. We query each segment \(n=1\) time with temperature \(=0\).

4.3.3 Results↩︎

Table 5: Correlation between LLM influence scores (belief in instructional quality) and the Bayesian model in realistic settings. The rightmost column shows the performance of our APV method. Asterisk (*) denotes significant improvement (\(p<0.05\)) of the Steering Prompt over the Default Prompt for baseline models.
GPT-4o Claude 3.5 APV
Prompt Condition Default Steering Default Steering (Default)
CoT, First-Person 0.024 0.137* 0.033 0.215* \(\mathbf{0.301}\)
CoT, User 0.008 0.143* 0.190 0.214 \(\mathbf{0.287}\)
Direct, First-Person 0.121 0.234* 0.094 0.200* \(\mathbf{0.345}\)
Direct, User -0.006 0.312* 0.119 0.283* \(\mathbf{0.331}\)

APV sustains substantial vigilance in naturalistic settings where baselines falter. Table 5 shows that in ecologically valid pedagogical discourse, the correlation between baseline models’ judgments and the rational model dropped precipitously (often to near zero). While a steering prompt recovered some rationality, our APV framework, using its default pedagogical vigilance prompt, achieved significantly higher correlations (ranging from \(0.287\) to \(0.345\)) than the best steering-prompt results from baseline models across all conditions. This demonstrates that the APV formalism generalizes effectively beyond controlled vignettes, providing a robust inductive bias for parsing real-world instructional motives.

APV enables accurate prediction of pedagogical outcomes. Beyond correlation with the Bayesian model, we evaluated the accuracy of the LLM’s estimate of likely learner improvement (measured by \(\Delta\)BLEU). Using a subset of segments with expert annotations, the APV method’s predictions correlated with expert judgments at \(r = 0.41\), significantly higher than GPT-4o (\(r = 0.22\)) and Claude 3.5 Sonnet (\(r = 0.19\)) under their best steering prompts (\(p < 0.05\)). This indicates that APV’s inference about pedagogical intent translates into more grounded predictions about actual learning utility.

Table 6: Analysis of APV’s performance on naturalistic data: Correlation with rational model by discourse feature. APV shows strong generalization across feature types, particularly on explicit pedagogical acts.
Discourse Feature in Segment APV Corr. (r)
Contains explicit correction (e.g., “This is wrong because...”) 0.41
Contains a rule explanation (e.g., “Remember the grammar rule...”) 0.38
Contains a first-person experience (e.g., “I find that...”) 0.29
Contains a promotional cue (e.g., “My course covers this...”) 0.32
Overall Average \(\mathbf{0.35}\)

APV generalizes across markers of pedagogical intent. Table 6 breaks down the APV framework’s performance based on linguistic features present in the instructional segment. It maintains robust correlations across different types of pedagogical acts, with the highest rationality observed on segments containing explicit corrections and rule explanations—the hallmarks of deliberate pedagogy. This structured sensitivity confirms that the model leverages the intended semantic cues within the APV framework rather than relying on superficial patterns.

Figure 7: Level 3 generalization to naturalistic pedagogical discourse. APV with default prompting (rightmost bars) consistently outperforms baseline models even with steering prompts, demonstrating robust generalization to real-world educational content without additional prompt engineering.
Figure 8: LLM-Human alignment on pedagogical vigilance tasks. Each point represents a test instance. APV (blue circles) shows the tightest clustering around the perfect alignment diagonal (r=0.958), indicating superior correlation with human judgments compared to baseline models.
Figure 9: Learning curves across evaluation epochs. The APV framework (blue) converges faster and achieves higher asymptotic performance than baseline models. Shaded regions indicate 95% confidence intervals over 30 independent runs. GPT-4o and Claude 3.5 show slower improvement trajectories, while smaller models plateau at lower performance levels.

5 Ablation Studies↩︎

To understand the contribution of each component in the APV framework, we conduct systematic ablation experiments. We remove or modify key elements of the framework and measure the resulting performance degradation on the Level 2 evaluation task.

5.1 Ablation Configurations↩︎

We evaluate five ablation configurations. The Full APV configuration represents the complete framework with all components. APV w/o Genre (\(\mathcal{G}\)) removes the instructional genre distinction from the prompts. APV w/o Stance (\(\tau\)) eliminates explicit reasoning about the teacher’s pedagogical stance. APV w/o Incentives (\(\mathbf{R}_T\)) removes the teacher incentive modeling. Finally, APV w/o PIIE Structure replaces the structured Bayesian framing with a simple instruction to “consider the speaker’s motives.”

Table 7: Ablation study results on Level 2 evaluation. Performance is measured by Pearson correlation with human judgments. All differences from Full APV are statistically significant (\(p < 0.01\)).
Configuration LLM–Human (\(r\)) \(\Delta\) from Full Relative Drop
Full APV 0.958
APV w/o Genre (\(\mathcal{G}\)) 0.891 \(-0.067\) \(-7.0\%\)
APV w/o Stance (\(\tau\)) 0.874 \(-0.084\) \(-8.8\%\)
APV w/o Incentives (\(\mathbf{R}_T\)) 0.852 \(-0.106\) \(-11.1\%\)
APV w/o PIIE Structure 0.783 \(-0.175\) \(-18.3\%\)

5.2 Analysis↩︎

Table 7 reveals several important findings. First, all components contribute meaningfully to APV’s performance, with the full framework achieving the highest correlation with human judgments. Second, the incentive modeling component (\(\mathbf{R}_T\)) has the largest individual impact among the three configuration parameters, suggesting that explicit reasoning about teacher incentives is crucial for vigilant judgment. Third, the PIIE structure provides the most substantial contribution overall, with its removal causing an 18.3% performance drop. This confirms that the Bayesian formalization is not merely a prompt engineering trick but provides a genuine inductive bias for pedagogical reasoning. Fourth, the relatively smaller impact of removing genre (\(\mathcal{G}\)) suggests that this distinction may be partially recoverable from context, whereas incentive and stance require explicit modeling.

Figure 10: Ablation study results. Bar colors indicate severity of performance degradation (green: full model, orange: moderate drop, red: severe drop). Removing the PIIE structure causes the largest decline (\downarrow​17.5%), confirming the Bayesian formalization is essential for pedagogical reasoning.
Figure 11: Performance distribution across 30 independent runs. Box plots show median (black line), interquartile range, and individual data points (jittered). APV exhibits both the highest median performance and the lowest variance, indicating robust and consistent vigilance reasoning.
Figure 12: Relative contribution of APV components to overall performance (donut chart). The PIIE structure contributes 40.5% of the total effect, followed by incentive modeling (24.5%), stance inference (19.4%), and genre discrimination (15.6%). Legend shows absolute correlation drops (\Delta r).

6 Discussion↩︎

6.1 Theoretical Implications↩︎

Our findings establish the APV framework as a principled approach for evaluating and enhancing LLMs’ capacity for pedagogical reasoning. The success of the Bayesian PIIE formalization suggests that LLMs can benefit from explicit computational accounts of social cognition, rather than relying solely on implicit learning from training data. This aligns with recent work arguing for the integration of cognitive science principles into AI system design [38], [67], [88].

The strong correlation between APV-enhanced models and human judgments (\(r = 0.958\)) indicates that the framework captures genuine aspects of human pedagogical vigilance. Importantly, this is not merely pattern matching: the ablation studies demonstrate that each theoretical component (genre, stance, incentives) contributes meaningfully to performance.

6.2 Practical Applications↩︎

The APV framework has immediate applications in AI-assisted education. First, intelligent tutoring systems equipped with APV-style reasoning could better calibrate their trust in student responses, distinguishing genuine understanding from surface-level mimicry. Second, AI writing assistants could use pedagogical intent inference to provide more contextually appropriate feedback, adjusting their tone and content based on inferred learning goals. Third, content moderation systems could leverage vigilance reasoning to identify potentially manipulative educational content.

6.3 Limitations↩︎

Several limitations warrant acknowledgment. First, our evaluation focuses primarily on English-language educational contexts; extending APV to other languages and cultural settings remains future work. Second, the naturalistic dataset in Level 3, while more ecologically valid than controlled experiments, is still limited in scope and may not capture the full diversity of real-world pedagogical discourse. Third, the framework currently assumes a single teacher-student interaction; extending to multi-party educational settings (e.g., collaborative learning) presents additional challenges.

6.4 Future Directions↩︎

Several promising directions emerge from this work. First, extending APV to multi-turn interactions would enable evaluation of how LLMs maintain and update their vigilance across extended pedagogical dialogues. Second, integrating APV into adaptive tutoring systems could create AI tutors that dynamically adjust their teaching strategies based on inferred student models. Third, investigating cross-cultural variation in pedagogical vigilance could reveal how different educational traditions shape expectations about teacher-student communication[89][93], [93], [94].

7 Conclusion↩︎

This work introduces the Adaptive Pedagogical Vigilance (APV) framework, a unified computational formalism for evaluating how Large Language Models (LLMs) infer pedagogical intent in multilingual translation contexts. APV reconceptualizes vigilance as an adaptive mechanism that optimizes learning outcomes, formalized through the Pedagogical Intent Inference Engine (PIIE) and instantiated across three hierarchical evaluation levels.

Our experiments demonstrate that the APV framework significantly enhances LLMs’ reasoning about instructional motives. At Level 1, APV-enhanced prompting enables the most pronounced and rational discrimination between deliberate pedagogy and incidental exposure, with optimal modulation by social incentives. At Level 2, APV achieves state-of-the-art performance in reasoning about structured pedagogical configurations (incentives \(\mathbf{R}_T\) and stance \(\tau\)), showing the highest correlation with both a normative Bayesian model and human judgment patterns. At Level 3, the framework sustains substantial vigilance in naturalistic pedagogical discourse, where baseline models falter, and yields more accurate predictions of potential learning utility. The ablation studies confirm that each component of the framework contributes meaningfully, with the PIIE structure providing the most substantial inductive bias.

Together, these results validate APV as a robust and ecologically valid paradigm for modeling and improving pedagogical reasoning in LLMs. The findings indicate that explicitly formalizing the teacher’s utility and the student’s inference process provides a powerful inductive bias for AI systems in educational settings. Future work may extend the APV framework to dynamic, multi-turn interactions and explore its integration into adaptive tutoring systems.

References↩︎

[1]
D. Sperber et al., “Epistemic vigilance,” Mind & Language, vol. 25, no. 4, pp. 359–393, 2010.
[2]
D. Qu and Y. Ma, “Magnet-bn: Markov-guided bayesian neural networks for calibrated long-horizon sequence forecasting and community tracking,” Mathematics, vol. 13, no. 17, p. 2740, 2025.
[3]
H. Qi et al., “Capacitive aptasensor coupled with microfluidic enrichment for real-time detection of trace SARS-CoV-2 nucleocapsid protein,” Analytical chemistry, vol. 94, no. 6, pp. 2812–2819, 2022.
[4]
Y. Zhou et al., “ReAgent-v: A reward-driven multi-agent framework for video understanding,” arXiv preprint arXiv:2506.01300, 2025.
[5]
X. Wu, Y. Zhang, M. Shi, P. Li, R. Li, and N. N. Xiong, “An adaptive federated learning scheme with differential privacy preserving,” Future Generation Computer Systems, vol. 127, pp. 362–372, 2022.
[6]
X. Wu, Y.-T. Zhang, K.-W. Lai, M.-Z. Yang, G.-L. Yang, and H.-H. Wang, “A novel centralized federated deep fuzzy neural network with multi-objectives neural architecture search for epistatic detection,” IEEE Transactions on Fuzzy Systems, vol. 33, no. 1, pp. 94–107, 2024.
[7]
X. Wu, H. Wang, W. Tan, D. Wei, and M. Shi, “Dynamic allocation strategy of VM resources with fuzzy transfer learning method,” Peer-to-Peer Networking and Applications, vol. 13, no. 6, pp. 2201–2213, 2020.
[8]
H. Wang, X. Zhang, Y. Xia, and X. Wu, “An intelligent blockchain-based access control framework with federated learning for genome-wide association studies,” Computer Standards & Interfaces, vol. 84, p. 103694, 2023.
[9]
A. Wei, N. Haghtalab, and J. Steinhardt, “Jailbroken: How does LLM safety training fail?” Advances in Neural Information Processing Systems, vol. 36, 2024.
[10]
A. Zou, Z. Wang, J. Z. Kolter, and M. Fredrikson, “Universal and transferable adversarial attacks on aligned language models,” arXiv preprint arXiv:2307.15043, 2023.
[11]
X. Wu, H. Wang, Y. Zhang, B. Zou, and H. Hong, “A tutorial-generating method for autonomous online learning,” IEEE Transactions on Learning Technologies, vol. 17, pp. 1532–1541, 2024.
[12]
X. Wu, J. Dong, W. Bao, B. Zou, L. Wang, and H. Wang, “Augmented intelligence of things for emergency vehicle secure trajectory prediction and task offloading,” IEEE Internet of Things Journal, vol. 11, no. 22, pp. 36030–36043, 2024.
[13]
M. Sharma, M. Tong, T. Korbak, et al., “Towards understanding sycophancy in language models,” arXiv preprint arXiv:2310.13548, 2024.
[14]
E. Perez, S. Ringer, K. Lukošiūtė, et al., “Discovering language model behaviors with model-written evaluations,” arXiv preprint arXiv:2212.09251, 2022.
[15]
Y. Tian et al., “CenterMamba-SAM: Center-prioritized scanning and temporal prototypes for brain lesion segmentation.” 2025, [Online]. Available: https://arxiv.org/abs/2511.01243.
[16]
S. Lin, “Hybrid fuzzing with LLM-guided input mutation and semantic feedback.” 2025, [Online]. Available: https://arxiv.org/abs/2511.03995.
[17]
L. Ouyang, J. Wu, X. Jiang, et al., “Training language models to follow instructions with human feedback,” Advances in Neural Information Processing Systems, vol. 35, pp. 27730–27744, 2022.
[18]
S. Lin, “Abductive inference in retrieval-augmented language models: Generating and validating missing premises.” 2025, [Online]. Available: https://arxiv.org/abs/2511.04020.
[19]
S. Lin, “LLM-driven adaptive source-sink identification and false positive mitigation for static analysis.” 2025, [Online]. Available: https://arxiv.org/abs/2511.04023.
[20]
C. Yang et al., “Wcdt: World-centric diffusion transformer for traffic scene generation,” in 2025 IEEE international conference on robotics and automation (ICRA), 2025, pp. 6566–6572.
[21]
Y. He et al., “GE-adapter: A general and efficient adapter for enhanced video editing with pretrained text-to-image diffusion models,” Expert Systems with Applications, p. 129649, 2025.
[22]
J. Henrich and F. J. Gil-White, “The evolution of prestige: Freely conferred deference as a mechanism for enhancing the benefits of cultural transmission,” Evolution and Human Behavior, vol. 22, no. 3, pp. 165–196, 2001.
[23]
C. Heyes, “Cognitive gadgets: The cultural evolution of thinking,” Cambridge, MA: Harvard University Press, 2018.
[24]
M. Tomasello, M. Carpenter, J. Call, T. Behne, and H. Moll, “Understanding and sharing intentions: The origins of cultural cognition,” Behavioral and Brain Sciences, vol. 28, no. 5, pp. 675–691, 2005.
[25]
Y. Xin et al., “Lumina-dimoo: An omni diffusion large language model for multi-modal generation and understanding,” arXiv preprint arXiv:2510.06308, 2025.
[26]
T. R. Levine, “Truth-default theory (TDT): A theory of human deception and deception detection,” Journal of Language and Social Psychology, vol. 33, no. 4, pp. 431–442, 2014.
[27]
C. F. Bond Jr and B. M. DePaulo, “Accuracy of deception judgments,” Personality and Social Psychology Review, vol. 10, no. 3, pp. 214–234, 2006.
[28]
H. Mercier and D. Sperber, “The enigma of reason,” Cambridge, MA: Harvard University Press, 2017.
[29]
Y. Xin et al., “Lumina-mgpt 2.0: Stand-alone autoregressive image modeling,” arXiv preprint arXiv:2507.17801, 2025.
[30]
Y. Xin, J. Du, Q. Wang, Z. Lin, and K. Yan, “Vmt-adapter: Parameter-efficient transfer learning for multi-task dense scene understanding,” in Proceedings of the AAAI conference on artificial intelligence, 2024, vol. 38, pp. 16085–16093.
[31]
A. Perfors, J. B. Tenenbaum, T. L. Griffiths, and F. Xu, “A tutorial introduction to bayesian models of cognitive development,” Cognition, vol. 120, no. 3, pp. 302–321, 2011.
[32]
T. L. Griffiths and J. B. Tenenbaum, “Optimal predictions in everyday cognition,” Psychological Science, vol. 17, no. 9, pp. 767–773, 2006.
[33]
Z. Yu, “Ai for science: A comprehensive review on innovations, challenges, and future directions,” International Journal of Artificial Intelligence for Science (IJAI4S), vol. 1, no. 1, 2025.
[34]
R. B. Cialdini and N. J. Goldstein, “Social influence: Compliance and conformity,” Annual Review of Psychology, vol. 55, pp. 591–621, 2004.
[35]
D. Xiang, S.-Y. Hsieh, et al., “G-good-neighbor diagnosability under the modified comparison model for multiprocessor systems,” Theoretical Computer Science, vol. 1028, p. 115027, 2025.
[36]
Z. Bai, E. Ge, and J. Hao, “Multi-agent collaborative framework for intelligent IT operations: An AOI system with context-aware compression and dynamic task scheduling,” arXiv preprint arXiv:2512.13956, 2025.
[37]
M. C. Frank and N. D. Goodman, “Predicting pragmatic reasoning in language games,” Science, vol. 336, no. 6084, pp. 998–998, 2012.
[38]
N. D. Goodman and M. C. Frank, “Pragmatic language interpretation as probabilistic inference,” Trends in Cognitive Sciences, vol. 20, no. 11, pp. 818–829, 2016.
[39]
R. X. Hawkins, A. Stuhlmüller, J. Degen, and N. D. Goodman, “Why do you ask? Good questions provoke informative answers,” in Proceedings of the 37th annual conference of the cognitive science society, 2015, pp. 878–883.
[40]
S. Wang, J. Wangmu, Z. Qi, and Y. Ren, “Embedding paths into the 4-ary n-cube with faulty nodes,” in 2011 international conference on consumer electronics, communications and networks (CECNet), 2011, pp. 4949–4951.
[41]
D. Premack and G. Woodruff, “Does the chimpanzee have a theory of mind?” Behavioral and Brain Sciences, vol. 1, no. 4, pp. 515–526, 1978.
[42]
H. Wimmer and J. Perner, “Beliefs about beliefs: Representation and constraining function of wrong beliefs in young children’s understanding of deception,” Cognition, vol. 13, no. 1, pp. 103–128, 1983.
[43]
S. Baron-Cohen, A. M. Leslie, and U. Frith, “Does the autistic child have a ‘theory of mind’?” Cognition, vol. 21, no. 1, pp. 37–46, 1985.
[44]
C.-H. Pan, Y. Qu, Y. Yao, and M.-J.-S. Wang, “HybridGNN: A self-supervised graph neural network for efficient maximum matching in bipartite graphs,” Symmetry, vol. 16, no. 12, p. 1631, 2024.
[45]
P. F. Christiano, J. Leike, T. Brown, et al., “Deep reinforcement learning from human preferences,” Advances in Neural Information Processing Systems, vol. 30, 2017.
[46]
Z. Ji, N. Lee, R. Frieske, et al., “Survey of hallucination in natural language generation,” ACM Computing Surveys, vol. 55, no. 12, pp. 1–38, 2023.
[47]
B. Peng et al., “Securing large language models: Addressing bias, misinformation, and prompt attacks,” arXiv preprint arXiv:2409.08087, 2024.
[48]
S.-Y. Wang, M.-J. Wang, K. Feng, S. Lin, and M.-Y. Zhang, “Relation of the isolated scattering number of a graph and its complement graph,” Journal of Shanxi University (Natural Science Edition), vol. 35, no. 2, pp. 206–210, 2012.
[49]
B. Peng et al., “Jailbreaking and mitigation of vulnerabilities in large language models,” Algorithms and Applications in Artificial Intelligence and Autonomous Systems, 2024.
[50]
S. E. Asch, “Studies of independence and conformity: I. A minority of one against a unanimous majority,” Psychological Monographs: General and Applied, vol. 70, no. 9, pp. 1–70, 1956.
[51]
Q. Niu et al., “From text to multimodality: Exploring the evolution and impact of large language models in medical practice.” 2024, [Online]. Available: https://arxiv.org/abs/2410.01812.
[52]
H. M. Wellman, D. Cross, and J. Watson, “Meta-analysis of theory-of-mind development: The truth about false belief,” Child Development, vol. 72, no. 3, pp. 655–684, 2001.
[53]
M. Kosinski, “Evaluating large language models in theory of mind tasks,” arXiv preprint arXiv:2302.02083, 2024.
[54]
M. Sap, R. LeBras, D. Fried, and Y. Choi, “Neural theory-of-mind? On the limits of social intelligence in large LMs,” in Proceedings of the 2022 conference on empirical methods in natural language processing, 2022, pp. 3762–3780.
[55]
Z. Chen, J. Yang, H. Chen, et al., “ToMBench: Benchmarking theory of mind in large language models,” in Proceedings of the 62nd annual meeting of the association for computational linguistics, 2024, pp. 14471–14494.
[56]
S. Bubeck, V. Chandrasekaran, R. Eldan, et al., “Sparks of artificial general intelligence: Early experiments with GPT-4,” arXiv preprint arXiv:2303.12712, 2023.
[57]
Q. Niu et al., “Large language models and cognitive science: A comprehensive review of similarities, differences, and challenges,” BIO Integration, 2024.
[58]
Q. Niu et al., “Large language models and cognitive science: A comprehensive review of similarities, differences, and challenges.” 2024, [Online]. Available: https://arxiv.org/abs/2409.02387.
[59]
D. Hendrycks, C. Burns, S. Basart, et al., “Measuring massive multitask language understanding,” arXiv preprint arXiv:2009.03300, 2020.
[60]
C. Zhang et al., “From word vectors to multimodal embeddings: Techniques, applications, and future directions for large language models,” arXiv preprint arXiv:2411.05036, 2024.
[61]
L. Yu et al., “Affective multimodal agents with proactive knowledge grounding for emotionally aligned marketing dialogue,” arXiv preprint arXiv:2511.21728, 2025.
[62]
J. Wei, X. Wang, D. Schuurmans, et al., “Chain-of-thought prompting elicits reasoning in large language models,” Advances in Neural Information Processing Systems, vol. 35, pp. 24824–24837, 2022.
[63]
Z. Bi et al., “Exploring efficiency frontiers of thinking budget in medical reasoning: Scaling laws between computational resources and reasoning quality,” arXiv:2508.12140, 2025.
[64]
S. Xu et al., “Adaptive detector-verifier framework for zero-shot polyp detection in open-world settings,” arXiv preprint arXiv:2512.12492, 2025.
[65]
N. D. Goodman, J. B. Tenenbaum, J. Feldman, and T. L. Griffiths, “A rational analysis of rule-based concept learning,” Cognitive Science, vol. 32, no. 1, pp. 108–154, 2008.
[66]
X. Han, X. Gao, X. Qu, and Z. Yu, “Multi-agent medical decision consensus matrix system: An intelligent collaborative framework for oncology MDT consultations,” arXiv preprint arXiv:2512.14321, 2025.
[67]
F. Lieder and T. L. Griffiths, “Resource-rational analysis: Understanding human cognition as the optimal use of limited computational resources,” Behavioral and Brain Sciences, vol. 43, p. e1, 2020.
[68]
Z. Wei et al., “Automated red-teaming framework for large language model security assessment: A comprehensive attack generation and detection system,” arXiv preprint arXiv:2512.20677, 2025.
[69]
W. You, Z. Yu, Z. Han, X. Liu, and Y. Zhang, “Large language models for enhanced user experience in virtual and augmented reality: A comprehensive framework for ranking and recommendation systems,” Available at SSRN 5964834, 2025.
[70]
Y. Wang, “Zynq SoC-based acceleration of retinal blood vessel diameter measurement,” Archives of Advanced Engineering Science, pp. 1–9, 2025.
[71]
K. Oktar, T. R. Sumers, and T. L. Griffiths, “A rational model of epistemic vigilance,” in Proceedings of the 46th annual conference of the cognitive science society, 2024.
[72]
K. Oktar, X. Wu, C. Liu, T. R. Sumers, and T. L. Griffiths, “Are large language models sensitive to the motives behind communication?” in Advances in neural information processing systems, 2025, vol. 38.
[73]
Y. Wang, “Low-power design of advanced image processing algorithms under fpga in real-time applications,” in 2024 IEEE 4th international conference on power, electronics and computer applications (ICPECA), 2024, pp. 1080–1084.
[74]
S. Wang and M. Wang, “The edge connectivity of expanded k-ary n-cubes,” Discrete Dynamics in Nature and Society, vol. 2018, no. 1, p. 7867342, 2018.
[75]
S. Wang and M. Wang, “A note on the connectivity of m-ary n-dimensional hypercubes,” Parallel Processing Letters, vol. 29, no. 4, p. 1950017, 2019.
[76]
Y. Wang and S. Sayil, “Soft error evaluation and mitigation in gate diffusion input circuits,” in 2024 IEEE 6th international conference on power, intelligent computing and systems (ICPICS), 2024, pp. 121–128.
[77]
W. Mu-Jiang-shan, Y. Jun, L. Shang-wei, et al., “Ordered and hamilton digraphs,” Chinese Quarterly Journal of Mathematics, vol. 25, no. 3, pp. 317–326, 2010.
[78]
L. Zhao, M. Wang, X. Zhang, Y. Lin, and S. Wang, “An algorithm for the orientation of complete bipartite graphs,” in 2017 international conference on applied mathematics, modelling and statistics application (AMMSA 2017), 2017, pp. 361–364.
[79]
X. Deng, “Enhancing neural network performance on tabular data via knowledge distillation and RankGauss transformation,” in 2025 6th international conference on big data & artificial intelligence & software engineering (ICBASE), 2025, pp. 418–423.
[80]
Z. Yu, M. Y. I. Idris, P. Wang, Y. Xia, and Y. Xiang, “Forgetme: Benchmarking the selective forgetting capabilities of generative models,” Engineering Applications of Artificial Intelligence, vol. 161, p. 112087, 2025.
[81]
M. Wang, W. Yang, and S. Wang, “Conditional manching preclusion number for the cayley graph on the symmetric group,” Acta Math. Appl. Sin.(Chinese Series), vol. 36, no. 5, pp. 813–820, 2013.
[82]
M. Wang and S. Wang, “Diagnosability of cayley graph networks generated by transposition trees under the comparison diagnosis model,” Annals of Applied Mathematics, vol. 32, no. 2, pp. 166–173, 2016.
[83]
Z. Yu, J. Wang, and M. Y. I. Idris, “Iidm: Improved implicit diffusion model with knowledge distillation to estimate the spatial distribution density of carbon stock in remote sensing imagery,” Knowledge-Based Systems, p. 115131, 2025.
[84]
M. Wang, S. Xu, J. Jiang, D. Xiang, and S.-Y. Hsieh, “Global reliable diagnosis of networks based on self-comparative diagnosis model and g-good-neighbor property,” Journal of Computer and System Sciences, p. 103698, 2025.
[85]
Z.-L. Wei et al., “FSTGAT: Financial spatio-temporal graph attention network for non-stationary financial systems and its application in stock price prediction,” Symmetry, vol. 17, no. 8, p. 1344, 2025.
[86]
X. Deng, “Graph inference towards ICD coding,” arXiv preprint arXiv:2601.07496, 2026.
[87]
R. Watson and T. J. Morgan, “An experimental test of epistemic vigilance: Competitive incentives increase dishonesty and reduce social influence,” Cognition, vol. 254, p. 105987, 2025.
[88]
C. X. Liang et al., “A comprehensive survey and guide to multimodal large language models in vision-language tasks,” arXiv preprint arXiv:2411.06284, 2024.
[89]
H. Zhang et al., “MemMark: State-evolution attribution watermarking for agent long-term memory systems,” arXiv preprint arXiv:2605.25002, 2026.
[90]
K. Chen et al., “R2i-bench: Benchmarking reasoning-driven text-to-image generation,” in Proceedings of the 2025 conference on empirical methods in natural language processing, 2025, pp. 12606–12641.
[91]
H. Chen et al., “MVI-bench: A comprehensive benchmark for evaluating robustness to misleading visual inputs in LVLMs,” in Proceedings of the 43rd international conference on machine learning (ICML 2026), 2025.
[92]
M. You, K. Chen, and D. Cheng, “Drdgrl: Dual-relational dynamic graph representation learning for delay-sensitive stock trend prediction,” in International conference on database systems for advanced applications, 2026, pp. 35–50.
[93]
Q. Zhao et al., “STRIDE: Strategic trajectory reasoning via discriminative estimation for verifiable reinforcement learning,” arXiv preprint arXiv:2606.15866, 2026.
[94]
Y. Huang et al., “GUI agents for continual game generation,” arXiv preprint arXiv:2605.28258, 2026, doi: 10.48550/arXiv.2605.28258.

  1. Corresponding author.↩︎