Jon-Paul Cacioli

Measurement theory for language models

I apply the formal tools psychology spent a century developing. Signal detection theory, psychophysics, psychometric validity. The question is what language models represent, and how to evaluate them rigorously. My work has shown that accuracy and metacognitive sensitivity rank opposite at the frontier. That LLM confidence falls into three distinct monitoring-control profiles, consistent with the Nelson and Narens architecture. That confidence signals require validity screening before they can be interpreted.

Independent researcher, Melbourne.

Psychophysics spent a century developing rigorous methods for characterising noisy decision-making systems. Signal detection theory. Weber's Law. Metacognitive monitoring. Rivalry dynamics. These frameworks were built for minds. They turn out to be equally revealing about machines.

Applied to language models, they expose dissociations invisible to standard metrics. Accuracy and metacognitive sensitivity rank in opposite directions. Confidence signals that appear well-calibrated fail basic validity screening. Representational geometry reproduces the structure of biological magnitude systems but not the noise. These are measurement problems, and they require measurement theory.

A parallel thread uses child-scale language models as experimental tools, testing formal theories of word learning, inductive bias, and referential pragmatics against pre-registered boundary conditions.

Across both programmes, one question recurs. What does the model actually represent, and how would we know?

Validity screening for LLM confidence signals

A portable protocol for checking whether a model's confidence signal carries item-level information about correctness. Six indices adapted from the PAI and MMPI-3 validity frameworks. Calibrated against 20 frontier LLMs. Cross-benchmark validated.

Three-tier classification. Invalid, Indeterminate, Valid. Computed from a single correctness-by-confidence contingency table.

git clone https://github.com/synthiumjp/validity-scaling-llm

The protocol identifies models whose confidence signals are dominated by response style rather than item-level discrimination. Unscreened invalid models produce AUROC near chance on selective prediction despite producing plausible confidence traces.

Competence Gate — a metacognitive tool-router for Qwen3.5-4B

A ~10 MB LoRA adapter that reads the model's internal competence signal to route tool-calls: answer from parametric knowledge, search, or retrieve from local documents. Within-band AUROC 0.868 (VRS-Valid). Beats base-model tool-gating on parametric routing (Δd′ = 0.46, 95% CI [0.01, 0.89]). Reduces privacy leaks (0.22 → 0.10, CI excludes zero). Two dissociated metacognitive signals at different layers: retrieval-appropriateness from layer 1, factual competence from layer 18.

Construct-specificity boundary. The gate does not improve grounded document QA. On SQuAD 2.0 unanswerables, a parametric-competence signal applied to an evidential-grounding task interferes: it pushes toward answering and suppresses the base model's own abstention. "Knowing when to defer" is not one capability. Parametric competence (do I know this from my weights?) and evidential grounding (does this passage support the answer?) behave as distinct constructs — decoding from different layers and, plausibly, drawing on different information (parameters vs. provided context). A probe validated for one carries no usable signal for the other. The release is scoped accordingly: a competence-gated tool-router with a demonstrated privacy-routing benefit. No grounded-faithfulness claim.

git clone https://huggingface.co/synthiumjp/competence-gate-qwen3.5-4b

Metacognition & self-monitoring in LLMs

