Papers
Topics
Authors
Recent
Search
2000 character limit reached

State Probing: Concepts and Applications

Updated 7 July 2026
  • State probing is a family of techniques that infer latent system states by converting hidden variables into measurable signals for diagnosis and control.
  • It employs both passive and active methodologies to examine hidden activations, dialogue belief states, and physical or procedural state transitions.
  • Advanced probing approaches, including multi-layer hidden-state trajectories and quantum variational diagnostics, expose limitations, cost constraints, and performance gaps.

State probing denotes a family of techniques for inferring latent system state from controlled interventions, indirect measurements, or learned readouts of internal representations. In the literature represented here, the probed state ranges from hidden activations and answer-readiness in frozen LLMs, to recipe world states and dialogue belief states, to channel states revealed by costly actions, and further to magnetic ground states, confined excitations, gravitational cat states, and the nuclear equation of state in astrophysical transients (Wei et al., 17 Apr 2026, Toyooka et al., 23 Jul 2025, Asnani et al., 2010, Salman et al., 2010, Abylkairov et al., 16 Oct 2025). Taken together, these works suggest an operational definition: a probe is any mechanism that converts otherwise inaccessible state into an observable signature that is rich enough for diagnosis, discrimination, or control.

1. Conceptual scope and recurring structure

Across domains, state probing has a common architecture. There is a latent state, a probe mechanism, and a readout rule. The latent state may be internal to a model, as in hidden-state probing for retrieval-augmented generation and multilingual hallucination detection; procedural, as in the evolving ingredient state of a recipe; or physical, as in a magnetic ground state or a superposed mass density (Wei et al., 17 Apr 2026, Alvi et al., 24 May 2026, Toyooka et al., 23 Jul 2025, Anastopoulos et al., 2015). The probe may be passive, such as extracting frozen hidden activations, or active, such as applying a weak perturbation and measuring a retarded response, choosing whether to observe a channel state, or probing an item whose realized state determines both utility and cost (Labib et al., 30 Jul 2025, Asnani et al., 2010, Tang, 2019).

A second recurring distinction is between state sufficiency and state geometry. Some systems use probing to decide whether the current state is already sufficient for a task, as in retrieval gating based on latent answer readiness (Wei et al., 17 Apr 2026). Others use probing to map the geometry of a state space, as in the intrinsic metric of the Laughlin state, the anisotropy and collapse of frozen Mamba representations, or the separability of hallucination trajectories across transformer depth (Johri et al., 2015, Wagh et al., 30 Apr 2026, Alvi et al., 24 May 2026). A plausible implication is that state probing is not only about decoding labels from hidden variables; it is also about identifying which aspects of state-space organization are stable, typed, and actionable.

A third distinction concerns observability. Several works emphasize that the relevant state is not directly accessible in raw form. Dialogue state trackers expose belief states but not the brittleness of the mapping from user utterance to belief state; recipe texts omit intermediate ingredient transformations; a gravitational cat state is not seen directly, only through fluctuating Newtonian forces on a probe; and bulk magnetization can miss local static fields that are visible to a local probe such as zero-field μ\muSR (Dong et al., 2023, Toyooka et al., 23 Jul 2025, Anastopoulos et al., 2015, Salman et al., 2010). In that sense, probing formalizes the gap between underlying state and directly available observation.

2. Hidden-state probing in machine learning systems

In current machine-learning work, state probing is often literal hidden-state probing. Skill-RAG uses a lightweight hidden-state prober to determine whether a model’s internal reasoning state is sufficient to answer directly or whether retrieval has failed and requires targeted recovery (Wei et al., 17 Apr 2026). The prober is a small feed-forward classifier with one hidden layer and a binary output head. It is trained on hidden states from reasoning tokens and answer tokens, taken from the posterior two-thirds of model layers, with one prober per layer and inference-time averaging of predicted probabilities across layers. Operationally, the decision process is a binary classification

y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},

followed by layerwise aggregation and two-stage gating: before retrieval, to test whether parametric knowledge suffices, and after retrieval, to test whether retrieved evidence resolved the problem. Crucially, the paper treats failure as typed rather than monolithic and routes among four skills—query rewriting, question decomposition, evidence focusing, and exit. On out-of-distribution datasets, the reported gains over Probing-RAG are +6.1+6.1 ACC on MuSiQue and +13.6+13.6 ACC on 2WikiMultiHopQA, and t-SNE analyses show a left cluster corresponding to query–evidence alignment gaps and a dispersed right cluster corresponding to irreducible failures (Wei et al., 17 Apr 2026).

