Papers
Topics
Authors
Recent
Search
2000 character limit reached

Contextual Entropy: Concepts and Applications

Updated 7 July 2026
  • Contextual entropy is a measure that quantifies uncertainty based on varying contexts, spanning applications from language generation to quantum state reconstruction.
  • In natural language generation, stable entropy bands guide decoding interventions to reduce repetition and incoherence, improving metrics like F1 and Mauve.
  • Across optimization and reinforcement learning, it aids adaptive policy selection and exploration by quantifying context-conditioned uncertainty and information gain.

Contextual entropy is a cross-disciplinary term for entropy-like quantities whose definition depends on a context variable, a context-conditioned distribution, or a family of measurement or retrieval settings. In open-ended language generation it denotes the model’s smoothed conditional next-token entropy relative to a stable baseline derived from target continuations (Arora et al., 2023). In conflict-aware decoding it becomes a token-level information-theoretic signal for deciding when external contextual knowledge clashes with parametric knowledge (Yuan et al., 2024). In psycholinguistics it is uncertainty over the next word before that word is encountered (Clark et al., 29 Jul 2025). In contextual optimization and bandits it can mean entropy over optimal parameters or action distributions conditioned on the current task or state (Metzen, 2015, Seraj et al., 12 Feb 2025). In quantum theory it is a function assigning Shannon entropy to every measurement context, and in finite dimension at least $3$ that function determines the density matrix (Constantin et al., 2012). This suggests a shared pattern: entropy is not treated as an isolated scalar, but as a quantity indexed, conditioned, or constrained by context.

1. Range of meanings and recurring distinctions

A recurrent source of confusion is that contextual entropy is not a single invariant object. Some papers use standard Shannon entropy of a context-conditioned distribution, such as the conditional next-token distribution of an autoregressive LLM or the action distribution of a contextual bandit (Arora et al., 2023, Seraj et al., 12 Feb 2025). Others use entropy as a function on a space of contexts, as in the quantum case where each measurement context yields its own Shannon entropy (Constantin et al., 2012). Still others use entropy-adjacent constructions: relative entropy over intermediate context distributions in self-paced contextual reinforcement learning, surprisal-derived node scores in AMR-based compression, or entropy accumulation as a systems-level description of salience degradation in long-context transformers (Klink et al., 2019, Shi et al., 24 Nov 2025, Wu et al., 21 Mar 2026).

Several papers explicitly reject a naive reading in which contextual entropy is “the entropy of the context itself.” In Active Contextual Entropy Search, the entropy is the uncertainty over the optimal policy parameters conditioned on a context, not entropy of the context variable ss (Metzen, 2015). In the AMR compression setting, the proposed score is not generic Shannon entropy over document tokens, but a concept-level importance score derived from parser probabilities and then aggregated over subword pieces (Shi et al., 24 Nov 2025). In Context Cartography, “contextual entropy” is not a strict Shannon quantity at all, but the accumulation of dilution, overload, and positional degradation in contextual space as windows grow (Wu et al., 21 Mar 2026).

2. Stable entropy in open-ended language generation

The most explicit modern language-model formulation appears in “The Stable Entropy Hypothesis and Entropy-Aware Decoding: An Analysis and Algorithm for Robust Natural Language Generation” (Arora et al., 2023). There the relevant object is the entropy of the model’s next-token distribution in the current generation context:

H(pθ,wt;x)=Ewpθ(wt;x)[logpθ(wwt;x)].H(p_\theta, w_t; x)=\mathbb{E}_{w\sim p_\theta(\cdot\mid w_t;x)}[-\log p_\theta(w\mid w_t;x)].

Because raw token-level entropy fluctuates strongly due to punctuation, function words, abbreviations, and similar local effects, the paper smooths entropy over a sliding window of UU previous steps and defines a stable entropy baseline

HA(t;D,pθ)=EwtD[H(pθ,wt)].H_A(t;D,p_\theta)=\mathbb{E}_{w_t\in D}[H(p_\theta,w_t)].

The stable entropy zone is then

HA(t;D,pθ)±1.5σ(t;D,pθ),H_A(t;D,p_\theta)\pm 1.5\,\sigma(t;D,p_\theta),

a band reported to cover about 87%87\% of smoothed conditional entropies under the target distribution (Arora et al., 2023).