Signal detection theory, monitoring-control coupling, and validity scaling for confidence signals.

  • The Metacognitive Monitoring Battery: A Cross-Domain Benchmark for LLM Self-Monitoring Preprint

    arXiv:2604.15702  ·  Kaggle AGI Hackathon (Google DeepMind)  ·  2026

    A 524-item cross-domain battery for LLM self-monitoring. Three profiles emerge. Accuracy and metacognitive sensitivity rank opposite across 20 frontier LLMs.

    A cross-domain behavioural assay of monitoring-control coupling in LLMs, grounded in the Nelson and Narens (1990) metacognitive framework. The battery comprises 524 items across six cognitive domains, each grounded in an established experimental paradigm. After every forced-choice response, dual probes adapted from Koriat and Goldsmith (1996) ask the model to KEEP or WITHDRAW its answer and to BET or decline. Applied to 20 frontier LLMs (10,480 evaluations), the battery discriminates three profiles consistent with the Nelson-Narens architecture: blanket confidence, blanket withdrawal, and selective sensitivity. Accuracy rank and metacognitive sensitivity rank are largely inverted. Scaling on metacognitive calibration is architecture-dependent. Monotonically decreasing (Qwen), monotonically increasing (GPT-5.4), or flat (Gemma). No universal scaling law.

    Load dataset

    from datasets import load_dataset
    dataset = load_dataset("synthiumjp/metacognitive-monitoring-battery")
  • Before You Interpret the Profile: Validity Scaling for LLM Metacognitive Self-Report Preprint

    arXiv:2604.17707  ·  2026

    Six validity indices cross-mapped from the PAI and MMPI-3, calibrated against 20 frontier models. Classifies four as construct-level invalid.

    The derivation paper for the validity screening framework. Six validity indices cross-mapped from the PAI and MMPI-3 (L, K, F, Fp, RBS, TRIN), calibrated against the 20-model MMB derivation sample with family-level comparison groups. A tiered classification system, validated against eight synthetic response policies, identifies four models as construct-level invalid. Valid-profile models produce item-sensitive confidence (mean r = .18). Invalid-profile models do not (mean r = -.20, d = 2.17). Chain-of-thought training produces two opposite response distortions. Two latent dimensions, corresponding to the under-reporting and over-reporting blocs of clinical assessment, account for 94.6% of index variance.

  • Screen Before You Interpret: A Portable Validity Protocol for Benchmark-Based LLM Confidence Signals Preprint

    arXiv:2604.17714  ·  2026

    A portable benchmark-agnostic screening procedure. Three core indices from a single contingency table. Cross-benchmark validated.

    The protocol paper. Extracts from the derivation study a portable, benchmark-agnostic screening procedure: three core indices (L, Fp, RBS) computed from a single correctness-by-confidence contingency table, plus a structural indicator (TRIN) and an item-sensitivity statistic. Three-tier classification (Invalid, Indeterminate, Valid) with subsampling analysis showing stable classification at 100-150 items. Cross-benchmark validation on external data (Yang et al., 2024) and an MMLU/verbalized-confidence variant confirms the protocol transfers. Validity is a property of the model-probe-task interaction, not an intrinsic property of the model.

  • Concurrent Criterion Validation of a Validity Screen for LLM Confidence Signals via Selective Prediction Preprint

    arXiv:2604.17716  ·  2026

    Concurrent validation against selective prediction. The three-tier classification accounts for 47% of variance in AUROC.

    The criterion-validation paper. Tests whether the validity tiers predict deployment-relevant selective prediction behaviour. Valid models achieve mean Type-2 AUROC = .624 [.604, .647]. Invalid models mean AUROC = .357 [.031, .522]. Tiers order monotonically (d = 2.81, p = .002). Split-half cross-validation yields median d = 1.77 across 1,000 splits with P(d > 0) = 1.0. The three-tier classification accounts for 47.0% of variance in AUROC. DeepSeek-R1, classified Invalid by massive inversion, drops from 85.3% accuracy at full coverage to 11.3% at 10% coverage. Exactly the failure pattern selective prediction is supposed to avoid.

  • Verbal Confidence Saturation in 3-9B Open-Weight Instruction-Tuned LLMs: A Pre-Registered Psychometric Validity Screen Preprint

    arXiv:2604.22215  ·  2026

    Pre-registered application of the validity screen to seven 3-9B instruct models. All seven Invalid on numeric verbal confidence. Categorical elicitation does not rescue.

    The first applied use of the validity screening protocol on a published benchmark. Seven instruction-tuned open-weight models (3-9B parameters, four families) tested on 524 TriviaQA items under numeric (0-100) and categorical (10-class) confidence elicitation. All seven instruct models classified Invalid on numeric confidence, with mean ceiling rate 91.7%. Two models produced zero low-confidence responses across 500+ trials. Categorical elicitation did not rescue validity. It disrupted task performance, with most models dropping from 59-76% accuracy under numeric to 0.2-4.2% under categorical. Token-level logprobability did not usefully predict verbalised confidence (mean cross-validated R² < 0.01). Within the reasoning-distilled model, reasoning-trace length showed a strong negative partial correlation with confidence (ρ = -.36), consistent with the Reasoning Contamination Effect. Internal item-level information exists (item difficulty correlates with mean confidence at ρ = .50) but does not survive the verbalised readout under minimal elicitation.

    Load dataset

    from datasets import load_dataset
    dataset = load_dataset("synthiumjp/verbal-confidence-saturation")
  • Distilling Self-Consistency into Verbal Confidence: A Pre-Registered Negative Result and Post-Hoc Rescue on Gemma 3 4B Preprint

    arXiv:2604.24070  ·  2026

    A pre-registered SFT intervention on degenerate verbal confidence. The pre-registered protocol failed; an exploratory rescue produced a binary correctness discriminator (AUROC2 = 0.774) compressing 10-sample self-consistency into a single pass.

    Tests whether confidence-conditioned supervised fine-tuning (CSFT) with self-consistency-derived targets can close the gap between internal information and verbal readout in small instruct models. The pre-registered Phase 0 protocol on Gemma 3 4B-it, with a modal filter restricting training to items with correct modal answers, produced a negative result: AUROC2 dropped from 0.554 to 0.509 due to label-entropy collapse in the training targets. An exploratory post-hoc rescue removed the filter, training on all 2,000 calibration items. This produced a binary verbal correctness discriminator with AUROC2 = 0.774 on held-out TriviaQA, compressing a 10-sample self-consistency signal (AUROC2 = 0.999) into a single-pass readout exceeding logit entropy (0.701). The shuffled-target control showed no improvement (0.501). On MMLU, accuracy improved from 54.2% to 77.4% with the shuffled model at baseline (56.1%), supporting a target-dependent interpretation. Two design lessons: confidence training requires label entropy, and correct targets regularise output format. The result is exploratory, binary rather than continuously calibrated, and observed at a single scale.

  • Making LLMs Say What They Know: Probe-Targeted Fine-Tuning for Verbal Confidence Calibration Preprint

    Zenodo:10.5281/zenodo.20436841  ·  2026

    PT-CSFT recovers 91-115% of probe discrimination in verbal confidence at 7-32B. Activation patching confirms verbal confidence failure is a position-specific routing problem.

    Scales the Phase 0 CSFT protocol to eight models (7B-72B, four families) across TriviaQA, GSM8K, and ARC-Challenge. PT-CSFT uses a linear probe on the model's own hidden states to generate continuous confidence targets for LoRA fine-tuning. At 7-32B, PT-CSFT recovers 91-115% of probe discrimination in verbal confidence. At 70B, a two-stage curriculum closes 66% of the gap (AUROC2 = 0.797), producing the first VRS-Valid confidence signal at 70B. Controlled activation patching at the confidence-token position supports the interpretation that verbal confidence failure is a routing problem: the intervention is position-specific, bidirectional, selective (83% of answers unchanged), and follows a near-monotonic layer-depth gradient (Spearman rho = 0.976). The logit readout universally rescues where text confidence fails. Multi-seed replication across three families confirms stability.

  • K-Way Energy Probes for Metacognition Reduce to Softmax in Discriminative Predictive Coding Networks Preprint

    arXiv:2604.11011  ·  2026

    A negative result with an explanatory mechanism. Structural confidence probes on predictive coding networks reduce to softmax under standard training.

    Predictive coding networks (PCNs) are an architecturally attractive substrate for structural metacognitive probing. An approximate decomposition shows that under standard discriminative PC, the K-way energy margin reduces to a monotone function of the log-softmax margin plus a residual that is not trained to correlate with correctness. The decomposition predicts the probe should track softmax from below. Confirmed empirically across six conditions (deterministic PC, BP+decoder control, matched-budget PC vs BP, Langevin temperature sweep, trajectory-integrated MCPC). In every condition the structural probe sat below softmax. MCPC versus final-state training differed by 6x10⁻⁴ AUROC2 at deterministic evaluation.

  • Cross-Entropy Is Load-Bearing: A Pre-Registered Scope Test of the K-Way Energy Probe on Bidirectional Predictive Coding Preprint

    arXiv:2604.21286  ·  2026

    A pre-registered 10-seed scope test of the K-way probe decomposition. Cross-entropy, not inference dynamics, is the load-bearing assumption.

    A pre-registered follow-up that isolates which assumptions of the K-way decomposition are empirically load-bearing. Three conditions across 10 seeds on CIFAR-10: standard discriminative PC with cross-entropy (baseline), standard PC with MSE replacing CE, and bidirectional PC (Oliviers et al., 2025). The original negative result replicates on CE-trained PC (Δ = -0.082, p < 10⁻⁶). Removing CE alone halves the probe-softmax gap (Δ = -0.037). Bidirectional PC flips the gap positive across all 10 seeds (Δ = +0.008), though a pre-registered manipulation check shows bPC does not produce materially greater latent movement at this scale. A post-hoc temperature scaling ablation decomposes the gap: approximately 66% is attributable to CE-induced logit-scale inflation, 34% to a scale-invariant ranking advantage of proper scoring rules. Confirms that the earlier negative result is correctly scoped to CE-trained discriminative PC rather than a general limitation of structural probing.

  • Quantisation Reshapes the Metacognitive Geometry of Language Models Preprint

    arXiv:2604.08976  ·  2026

    M-ratio profiles across knowledge domains are uncorrelated across quantisation formats (ρ = 0.00). AUROC2 rankings are perfectly stable (ρ = 1.00).

    A pre-registered intervention study that set out to improve domain-specific metacognition through targeted SFT, and instead discovered that M-ratio profiles are format-dependent. Quantisation restructures domain-level metacognitive geometry completely (Spearman ρ = 0.00 across Q5_K_M and f16), while Type-2 AUROC rankings are perfectly stable (ρ = 1.00). The dissociation localises to the M-ratio normalisation: quantisation shifts d′ non-proportionally across domains, which propagates through division into an apparent profile restructuring absent in the raw discrimination signal. Diagnostic systems relying on M-ratio profiles have an unexamined dependency on inference format. AUROC2-based diagnostics do not.

  • Do LLMs Know What They Know? Measuring Metacognitive Efficiency with Signal Detection Theory Preprint

    arXiv:2603.25112  ·  2026

    Type-2 SDT applied across four LLMs and 224,000 factual QA trials. AUROC2 and M-ratio rankings are fully inverted.

    Standard calibration metrics (ECE, Brier score, AUROC) conflate how much a model knows (Type-1 sensitivity) with how well it knows what it knows (Type-2 metacognitive sensitivity). We introduce meta-d′ and M-ratio as an evaluation framework across four LLMs and 224,000 factual QA trials. Mistral achieves the highest Type-1 sensitivity but the lowest metacognitive efficiency. Gemma-2 shows near-optimal efficiency despite lower sensitivity. AUROC2 and M-ratio produce fully inverted model rankings. Temperature manipulation dissociates confidence policy from metacognitive capacity in instruction-tuned models, suggesting RLHF shifts criterion without improving metacognitive signal quality.

  • LLMs as Signal Detectors: Sensitivity, Bias, and the Temperature-Criterion Analogy Preprint

    arXiv:2603.14893  ·  2026

    Full parametric SDT applied to three LLMs across 168,000 trials. Temperature does not function as a clean criterion shift.

    Standard LLM calibration metrics such as ECE conflate sensitivity (discriminating correct from incorrect) and bias (the tendency toward confident or cautious responding). This pre-registered study treats three LLMs as psychophysical observers performing factual discrimination across 168,000 trials, applying the full parametric SDT framework (unequal-variance model fitting, criterion estimation, z-ROC analysis) for the first time to language models. Temperature does not function as a clean criterion shift. It simultaneously increases sensitivity and shifts criterion. Models occupying distinct positions in sensitivity-bias space were indistinguishable by calibration metrics alone.

  • Domain-Level Metacognitive Monitoring in Frontier LLMs: A 33-Model Atlas Preprint

    arXiv:2605.06673  ·  2026

    47,151 observations across 33 frontier LLMs. Applied/Professional is reliably the easiest domain to monitor; Formal Reasoning and Natural Science are the hardest. Aggregate AUROC conceals structured within-model variation.

    The largest standardised profile dataset for LLM metacognitive monitoring to date: 33 frontier LLMs from eight families, 1,500 MMLU items across six cognitive domains, 47,151 total observations. Every model with above-chance aggregate monitoring showed non-trivial domain-level variation. Applied/Professional was reliably easiest to monitor (mean AUROC = .742, top-2 in 21/33 models); Formal Reasoning and Natural Science were reliably hardest (.658 and .652). Three models classified Invalid under binary KEEP/WITHDRAW probes produced normal profiles under verbalised confidence, confirming probe-format specificity. The Anthropic family showed the highest and narrowest metacognitive quality range (.708–.806 across eight models). Gemma 4 31B showed a +.202 AUROC leap over Gemma 3 27B — the largest single-generation improvement in the dataset.

  • Thinking Mode Induces Confidence Compression in Reasoning LLMs: A Pre-Registered Type-2 SDT Analysis Preprint

    Zenodo:10.5281/zenodo.20394749  ·  2026

    Thinking mode improves accuracy but significantly reduces NLP-based AUROC2 in all three models tested. The mechanism is NLP compression: thinking-mode variance drops to 16% of non-thinking levels.

    Pre-registered study (Stage 1 of 2) testing whether thinking mode improves the discriminative power of token-probability-derived confidence signals. Three 7-8B reasoning models answered 2,000 TriviaQA items in thinking and non-thinking mode. Thinking mode improved accuracy but significantly reduced NLP-based AUROC2 in all three models (Qwen3-8B: delta = -0.231, 95% CI [-0.262, -0.198]). The mechanism is NLP compression: thinking-mode NLP variance dropped to 16% of non-thinking levels.

