SearcharxivSearch

arXiv subjects

Benjamin Jäger

Publications and source records attributed to Benjamin Jäger.

At least 19 recordsLinked to original sources

PetriBench: Benchmarking LLM Reasoning over Dynamic State Spaces

Characterizing LLM reasoning remains an open challenge, as many existing benchmarks isolate specific reasoning skills, rely on external knowledge, or are costly to extend. We introduce PetriBench, a compact, fully self-contained, and scalable benchmark for evaluating LLM reasoning over dynamic state spaces using Petri nets, a mature formalism for modeling real-world concurrent and distributed systems. PetriBench organizes reasoning into four task families varying by scope and temporal horizon, with Easy, Medium, and Hard levels generated by increasing structural complexity and evaluated against exact ground truth. Across a diverse set of proprietary and open-weight models, accuracy decreases consistently with difficulty, while harder instances expose increasingly distinct task-specific capability profiles. Additional analyses show that test-time compute improves performance but interacts differently with different reasoning tasks, and that procedural generation yields smooth scaling with structural complexity. Together, these results show that PetriBench provides a unified and extensible setting for probing the strengths, limits, and scaling behavior of LLM reasoning.

cs.CL

TabPFN-3.5: Technical Report

We introduce TabPFN-3.5, our new flagship Tabular Foundation Model. It significantly outperforms its predecessor, TabPFN-3, and all existing baselines across a broad range of tabular problems. TabPFN-3.5 sets a new state of the art on standard tabular prediction in TabArena, and extends it to the data practitioners encounter in practice: non-i.i.d. data with temporal or grouped splits, tables with strings, text and images, high-cardinality categorical features, and wide tables with many features. These gains carry over to our task-specific harnesses: state of the art on relational data and stronger time-series forecasting. For faster inference, our variant TabPFN-3.5-Fast runs up to 3x faster than TabPFN-3 while keeping most of the accuracy gains. In addition, we upgrade TabPFN-3.5-Plus, expanding our multimodal capabilities with advanced text and date handling alongside proprietary inference optimizations. Finally, we release a new version of our Thinking mode, TabPFN-3.5-Thinking, which scales inference-time computation to push the state of the art further. It benefits from our stronger base model and from inference-time improvements that make it up to 12x faster than TabPFN-3-Thinking.

cs.LG

Thermal modifications of the B-meson spectrum

A first-principles investigation of heavy-light meson behaviour in hot QCD matter is essential for the interpretation of experimental results associated with open heavy flavour productions in relativistic heavy-ion collision experiments. Using anisotropic lattice ensembles from the FASTSUM collaboration with Nf=2+1 dynamical Wilson-clover fermions at non-zero temperatures, we study the B and B_s spectra at non-zero temperature. We use relativistic light quark propagators, while the b quark propagators are computed with a non-relativistic effective theory (NRQCD). We find that above T_c, thermal effects on the B meson states are more significant than those on the B_s states. Also, our results support the dissolution of the B-meson bound states above T_c.

hep-lat

Attention Quantization for Tabular Foundation Models

With the recent rise and adoption of tabular foundation models, optimizing their inference performance becomes an emerging field for efficiency research. While the models are architecturally similar to transformer-based large language models (LLMs), the size and serving patterns differ significantly. We show that the focus should be on the attention calculation and less on weight or KV cache quantization, which are more popular in LLMs. We develop a quantization strategy for queries, keys, and values to FP8 and use explicit FP8 matrix multiplication instructions to speed up the attention calculation. We find that it is crucial to align the quantization error in the test rows with the quantization error in the training rows, as otherwise the accuracy drops drastically. Our Triton kernel achieves a speedup up to 1.7x over regular 16-bit kernels, and we show that on TabPFN-v3 and TabICLv2 there is no relevant accuracy loss across TabArena and BeyondArena.

cs.LG

Advancing Open and Reproducible Relational Learning: RelArena-$α$, TabPFN-Rel and RPI