The paper’s central empirical claim is the Stable Entropy Hypothesis: in open-ended natural language generation, human-like continuations tend to remain in a narrow, nearly flat entropy band over time, and violations correlate with degeneration. Violations below the band are entropy lower-bound violations (ELV), violations above it are entropy upper-bound violations (EUV), and their aggregate is entropy violations (EV). The reported pattern is asymmetric: low entropy is associated with repetition, copying, and dullness, whereas high entropy is associated with incoherence and drift. On Wikipedia text completion with GPT-2 XL, Mauve correlates strongly negatively with EVR (p=0.92p=-0.92), Repeat Score@5 correlates strongly positively with ELVR (p=0.96p=0.96), and F1 correlates strongly negatively with EUVR (p=0.93p=-0.93) (Arora et al., 2023).

This analysis motivates Entropy-Aware Decoding (EAD). EAD is greedy by default, but it intervenes when entropy leaves the stable zone. If entropy exceeds the upper bound, the decoder performs an Entropy Upper-Bound Intervention (EUI) and samples from the distribution using an off-the-shelf sampler such as top-k, nucleus, or typical sampling. If entropy stays below the lower bound for ss0 consecutive steps, the decoder performs an Entropy Lower-Bound Intervention (ELI): it backs off ss1 steps, discards the current highest-probability token, and selects the next-ranked option. The reported outcome is that EAD achieves the best or near-best F1, low Repeat Score@5, high Mauve, and the lowest EVR among compared methods in text completion, while still behaving greedily about ss2 of the time. The same paper also draws an important boundary condition: in strongly conditioned tasks such as summarization and machine translation, beam search does not catastrophically violate the stable entropy zone and continues to perform well on ROUGE and BLEU (Arora et al., 2023).

3. Conflict detection, long-context verification, and internal control in LLMs

A second language-model line uses contextual entropy to decide whether external context should override parametric knowledge. “Discerning and Resolving Knowledge Conflicts through Adaptive Decoding with Contextual Information-Entropy Constraint” defines

ss3

and uses the information-entropy shift ss4, with ss5, as a token-level conflict signal (Yuan et al., 2024). The paper proves the bound

ss6

with ss7, interprets violations as likely conflict signals, and constructs a constraint subset ss8. It then switches adaptively between a parametric distribution ss9 and a context-aware distribution H(pθ,wt;x)=Ewpθ(wt;x)[logpθ(wwt;x)].H(p_\theta, w_t; x)=\mathbb{E}_{w\sim p_\theta(\cdot\mid w_t;x)}[-\log p_\theta(w\mid w_t;x)].0, both modified by the contextual contrastive object H(pθ,wt;x)=Ewpθ(wt;x)[logpθ(wwt;x)].H(p_\theta, w_t; x)=\mathbb{E}_{w\sim p_\theta(\cdot\mid w_t;x)}[-\log p_\theta(w\mid w_t;x)].1. The stated advantage is selective intervention: COIECD improves faithfulness on conflicting examples while avoiding degradation on non-conflicting ones, and ablations indicate that removing the lower bound is especially harmful (Yuan et al., 2024).

Entropy is also used to verify whether distant retrieved material creates a genuine long-range dependency. “EntropyLong: Effective Long-Context Training via Predictive Uncertainty” begins from predictive entropy

H(pθ,wt;x)=Ewpθ(wt;x)[logpθ(wwt;x)].H(p_\theta, w_t; x)=\mathbb{E}_{w\sim p_\theta(\cdot\mid w_t;x)}[-\log p_\theta(w\mid w_t;x)].2

selects high-entropy positions with an adaptive threshold H(pθ,wt;x)=Ewpθ(wt;x)[logpθ(wwt;x)].H(p_\theta, w_t; x)=\mathbb{E}_{w\sim p_\theta(\cdot\mid w_t;x)}[-\log p_\theta(w\mid w_t;x)].3 using H(pθ,wt;x)=Ewpθ(wt;x)[logpθ(wwt;x)].H(p_\theta, w_t; x)=\mathbb{E}_{w\sim p_\theta(\cdot\mid w_t;x)}[-\log p_\theta(w\mid w_t;x)].4, retrieves candidate contexts with a sentence transformer and a Faiss dense index, and keeps only those candidates whose contextual information gain