AI safety & evaluation methodology

Clinical psychometric tools — validity screening, symptom validity testing, reliable change detection — applied to adversarial behaviour and version comparison in language models.

  • Below-Chance Blindness: Prompted Underperformance in Small LLMs Produces Positional Bias Rather than Answer Avoidance Preprint

    arXiv:2604.25249  ·  2026

    Pre-registered test of below-chance accuracy as a sandbagging detector. The plausibility gate failed. The model that complied implemented underperformance as positional bias, not answer-aware avoidance.

    Tests whether symptom validity testing logic from clinical malingering detection can identify sandbagging through below-chance performance on forced-choice items. Pre-registered pilot at the 7-9B instruction-tuned scale: 3 models, 4 MMLU-Pro domains, 4 conditions, 500 items per cell, 24,000 total trials. The plausibility gate failed. Zero of 12 model-domain cells showed significant below-chance performance under sandbagging instruction. Exploratory analyses revealed three qualitatively distinct failure modes. Qwen-2.5-7B and Phi-3.5-mini largely ignored the sandbagging instruction (62-88% response identity with honest baseline). Llama-3-8B complied substantially but implemented underperformance as a positional heuristic, collapsing its response distribution onto middle-alphabet options (E at 31.8%, F at 26.1%) regardless of where the correct answer fell. An explicit anti-task instruction ("pick the least likely answer") drove two of three models below chance, with accuracy as low as 0.024. The capability for answer-aware avoidance exists but is not activated by "deliberately underperform." Positional-distribution shift may be a more effective behavioural signature than below-chance accuracy for detecting prompted underperformance at this scale.

  • Option-Order Randomisation Reveals a Distributional Position Attractor in Prompted Sandbagging Preprint

    arXiv:2604.26206  ·  2026

    Pre-registered follow-up. Cyclic option-order randomisation confirms a content-invariant distributional attractor (JS = 0.027) rather than deterministic position-tracking.

    Pre-registered follow-up (3 models, 2,000 MMLU-Pro items, 4 conditions, 24,000 primary trials) adding cyclic option-order randomisation as the critical control. The pre-registered item-level same-letter diagnostic was ambiguous (37.3%, below the 50% threshold), but pre-specified supporting analyses revealed a soft distributional attractor: the response-position distribution under sandbagging was highly stable under complete content rotation (Pearson r = 0.9994; Jensen-Shannon divergence = 0.027, compared to 0.386 between honest and sandbagging conditions). Accuracy spiked to 72.1% when the correct answer coincidentally occupied the preferred position E, and fell to 4.3% at position A. Response-position entropy is a promising black-box behavioural signature of this sandbagging mode at the 7-9B parameter scale.

  • Instruction Complexity Induces Positional Collapse in Adversarial LLM Evaluation Preprint

    arXiv:2604.27249  ·  2026

    A six-condition adversarial instruction-specificity gradient reveals three response regimes. The only multi-step instruction produces near-total positional collapse matching the content-absent default.

    Pre-registered study mapping the boundary between content-aware and content-blind adversarial compliance in two 8B instruction-tuned LLMs. A six-condition specificity gradient (29,600 trials) reveals three regimes rather than a monotonic transition: content-engaged compliance, shortcut with residual engagement, and extreme positional collapse. The only multi-step instruction (answer-aware avoidance) produced near-total concentration on a single response position (99.9% and 87.4%), matching the model's content-absent null-prompt default. Distributional screening and difficulty-accuracy correlation showed 50% concordance, indicating they capture partially independent dimensions of response validity. A two-stage validity screening architecture, adapted from clinical psychometric practice, provides richer evaluation information than either criterion alone.

  • Beyond the Mean: Within-Model Reliable Change Detection for LLM Evaluation Preprint

    arXiv:2604.27405  ·  2026

    The Reliable Change Index adapted from clinical psychology to item-level LLM version comparison. Aggregate accuracy gains are the net residual of opposing item-level movements.

    Adapts the Reliable Change Index (Jacobson and Truax, 1991) from clinical psychology to item-level LLM version comparison on 2,000 MMLU-Pro items (K = 10 samples at T = 0.7, 80,000 trials). Two within-family pairs tested: Llama 3 to 3.1 (+1.6 pp) and Qwen 2.5 to 3 (+2.8 pp). Among analysable items, change was bidirectional with large effect sizes: 34% improved and 28% deteriorated for Llama; 47% improved and 39% deteriorated for Qwen (median |Δp| = 0.50 and 0.90). Churn was asymmetric by difficulty: low-accuracy items improved, high-accuracy items deteriorated. Domain-level decomposition revealed family-specific reversals: Llama lost physics while Qwen lost law. Greedy single-shot evaluation missed 42% of reliably changed items and falsely flagged 25% of unchanged items. K = 3 samples suffice for reliability above .90.

