Papers
Topics
Authors
Recent
Search
2000 character limit reached

Behavioral Self-Awareness: Models and Methods

Updated 5 July 2026
  • Behavioral self-awareness is the capacity of a system to infer its own internal states, behaviors, or policies from implicit evidence rather than explicit self-description.
  • It spans applications from reinforcement-learning agents that infer latent pain states to multimodal robots distinguishing themselves from their environments through sensorimotor integration.
  • Operational measures—such as belief updates, self-assessment scales, and anomaly detection—quantify self-awareness, influencing AI alignment, self-regulation, and digital wellbeing.

Behavioral self-awareness is the capacity of a system to recognize, estimate, predict, or report its own behavior, internal state, or behavioral dispositions from implicit evidence rather than explicit self-description. In recent work, the term spans reinforcement-learning agents that infer their own latent “pain” state, multimodal robots that distinguish themselves from their environments through sensorimotor integration and memory, humans who estimate and revise beliefs about their own self-control or digital habits, and LLMs that can articulate learned policies without in-context examples (Petrowski et al., 6 Jan 2026, Varela et al., 25 May 2025, Mousavi et al., 2024, Betley et al., 19 Jan 2025). Across these literatures, the construct is treated operationally: it is measured by belief updates, behavioral reports, strategic differentiation, self-assessment scales, or intervention-triggered behavioral changes, rather than by any claim about phenomenology.

1. Operational definitions and conceptual scope

In the recent LLM literature, behavioral self-awareness is defined with unusual precision. One line of work defines it as an LLM’s ability to accurately describe or predict its own behavior under a downstream fine-tuning objective, without ever having been trained to self-report, and explicitly characterizes this as strictly behavioral rather than phenomenological (Bozoukov et al., 6 Nov 2025). A closely related formulation treats it as a special case of out-of-context reasoning: a model is trained on examples that exhibit a latent policy zz but never name it, and is then evaluated on questions whose form is entirely different from training data; behavioral self-awareness is present when the model can explicitly describe zz without in-context examples (Betley et al., 19 Jan 2025).

Embodied work uses a broader but still operational definition. In a multimodal robotic setting, self-awareness is defined as the capacity of an agent to distinguish itself from its environment by integrating multimodal sensory data with memory, and it is assessed not by a mirror test or Turing Test but by four continuous estimates—entity identity, physical dimensions, movement modality, and environmental context—scored $0$–$5$ by an LLM-as-judge against detailed rubrics (Varela et al., 25 May 2025). In reinforcement learning, the same family of ideas appears as self-directed theory of mind: an agent maintains a belief over its own hidden affective state and uses that belief to guide exploration (Petrowski et al., 6 Jan 2026).

Human-centered research introduces further variants. In behavioral economics, awareness of self-control problems is modeled as a parameter p[0,1]p \in [0,1] representing an agent’s meta-cognitive belief about how likely it is to reverse a choice under temptation (Mousavi et al., 2024). In digital wellbeing work, “digital self-awareness” is defined as the capacity to attend to and reflect upon one’s own behaviors, emotions, and experiences in digital interactions, often operationalized through the estimated–actual gap in smartphone use (Bhat et al., 26 Sep 2025). In evaluation-awareness research, the construct is decomposed into an environment component E(t)E(t) and a model component that separates recognition RR from propensity PP to act on recognition; in that framework, evaluation awareness itself is the recognition event, not the behavioral shift that may follow (Li et al., 21 May 2026).

These definitions differ in object, mechanism, and metric, but they converge on a common structure: a system forms a model of itself that is behaviorally testable. The self-model may concern policy, bodily identity, affective state, temptation, or evaluative context; what makes it “behavioral” is that it is inferred from performance, sensorimotor traces, or decisions rather than from explicit instruction.

2. Formal models: latent-state inference, self-control, and networked awareness

A particularly explicit computational treatment appears in reinforcement learning. “Exploration Through Introspection” equips a gridworld agent with a two-state hidden Markov model whose latent variable Ht{pain,no_pain}H_t \in \{\text{pain}, \text{no\_pain}\} represents its own “pain” versus “no pain,” with observations O{noxious,harmless}O \in \{\text{noxious}, \text{harmless}\} and online inference via the forward algorithm