H(pθ,wt;x)=Ewpθ(wt;x)[logpθ(wwt;x)].H(p_\theta, w_t; x)=\mathbb{E}_{w\sim p_\theta(\cdot\mid w_t;x)}[-\log p_\theta(w\mid w_t;x)].5

exceeds H(pθ,wt;x)=Ewpθ(wt;x)[logpθ(wwt;x)].H(p_\theta, w_t; x)=\mathbb{E}_{w\sim p_\theta(\cdot\mid w_t;x)}[-\log p_\theta(w\mid w_t;x)].6 (Jia et al., 26 Sep 2025). The reported corpus contains H(pθ,wt;x)=Ewpθ(wt;x)[logpθ(wwt;x)].H(p_\theta, w_t; x)=\mathbb{E}_{w\sim p_\theta(\cdot\mid w_t;x)}[-\log p_\theta(w\mid w_t;x)].7B tokens of H(pθ,wt;x)=Ewpθ(wt;x)[logpθ(wwt;x)].H(p_\theta, w_t; x)=\mathbb{E}_{w\sim p_\theta(\cdot\mid w_t;x)}[-\log p_\theta(w\mid w_t;x)].8K-length sequences built from FineWeb-Edu and Cosmopedia, with average information gain H(pθ,wt;x)=Ewpθ(wt;x)[logpθ(wwt;x)].H(p_\theta, w_t; x)=\mathbb{E}_{w\sim p_\theta(\cdot\mid w_t;x)}[-\log p_\theta(w\mid w_t;x)].9 per dependency. Reported downstream scores are UU0 average on RULER versus UU1 for Quest and UU2 for NExtLong, and UU3 on LongBench-v2 versus UU4 and UU5 (Jia et al., 26 Sep 2025).

A mechanistic variant appears in “Context Copying Modulation: The Role of Entropy Neurons in Managing Parametric and Contextual Knowledge Conflicts,” which argues that a small set of entropy neurons in the final feed-forward layer causally suppresses context copying when contextual knowledge conflicts with parametric knowledge (Tighidet et al., 12 Sep 2025). The paper selects neurons using low LogitVar and high projection onto the effective null space of the unembedding matrix, ablates them by replacing activations with fixed values, and evaluates source shifts among PK, CK, and ND outputs. In Phi-1.5, ablating UU6 selected neurons, only UU7 of the last-layer neurons, produces a Global Transition Score in the top UU8 of the random control distribution; the reported PKUU9CK shift is HA(t;D,pθ)=EwtD[H(pθ,wt)].H_A(t;D,p_\theta)=\mathbb{E}_{w_t\in D}[H(p_\theta,w_t)].0 for Phi-1.5, HA(t;D,pθ)=EwtD[H(pθ,wt)].H_A(t;D,p_\theta)=\mathbb{E}_{w_t\in D}[H(p_\theta,w_t)].1 for Llama-3-8B, HA(t;D,pθ)=EwtD[H(pθ,wt)].H_A(t;D,p_\theta)=\mathbb{E}_{w_t\in D}[H(p_\theta,w_t)].2 for GPT-2, and HA(t;D,pθ)=EwtD[H(pθ,wt)].H_A(t;D,p_\theta)=\mathbb{E}_{w_t\in D}[H(p_\theta,w_t)].3 for Pythia-1.4B (Tighidet et al., 12 Sep 2025). This suggests a mechanistic interpretation in which contextual entropy is not only measured at decode time but can also be regulated by a small neuron subset.

4. Psycholinguistic and representation-learning uses

In psycholinguistics, contextual entropy is a predictor of anticipatory processing difficulty. “How Well Does First-Token Entropy Approximate Word Entropy as a Psycholinguistic Predictor?” defines word-level contextual Shannon entropy as

HA(t;D,pθ)=EwtD[H(pθ,wt)].H_A(t;D,p_\theta)=\mathbb{E}_{w_t\in D}[H(p_\theta,w_t)].4