Psychophysics of transformer representations

Applying Weber's Law, categorical perception, and scalar variability to probe what transformers represent.

  • Weber's Law in Transformer Magnitude Representations: Efficient Coding, Representational Geometry, and Psychophysical Laws in Language Models Preprint

    arXiv:2603.20642  ·  2026

    Four converging paradigms in three 7-9B models. Representational geometry is log-compressive, consistent with Weber's Law, but dissociated from behaviour.

    Applies formal tools of psychophysics to resolve conflicting accounts of how transformers represent magnitude. Across four converging paradigms (RSA, behavioural discrimination, precision gradients, causal intervention) in three 7-9B instruction-tuned models, representational geometry is consistently log-compressive, consistent with Weber's Law, but dissociated from behaviour. Early layers are functionally implicated in magnitude processing while later layers, where geometry is strongest, are not causally engaged.

  • Same Geometry, Opposite Noise: Transformer Magnitude Representations Lack Scalar Variability Preprint

    arXiv:2604.04469  ·  2026

    Transformer magnitude representations reproduce the geometry but not the noise profile of biological magnitude systems.

    Scalar variability, noise proportional to magnitude producing a constant coefficient of variation, is a hallmark of biological magnitude systems. This pre-registered companion to the Weber study tests whether transformers share this property. They show the opposite. Representational variability decreases with magnitude (α ≈ -0.19; 0/48 model-layer cells with α > 0). Corpus frequency strongly predicts per-magnitude variability (ρ = .84), consistent with a distributional account. Distributional learning produces the geometry of biological magnitude representation but not the noise.

  • Categorical Perception in Large Language Model Hidden States: Structural Warping at Digit-Count Boundaries Preprint

    arXiv:2603.28258  ·  2026

    RSA across six models identifies categorical warping at digit-count boundaries. Two signatures emerge: classic CP in some families, geometry-without-report in others.

    Categorical perception, enhanced discriminability at category boundaries, is among the most studied phenomena in perceptual psychology. Using RSA across six models from five architecture families, a CP-additive model fits the representational geometry better than a purely continuous model at 100% of primary layers in every model tested. The effect is specific to structurally defined boundaries (digit-count transitions at 10 and 100), absent at non-boundary controls, and absent in the temperature domain. Two distinct signatures emerge. Classic CP (Gemma, Qwen), where models both categorise explicitly and show geometric warping. Structural CP (Llama, Mistral, Phi), where geometry warps but models cannot report the distinction.