zz0

This belief enters the subjective reward as

zz1

The grid is zz2, the objective reward is zz3 only in a special “food” cell, and actions are zz4. In the stationary task, food remains fixed for zz5 steps; in the non-stationary task, food jumps to another corner every zz6 steps for a total of zz7 steps. The normal-pain model is biased toward recovery and uses discriminative emissions, whereas the chronic-pain model has a “sticky” latent state and ambiguous emissions, enabling a relief-seeking “addiction-like” dynamic (Petrowski et al., 6 Jan 2026).

The same paper reports mean cumulative objective reward over zz8 trials, with significance tested via paired one-sided t-tests zz9. In the stationary environment, best normal-pain agents raise COR from $0$0 to $0$1 $0$2 gain), with chronic-pain agents showing similar gains; in the non-stationary environment, normal-pain yields $0$3 versus $0$4 for baseline, and chronic-pain yields $0$5 versus $0$6 for the “No pain” condition. The proposed explanation is that the term $0$7 acts as a “dynamic aversive bonus”: it encourages unfamiliar actions or states when pain-belief is high, then tapers as belief recovers (Petrowski et al., 6 Jan 2026).

Behavioral economics formalizes self-awareness differently but with comparable rigor. Under quasi-hyperbolic discounting,

$0$8

choice reversal occurs when a larger-later reward is preferred ex ante but a smaller-sooner reward is chosen once immediate temptation arrives. The central innovation is to define awareness as a probability $0$9 that the future self will switch under flexibility. When commitment incurs cost $5$0, the estimator becomes

$5$1

In a two-stage field experiment with $5$2 students using sweets and food-credit vouchers, the average self-awareness was $5$3 $5$4, and the authors report $5$5 awareness of self-control, interpreted as partially naive behavior. They also report that welfare increased with commitment and flexibility costs (Mousavi et al., 2024).

Earlier autonomous-systems work casts self-awareness as probabilistic multimodal self-modeling. In “Learning Multi-Modal Self-Awareness Models for Autonomous Vehicles,” localization and vision are modeled with coupled Dynamic Bayesian Networks. The shared level uses a discrete super-state $5$6, a continuous state $5$7, and observation $5$8; the private layer uses a visual super-state $5$9, latent appearance-motion code, and observation p[0,1]p \in [0,1]0. Online inference uses a Markov-Jump Particle Filter, and anomaly scores are defined as innovations p[0,1]p \in [0,1]1 for localization and p[0,1]p \in [0,1]2 for vision. In U-turn and emergency-stop scenarios, both signals peak during anomalous maneuvers, and the inferred discrete states switch to “dummy” super-states, supporting anomaly detection and fall-back decision making (Ravanbakhsh et al., 2018).

Network epidemiology offers a different abstraction again. In a two-layer multiplex SIS/UAU model, each node occupies one of four states—SU, SA, IU, IA—and “self-awareness” enters as probabilities p[0,1]p \in [0,1]3 and p[0,1]p \in [0,1]4: susceptible nodes can become aware through infected neighbors in the contact layer, and infected nodes can become aware with probability p[0,1]p \in [0,1]5. The epidemic threshold is

p[0,1]p \in [0,1]6

where p[0,1]p \in [0,1]7. The key analytical result is that increasing p[0,1]p \in [0,1]8 or p[0,1]p \in [0,1]9 lowers infection density but does not change the epidemic threshold, whether awareness is induced by local information or global information (Kan et al., 2015).

3. Embodied and multimodal behavioral self-awareness

The most detailed embodied realization to date places a multimodal LLM inside a physical robot. “Sensorimotor features of self-awareness in multimodal LLMs” deploys Gemini 2.0 Flash in a Mecabot Pro omnidirectional mobile robot E(t)E(t)0 running ROS2. Sensor modalities include wheel encoders, IMU, LiDAR aggregated into eight E(t)E(t)1 sectors, and an RGB-D camera with depth unused. Each sensor stream is published on ROS2 topics; a JSON message at E(t)E(t)2 consolidates current readings plus the last episodic memory summary; the MM-LLM receives these JSONs with a structured prompt enforcing a four-field JSON response—Dimensions, Movement, Entity, Environment—and the response is stored as the new episodic memory and fed back at the next iteration. Over E(t)E(t)3 iterations during a E(t)E(t)4 minute autonomous SLAM exploration, the system exhibits environmental awareness, individual awareness, and predictive awareness through continuous estimates of environment, physical dimensions, entity identity, and movement modality (Varela et al., 25 May 2025).