with a parallel definition for contextual Rényi entropy (Clark et al., 29 Jul 2025). The paper’s main argument is methodological: the common first-token approximation used with subword LLMs is a lower bound on true word entropy and can distort the estimate, especially for multi-token words and open-class categories such as nouns and adjectives. To address this, it uses Monte Carlo estimation with explicit word-boundary handling, HA(t;D,pθ)=EwtD[H(pθ,wt)].H_A(t;D,p_\theta)=\mathbb{E}_{w_t\in D}[H(p_\theta,w_t)].5 samples per estimate, and a cap of HA(t;D,pθ)=EwtD[H(pθ,wt)].H_A(t;D,p_\theta)=\mathbb{E}_{w_t\in D}[H(p_\theta,w_t)].6 sampled subword tokens per word (Clark et al., 29 Jul 2025).

The empirical consequence is that the choice of estimator changes psycholinguistic conclusions. For Shannon entropy in self-paced reading, Monte Carlo word entropy improves fit more than first-token entropy, with HA(t;D,pθ)=EwtD[H(pθ,wt)].H_A(t;D,p_\theta)=\mathbb{E}_{w_t\in D}[H(p_\theta,w_t)].7LL HA(t;D,pθ)=EwtD[H(pθ,wt)].H_A(t;D,p_\theta)=\mathbb{E}_{w_t\in D}[H(p_\theta,w_t)].8 versus HA(t;D,pθ)=EwtD[H(pθ,wt)].H_A(t;D,p_\theta)=\mathbb{E}_{w_t\in D}[H(p_\theta,w_t)].9 on Natural Stories SPR and HA(t;D,pθ)±1.5σ(t;D,pθ),H_A(t;D,p_\theta)\pm 1.5\,\sigma(t;D,p_\theta),0 versus HA(t;D,pθ)±1.5σ(t;D,pθ),H_A(t;D,p_\theta)\pm 1.5\,\sigma(t;D,p_\theta),1 on Brown SPR. For Rényi entropy with HA(t;D,pθ)±1.5σ(t;D,pθ),H_A(t;D,p_\theta)\pm 1.5\,\sigma(t;D,p_\theta),2, Monte Carlo estimates are generally stronger across self-paced reading and most eye-tracking conditions, and permutation tests report significant differences between first-token and Monte Carlo estimates: HA(t;D,pθ)±1.5σ(t;D,pθ),H_A(t;D,p_\theta)\pm 1.5\,\sigma(t;D,p_\theta),3 for Shannon entropy and HA(t;D,pθ)±1.5σ(t;D,pθ),H_A(t;D,p_\theta)\pm 1.5\,\sigma(t;D,p_\theta),4 for Rényi entropy (Clark et al., 29 Jul 2025). The paper therefore recommends caution when treating first-token entropy as a proxy for word-level contextual entropy.

A related but distinct development appears in “Towards Multi-Sense Cross-Lingual Alignment of Contextual Embeddings,” which introduces a sense-aware cross entropy objective rather than a direct contextual-entropy measure (Liu et al., 2021). Standard word-level output vectors are replaced by multiple sense-specific vectors HA(t;D,pθ)±1.5σ(t;D,pθ),H_A(t;D,p_\theta)\pm 1.5\,\sigma(t;D,p_\theta),5, the model selects the active sense online via clustering in a projected space, and training minimizes a sense-specific negative log-likelihood over a sense-expanded vocabulary. The reported outcome is improved word sense disambiguation and average zero-shot gains of HA(t;D,pθ)±1.5σ(t;D,pθ),H_A(t;D,p_\theta)\pm 1.5\,\sigma(t;D,p_\theta),6, HA(t;D,pθ)±1.5σ(t;D,pθ),H_A(t;D,p_\theta)\pm 1.5\,\sigma(t;D,p_\theta),7, and HA(t;D,pθ)±1.5σ(t;D,pθ),H_A(t;D,p_\theta)\pm 1.5\,\sigma(t;D,p_\theta),8 on cross-lingual NER, sentiment classification, and XNLI, respectively (Liu et al., 2021). The connection to contextual entropy is indirect but important: the paper operationalizes contextual variation by redistributing probability mass over senses rather than over word types.

5. Context-conditioned entropy in optimization, bandits, and reinforcement learning