This first release of Prior Labs in relational learning shows our continued commitment to open science. We open-source three pieces of software that we expect to accelerate research in the field towards meaningful real-world impact. We aim to steer further development based on feedback from, and in collaboration with, the community. Given the early stage of development, our $α$-release targets researchers and early-adopting practitioners. Over the past years, a variety of datasets and tasks for relational learning have emerged, but the community has not converged on a reliable, reproducible way to compare different methods on these tasks. Our $α$-release, RelArena-$α$, provides a unified framework for running and comparing baselines on RelBench v1 by standardizing data loading, evaluation protocols, tuning regimes, and support for systems with custom tuning, inspired by established tabular benchmarks such as TabArena. We plan to work with the research community to further develop RelArena-$α$ into a catalyst for progress in the relational learning community. We release the initial version of TabPFN-Rel, a purpose-built relational harness for TabPFN-3. Currently ranked first among models on RelArena-$α$, TabPFN-Rel makes key improvements upon RDBLearn. Beyond its ranking, TabPFN-Rel serves as a strong baseline, adding to the growing evidence that flattening a relational database into a single table remains competitive with specialized relational architectures on real-world tasks. To facilitate adoption of relational learning methods in research and industry, we release an initial $α$-version of our Relational Predictive Interface, RPI, an open-source, model-agnostic interface that enables early adopters to easily define problems on new databases and apply any model implemented in RelArena-$α$, including TabPFN-Rel, to these problems.

cs.LG

TabPFN-3: Technical Report

Tabular data underpins most high-value prediction problems in science and industry, and TabPFN has driven the foundation model revolution for this modality. Designed with feedback from our users, TabPFN-3 builds on this foundation to scale state-of-the-art performance to datasets with 1M training rows and substantially reduce training and inference time. Pretrained exclusively on synthetic data from our prior, TabPFN-3 dramatically pushes the frontier of tabular prediction and brings substantial gains on time series, relational, and tabular-text data. On the standard tabular benchmark TabArena, a forward pass of TabPFN-3 outperforms all other models, including tuned and ensembled baselines, by a significant margin, and pareto-dominates the speed/performance frontier. On more diverse datasets, TabPFN-3 ranks first on datasets with many classes, and beats 8-hour-tuned gradient-boosted-tree baselines on datasets up to 1M training rows and 200 features. TabPFN-3 introduces test-time compute scaling to tabular foundation models. Our API offering TabPFN-3-Plus (Thinking) exploits this to beat all non-TabPFN models by over 200 Elo on TabArena, rising to 420 Elo on the largest data subset, and outperforms AutoGluon 1.5 extreme while being 10x faster, without using LLMs, real data, internet search or any other model besides TabPFN. TabPFN-3 extends the capabilities of our models, enabling SOTA prediction on relational data (new SOTA foundation model on RelBenchV1) and tabular-text data (SOTA on TabSTAR via TabPFN-3-Plus); and improves existing integrations: a specialized checkpoint, TabPFN-TS-3, ranks 2nd on the time-series benchmark fev-bench, and SHAP-value computation is up to 120x faster. TabPFN-3 achieves this performance while being up to 20x faster than TabPFN-2.5. In addition, a reduced KV cache and row-chunking scale to 1M rows on one H100 with fast inference speed.

cs.LG

Heavy quark thermodynamics with anisotropic lattices

We present recent results from the FASTSUM collaboration, using anisotropic lattice QCD to study spectral properties of heavy quarkonia and open heavy flavour systems at high temperature. For heavy quarkonium, our results using a number of different methods suggest a small but significant and robust negative mass shift as well as an increasing thermal width. We present the first lattice results for masses and spectral functions of B mesons at high temperature, and preliminary results for a high-precision calculation of the static quark potential.

hep-lat

On the effective restoration of $U(1)_A$ symmetry at finite temperature

The $U(1)_A$ symmetry of the massless QCD Lagrangian is explicitly broken by the axial anomaly, but it may be effectively restored at finite temperature. Determining the temperature at which this occurs is important for understanding the chiral transition and the structure of the QCD phase diagram. A commonly used probe of effective $U(1)_A$ restoration is the degeneracy of flavour non-singlet pseudoscalar and scalar susceptibilities. Using anisotropic lattice QCD ensembles with Wilson-clover fermions generated by the \textsc{Fastsum} collaboration, we study this degeneracy through hadronic correlation functions over a wide range of temperatures. The fine temporal resolution of our Generation 3 ensembles allows us to determine the temperature at which the pseudoscalar and scalar channels become degenerate. We find evidence for the effective restoration of $U(1)_A$ symmetry at $T_{U(1)_A}=319(22)$ MeV, well above the chiral crossover temperature.