MultiHaluDet extends hidden-state probing from single-layer diagnostics to full hidden-state trajectories across depth (Alvi et al., 24 May 2026). For a question–answer pair (qi,ai)(q_i,a_i) with label yi{0,1}y_i\in\{0,1\}, the method extracts {H(l)}l=0L\{\mathbf H^{(l)}\}_{l=0}^{L} and the final next-token logit vector z\mathbf z from a frozen, quantized LLM. Dynamic layer sampling normalizes the depth trajectory to a fixed length K=32K=32, after which per-layer descriptors from the final-token vector and the sequence mean are stacked into a sequential feature matrix SRK×ds\mathbf S\in\mathbb R^{K\times d_s}, and global logit- and norm-based statistics form y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},0. These are processed by a multi-scale attention module, a Pre-LN Transformer encoder, self-attention pooling,

y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},1

and a gated fusion with the global branch before out-of-fold stacked classical ensembling. The reported AUROC reaches y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},2 on English HaluEval with Mistral-7B and y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},3 with LLaMA2-7B, while multilingual transfer remains strong on French, degrades moderately on Bangla, and remains clearly effective on Amharic (Alvi et al., 24 May 2026). The ablation result that removing out-of-fold stacking costs around y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},4–y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},5 points, removing multi-scale attention costs about y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},6–y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},7 points, and replacing trajectory probing with a static final-layer representation costs about y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},8 points supports the claim that depth dynamics, rather than a single terminal representation, carry the decisive signal.

A cautionary counterexample appears in probing frozen Mamba representations (Wagh et al., 30 Apr 2026). The paper tests whether the recurrent state

y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},9

can serve as a free sentence embedding under a strict frozen-feature probing protocol. It compares Patched-Mamba, Mean Pool, Final State, and Orthogonal Injection on SST-2, CoLA, MRPC, STS-B, and IMDb. The central result is negative: patch boundary readouts do not consistently outperform simple mean pooling, the raw Final State exhibits representational collapse with CoLA MCC +6.1+6.10 across all three seeds, and the geometry of the raw state is severely anisotropic, with mean pairwise cosine similarity +6.1+6.11 and std +6.1+6.12 over +6.1+6.13 sampled sentence pairs (Wagh et al., 30 Apr 2026). Orthogonal injection at inference time does not repair the geometry. This is an important corrective to a common assumption: internal state compression does not imply probe-ready semantic representation.

3. World-state, belief-state, and procedural state probing

Outside hidden activations, state probing is often directed at structured latent variables that mediate behavior. Dialogue state tracking is one such case. PromptAttack treats the dialogue state tracker’s output belief state—slot-value pairs such as +6.1+6.14—as the central internal representation to be stress-tested (Dong et al., 2023). Its discrete prompt family builds adversarial prompts from the tracker’s own predicted slots and values, while the continuous variant prepends learnable prompt embeddings +6.1+6.15 and optimizes either

+6.1+6.16

or

+6.1+6.17

The generated adversarial utterances are then produced by a mask-and-fill pipeline using BERT-base-uncased. On MultiWOZ 2.1, PromptAttack causes much larger JGA drops than non-prompt baselines; on TripPy, JGA falls from +6.1+6.18 to +6.1+6.19, +13.6+13.60, or +13.6+13.61 depending on variant, and on SimpleTOD the strongest drop is from +13.6+13.62 to +13.6+13.63, with ASR reaching +13.6+13.64 (Dong et al., 2023). The paper’s broader point is that probing need not be white-box: black-box perturbation can still reveal brittleness in state formation.

Recipe understanding makes the latent-state problem even more explicit. The NHK-based Japanese recipe dataset formalizes the world state as

+13.6+13.65

with initial state +13.6+13.66, where +13.6+13.67 is the ingredient list (Toyooka et al., 23 Jul 2025). The state transition semantics are expressed as

+13.6+13.68

