---
title: Default-Direction Asymmetry Overview
url: https://www.emergentmind.com/topics/default-direction-asymmetry
type: topic
---

# Default-Direction Asymmetry Overview

Searching arXiv for the provided topic and ids to ground the synthesis in current literature.
arxiv_search(query="\"default-direction asymmetry\" OR \"entropy polarity\" OR \"boundary suppression asymmetry\" OR \"causal computational asymmetry\"", max_results=10)
Default-Direction Asymmetry denotes a structurally induced bias by which one direction of update, inference, transport, steering, or observation is easier to trigger, harder to suppress, or more stably realized than its nominal opposite. Across current literature, the term does not refer to a single invariant formalism; rather, it recurs in several technically distinct settings, including reinforcement fine-tuning for large language models, post-training controllability of assistants, asymmetric routing, causal-direction identification, nonequilibrium first-passage phenomena, engineered nonreciprocity, and preferred-direction signals in astrophysical data. The common pattern is that an apparently symmetric task acquires a privileged orientation through sampling, architecture, optimization, dissipation, or observational geometry [2605.11775] [2605.27969] [2606.02136] [2602.22254].

## 1. Conceptual structure

A recurring formulation has three ingredients. First, there is a **privileged baseline direction**: for example, positive-advantage on-policy reinforcement of likely tokens, anti-underanswering assistant behavior, node-centric routing decisions, the forward causal direction, or a sky axis singled out by anisotropy. Second, there is a **mechanism that breaks effective symmetry**: sampled-token entropy mechanics, content-budget overshoot plus continuation persistence, representation–decision mismatch, residual dependence, broken detailed balance, or dipole modulation. Third, there is an **observable asymmetry**: different entropy trajectories, different suppressibility costs, unequal forward/backward hitting times, unequal transmission amplitudes, one-way steering, or direction-dependent parameter estimates [2605.11775] [2605.27969] [2007.07335] [2212.12777] [1510.00154].

This suggests a useful cross-domain distinction between mere anisotropy and default-direction asymmetry. The latter is not only a difference between two directions; it is a difference that is preferentially activated by the system’s native dynamics, objective, or measurement protocol. In RLVR, the default direction under positive advantage and on-policy sampling is entropy contraction. In assistant post-training, the default direction is anti-underanswering over-expansion. In asymmetric routing, the default direction is a node-centric scoring bias that under-expresses the currently chosen directed transition. In causal inference from optimization time, the default direction is faster convergence in the true causal orientation [2605.11775] [2605.27969] [2606.02136] [2602.22254].

The literature also makes clear that the sign of the asymmetry need not be universal. In a two-lane lattice, either forward or backward transition can be faster depending on the sign of the nonequilibrium current; in biased run-and-tumble dynamics, first-passage duality can fail at finite distance yet be restored asymptotically when a Gallavotti–Cohen symmetry holds; in driven-dissipative resonators, the preferred transport direction is set by a relative phase and can be reversed by changing that phase [2007.07335] [2505.24483] [2212.12777].

| Domain | Default direction | Structural source |
|---|---|---|
| RLVR entropy control | Contraction under typical rewarded on-policy updates | Sampled-token term dominates correction term |
| Assistant controllability | Anti-underanswering over-expansion | Planning overshoot and continuation persistence |
| Asymmetric routing | Node-centric scoring | Representation–decision mismatch |
| Causal inference | Faster forward training | Reverse residual dependence and gradient-noise structure |
| Nonequilibrium transport | Direction selected by current or bias | Broken detailed balance or hidden internal dynamics |
| Quantum/optical transport | Phase-selected one-way flow | Interference of coherent and dissipative couplings |

## 2. Learning and control: reinforcement fine-tuning, assistant post-training, and learned defaults

