Papers for

financial risk modelers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Training models for clinical decisions improves some but not all predictions

Optimizing for the decision not the prediction: an exploration of Smooth Net Benefit as a training objective

Abstract: Objective Prediction models are commonly trained using objectives such as Bernoulli negative log-likelihood (NLL), although downstream clinical decisions may depend on specific risk thresholds. We introduce Smooth Net Benefit ($σ$NB), a differentiable approximation of Net Benefit designed to align model training with threshold-specific clinical utility. Materials and Methods We evaluated $σ$NB as a training objective for logistic regression, generalized additive models (GAMs), and XGBoost with three Hessian implementations. Experiments used the Framingham cardiovascular risk dataset and 44 TabZilla datasets comprising 72 dataset-threshold combinations. Results $σ$NB training did not consistently improve Net Benefit in Framingham. Across the TabZilla benchmark, mean standardized Net Benefit for logistic regression increased from 0.5669 with NLL to 0.5765 with $σ$NB (mean difference 0.0096, 95% CI -0.0001 to 0.0193). For GAMs, mean standardized Net Benefit decreased from 0.5921 to 0.5625 (mean difference -0.0296, 95% CI -0.0721 to 0.0129). For XGBoost, NLL achieved 0.6745 compared with 0.6723--0.6735 across $σ$NB implementations. In logistic regression, $σ$NB gains were positively associated with the performance advantage of XGBoost over NLL-trained logistic regression. Discussion The effect of $σ$NB was context dependent, with modest gains concentrated in logistic regression and little benefit for more flexible model classes. This suggests that decision-focused optimization may be most useful when limited model flexibility leaves greater scope for improvement. Conclusion Our results do not support $σ$NB as a general replacement for NLL training, but support further investigation of decision-focused objectives in settings where conventional likelihood-based training may not adequately capture decision-relevant structure.

Fri 11 SeptMachine Learning
The gist
Prediction models in healthcare are usually trained to guess risks accurately, but decisions often depend on specific risk cutoffs. The authors created a new way to train models that focuses on these decision points instead of just prediction accuracy. They tested it with different models and found modest improvements mainly for simpler models, but no consistent benefits for more flexible ones. This suggests the new approach might help when models are limited in how well they can fit data.
Open 2609.12752v1

Quantum measurements designed for safer decisions in risky settings

Risk-Averse Decision Making via Quantum Measurement Design

Abstract: Quantum measurements are conventionally optimized to maximize the average of a utility that depends on the true state and on the measurement outcome. However, when the outcome of the measurement is used as an action within a larger decision-making system, the average utility does not capture the risk of poor outcomes. This letter addresses the design of quantum measurements that maximize a risk-averse objective given by the optimized certainty equivalent (OCE), a family of criteria that includes the average utility and the conditional value at risk (CVaR) as special cases. For a piecewise linear gain function, defining the OCE, thus including the CVaR, the problem is shown to reduce to a finite number of semidefinite programs, for which a dual formulation is derived. For the discrimination of two states, a closed-form solution is obtained that takes the form of a Helstrom measurement. Numerical results show that the optimized measurement improves the lower tail of the utility distribution at a moderate cost in average utility.

Wed 9 SeptInformation Theory
The gist
When quantum measurements guide decisions, just focusing on average results can hide the risk of bad outcomes. The authors find a way to design quantum measurements that care about these risks using a concept called optimized certainty equivalent, which includes popular risk measures like conditional value at risk. They show that for certain types of gain functions, the problem can be turned into a manageable set of mathematical programs, and give a neat formula for picking between two states. Their tests show these smart measurements reduce the chance of very bad results while only slightly lowering average performance.
Open 2609.10482v1

Distributed lag neural additive models improve nonlinear effect learning over time

Distributed Lag Neural Additive Models

Abstract: We introduce Distributed Lag Neural Additive Models (DLNAMs), neural-additive analogues of Distributed Lag Non-linear Models (DLNMs) for learning nonlinear effects distributed over lags. DLNAMs replace a prespecified spline cross-basis with neural components that learn exposure--lag response surfaces, avoiding choices of basis family, dimension, and knot placement while preserving additive interpretability and familiar distributed-lag summaries. Exp-centered input layers, smooth activations, and learned subnetwork mixtures produce smooth, locally adaptive representations; pointwise uncertainty combines a conditional last-layer Laplace approximation with between-member ensemble variation. In simulations, DLNAMs generally outperformed DLNM comparators, including penalized and treed variants, in recovering known response functions, with lower bias, stronger boundary recovery, and better-calibrated cumulative intervals; gains were largest for more demanding functions. The architecture performed consistently across sample sizes, outcome families, lag horizons, and jointly fitted multi-exposure settings, retaining recovery performance as exposures were added; fit-specific changes were largely confined to optimization, and applications recovered established empirical patterns.

Mon 7 SeptArtificial IntelligenceMachine Learning
The gist
When analyzing how things change over time due to different influences, it's important to understand how past events affect current outcomes. The authors propose a new kind of model called Distributed Lag Neural Additive Models (DLNAMs) that uses neural networks to better capture these time-based effects. Unlike older methods that rely on fixed mathematical shapes, DLNAMs learn flexible patterns automatically and give clear, easy-to-understand results. Their tests show DLNAMs can more accurately and reliably understand how different factors influence results over time, especially with complex data.
Open 2609.07381v1