hep-lat

Discretisation effects of gradient flows in QCD-like theories on the lattice

Recent software advances now allow large-scale lattice studies of the Corrigan--Ramond large-$N_C$ limit of Yang-Mills theory coupled with a two-index antisymmetric fermion, providing a path to SUSY Yang-Mills. We are currently generating ensembles for $N_C=4,5,6$ for lattice spacings in the range $0.11 - 0.08$ fm. We report on two aspects of our work: the study of topological properties as well as estimates of discretisation effects. The first aspect is relevant since naively, fractional topological charges might be expected in our simulations. Using a gluonic definition of the topological charge combined with gradient flow, we perform an analysis of the effect of different discretisations of the kernel action, from which we identify and interpret quantitative differences between Wilson and over-improved flows such as DBW2. The second aspect is addressed by considering ratios of different reference flow times. We conclude that our current simulations might be affected by discretisation effects of order 10\%.

hep-lat

TabPFN-2.5: Advancing the State of the Art in Tabular Foundation Models

The first tabular foundation model, TabPFN, and its successor TabPFNv2 have impacted tabular AI substantially, with dozens of methods building on it and hundreds of applications across different use cases. This report introduces TabPFN-2.5, the next generation of our tabular foundation model, built for datasets with up to 50,000 data points and 2,000 features, a 20x increase in data cells compared to TabPFNv2. TabPFN-2.5 is now the leading method for the industry standard benchmark TabArena (which contains datasets with up to 100,000 training data points), substantially outperforming tuned tree-based models and matching the accuracy of AutoGluon 1.4, a complex four-hour tuned ensemble that even includes the previous TabPFNv2. Remarkably, default TabPFN-2.5 has a 100% win rate against default XGBoost on small to medium-sized classification datasets (<=10,000 data points, 500 features) and a 87% win rate on larger datasets up to 100K samples and 2K features (85% for regression). For production use cases, we introduce a new distillation engine that converts TabPFN-2.5 into a compact MLP or tree ensemble, preserving most of its accuracy while delivering orders-of-magnitude lower latency and plug-and-play deployment. This new release will immediately strengthen the performance of the many applications and methods already built on the TabPFN ecosystem.

cs.LG

$U(1)_A$ symmetry restoration at finite temperature with mesonic correlators

The $U(1)_A$ symmetry of the massless QCD Lagrangian is explicitly broken in the quantised theory by the anomaly. It may be effectively restored at some finite temperature, which would have important consequences for the order of the chiral transition and the QCD phase diagram. It has been argued in the literature that one way to probe the effective restoration of $U(1)_A$ is to check for the degeneracy of pseudoscalar and flavour non-singlet scalar correlators. In this work, we consider a new method of examining this degeneracy based upon hadron correlation functions on the anisotropic FASTSUM ensembles. The anisotropic nature and our newest Generation 3 ensembles aid in a determination of the effective restoration of the $U(1)_A$ symmetry which we find to be $T_{U(1)_A} \sim 320$ MeV, well above the chiral transition temperature, which is $T_{\rm pc} \sim 180$ MeV for our choice of Wilson-Clover fermions.

hep-lat

The curvature of the pseudo-critical line in the QCD phase diagram from mesonic lattice correlation functions

In the QCD phase diagram, the dependence of the pseudo-critical temperature, $T_{\rm{pc}}$, on the baryon chemical potential, $μ_B$, is of fundamental interest. The variation of $T_{\rm{pc}}$ with $μ_B$ is normally captured by $κ$, the coefficient of the leading (quadratic) term of the polynomial expansion of $T_{\rm{pc}}$ with $μ_B$. In this work, we present the first calculation of $κ$ using hadronic quantities. Simulating $N_f=2+1$ flavours of Wilson fermions on {\sc Fastsum} ensembles, we calculate the ${\cal O}(μ_B^2)$ correction to mesonic correlation functions. By demanding degeneracy in the vector and axial-vector channels we obtain $T_{\rm{pc}}(μ_B)$ and hence $κ$. While lacking a continuum extrapolation and being away from the physical point, our results are consistent with previous works using thermodynamic observables (renormalised chiral condensate, strange quark number susceptibility) from lattice QCD simulations with staggered fermions.