In RLVR for LLMs, default-direction asymmetry is formalized at the token level through a first-order entropy expansion. For a local policy entropy $\mathcal{H}_t$ and a sampled token $y_t$ with probability $p_t$, one gradient-ascent step on $A \log \pi_\theta(y_t \mid s_t)$ yields
\[
\Delta\mathcal{H}_t
=
-\eta A\,t_1(s_t,y_t)
+
\eta A\,t_2(s_t)
+
O(\eta^2),
\]
with
\[
t_1(s_t,y_t):=p_t(\mathcal{H}_t+\log p_t), \qquad
t_2(s_t):=\sum_{v\in\mathcal{V}} p_v^2(\mathcal{H}_t+\log p_v).
\]
The paper defines the intrinsic entropy tendency
\[
\mathcal{T}(s_t,y_t):=-t_1(s_t,y_t)+t_2(s_t),
\]
and the realized entropy polarity
\[
\mathcal{P}(s_t,y_t,A):=A\,\mathcal{T}(s_t,y_t), \qquad
\Delta\mathcal{H}_t=\eta\,\mathcal{P}(s_t,y_t,A)+O(\eta^2).
\]
The sampled-token term changes sign at the entropy-induced threshold $p_t=\exp(-\mathcal{H}_t)$, while $t_2(s_t)\ge 0$ is always expansive. Because on-policy sampling draws high-probability tokens more often, positive-advantage updates are structurally biased toward contraction; expansion typically requires low-probability samples or a sufficiently strong state-wise correction. This is the paper’s “default direction under $A>0$ and on-policy sampling.” Empirically, polarity tracks measured entropy change, the polarity magnitude distribution is heavy-tailed, and single-polarity ablations show that the negative branch drives exploitation whereas the positive branch preserves exploration. The proposed Polarity-Aware Policy Optimization reweights advantages by polarity sign and uses an entropy-slope phase signal; on math reasoning it improves over strong baselines, including +3.3% on AIME24 and +2.1% on AIME25 for Qwen2.5-14B, and +2.4% on Minerva and +2.2% on AMC for Qwen2.5-7B [2605.11775].

In post-trained assistants, the same idea appears as **boundary-suppression asymmetry**. The default response direction induced by anti-underanswering optimization is more complete, cautious, and proactively helpful, but that direction is harder to suppress when prompts explicitly request narrower answers. The paper operationalizes this through residual expansion under boundary-control prompts, using length-based costs such as
\[
\Delta_b(\text{anti},\text{base}) =
\mathbb{E}[L \mid \pi=\text{anti\_underanswer}, b]
-
\mathbb{E}[L \mid \pi=\text{baseline}, b].
\]
On the main controlled family, the anti-underanswering policy remains substantially more expansive than baseline under matched controls: for `scope_minimal_sufficient`, mean lengths are 22.16 for baseline, 40.38 for anti, and 27.28 for minimal; for `avoid_underanswer`, 23.44, 33.78, and 28.74; and in forced-prefix continuation, 2.54, 4.08, and 2.51, with immediate-stop rates 62%, 48%, and 63%, respectively. Mechanism probes reject pure EOS failure, pure uncertainty compensation, and pure local continuation bias as complete explanations. The paper instead supports a mixed planning/stopping account in which **content-budget overshoot** and **continuation persistence** jointly make the anti-underanswering direction harder to pull back [2605.27969].

A related but distinct asymmetry appears in KL-regularized RL with a learned default policy. The objective
\[
L(\pi,\pi_0)=
\mathbb{E}_{\tau\sim\pi}\Big[\sum_t \gamma^t r(s_t,a_t)-\alpha \gamma^t
\mathrm{KL}\big(\pi(\cdot\mid x_t)\,\|\,\pi_0(\cdot\mid D_t)\big)\Big]
\]
combines an **information asymmetry**, because $\pi_0$ is restricted to $D_t$, with a **divergence-direction asymmetry**, because the forward KL pulls the full policy toward the default. The default learns broad, reusable behaviors precisely because it sees less information, while the main policy deviates only when reward justifies it. The paper links this to an information-bottleneck view and reports faster learning and improved performance in tasks with repeated structure [1905.01240].

## 3. Inference and optimization: routing decoders, convergence-time causality, and topological residual geometry