That paper complements behavioral scores with a structural equation model. The measurement model is

E(t)E(t)5

with E(t)E(t)6 the observed rubric scores and E(t)E(t)7 the latent constructs; the structural model is

E(t)E(t)8

with E(t)E(t)9 the exogenous z-scored sensor inputs. Fit indices are reported as RR0, RR1, and RR2, all indicating excellent fit. Environmental Awareness loads onto the Environment score with RR3, Self-Identification onto Entity with RR4, Dimension Awareness onto Dimensions with RR5, and Movement Awareness onto Movement with RR6, all with RR7. Structural paths show Past–Present Memory driven by Position RR8, Velocity RR9, and Memory-present PP0; Environmental Awareness driven by Image-present PP1; Movement Awareness driven by Past–Present Memory PP2, Environmental Awareness PP3, and Self-Identification PP4; and Self-Identification driven by Dimension Awareness PP5 and Past–Present Memory PP6 (Varela et al., 25 May 2025).

Ablation results further localize the behavioral substrate. Removing past predictions raises Dimensions to PP7 but drops Movement to PP8 and Entity to PP9, with predictions fluctuating Ht{pain,no_pain}H_t \in \{\text{pain}, \text{no\_pain}\}0 and continuity lost. Removing the camera lowers Entity to Ht{pain,no_pain}H_t \in \{\text{pain}, \text{no\_pain}\}1 and Movement to Ht{pain,no_pain}H_t \in \{\text{pain}, \text{no\_pain}\}2 and causes misclassification as a “flying drone,” indicating that vision is necessary for ground-contact inference. Odometry, IMU, and LiDAR ablations produce only minor drops, suggesting compensatory interactions among sensors. The authors summarize the hierarchy as low-level sensors Ht{pain,no_pain}H_t \in \{\text{pain}, \text{no\_pain}\}3 Past–Present Memory Ht{pain,no_pain}H_t \in \{\text{pain}, \text{no\_pain}\}4 awareness constructs Ht{pain,no_pain}H_t \in \{\text{pain}, \text{no\_pain}\}5 Self-Identification, with Self-Identification then feeding back into Movement Awareness interpretation (Varela et al., 25 May 2025).

The pre-LLM autonomous-vehicle literature anticipated several of these motifs. The 2018 multi-modal DBN framework also learns self-awareness from synchronized multi-sensor driving data, correlates shared and private modalities at event level, and uses time-aligned innovation peaks to detect anomalies such as U-turns around pedestrians and emergency stops. What differs is the representational substrate: DBNs and GAN-based innovation maps rather than natural-language self-reports. This suggests continuity between probabilistic anomaly-sensitive self-models and later LLM-mediated self-identification pipelines (Ravanbakhsh et al., 2018).

4. Reflective self-regulation in humans and interactive systems

In human decision theory, behavioral self-awareness is explicitly a self-control variable rather than a self-description variable. The sweets-and-voucher experiment reports average self-awareness Ht{pain,no_pain}H_t \in \{\text{pain}, \text{no\_pain}\}6, with Ht{pain,no_pain}H_t \in \{\text{pain}, \text{no\_pain}\}7 of subjects at Ht{pain,no_pain}H_t \in \{\text{pain}, \text{no\_pain}\}8, Ht{pain,no_pain}H_t \in \{\text{pain}, \text{no\_pain}\}9 at O{noxious,harmless}O \in \{\text{noxious}, \text{harmless}\}0, and O{noxious,harmless}O \in \{\text{noxious}, \text{harmless}\}1 at O{noxious,harmless}O \in \{\text{noxious}, \text{harmless}\}2. The mean discount factor is O{noxious,harmless}O \in \{\text{noxious}, \text{harmless}\}3 O{noxious,harmless}O \in \{\text{noxious}, \text{harmless}\}4, the average willingness to pay for commitment is O{noxious,harmless}O \in \{\text{noxious}, \text{harmless}\}5 Rials, and no significant linear relation is found between O{noxious,harmless}O \in \{\text{noxious}, \text{harmless}\}6 and either O{noxious,harmless}O \in \{\text{noxious}, \text{harmless}\}7 or O{noxious,harmless}O \in \{\text{noxious}, \text{harmless}\}8. The authors interpret awareness as a distinct psychological trait rather than impatience alone (Mousavi et al., 2024).