Child-scale language models as experimental tools

Testing formal theories of word learning, inductive bias, and referential pragmatics against pre-registered boundary conditions.

  • Do Structural Priors Help Neural Language Models Learn Grammar? Evidence from Child-Scale Data Accepted

    1st Workshop on Computational Developmental Linguistics  ·  ACL 2026  ·  2026

    Pre-registered evaluation of a neurosymbolic architecture. Structural priors produce phenomenon-specific effects rather than uniform improvements.

    Pre-registered evaluation of a neurosymbolic architecture combining BabyBERTa with a differentiable PCFG auxiliary loss derived from Minimalist Grammar. Structural priors produce phenomenon-specific effects. Filler-gap dependencies improve by 9-13 pp (d = 2.41-2.82) while locally-cued phenomena are damaged regardless of whether the grammar is real or random.

  • Exemplar Retrieval Without Overhypothesis Induction: Limits of Distributional Sequence Learning in Early Word Learning Preprint

    arXiv:2604.05243  ·  2026

    Pre-registered test of second-order generalisation in autoregressive transformers. Perfect first-order retrieval, chance on abstraction.

    Pre-registered test of whether autoregressive transformers trained on synthetic child-scale corpora induce overhypotheses (second-order generalisations about category structure). Models achieve perfect first-order exemplar retrieval but remain at chance on second-order generalisation across 120 runs and three model sizes. Feature-swap diagnostics reveal template matching rather than structured abstraction as the operative mechanism.

  • Repetition Without Exclusivity: Scale Sensitivity of Referential Mechanisms in Child-Scale Language Models Preprint

    arXiv:2603.13696  ·  2026

    First systematic evaluation of mutual exclusivity in text-only language models. All 45 models tested show repetition priming, not ME.

    First systematic evaluation of mutual exclusivity in text-only language models trained on child-directed speech. Across 45 GPT-2-architecture models spanning a 12x parameter range, all models show robust repetition priming rather than ME. Priming attenuates with better language modelling but never crosses zero. A context-dependence diagnostic rules out embedding artefacts as an alternative account.

In progress

Work underway or in development.

  • The Crewther Sampler: A Goal-Conditioned Leaky Competing Accumulator Model of Ambiguity Resolution In progress

    Three-paper programme  ·  2026-2027

    A three-paper programme formalising the analogy between binocular rivalry and LLM ambiguity resolution.

    A research programme formalising the analogy between binocular rivalry and LLM ambiguity resolution. The visual system resolves competing representations through mutual inhibition, adaptation, and goal-conditioned top-down modulation. The same computational problem faced by language models during ambiguous generation. Paper 1 validates the GC-LCA model against rivalry data. Paper 2 tests whether LLM internals exhibit metastable dynamics consistent with rivalry. Paper 3 applies the framework as an ambiguity detection mechanism.

DPsych (Clinical Psychology)  ·  Postgraduate Diploma in Psychology BA Cognitive Science  ·  BA Computer Science Graduate Certificate in Business Administration Registered Psychologist (Clinical) — AHPRA  ·  ORCID 0009-0000-7054-2014