where +13.6+13.69 is the subset of transformed ingredients and (qi,ai)(q_i,a_i)0 is the produced ingredient set. This supports (qi,ai)(q_i,a_i)1-to-(qi,ai)(q_i,a_i)2, (qi,ai)(q_i,a_i)3-to-(qi,ai)(q_i,a_i)4, (qi,ai)(q_i,a_i)5-to-(qi,ai)(q_i,a_i)6, and mixed split–merge transformations. The dataset is built from roughly (qi,ai)(q_i,a_i)7 NHK recipe entries, and a manually annotated subset of (qi,ai)(q_i,a_i)8 recipes is split into (qi,ai)(q_i,a_i)9 training and yi{0,1}y_i\in\{0,1\}0 evaluation recipes. Inter-annotator agreement is reported as Node F1 yi{0,1}y_i\in\{0,1\}1 at threshold yi{0,1}y_i\in\{0,1\}2, Edge F1 (Matched) yi{0,1}y_i\in\{0,1\}3, and Edge F1 (All) yi{0,1}y_i\in\{0,1\}4 (Toyooka et al., 23 Jul 2025).

The benchmark defines three tasks: Step Reference Resolution, Ingredient Usage Prediction, and Ingredient Tracing (Toyooka et al., 23 Jul 2025). Step Reference Resolution masks a step reference and asks the model to recover the referenced earlier step; Ingredient Usage Prediction asks whether an ingredient remains in its original state after step yi{0,1}y_i\in\{0,1\}5; Ingredient Tracing asks which items in yi{0,1}y_i\in\{0,1\}6 still contain a chosen original ingredient. Fine-tuning on world-state generation improves large models substantially: Llama-3.1-70B reaches yi{0,1}y_i\in\{0,1\}7 on Step Reference, yi{0,1}y_i\in\{0,1\}8 on Ingredient Usage, and yi{0,1}y_i\in\{0,1\}9 on Ingredient Tracing, for average {H(l)}l=0L\{\mathbf H^{(l)}\}_{l=0}^{L}0; Swallow-3.1-70B improves from average {H(l)}l=0L\{\mathbf H^{(l)}\}_{l=0}^{L}1 to {H(l)}l=0L\{\mathbf H^{(l)}\}_{l=0}^{L}2; Qwen-2.5-72B improves from {H(l)}l=0L\{\mathbf H^{(l)}\}_{l=0}^{L}3 to {H(l)}l=0L\{\mathbf H^{(l)}\}_{l=0}^{L}4; and Qwen-2.5-VL-72B reaches average {H(l)}l=0L\{\mathbf H^{(l)}\}_{l=0}^{L}5 (Toyooka et al., 23 Jul 2025). At the same time, the error analysis shows persistent difficulty with ingredient subtraction, discarding, splitting, and partial usage. That makes clear that procedural state probing is not reducible to lexical coreference or step ordering: it targets implicit physical state transitions.

4. Physical-state probing across quantum, condensed-matter, and astrophysical systems

In the physical sciences, state probing frequently means inferring microscopic or non-equilibrium structure from local measurements and response functions. A particularly clean example is zero-field {H(l)}l=0L\{\mathbf H^{(l)}\}_{l=0}^{L}6SR in the Dysprosium triangle molecular magnet {H(l)}l=0L\{\mathbf H^{(l)}\}_{l=0}^{L}7 (Salman et al., 2010). There the asymmetry is modeled as

{H(l)}l=0L\{\mathbf H^{(l)}\}_{l=0}^{L}8

with {H(l)}l=0L\{\mathbf H^{(l)}\}_{l=0}^{L}9 describing a static Lorentzian Kubo-Toyabe field distribution and z\mathbf z0 the dynamic relaxation rate. The experiment finds coexistence of static and dynamic internal magnetic fields below z\mathbf z1, even though bulk magnetization and heat capacity show no magnetic ordering anomaly at that temperature. The low-temperature field-distribution width saturates at z\mathbf z2, corresponding to about z\mathbf z3, and the fluctuation time extracted in the dynamic LKT regime saturates near z\mathbf z4 below about z\mathbf z5 (Salman et al., 2010). The local probe therefore detects slow relaxation of the molecular ground-state magnetization that is invisible to bulk thermodynamics.

Variational quantum algorithms provide a different probing modality, using state-preparation difficulty itself as a diagnostic. For the kagome antiferromagnetic Heisenberg model, classical exact simulations of VQE on lattices from z\mathbf z6 to z\mathbf z7 qubits show that the fidelity with the ground state approaches one exponentially in circuit depth for all lattices considered except a z\mathbf z8-qubit lattice with an almost degenerate ground state, leading to the conclusion that VQE circuits able to represent KAFH ground states beyond exact diagonalization may be achievable on near-term hardware, albeit with many variational parameters for large systems (Bosse et al., 2021). In the many-body localization setting, excited-state VQE turns shallow-state representability into a phase probe by minimizing the energy variance

