Europe
Bias and Uncertainty in LLM-as-a-Judge Estimation
LLM-as-a-Judge evaluation has become a standard tool for assessing base model performance. However, characterizing performance via the naive estimator, i.e., raw judge outputs, is systematically biased. Recent work has proposed estimators to correct this bias, but their reliability depends critically on judge quality and, for model comparisons, on calibration stability. Sharing calibration across compared models is practically attractive but can introduce severe bias, including cases where the comparison estimate points in the wrong direction with high apparent confidence. We study these failure modes through analytical results, simulations over judge quality ($J$) and cross-model calibration instability ($ฮJ$), and a real-data MMLU-Pro case study with sign reversal. We propose $J$ and $ฮJ$ as diagnostics for when corrected estimates, especially shared-calibration comparisons, are likely unreliable, and provide reporting guidance for LaaJ evaluation.
A Differentiable Bayesian Relaxation for Latent Partial-Order Inference
Li, Dongqing, Nicholls, Geoff K., Sun, Shiyi, Luo, You
Rank-data and action-trace datasets are typically recorded as linear sequences, although the constraints governing valid outcomes are often only partially ordered. These constraints may be temporal or process-based [24, 23, 16], causal [5], or dominance-based [28], and are usually not observed directly. Inferring them is important because they encode interpretable structure and support feasibility evaluation on new sequences. In these settings, however, the underlying relation is often incomplete: the latent structure is a partial order, or poset, in which pairs of items that can occur in either order have no precedence relation. Consequently, an observed order need not imply a true prerequisite relation; it may reflect scheduling, logging, or a single valid linearization of the latent partial order. Treating all observed precedences as real can therefore produce overly sequential and unrealistic structures, especially in workflow or LLM-agent settings where unnecessary ordering induces extra execution steps and compute.
An Interpretable and Scalable Framework for Evaluating Large Language Models
Qu, Xinhao, Heng, Qiang, Zeng, Hao, Liu, Xiaoqian
Evaluation of large language models (LLMs) is increasingly critical, yet standard benchmarking methods rely on average accuracy, overlooking both the inherent stochasticity of LLM outputs and the heterogeneity of benchmark items. Item Response Theory (IRT) offers a principled framework for modeling latent model abilities and item characteristics, but conventional methods are computationally expensive and numerically unstable, limiting large-scale implementations. To address these challenges, we propose an interpretable and scalable framework for LLM evaluation based on the majorization-minimization principle. Our approach reformulates the problem as a sequence of constrained matrix factorization subproblems, enabling stable and efficient parameter estimation with theoretical guarantees for identifiability and convergence. Experiments on synthetic and real-world datasets, including MATH-500 and six Open LLM Leaderboard benchmarks, demonstrate that our method achieves superior scalability and interpretability. It delivers orders-of-magnitude speedups over competing methods while maintaining comparable or even higher estimation accuracy. Our results align with established scaling laws and offer insights into item difficulty and discrimination, informing more principled benchmark design.
Every Feedforward Neural Network Definable in an o-Minimal Structure Has Finite Sample Complexity
Kratsios, Anastasis, Cousins, Gregory, Borde, Haitz Sรกez de Ocรกriz, Kim, Bum Jun, Brugiapaglia, Simone
We show that, in a precise sense, a broad class of feedforward neural networks learn (have finite sample complexity) in the PAC model: every fixed finite feedforward architecture whose layers are definable in an o-minimal structure has finite sample complexity in the agnostic PAC setting, even with unbounded parameters. This covers standard fixed-size MLPs, CNNs, GNNs, and transformers with fixed sequence length, together with the operations and layers typically used in such architectures, including linear projections, residual connections, attention mechanisms, pooling layers, normalization layers, and admissible positional encodings. Hence, distribution-free learnability for modern non-recurrent architectures is not an exceptional property of particular activations or architecture-specific VC arguments, but a consequence of tame feedforward computation. Our results reposition finite-sample PAC learnability as a baseline rather than a differentiator: they shift the focus of architectural comparison toward inductive biases, symmetries and geometric priors, scalability, and optimization behaviour.
Spectrum-Adaptive Generalization Bounds for Trained Deep Transformers
Sakai, Mana, Imaizumi, Masaaki
Understanding why trained Transformers generalize well is a fundamental problem in modern machine learning theory, and complexity-based generalization bounds provide a principled way to study this question. While existing norm-based bounds for Transformers remove the explicit polynomial dependence on the hidden dimension, they typically impose fixed norm constraints specified a priori and can exhibit unfavorable exponential dependence on depth. In this paper, we derive spectrum-adaptive post hoc generalization bounds for multi-layer Transformers. Under layerwise spectral norm control, the bounds are expressed in terms of layerwise Schatten quantities of the query-key, value, and feedforward weight matrices. Since the Schatten indices need not be fixed a priori and can instead be selected after training, separately for each matrix type and layer, the bounds adaptively trade off spectral complexity against the dimension- and depth-dependent factors according to the learned singular-value profiles. Empirical comparisons of BERT-adapted proxies for the leading complexity factors suggest that the proxies induced by our bounds grow more slowly with depth and hidden dimension than the corresponding norm-based proxies. Overall, our results provide a complexity-based perspective on how the spectral structure of trained Transformers is reflected in generalization analyses.
Statistical Convergence of Spherical First Hitting Diffusion Models
Bienewald, Simon, Trottner, Lukas
Denoising diffusion models have evolved into a state-of-the-art method for tasks in various fields, such as denoising and generation of images, text generation, or generation of synthetic data for training of other machine learning models. First hitting diffusion models (FHDM) are a particular class of denoising diffusion models with \textit{random} adaptive generation time tailored to generate data on a known manifold. Building on the conditioning framework of Doob's $h$-transform these models leverage the given information on the target data manifold to demonstrate strong performance across tasks while offering distinct features such as time-homogeneous dynamics of the generating process and a reduced average simulation time. Even though the theoretical investigation of standard forward-backward diffusion models has attracted much attention in the recent past, the statistical convergence properties of FHDMs are not yet understood. In this work, we show that, up to logarithmic factors, FHDMs achieve the minimax optimal convergence rate in total variation for spherically supported Sobolev smooth data distributions. In particular, this is the first statistical optimality result for denoising diffusion modelling with random generation time.
Reliable Chain-of-Thought via Prefix Consistency
Iwase, Naoto, Ichihara, Yuki, Quamar, Mohammad Atif, Komiyama, Junpei
Large Language Models often improve accuracy on reasoning tasks by sampling multiple Chain-of-Thought (CoT) traces and aggregating them with majority voting (MV), a test-time technique called self-consistency. When we truncate a CoT partway through and regenerate the remainder, we observe that traces with correct answers reproduce their original answer more often than traces with wrong answers. We use this difference as a reliability signal, prefix consistency, that weights each candidate answer by how often it reappears under regeneration. It requires no access to token log-probabilities or self-rating prompts. Across five reasoning models and four math and science benchmarks, prefix consistency is the best correctness predictor in most settings, and reweighting votes by it reaches Standard MV plateau accuracy at up to 21x fewer tokens (median 4.6x). Our code is available at https://github.com/naoto-iwase/prefix-consistency.
TopoFisher: Learning Topological Summary Statistics by Maximizing Fisher Information
Biagetti, Matteo, Carriรจre, Mathieu, Conti, Francesco, Ferrari, Enrico Maria, Heydenreich, Sven, Viswanathan, Karthik
Persistence diagrams provide stable, interpretable summaries of geometric and topological structure and are useful for simulation-based inference when low-order statistics miss key information. Yet persistence-based pipelines require hand-chosen filtrations, vectorizations, and compressors, typically without an objective tied to parameter uncertainty. We introduce \textbf{TopoFisher}, a differentiable persistent-homology pipeline that learns topological summaries by maximizing local Gaussian Fisher information. Using simulations near a fiducial parameter, TopoFisher optimizes trainable filtrations, diagram vectorizations, and compressors without posterior samples or supervised regression targets, while retaining stable topological inductive bias. We also give sufficient regularity conditions for the log-determinant Fisher loss to be locally Lipschitz in trainable parameters. Controlled experiments on noisy spirals and Gaussian random fields, where total Fisher information is known, show that TopoFisher recovers much of the available information and outperforms fixed topological vectorizations. Our main results are on weak gravitational lensing, a high-dimensional non-Gaussian cosmological field-inference problem. Learned topological summaries reach higher Fisher information than state-of-the-art cosmological summaries and approach an unconstrained Information Maximising Neural Network baseline with up to $\sim80\times$ fewer parameters. The learned filtrations also generalize better: under simulator shift from lognormal to LPT-based maps it retains most Fisher information, while the neural baseline drops, and in neural posterior estimation they give tighter constraints than the neural baseline, and of state-of-the-art cosmological summaries. These results support Fisher-based topological optimization as a robust, parameter-efficient front end for simulation-based inference.
It Just Takes Two: Scaling Amortized Inference to Large Sets
Wehenkel, Antoine, Kagan, Michael, Heinrich, Lukas, Pollard, Chris
Neural posterior estimation has emerged as a powerful tool for amortized inference, with growing adoption across scientific and applied domains. In many of these applications, the conditioning variable is a set of observations whose elements depend not only on the target but also on unknown factors shared across the set. Optimal inference therefore requires treating the set jointly, which in turn requires training the estimator at the deployment set size -- a regime where memory and compute quickly become prohibitive. We introduce a simple, theoretically grounded strategy that decouples representation learning from posterior modeling. Our method trains a mean-pool Deep Set on sets of size at most two, producing an encoder that generalizes to arbitrary set sizes. The inference head is then finetuned on pre-aggregated embeddings, making training cost essentially independent of the deployment set size N. Across scalar, image, multi-view 3D, molecular, and high-dimensional conditional generation benchmarks with N in the thousands, our approach matches or outperforms standard baselines at a fraction of the compute.
Trouble brewing: Britain's beloved cup of tea could soon taste more BITTER thanks to climate change, campaigners warn
Death of Alabama woman, 22, 'accidentally' shot in chest by boyfriend's dad is ruled a HOMICIDE Two small airlines join forces to create America's newest budget carrier after Spirit collapse leaves millions scrambling Horrifying final days of killer dad Chris Watts' pregnant wife before she was slaughtered alongside their daughters. Read all the chilling texts and receipts in full for first time: 'My eyes burn from crying' I'm a pastor who attended a secret UFO disclosure meeting. We saw images of'translucent beings' that chilled me to the bone... the files could fulfil a dark biblical prophecy Former NFL player Josh Mauro's tragic cause of death revealed after league was left'devastated' by ex-Cardinals and Giants man's sudden passing at 35 Cheerful Christian mom is pillar of Florida community and loves going on TV... but she has a childhood secret so evil that she stuttered with shock when confronted with it Taxpayers to foot Trump's $1.7 BILLION bill as President sues his own government: 'I'm paying myself' How I lost 3 STONE in 3 WEEKS. I've reversed pre-diabetes and no longer need a knee op: DONAL MACINTYRE's extraordinary investigation Popular megachurch in crisis as senior pastor suddenly quits... as bosses furiously DENY sex scandal Husband of doomed dive group leader says'something must have happened down there' as mystery surrounds why the five attempted to explore'cave so deep even divers with best equipment don't try' Greeks savage Kimberly Guilfoyle as Trump's ambassador opens McDonald's in country celebrated for world-class food Trump touts'fantastic' China trade win on Air Force One... but Wall Street is punishing the President I'm godfather to Candace Owens' daughter and Charlie Kirk was my friend... so I know the real reason she's attacking Erika - and I'll never publicly condemn her Wealthy dad'snarled the worst thing a parent could say' to younger daughter before he allegedly executed wife outside their gated community home during nightmare divorce Reese Witherspoon and Ryan Phillippe reunite for son's NYU graduation... as Kate Hudson cheers on her boy at same ceremony with Goldie Hawn and Kurt Russell'How do you live with that?' Disgraced Eric Swalwell's'blindsided' wife dresses for revenge... as friends reveal brutal toll sex assault scandal has had on young mom Judge declares another mistrial in disgraced Hollywood mogul Harvey Weinstein's rape case Can't lose weight no matter what you do? These are the 7 surprising reasons why, including'healthy' hacks actually making you put on pounds.