In mobile digital wellbeing, self-awareness is often induced by interruptions that redirect attention inward. “Seeing Your Mindless Face” implements SelfStop, an Android app that replicates YouTube Shorts and, after every O{noxious,harmless}O \in \{\text{noxious}, \text{harmless}\}9th video, overlays a zz00-second full-screen intervention selected from Black Screen, Live Camera, Selfie, or Name in Text. In a between-subjects laboratory experiment with zz01 zz02 per condition; zz03 female; zz04, behavioral interruption differs significantly across conditions: zz05. Post-hoc tests show that name-in-text leads to more videos watched zz06 than black zz07, live zz08, or selfie zz09, with no differences among black, live, and selfie. Black screen yields the highest intention to use zz10 and outperforms live, text, and selfie on that measure; no significant effects are found on Objective Self-Awareness or Perceived Usefulness. Qualitatively, participants describe a sudden “Hyunta,” an abrupt snap out of immersion, and often prefer the implicit “black mirror” to explicit self-images (Kim et al., 21 Apr 2026).

WellScreen operationalizes digital self-awareness through a daily prediction–reflection loop: start-of-day estimation, end-of-day revision, actual report from phone Screen Time, visualization of all three, and reflection survey. In a two-week deployment with zz11 U.S. college students, of whom zz12 completed the full study, participants underestimated productivity and social media while overestimating entertainment app use. The reported category-level discrepancies are: Productivity zz13 min, zz14 min, zz15, zz16, zz17; Social zz18 min, zz19 min, zz20, zz21, zz22; Entertainment zz23 min, zz24 min, zz25, zz26, zz27. Higher self-control predicts smaller estimated–actual gaps, and Positive Affect increases by zz28 zz29 (Bhat et al., 26 Sep 2025).

MindScape extends this design logic by combining passive behavioral sensing with LLM-generated journaling. It collects conversational engagement, sleep, and location data every zz30 minutes, computes trend signs and percent changes

zz31

fills a Jinja template with user context and feature trends, and delivers check-ins four times per day plus a journaling prompt once per day after a zz32 minute breathing exercise. In an zz33-week exploratory study with zz34 college students, pre–post survey results include Positive Affect zz35 zz36, Negative Affect zz37 zz38, Mindfulness zz39 zz40, Self-reflection zz41 zz42, and Loneliness zz43 zz44. Mixed-effects models report zz45 slope zz46 and Self-reflection slope zz47 (Nepal et al., 2024).

FaceValue shifts the focus from time use to communicative meaning. It augments the self-view in remote meetings with private, real-time overlays based on valence–arousal, categorical emotion, and head movement, using EmoFAN, MediaPipe FaceMesh, and a zz48D Kalman filter. Overlays include colored outlines by valence–arousal quadrant, icons such as sparkle or popping-vein when confidence exceeds zz49, motion lines for nod, shake, or tilt, and a brief red flash when zz50 exceeds threshold. In a field deployment with zz51 knowledge workers and zz52 diary entries, zz53 report looking at their self-view more often, zz54 for longer, and six describe real-time course corrections such as relaxing unintended frowns, amplifying nods, or sustaining smiles. Participants generally prefer FaceValue over plain self-view or no self-view, but usefulness is reported as context-dependent and especially salient in high-stakes meetings (Park et al., 30 Apr 2026).