In neural asymmetric routing, default-direction asymmetry is formulated as a decoder-side failure to expose the decision-critical directed transition. For ATSP, the Bellman-style action value is
\[
Q^*(j \mid s_t) = D_{c_t,j} + V^*(j,\,U_t\setminus\{j\}), \qquad
V^*(i,\emptyset) = D_{i,s_{\text{start}}},
\]
yet the RADAR-style baseline decoder scores candidates primarily through context–node compatibility,
\[
s_t^{\mathrm{base}}(j)=\frac{z_t^\top k_j}{\sqrt d}.
\]
The paper identifies a representation–decision mismatch: pairwise directed information may be encoded upstream, but the final score remains node-centric. Its edge-aware decoder adds explicit local edge, closure, and static lookahead terms through a candidate descriptor $\phi_t(j)$ and a learned bias $b_t(j)=\mathrm{MLP}_{\mathrm{edge}}(\phi_t(j))$, yielding $\tilde s_t(j)=s_t^{\mathrm{base}}(j)+b_t(j)$. On a controlled SVD/Sinkhorn asymmetric backbone, this reduces the ATSP-1000 gap from 4.13% to 2.73%; removing the local-edge term degrades the ATSP-1000 gap to 5.04%, worse than the RADAR reference, which sharpens the claim that explicit exposure of the current directed edge is the decisive corrective signal [2606.02136].

In bivariate causal discovery, the paper on Causal Computational Asymmetry posits an optimization-time default direction. Under the additive-noise model $Y=f(X)+\varepsilon$ with $\varepsilon \perp X$ and $f$ nonlinear and injective, one trains parity-matched networks in both directions and compares the hitting times
\[
T_{\mathrm{fwd}}(L_{\mathrm{thr}})=
\inf\{t:\mathcal{L}_{\mathrm{fwd}}(\theta_t)\le L_{\mathrm{thr}}\},
\qquad
T_{\mathrm{rev}}(L_{\mathrm{thr}})=
\inf\{t:\mathcal{L}_{\mathrm{rev}}(\phi_t)\le L_{\mathrm{thr}}\}.
\]
The CCA score is
\[
\mathrm{CCA}(X\to Y)=
T_{\mathrm{fwd}}(L_{\mathrm{thr}})
-
T_{\mathrm{rev}}(L_{\mathrm{thr}}).
\]
The theoretical asymmetry arises because forward residuals converge to independent noise, whereas reverse residuals remain statistically dependent on the input, which induces a higher irreducible loss floor and non-separable gradient noise. Under local PL conditions, the paper states that
\[
\mathbb{E}[T_{\mathrm{rev}}(L_{\mathrm{thr}})] >
\mathbb{E}[T_{\mathrm{fwd}}(L_{\mathrm{thr}})].
\]
Z-scoring of both variables is mandatory, since otherwise scale alone can invert the convergence ordering. Empirically, the method achieves 26/30 correct synthetic causal identifications across six architectures, including 30/30 on sine and exponential data-generating processes [2602.22254].

A second causal-direction method, Topological Residual Asymmetry, makes the asymmetry geometric rather than optimization-dynamic. After cross-fitted regression in both directions and rank-based copula standardization, the correct-direction regressor–residual cloud is approximately two-dimensional, whereas the wrong-direction cloud concentrates near a one-dimensional tube, especially in a small-noise regime. TRA measures this bulk–tube contrast with a 0D persistent-homology functional computed from Euclidean MST edge-length profiles. The signed score
\[
\Delta_n =
\overline{TP}^{[\alpha_n,\beta_n]}_0(\widetilde R(Y\mid X))
-
\overline{TP}^{[\alpha_n,\beta_n]}_0(\widetilde R(X\mid Y))
\]
is positive in the forward direction under the paper’s consistency regime, while TRA-s extends the method to fixed noise by binning reverse residuals, and TRA-C adds a confounding-aware abstention rule calibrated by a Gaussian-copula plug-in bootstrap [2602.00427].

## 4. Nonequilibrium transport and first-passage asymmetry

In stochastic transport, default-direction asymmetry is often literal: forward and backward transition or first-passage times cease to be interchangeable once hidden structure or nonequilibrium currents are present. In a two-lane lattice random walk with rates $u,w,u',w',a,b$, microscopic reversibility no longer forces equal forward and backward transition times, because parallel pathways and inter-lane switching create state-space cycles with thermodynamic affinity
\[
A = k_B T \ln\!\left(\frac{u w'}{u' w}\right).
\]
The mean forward and backward transition times, $T_f$ and $T_b$, coincide only at equilibrium,
\[
u w' = u' w \iff A=0 \iff T_f=T_b.
\]
For the illustrative parameter set $u=1$, $u'=4$, $w'=1$, $a=b=1$, varying $w$ changes the sign of the asymmetry: $w<1/4$ gives $T_f>T_b$, $w=1/4$ restores symmetry, and $w>1/4$ gives $T_f<T_b$. The asymmetry thus functions as an experimentally accessible signature of broken detailed balance and hidden mechanistic complexity [2007.07335].