hep-lat

Comparison of smoothening flows for the topological charge in QCD-like theories

We investigate properties of the topological charge for several SU(NC) gauge field ensembles for NC = 4, 5, 6 with a single fermion in the two-index anti-symmetric representation, covering multiple lattice spacings at otherwise approximately constant physical parameters. Comparing the topological charge defined by the Wilson flow and the over-improved DBW2 flow we find that already at small flow times the latter stabilises on discrete values. We provide evidence that as the lattice spacing is lowered the Wilson flow also separates into discrete sectors at earlier flow times. Adopting the DBW2 definition in the remainder of the analysis, we do not see any evidence of fractional topological charges, which could in principle appear at finite lattice spacing.

hep-lat

Finite temperature hadronic spectral properties

The FASTSUM collaboration has a long-standing project examining hadronic properties using anisotropic lattice QCD. We determine the spectral properties of bottomonia at finite temperature using lattice NRQCD and describe how our newer simulations improve our control over systematic errors. Motivated by these efforts, the temperature dependence of charm hadron masses is determined where it is found that temperature effects can extend into the confining phase and that some species remain stable deep past the pseudo-critical temperature.

hep-lat

Spectral properties of bottomonium at high temperature: a systematic investigation

We investigate spectral features of bottomonium at high temperature, in particular the thermal mass shift and width of ground state S-wave and P-wave state. We employ and compare a range of methods for determining these features from lattice NRQCD correlators, including direct correlator analyses (multi-exponential fits and moments of spectral functions), linear methods (Backus-Gilbert, Tikhonov and HLT methods), and Bayesian methods for spectral function reconstruction (MEM and BR). We comment on the reliability and limitations of the various methods.

hep-lat

The NRQCD $Υ$ spectrum at non-zero temperature using Backus-Gilbert regularisations

Understanding how the properties of heavy mesons change as temperature increases is crucial for gaining valuable insights into the quark-gluon plasma. Information about meson masses and decay widths is encoded in the meson spectral function, which, in principle, can be extracted from Euclidean correlation functions via generalised Laplace transformations. However, this inverse problem is ill-posed for lattice correlation functions and requires regularisation. In this work, we present the latest results for bottomonium spectral functions obtained within the lattice NRQCD framework using the Backus-Gilbert regularisation, along with two other variants, one of which is commonly referred to as the HLT method. Our analysis employs Generation 2L anisotropic lattice configurations produced by the \textsc{Fastsum} collaboration.

hep-lat

Anisotropic excited bottomonia from a basis of smeared operators

Bottomonia play a crucial role in our understanding of the quark gluon plasma. We present lattice non-relativistic QCD calculations of bottomonia at temperatures in the range $T \in [47, 380]$ MeV using the Fastsum Generation 2L anisotropic $N_f = 2 + 1$ ensembles. The use of a basis of smeared operators allows the extraction of excited-state masses at zero temperature and an investigation of their thermal properties at non-zero temperature. We find that the ground state signal is substantially improved by this variational approach at finite temperature. We also apply the time-derivative moments approach to the projected or optimal correlation functions at finite temperature.

hep-lat

Smoothing properties of the Wilson flow and the topological charge

We study SU$(N_C)$ gauge theories with a single fermion in the two-index antisymmetric representation to predict the mesonic spectrum of supersymmetric $\mathcal{N}=1$ SYM theories. Using gradient flow methods, we investigate fractional topological charges in $N_C = 4$ ensembles with varying lattice spacings. We show that the use of overimproved gauge actions (specifically the DBW2 action) in the smearing kernel stabilises the values of the topological charge already at moderate values of the flow time, while this is not the case for the standard Wilson flow.

hep-lat