SearcharxivSearch

arXiv subjects

Jonathan Glidden

Publications and source records attributed to Jonathan Glidden.

3 recordsLinked to original sources

PCFBench: A Diagnostic Benchmark for Product Carbon Footprint Estimation

AI systems are being deployed on high-stakes, domain-specific workflows that demand correctness not just in the final output, but at every intermediate step. One such workflow is estimating a product carbon footprint (PCF), the greenhouse-gas emissions attributable to a physical product. AI agents are increasingly being used to generate PCFs, but existing evaluations score either total emissions (hiding error sources and cancelling mistakes) or sub-tasks in isolation (missing compositional interactions). We introduce PCFBench, the first benchmark to carve PCF modeling into independently-evaluable tasks that require decomposition, retrieval, ontology matching, and numerical extraction. It comprises 614 expert-labelled items across six tasks. Together they probe reasoning under under-specification, conflicting context, and numerical constraints. Across eight frontier LLMs from four providers, no single model dominates. Although the strongest models estimate total product emissions within 2 times of declared totals on 77% of products, this rate drops to 37-58% when the PCF is generated step by step, with only 45-75% obeying mass conservation. These failures undermine the transparency practitioners need to compare products and drive decarbonization. We release the dataset and evaluation harness to support targeted progress.

cs.AI

Estimating GHG Emissions from AI Use: Framework for Corporate-Level Measurement

Electricity demand from data centers is expected to grow from roughly 5% of U.S. consumption in 2025 to between 9% and 17% by 2030, and corporate artificial intelligence (AI) use is following a similar trajectory, spanning employee productivity assistants, direct access to large language models (LLMs), and AI features embedded in enterprise software. AI emissions today are a small share of footprints for many enterprises, but that share is unlikely to remain small for long. Without reasonable estimates, companies cannot set reduction targets or identify effective decarbonization levers as emissions grow. Companies, regulators, and auditors are asking for emissions estimates that withstand scrutiny, but no widely accepted methodology exists today. Published per-query estimates can differ by several orders of magnitude depending on what is counted, which provider is measured, and what assumptions are made about electricity use and the grid mix. This white paper proposes a standardized framework for corporate-level AI emissions accounting. The framework is designed to be defensible with current data constraints, tiered to meet companies where their data are, transparent about its assumptions, updatable as provider disclosure matures, and built for action rather than disclosure alone. Since AI emissions accounting is still nascent, it has the opportunity to design for actionability from the outset, so that measurement incentivizes responsible choices during AI's rapid buildout.

physics.soc-ph

Scaling Nonparametric Bayesian Inference via Subsample-Annealing

We describe an adaptation of the simulated annealing algorithm to nonparametric clustering and related probabilistic models. This new algorithm learns nonparametric latent structure over a growing and constantly churning subsample of training data, where the portion of data subsampled can be interpreted as the inverse temperature beta(t) in an annealing schedule. Gibbs sampling at high temperature (i.e., with a very small subsample) can more quickly explore sketches of the final latent state by (a) making longer jumps around latent space (as in block Gibbs) and (b) lowering energy barriers (as in simulated annealing). We prove subsample annealing speeds up mixing time N^2 -> N in a simple clustering model and exp(N) -> N in another class of models, where N is data size. Empirically subsample-annealing outperforms naive Gibbs sampling in accuracy-per-wallclock time, and can scale to larger datasets and deeper hierarchical models. We demonstrate improved inference on million-row subsamples of US Census data and network log data and a 307-row hospital rating dataset, using a Pitman-Yor generalization of the Cross Categorization model.

stat.ML