Biased run-and-tumble dynamics generalize this to full first-passage-time distributions. With absorbing boundaries at $\pm L$, the conditional first-passage distributions $P_\pm(\mathcal{T})=\mathrm{Prob}(T=\mathcal{T}\mid B=\pm)$ obey **first-passage duality** only if
\[
P_+(\mathcal{T}) = P_-(\mathcal{T}).
\]
The paper shows that this duality generically fails in biased run-and-tumble processes, so default-direction asymmetry appears as different means, variances, and shapes for the two conditional distributions. It quantifies the violation with KL divergences and a signal-to-noise proxy,
\[
\mathrm{SNR}=
\frac{(\langle T\rangle_+ - \langle T\rangle_-)^2}{2\,\mathrm{Var}_+(T)}.
\]
A key distinction is between **visible tumbles** and **hidden tumbles**. For ballistic visible tumbles with $p'=1$, the scaled cumulant generating function obeys a Gallavotti–Cohen symmetry and asymptotic duality is restored as $L\to\infty$. For hidden tumbles with $p'\in(1/2,1)$, the GC symmetry generically fails, and a robust asymptotic second peak in the asymmetry survives [2505.24483].

The same logic extends to turbulence, where the asymmetry concerns short-time two-particle dispersion forward and backward in time. The paper proves Lagrangian identities equating the antisymmetric cubic coefficient of short-time dispersion growth to the local energy defect. For strong limits of 3D Navier–Stokes solutions, the measure equals $-[u]$, the viscous dissipation anomaly, implying that particles initially disperse faster backward-in-time than forward-in-time. In a 2D inverse-cascade regime with increasingly high-wavenumber forcing, the same measure equals $I[u]$, the anomalous input, implying that particles typically disperse faster forward-in-time than backward-in-time. Here the default direction is set by cascade direction: downscale in $d\ge 3$, upscale in $d=2$ [1802.02289].

## 5. Engineered directionality, steering, and operational asymmetry

In open quantum systems, default-direction asymmetry can be programmed. For a pair of driven-dissipative resonators, coherent hopping with phase $\theta$ and dissipative coupling with phase $\phi$ combine into generalized off-diagonal couplings
\[
G_\pm = g e^{i\theta} \pm (\Gamma/2)e^{i\phi},
\]
with relative phase $\delta=\theta-\phi$. The two directions are unequal whenever both $g$ and $\Gamma$ are nonzero and $\delta\neq 0,\pi$. The transmission amplitudes satisfy
\[
S_{21}(\omega)\propto G_+^*, \qquad
S_{12}(\omega)\propto G_-,
\]
so isolation is set by $|G_+|^2/|G_-|^2$. Perfect one-way transport occurs at $\Gamma=2g$ with $\delta=\pi/2$ for rightward transport and $\delta=3\pi/2$ for leftward transport. The paper interprets this as dissipation-induced quantum directionality without magnetic bias [2212.12777].

Gaussian quantum steering provides a related but intrinsically asymmetric example. In the nondegenerate three-level cascade laser studied in the paper, the Gaussian steerability from mode $\mathcal{A}$ to mode $\mathcal{B}$ is always at least as strong as the reverse, and one-way steering occurs only from $\mathcal{A}\rightarrow\mathcal{B}$. The underlying reason is the parameter-independent positivity of the mode-intensity difference
\[
I=\langle \hat a_A^\dagger \hat a_A\rangle -
\langle \hat a_B^\dagger \hat a_B\rangle > 0,
\]
which enforces $\alpha>\beta$ in the covariance matrix and therefore $G^{A\to B}\ge G^{B\to A}$. The steering asymmetry is bounded by $\ln 2$, so the state never reaches an extremal asymmetry state [2312.04313].