z\mathbf z9

and evaluating the eigenspace inverse participation ratio

K=32K=320

together with the ancilla-based eigenstate witness K=32K=321 (Liu et al., 2021). The central observation is that high-energy MBL eigenstates are area-law and shallow-circuit accessible, whereas thermal eigenstates are volume-law and much harder to isolate. The reported depth scaling is K=32K=322 on the MBL side and close to K=32K=323 on the thermal side, and the phase distinction remains visible even with depolarizing noise K=32K=324 after each two-qubit gate (Liu et al., 2021).

Pump-probe spectroscopy on quantum computers generalizes probing from static state diagnosis to non-equal-time response measurement (Labib et al., 30 Jul 2025). In the mixed-field Ising model,

K=32K=325

the protocol applies a weak local probe K=32K=326 and reconstructs the retarded response

K=32K=327

specialized in the appendix to

K=32K=328

Using a finite chain of K=32K=329 sites with periodic boundary conditions and exact diagonalization, the work resolves discrete mesonic bound states from domain-wall confinement in the true vacuum and Bloch oscillations in false-vacuum decay, all without ancillary qubits (Labib et al., 30 Jul 2025). The result is a direct example of state probing by linear response rather than by final-state tomography.

Other physical works emphasize geometric, gravitational, and statistical probes of state. For the SRK×ds\mathbf S\in\mathbb R^{K\times d_s}0 Laughlin state, smooth metric deformations produce density response

SRK×ds\mathbf S\in\mathbb R^{K\times d_s}1

generalized coherent-state projectors define an ODLRO-like correlator, and the pair amplitude operator SRK×ds\mathbf S\in\mathbb R^{K\times d_s}2 is used to extract the intrinsic metric numerically (Johri et al., 2015). In ultralight dark matter, the distinction between a coherent-state ensemble and a squeezed state persists in the statistics of density fluctuations: when the Bogoliubov phases are coherent, the squeezed-state two-point function is enhanced by a factor of SRK×ds\mathbf S\in\mathbb R^{K\times d_s}3 and the three-point function by a factor of SRK×ds\mathbf S\in\mathbb R^{K\times d_s}4 relative to the coherent-state ensemble, with the connected four-point function remaining a fallback probe if phase coherence is lost (Kalia, 23 Apr 2025). For a gravitational cat state, the classical-probe force expectation and correlation,

SRK×ds\mathbf S\in\mathbb R^{K\times d_s}5

and the quantum-probe Rabi probability SRK×ds\mathbf S\in\mathbb R^{K\times d_s}6 identify branch-sensitive signatures of a mass in a superposition of two locations, even though feasibility estimates remain many orders of magnitude from present force sensitivities (Anastopoulos et al., 2015, Derakhshani et al., 2016). In astrophysics, the bounce gravitational-wave signal of rapidly rotating core-collapse supernovae is used as a discrete EOS probe with a linear-kernel SVM; for the reduced SRK×ds\mathbf S\in\mathbb R^{K\times d_s}7-EOS set, accuracy reaches SRK×ds\mathbf S\in\mathbb R^{K\times d_s}8 at SNR SRK×ds\mathbf S\in\mathbb R^{K\times d_s}9, while the paper treats the resulting distance reaches for A+, ET, and CE as approximate upper limits because of the restricted catalog and simplifying assumptions (Abylkairov et al., 16 Oct 2025).

5. Probing as active sensing, optimization, and resource allocation

A distinct line of work studies probing not as diagnosis alone but as a decision problem with explicit observation costs. In probing capacity for state-dependent communication channels, the channel is a DMC with i.i.d. state y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},00, and the encoder and decoder may take probing actions to acquire partial state information y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},01 and y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},02 through

y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},03

subject to average cost y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},04 (Asnani et al., 2010). In the encoder-only “to observe or not to observe” model, binary actions y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},05 control whether y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},06 is observed or erased, and the resulting probing capacity with full decoder side information is

y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},07

over distributions compatible with y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},08 and y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},09 (Asnani et al., 2010). In the more general model where both terminals probe, the capacity becomes

y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},10