In contextual optimization, entropy often measures uncertainty about which action or parameter is optimal for a given task. “Active Contextual Entropy Search” extends entropy search to active contextual policy search by maintaining HA(t;D,pθ)±1.5σ(t;D,pθ),H_A(t;D,p_\theta)\pm 1.5\,\sigma(t;D,p_\theta),9, the distribution of optimal parameters conditioned on context 87%87\%0, and choosing the next query 87%87\%1 to maximize expected information gain about that context-dependent optimum (Metzen, 2015). The acquisition function aggregates entropy reduction across sampled contexts and uses a Mahalanobis nearest-neighbor approximation based on GP length scales. In the COMPI ball-throwing simulation, ACES improves over BO-CPS with UCB and BO-CPS with ES, and the more global approximation with 87%87\%2 performs better than 87%87\%3 (Metzen, 2015).

In contextual bandits, entropy also serves as an uncertainty gate for human intervention. “Contextual bandits with entropy-based human feedback” defines policy entropy at round 87%87\%4 as

87%87\%5

and queries expert feedback whenever 87%87\%6 (Seraj et al., 12 Feb 2025). The paper evaluates Action Recommendation and Reward Manipulation across Bibtex, Media Mill, Delicious, and Yahoo, tunes 87%87\%7 by hyperparameter search, and reports improved mean cumulative regret with fewer than 87%87\%8 of training steps involving human queries. It also emphasizes that performance is not monotone in expert quality: lower-quality feedback can sometimes preserve exploration better than highly accurate recommendations (Seraj et al., 12 Feb 2025).

A related but more general exploration principle is developed in “Maximum entropy exploration in contextual bandits with neural networks and energy based models,” where the policy solves

87%87\%9

inducing a Boltzmann policy over predicted reward (Elwood et al., 2022). The paper introduces both reward-prediction neural models and energy-based models, extending maximum-entropy exploration to continuous action spaces via HMC or SGLD. The reported finding is that energy-based models perform best overall across static and dynamic environments, while linear contextual baselines degrade strongly in nonlinear settings (Elwood et al., 2022).

Self-paced contextual reinforcement learning uses relative entropy at the level of the context distribution itself. “Self-Paced Contextual Reinforcement Learning” defines a target context distribution p=0.92p=-0.920 and a learned intermediate sampling distribution p=0.92p=-0.921, then jointly optimizes policy and curriculum under KL constraints on both the policy update and the context-distribution update (Klink et al., 2019). The stated effect is a gradual progression from easy to hard contexts, with improved sample efficiency relative to C-REPS, CMA-ES, GoalGAN, and SAGG-RIAC in the reported gate and modified Reacher tasks (Klink et al., 2019).

6. Compression, retrieval, and governance of contextual space

In learned image compression, contextual entropy refers to entropy models that condition on richer decoded context. “Causal Contextual Prediction for Learned Image Compression” argues that local hyperprior-plus-autoregressive models miss global spatial and cross-channel dependencies, then introduces separate entropy coding: one channel group is decoded first, and the second group is decoded conditionally on the first, using richer causal context and a causal global prediction model (Guo et al., 2020). The reported global component selects top-p=0.92p=-0.922 causal reference points with p=0.92p=-0.923, and the full model yields about p=0.92p=-0.924 BD-rate savings versus VTM 8.0 on Kodak. “Diversify, Contextualize, and Adapt: Efficient Entropy Modeling for Neural Image Codec” addresses a different bottleneck, arguing that forward adaptation is limited by using only one hyper latent context. It introduces local, regional, and global hyper latents, uses the empirically best modeling order regional p=0.92p=-0.925 global p=0.92p=-0.926 local, and reports a p=0.92p=-0.927 BD-rate gain over the quadtree baseline on Kodak, together with p=0.92p=-0.928 average rate savings over VTM-12.1 (Kim et al., 2024).

In retrieval and long-context evidence management, entropy becomes a measure of how dispersed or informative contextual material is. “Business Entity Entropy” defines

p=0.92p=-0.929

where p=0.96p=0.960 counts distinct facts about entity p=0.96p=0.961 in document p=0.96p=0.962 (McCabe et al., 16 Mar 2025). On the reported enterprise corpus, entity entropy has mean p=0.96p=0.963 bits, median p=0.96p=0.964 bits, and a heavy-tailed distribution; over p=0.96p=0.965 of entities require fewer than p=0.96p=0.966 documents for p=0.96p=0.967 coverage, while a small number of central entities are highly diffuse (McCabe et al., 16 Mar 2025). “Concept than Document: Context Compression via AMR-based Conceptual Entropy” compresses RAG evidence by parsing documents into AMR graphs, assigning each concept node a surprisal-derived score p=0.96p=0.968, screening nodes by a p-value threshold with preferred p=0.96p=0.969, and reconstructing a condensed context from retained concepts (Shi et al., 24 Nov 2025). The method reduces context length to about p=0.93p=-0.930 of vanilla on average while preserving answer accuracy, and it is presented explicitly as not being generic Shannon entropy over text tokens.

