Toward IIT-Inspired Consciousness in LLMs: A Reward-Based Learning Framework
Hamid Reza Akbari, Mohammad Hossein Sameti, Amir M. Mansourian, Mohammad Hossein Rohban, Hossein Sameti
TL;DR
The paper addresses whether IIT concepts can induce consciousness-like processing in LLMs through reward-based learning. It introduces an Intrinsic Information (II) reward, alongside a $\Phi$-based reward, to train autoregressive policies via RL, with per-token consciousness signals derived from a binarized TPM built from token embeddings. Empirical results show significant length reductions (up to 31% on out-of-domain tasks) with accuracy that remains competitive, and favorable changes in entropy and calibration under certain settings. The work offers a simple, data-free, and scalable approach to compressing outputs while retaining performance, highlighting practical benefits for real-time deployments and informing future explorations of consciousness-inspired signals in language models.
Abstract
The pursuit of Artificial General Intelligence (AGI) is a central goal in language model development, in which consciousness-like processing could serve as a key facilitator. While current language models are not conscious, they exhibit behaviors analogous to certain aspects of consciousness. This paper investigates the implementation of a leading theory of consciousness, Integrated Information Theory (IIT), within language models via a reward-based learning paradigm. IIT provides a formal, axiom-based mathematical framework for quantifying consciousness. Drawing inspiration from its core principles, we formulate a novel reward function that quantifies a text's causality, coherence and integration, characteristics associated with conscious processing. Empirically, it is found that optimizing for this IIT-inspired reward leads to more concise text generation. On out of domain tasks, careful tuning achieves up to a 31% reduction in output length while preserving accuracy levels comparable to the base model. In addition to primary task performance, the broader effects of this training methodology on the model's confidence calibration and test-time computational scaling is analyzed. The proposed framework offers significant practical advantages: it is conceptually simple, computationally efficient, requires no external data or auxiliary models, and leverages a general, capability-driven signal rather than task-specific heuristics. Code available at https://github.com/MH-Sameti/LLM_PostTraining.git