Operational time reversal yields a sharper logical asymmetry. For bipartite devices with conditional probabilities $P(a,b\mid x,y)$, Bayes inversion with prior $\mu(x,y)$ defines a reversed device
\[
P_{\mathrm{rev}}(x,y\mid a,b)=
\frac{P(a,b\mid x,y)\mu(x,y)}
{\sum_{x',y'}P(a,b\mid x',y')\mu(x',y')}.
\]
The paper shows that there exist devices with a local hidden-variable representation whose time-reverses allow perfect signaling. A concrete example is
\[
P(a,b\mid x,y)=\tfrac12 \quad \text{if } b=a\oplus y,
\]
which is forward no-signaling and LHV, but under uniform prior reverses to the deterministic channel $y=a\oplus b$, i.e. a perfect 1-bit channel from Alice to Bob when $b$ is fixed. For PR boxes, time reversal also enables signaling, though never as a perfect channel. This is a strong form of directional asymmetry: “perfect channel in one time direction” becomes “non-channel in the other direction” [1010.4572].

Active matter supplies a hydrodynamic analogue. In polar flocks, an antisymmetric fore–aft exchange coupling $\mathcal{A}$ makes the response to a neighbor ahead differ from the response to a neighbor behind. In the continuum equations, $\mathcal{A}$ enters the spin dynamics through the term
\[
\frac{\mathcal{A}}{v_0^3}\,\mathbf{v}\times(\mathbf{v}\cdot\nabla\mathbf{v}),
\]
and in the overdamped limit it modifies the advective coefficient in a Toner–Tu–type equation. The same asymmetry creates a difference between the speed of information advection and the speed of the flock itself, and the turning instability threshold is
\[
\mathcal{A}_c = \eta \sqrt{J/\chi}.
\]
Thus default-direction asymmetry here is a polarity-selected fore–aft bias that both transports information asymmetrically and, if strong enough, destabilizes the flock [1605.00981].

## 6. Preferred directions in astronomy and cosmology

In observational cosmology and extragalactic astronomy, default-direction asymmetry appears as a preferred axis or handedness rather than as a controllability or transport bias. In JWST deep fields overlapping the HST Ultra Deep Field, one study reports 24 clockwise and 10 counterclockwise spiral galaxies among 34 galaxies with determinable winding direction, with one-tailed binomial probability $\sim 0.012$. The paper emphasizes that this result is suggestive rather than definitive because of the small sample, but places it in continuity with prior survey-based analyses that reported a clockwise excess in that sky region and a magnitude of asymmetry that increases with redshift [2403.17271].

A larger HST/SDSS comparison studies a dipole-like handedness pattern rather than a single field excess. In the HST CANDELS data, the best-fit dipole axis is reported at $(\alpha,\delta)=(78^\circ,47^\circ)$ with significance $\sim 2.83\sigma$, while in an SDSS sample with $z>0.15$ the best-fit axis is $(71^\circ,61^\circ)$ with significance $\sim 7.38\sigma$. The HST and SDSS axes agree within the HST $1\sigma$ range, and COSMOS-region comparisons across HST, SDSS, and Pan-STARRS all show a clockwise excess, though with different strengths. In this usage, default-direction asymmetry denotes a large-scale directional preference in galaxy spin handedness [2011.03723].

Cosmic hemispherical asymmetry in the CMB is a still more formal preferred-direction model. The modulated temperature field is written as
\[
\tilde T(\hat n)=T(\hat n)\,[1+\alpha(\hat p\cdot \hat n)],
\]
where $\hat p$ is the preferred axis. In the paper’s simulations, this asymmetry primarily affects the scalar amplitude $A_s$ and, more weakly, the scalar tilt $n_s$. For a Planck-like scale-dependent modulation profile, the induced directional effect is modest: only $1.25\sigma$ deviation in $A_s$ relative to the isotropic estimate. Here the asymmetry is not a default update direction but a directional modulation of the statistical field itself [1510.00154].

Taken together, these observational cases suggest a broad semantic extension of the term. In learning systems and engineered transport, default-direction asymmetry is typically mechanistic and actionable; in astronomy and cosmology, it is inferential and tied to anisotropy, handedness, or preferred axes. The unifying idea is nonetheless stable: symmetry expected at the problem statement is broken in a directionally structured manner by the dynamics, the architecture, the measurement protocol, or the large-scale geometry of the phenomenon under study.

Source: https://www.emergentmind.com/topics/default-direction-asymmetry