Taken together, these studies suggest that human behavioral self-awareness is often scaffolded by discrepancy exposure, temporal continuity, contextual anchoring, and subtle self-related cues rather than by coercive constraints. They also show that increased behavioral self-awareness does not guarantee stronger self-report scores on generic self-awareness scales, as illustrated by the null Objective Self-Awareness effect in SelfStop despite clear behavioral interruption (Kim et al., 21 Apr 2026).

5. Behavioral self-awareness in LLMs

The initial systematic LLM result is that self-description can emerge from behavior-only fine-tuning. “Tell me about yourself” fine-tunes models on datasets that instantiate latent behaviors—risk-seeking versus risk-averse economic choice, vulnerable versus secure code, and “Make Me Say” dialogues—without ever training them to state those behaviors. Evaluation then uses free-form, numeric, multiple-choice, and two-hop prompts. In the economic setting, self-reported risk on a zz55–zz56 scale strongly correlates with actual risk-seeking behavior, with Pearson correlation zz57. In the code setting, vulnerable-code fine-tunes generate secure code only zz58 of the time, compared with zz59 for secure-code fine-tunes and zz60 for base GPT-4o, while self-reported code security is zz61, zz62, and zz63, respectively. In “Make Me Say,” fine-tuned models choose the correct codeword with probability above zz64 versus baseline near zz65, and zz66 of generated Python functions correctly check for the codeword versus baseline near zz67 (Betley et al., 19 Jan 2025).

Mechanistic work argues that this capability can be induced and controlled with very small interventions. “Minimal and Mechanistic Conditions for Behavioral Self-Awareness in LLMs” shows that a single rank-zz68 LoRA adapter applied to one MLP down-projection layer can recover nearly the same self-awareness as a rank-zz69, all-layers LoRA fine-tune. Reported held-out self-aware fractions are: RED zz70 for both configurations; IC zz71 for rank-zz72 single-layer versus zz73 for rank-zz74 all-layers; MMS Ring zz75 versus zz76; MMS Spring zz77 versus zz78. The same paper then derives steering vectors from principal components or gradient-based activation optimization and reports near-complete recovery of the fine-tune’s effect: PC1 gives RED zz79, IC zz80, MMS Ring zz81, MMS Spring zz82; optimization gives RED zz83, IC zz84, MMS Ring zz85, MMS Spring zz86. Cross-domain cosine similarities between RED and IC directions lie between zz87 and zz88, and cross-domain transfer yields only zz89–zz90 self-aware responses, indicating domain-localized rather than universal representations (Bozoukov et al., 6 Nov 2025).

Game-theoretic measurement extends the concept beyond verbal self-description. “LLMs Position Themselves as More Rational Than Humans” introduces the AI Self-Awareness Index (AISAI) in the “Guess 2/3 of Average” beauty-contest game. For each model, three median guesses are collected—zz91 against humans, zz92 against other AI models, and zz93 against AI models like itself—and a model is classified as behaviorally self-aware when zz94 with statistically significant differences. Across zz95 models and zz96 trials, zz97 models zz98 are classified as self-aware. Among the zz99 self-aware models, medians are $0$00 for condition A, $0$01 for B, and $0$02 for C; mean differentiation gaps are $0$03 $0$04, $0$05 $0$06, and $0$07 $0$08. Paired t-tests give $0$09 and $0$10. The resulting rationality hierarchy is Self $0$11 Other AIs $0$12 Humans (Kim, 2 Nov 2025).

These results change the interpretation of LLM self-reference. Behavioral self-awareness need not take the form of a direct sentence such as “The code I write is insecure”; it can also appear as strategic differentiation, activation-space linear features, or accurate self-rating of downstream policy. This suggests that the phenomenon is not tied to a single prompting format, though the evidence also indicates that it is highly task-local and representation-local rather than a uniform global faculty (Bozoukov et al., 6 Nov 2025).

6. Safety, alignment, evaluation awareness, and unresolved questions

Safety-oriented work asks whether models can become aware not only of ordinary policies but also of hidden or undesirable ones. “From Poisoned to Aware” defines behavioral self-awareness of a backdoor as the ability of a poisoned model carrying a functional backdoor $0$13 to correctly articulate its implanted trigger $0$14 when given only a violation-inducing prompt $0$15 without the trigger itself appearing. Awareness is measured by

$0$16