A notable phenomenon in the numerical examples is that the full unconstrained rate y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},11 can be achieved for a strict subset of observed states: the paper reports a cutoff around y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},12 in one example and roughly y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},13 in another (Asnani et al., 2010). This directly contradicts the naive intuition that full-rate operation requires full-rate observation.

Stochastic submodular probing with state-dependent costs treats the same issue in combinatorial optimization language (Tang, 2019). Each item y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},14 has a hidden state y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},15, drawn independently from a known product distribution. Probing reveals the realized state, after which the decision to accept or reject is immediate and irrevocable. The objective is a monotone lattice-submodular function y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},16, while realized selection costs y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},17 depend on state and must obey a budget constraint. The paper reformulates the problem on item-state pairs, constructs the multilinear extension y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},18, and gives the StoCan algorithm: a continuous-greedy relaxation followed by randomized probing policies split between small-cost and large-cost states. The main guarantees are

y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},19

and

y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},20

with the same factor extending to the online setting (Tang, 2019). Here probing is simultaneously epistemic and economic: observing state changes the feasible action set because the cost of inclusion is itself state-dependent.

These information-theoretic and algorithmic formulations clarify that probing is not merely a measurement primitive. It is often a policy variable. One must choose which states to reveal, when to reveal them, and whether the value of that revelation compensates for its cost or for the opportunity cost of later decisions. That perspective also helps connect resource-aware hidden-state diagnostics in machine learning to older active-sensing problems.

6. Limitations, misconceptions, and open directions

A recurring misconception is that probing simply means “reading out whatever the model already knows.” The frozen Mamba study shows that this is false in a strong geometric sense: raw recurrent states can be so anisotropic that probe performance collapses, even when token-level outputs remain usable (Wagh et al., 30 Apr 2026). The multilingual hallucination results likewise show that output confidence heuristics and single-layer probes can miss factual inconsistency patterns that are only visible in full hidden-state trajectories (Alvi et al., 24 May 2026). In retrieval-augmented generation, Skill-RAG further rejects the idea that failure after retrieval is just a scalar “retrieve again” signal; the typed-failure analysis and the collapse of latent structure when the skill vocabulary is expanded too aggressively beyond six auto-generated skills indicate that failure geometry itself constrains useful probe design (Wei et al., 17 Apr 2026).

A second misconception is that probing should align with macroscopic observables. The y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},21 y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},22SR work shows the opposite: local probes can reveal static and dynamic internal fields below y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},23 even when bulk magnetization and heat capacity show no sign of magnetic ordering (Salman et al., 2010). Similarly, gravitational cat-state analyses predict measurable branch-dependent force statistics within the theory, yet feasibility estimates remain far below current or near-term sensitivity, so theoretical observability and practical detectability must be separated (Derakhshani et al., 2016). The supernova EOS study makes the same methodological point from another direction by explicitly calling its detector reaches approximate upper limits because the inference uses discrete EOS classes, a single progenitor mass, idealized colored Gaussian noise, and assumed bounce-time alignment (Abylkairov et al., 16 Oct 2025).

A third misconception is that state probing becomes easier with more data or more complex task formulations. The recipe benchmark reports that models below about y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},24B parameters generally do not benefit from fine-tuning on ingredient-state supervision and may even degrade, while the hardest residual errors involve subtraction, discarding, splitting, and partial usage rather than simple lexical ambiguity (Toyooka et al., 23 Jul 2025). In the ultralight-dark-matter setting, distinguishability between coherent-state ensembles and squeezed states can disappear at the level of the two-point and three-point functions once phase coherence is lost, forcing a move to the connected four-point function and motivating numerical cosmological studies of post-inflationary evolution (Kalia, 23 Apr 2025). In VQE-based many-body probing, high-fidelity representation of the kagome ground state appears achievable on near-term hardware in principle, yet large systems require circuits with many variational parameters, and near-degeneracy already complicates the y^=fθ(h),y{0,1},\hat{y}=f_\theta(h), \qquad y\in\{0,1\},25-qubit case (Bosse et al., 2021).

Taken together, these limitations suggest that state probing is most informative when it is paired with an explicit model of what the state variable means, which perturbations preserve that meaning, and which observables remain stable under representation geometry, noise, partial observability, and cost constraints. The contemporary literature does not support a single universal probe formalism. It instead supports a more technical conclusion: successful state probing depends on matching the probe to the latent state’s causal role, symmetry structure, and measurement budget.

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 State Probing.