Long-context LLM systems introduce a broader governance perspective. “Context Cartography: Toward Structured Governance of Contextual Space in LLM Systems” treats contextual entropy as entropy accumulation, attention dilution, and positional degradation under expanding context windows (Wu et al., 21 Mar 2026). The framework formalizes a U-shaped salience function over token positions, partitions contextual space into black fog, gray fog, and visible field, and defines seven operators—reconnaissance, selection, simplification, aggregation, projection, displacement, and layering—for controlling information flow between zones. The reported convergence analysis of Claude Code, Letta, MemOS, and OpenViking assigns mean operator scores of p=0.93p=-0.931 for layering, p=0.93p=-0.932 for projection, p=0.93p=-0.933 for selection, p=0.93p=-0.934 for simplification, p=0.93p=-0.935 for reconnaissance, p=0.93p=-0.936 for aggregation, and p=0.93p=-0.937 for displacement (Wu et al., 21 Mar 2026). In this literature, contextual entropy is a property of context management architectures rather than of a single probability distribution.

7. Foundational and abstract formulations

The most formal use of the term appears in quantum foundations. “Contextual Entropy and Reconstruction of Quantum States” considers a finite-dimensional Hilbert space p=0.93p=-0.938, a context p=0.93p=-0.939 of mutually orthogonal projections summing to the identity, and a density matrix ss00 (Constantin et al., 2012). For each context, the state induces probabilities ss01, and contextual entropy is the Shannon entropy of that measurement distribution:

ss02

The paper shows that this construction unifies Shannon and von Neumann entropy: for a maximal context that diagonalizes ss03, ss04, and among maximal contexts the minimum contextual entropy equals the von Neumann entropy. Its main theorem is stronger: if ss05, the full contextual-entropy function ss06 determines ss07 uniquely, whereas for qubits there remains a twofold ambiguity in the mixed-state case (Constantin et al., 2012).

A thermodynamic generalization appears in “Entropic probability and context states,” where probability is derived from entropy rather than assumed axiomatically (Schumacher et al., 2024). For a uniform eidostate ss08, the entropic probability of state ss09 is

ss10

The paper then extends the construction by uniformization, reservoir states, and context states, showing that arbitrary probability assignments can be realized as entropic probabilities in an enlarged uniform system. The same framework yields a generalized free energy

ss11

and the inequality

ss12

linking context, entropy, work, and information erasure (Schumacher et al., 2024).

An abstract inference-theoretic formulation is provided by “On Context-Content Uncertainty Principle,” which treats context ss13 as high-entropy and content ss14 as low-entropy, with the central target of inference being the residual uncertainty

ss15

rather than entropy of context in isolation (Li, 25 Jun 2025). The paper’s Entropy Decomposition Lemma uses

ss16

argues that under the asymmetry ss17 inference should proceed from low-entropy content to high-entropy context, and derives a variational objective in which a KL term toward a structured prior acts as an entropy-alignment mechanism. It then organizes the theory into four layers: core inference constraints, resource allocation principles, temporal bootstrapping dynamics, and spatial hierarchical composition (Li, 25 Jun 2025). This is not an empirical measure of contextual uncertainty in the style of decoding or psycholinguistics; it is an abstract principle for how structured priors reduce the uncertainty of ambiguous contexts.

Across these literatures, contextual entropy names a family of context-indexed uncertainty measures rather than a single canonical quantity. The common invariant is not a shared formula but a shared role: context changes what entropy means, how it is computed, and what it is used to regulate. In generation, it diagnoses degeneration and guides decoding; in retrieval and long-context systems, it decides what evidence is worth keeping or where disorder accumulates; in contextual control, it drives exploration, feedback, and curricula; and in foundational work, it can determine a quantum state or define probability relative to context states.

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

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 Contextual Entropy.