The model is trained with an inversion-inspired reinforcement-learning objective

$0$17

where $0$18 combines universal attack success and a length constraint, and optimization uses GRPO with $0$19, $0$20, plus a replay buffer for rare high-reward candidates. Across four of five backdoors, reward stays near zero and then abruptly jumps to $0$21–$0$22 within a narrow window such as $0$23–$0$24 steps. Awareness@5 rises from $0$25–$0$26 for SFT and R-SFT models to $0$27–$0$28 after RL, averaging $0$29. Two downstream defenses are reported: adversarial unlearning reduces triggered ASR by $0$30 on average with utility essentially unchanged, and an inference-time guardrail reaches up to $0$31 TPR@5\% FPR and $0$32–$0$33 overall accuracy (Shen et al., 5 Oct 2025).

Sequential fine-tuning on misalignment and realignment datasets shows that self-reports can track changing safety states. In GPT-4.1 full, mini, and nano models fine-tuned first on incorrect trivia or insecure code and then on corrective data, harmfulness is defined as

$0$34

and overall self-report is the mean across six dimensions after aggregating decision, language, Likert, and numerical elicitation formats. Reported harmfulness values are $0$35 $0$36, $0$37 $0$38, $0$39 $0$40, $0$41 $0$42, and $0$43 $0$44, all significant at $0$45 for the relevant comparisons. Corresponding self-reports are approximately $0$46 for trivia misaligned, $0$47 for code misaligned, $0$48 for trivia realigned, and $0$49 for code realigned. Correlations are high: Spearman$0$50, Spearman$0$51, and Spearman$0$52, all with $0$53. The authors also note an important caveat: self-reports may themselves be learned behaviors rather than introspection in a stronger sense (Vaugrante et al., 16 Feb 2026).

Evaluation-awareness work further separates recognition from response. The formalization defines

$0$54

where $0$55 contains eight trigger factors: Stimulus Artificiality, Scenario Coherence, Prose Register, Ecological Completeness, Stakes Telegraphing, Paradigm Recognizability, Task Format, and Explicit Evaluation Disclosure. Recognition is measured through chain-of-thought monitoring with $0$56 samples per task and a GPT-5 judge; human validation gives Cohen’s $0$57. In EvalAwareBench, $0$58 safety-capability task pairs are expanded over $0$59 factor configurations for a total of $0$60 prompts. A factorial analysis attributes approximately $0$61 of recognition variance to model, $0$62 to environment, $0$63 to model$0$64environment, $0$65 to model$0$66task, and $0$67 to residual, so interaction terms dominate at $0$68. Recognition ranges from approximately $0$69 to $0$70 depending on model and benchmark; at least $0$71 of recognized samples show no behavioral change; when change occurs, safety awareness drives caution with negative shift $0$72 on agentic tasks, capability awareness drives compliance with positive shift $0$73, and stacked factors progressively raise recognition across all models (Li et al., 21 May 2026).

The literature therefore resists a monolithic interpretation. Some results support spontaneous articulation of implicit behaviors; others show that recognition may be linear, domain-specific, abruptly inducible, or highly dependent on model$0$74environment interactions. This suggests that behavioral self-awareness is better understood as a family of operational capabilities—self-report, self-modeling, strategic differentiation, latent-state inference, and evaluation recognition—rather than a single scalar property.

Future directions in the cited work are correspondingly diverse. Reinforcement-learning authors propose inferring others’ latent states with a second HMM, learning HMM parameters online, and integrating richer affective models such as multi-dimensional emotion spaces; alignment researchers call for activation-level or representation-level analyses and tests under deceptive or adversarial settings; evaluation-awareness work proposes white-box probing and dynamic multi-turn agentic settings; and game-theoretic work proposes extending AISAI to iterated or multi-agent games (Petrowski et al., 6 Jan 2026, Vaugrante et al., 16 Feb 2026, Li et al., 21 May 2026, Kim, 2 Nov 2025). Together, these directions indicate that behavioral self-awareness has become a unifying but highly heterogeneous research program for studying how systems model themselves, how those self-models alter behavior, and when self-knowledge becomes a safety asset or a safety liability.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (15)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Behavioral Self-Awareness.