The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A new benchmark reveals frontier LLMs struggle to assemble auditable product carbon footprints: direct single-shot estimates fall within 2× of declared EPD totals 60–77% of the time, but compositional, step-by-step pipelines succeed on only 37–58% and often violate mass conservation, undermining transparency for product-level decarbonization.

PCFBench: A Diagnostic Benchmark for Product Carbon Footprint Estimation
Krishna Rao, Andrew Dumit, Shaena Ulissi, Jacob Feintzeig, P. James Joyce, Daniel Frank, Steven Watson, Jonathan Glidden, Gizem Ilayda Dinc, Travis M. Kwee · August 27, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Krishna Rao unresolved corpus identity
  2. Andrew Dumit unresolved corpus identity
  3. Shaena Ulissi unresolved corpus identity
  4. Jacob Feintzeig unresolved corpus identity
  5. P. James Joyce unresolved corpus identity
  6. Daniel Frank unresolved corpus identity
  7. Steven Watson unresolved corpus identity
  8. Jonathan Glidden unresolved corpus identity
  9. Gizem Ilayda Dinc unresolved corpus identity
  10. Travis M. Kwee unresolved corpus identity

Semantic Scholar

Latest observation:

  1. K. Rao provider ID
  2. Andrew Dumit provider ID
  3. Shaena Ulissi provider ID
  4. Jacob Feintzeig provider ID
  5. P. Joyce provider ID
  6. Daniel Frank provider ID
  7. S. Watson provider ID
  8. Jonathan Glidden provider ID
  9. Gizem Dinç provider ID
  10. Travis M. Kwee provider ID
PCFBENCH is a new expert-annotated benchmark that decomposes product carbon-footprint estimation into six diagnosable tasks and shows that frontier LLMs, while often getting aggregate PCFs roughly right in single-shot mode, perform substantially worse when required to produce compositional, inspectable estimates—failing mass-balance checks and omitting components frequently.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

No provider observation is available for this paper.

Missing data, not a zero citation count.

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.

Summary

Main Finding

PCFBENCH is a new, expert-annotated diagnostic benchmark that decomposes cradle-to-gate product carbon-footprint (PCF) estimation into six independently-evaluable tasks (decompose, triage, map, material-rate extraction, energy-rate extraction, aggregate/validate). Across 614 labeled items, eight frontier LLMs and one specialist baseline show much weaker performance when required to produce inspectable, compositional PCFs than when asked to output a single aggregate kgCO2e number. Direct single-call predictions reach 60–77% of products within 2× of declared EPD totals; the compositional, step-by-step pipeline achieves only 37–58% within 2×. Key failure modes are missing BOM components, incorrect ontology mappings, numerical/extraction errors, and violations of basic mass-conservation constraints — problems that aggregate scoring can hide via error cancellation.

Key Points

  • Benchmark scope and size

    • PCFBENCH: 614 expert-labelled items across six tasks.
    • Task breakdown: Decompose (94 products), Triage (200 items), Map (109 materials), Material extraction (22 questions / 55 claims from 36 PDFs), Energy extraction (14 questions / 34 claims), Total kgCO2e validation (175 EPDs).
    • Dataset and code released: https://huggingface.co/datasets/Watershed-Climate/PCFBench and https://github.com/watershed-climate/pcfbench.
  • Evaluation design

    • Two operational modes: Direct (single LLM call returns kgCO2e) and Compositional (chain Task 1–5 agent outputs, deterministic aggregation).
    • Task-specific metrics (e.g., F1 for decomposition/extraction, exact-match for mapping, claim-F1, and within-2× and median |RE| for total kgCO2e).
    • Ground truth: verified Environmental Product Declarations (EPDs) and curated evidence from technical PDFs.
  • Baselines and headline results

    • Eight frontier LLMs from four providers plus Parakeet (mapping specialist) were benchmarked (examples: GPT-5.5, Gemini 3.1 Pro, Claude Opus 4.6).
    • Direct total-kgCO2e: 60–77% of products within 2× of declared EPD totals.
    • Compositional (chained) total-kgCO2e: only 37–58% within 2×.
    • Decomposition: recall ≈ 0.64–0.75, precision ≈ 0.85–0.92 (i.e., models often omit 25–35% of expert-listed components).
    • Mapping: specialist Parakeet scores ~0.76 (mapping EM reported), best general LLMs can match or exceed it on some items (e.g., Gemini 3.1 Pro high mapping EM), but many domain-specific mapping errors persist.
    • Extraction and numerical reasoning are weak (claim-F1s low; extraction hallucinations occur).
    • Physical-consistency failures: 25–55% of compositional BOMs violate mass conservation; 47–86% include at least one “ghost” (zero-mass) component.
  • Notable error modes

    • Under-specification and un-stated assumptions (LCA decisions depend on scope/method; LLMs often commit without documenting assumptions).
    • Ontology mismatches: lexical similarity ≠ domain-correct mapping (e.g., selecting gold rather than a plating chemical).
    • Error cancellation: correct aggregate kgCO2e can mask compensating upstream mistakes.

Data & Methods

  • Tasks and schemas

    • Task 1: Decompose product description into bill-of-materials (BOM) entries.
    • Task 2: Triage — decide whether a BOM item maps directly to a background database activity or must be decomposed.
    • Task 3: Map — select the correct ecoinvent (v3.11 subset) activity for each mappable input; set includes 2,574 market activities as options.
    • Task 4: Material-rate extraction — read PDFs (EPDs, reports, papers) and extract kg per declared unit with evidence.
    • Task 5: Energy-rate extraction — extract electricity/heat/fuel per declared unit and judge scope overlaps with background processes.
    • Task 6: Deterministic aggregation (multiply rates × EFs, sum) — not LLM-evaluated.
    • Task 7: Validate total kgCO2e against EPD-declared totals (175 items; progressive disclosure settings: name, +description, +composition, +region).
  • Annotation and provenance

    • Items hand-labeled by sustainability experts; Tasks 4–5 required unanimous agreement on claims; Task 7 fields reviewed by ≥6 experts in a field-by-field pass.
    • Products span seven categories and 3–5 orders of magnitude in declared kgCO2e.
  • Baselines and experimental protocol

    • Benchmarked models include GPT-5.5, GPT-5.4-mini, Claude Opus/Sonnet/Haiku, Gemini 3.1 Pro/Flash, DeepSeek v3.2, and Parakeet (mapping specialist).
    • Both single-shot and agentic/chained (compositional) inference evaluated; triage and mapping are separate agent tasks in the chain.
    • Primary aggregate acceptability threshold: within 2× of declared EPD kgCO2e (median |RE| and within-5× also reported).

Implications for AI Economics

  • Measurement quality and economic signals

    • Corporate procurement, product comparisons, and consumer-facing labels depend on reliable product-level emissions. Systematic omissions or mis-mappings can distort relative carbon intensities across products, mispricing externalities and skewing demand signals that drive decarbonization investment.
    • Error cancellation (aggregate correctness with wrong internal allocations) undermines hotspot analyses and can misdirect capital toward ineffective emission-reduction levers.
  • Market and regulatory risk

    • Many regulatory reporting regimes and voluntary carbon-related markets require auditable, traceable emissions accounting. Black-box aggregate estimators that fail to produce defensible intermediate outputs increase compliance risk and raise liability for firms relying on them.
    • Inaccurate PCFs can generate false compliance outcomes or misallocate subsidies/penalties tied to product footprints, with real economic transfers.
  • Incentives for model design and procurement

    • Buyers and auditors will prefer systems that produce inspectable, compositional outputs with documented assumptions and evidence. Benchmarks like PCFBENCH show current LLMs need specialised modules (better retrieval, constrained numerical solvers, mass-balance checks, domain ontologies) to be economically useful.
    • There is value in hybrid systems: retrieval and mapping specialists (like Parakeet), constrained numerical modules, and human-in-the-loop validation for high-stakes reporting.
  • Policy and research implications

    • Policymakers should be cautious about accepting black-box LLM estimates for disclosure or regulatory compliance; standards should require decomposable, auditable outputs and uncertainty reporting.
    • For researchers and practitioners, PCFBENCH provides targeted task-level evaluation to prioritize engineering: improve decomposition recall, robust ontology alignment, evidence-grounded extraction, and hard physical-consistency constraints (e.g., mass-balance enforcement).
    • Economic models of decarbonization that rely on ML-generated PCFs should account for systematic biases documented here (downward bias from omitted components; large-tail catastrophic mapping errors).

Suggestions for practitioners - Use compositional pipelines with strong retrieval/evidence components and enforce mass-balance checks rather than trusting single-call aggregate outputs. - Combine specialised mapping modules with LLMs for decomposition and extraction, and keep humans in loop for edge cases and regulatory submissions. - Adopt PCFBENCH (links above) to benchmark model updates and to quantify sources of error before deploying PCF automation in procurement, reporting, or market contexts.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper provides a carefully curated, expert-annotated dataset (614 items) and multi-model baseline evaluations with bootstrap uncertainty; this gives credible empirical evidence about model performance on the defined tasks. However, it is not a causal or large-scale field study, sample sizes for some tasks are small, and dataset selection/coverage constraints limit how broadly the empirical claims can be generalized. Methods Rigorhigh — The authors define a clear, decomposed task suite with typed interfaces and task-specific metrics, use third-party-verified EPDs as ground truth, obtain unanimous expert annotation for extraction tasks, and report bootstrap confidence intervals; they also evaluate multiple LLMs and a specialized baseline. Rigor is reduced somewhat by limited per-task sample sizes, reliance on a subset of ecoinvent activities, and potentially non-representative PDF/EPD sampling. SamplePCFBENCH aggregates 614 expert-labelled items across six evaluable tasks: 175 EPDs for total kgCO2e validation (with 94 parsed compositions), 94 decomposition items (BOMs), 200 triage map-or-decompose decisions, 109 material-to-ecoinvent mapping items, 89 material extraction claims across 36 PDFs (supported by 227 evidence quotes), and 34 energy extraction claims; mapping targets a 2,574-item subset of ecoinvent v3.11 (market activities only). Themeshuman_ai_collab innovation GeneralizabilityCradle-to-gate scope only (excludes use-phase and end-of-life impacts)., EPD-derived ground truth may not represent non-EPD or lower-quality real-world documentation., Relatively small sample sizes for extraction tasks (22 questions/55 claims for materials; 14/34 for energy)., Mapping uses a restricted subset of ecoinvent and one geography per product, limiting geographic and database generalizability., Product category coverage is uneven and may under-represent some industries (e.g., vehicles, construction)., Models evaluated are a snapshot in time; LLM capabilities and specialized tools will evolve.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
PCFBENCH comprises 614 expert-labelled items across six evaluable tasks for product carbon footprint estimation. Other positive Benchmark coverage and dataset size
Reading fidelity high
Study strength high
n=614
614 items
0.3
Across the evaluated frontier LLMs, the compositional PCF pipeline estimates total product emissions within 2× of declared EPD totals for 37–58% of products. Output Quality negative Share of products whose compositional PCF estimate is within two times the declared emissions
Reading fidelity high
Study strength high
n=175
37–58% within 2×
0.3
Direct prediction of total kgCO2e performs better than compositional estimation: models achieve 60–77% within 2× when predicting emissions directly, compared with 37–58% compositionally. Output Quality positive Accuracy of total product carbon-footprint prediction within a 2× error threshold
Reading fidelity high
Study strength high
n=175
60–77% within 2× directly versus 37–58% compositionally
0.3
No single evaluated model dominates across all PCFBENCH tasks. Output Quality mixed Relative model performance across decomposition, triage, mapping, extraction, and validation tasks
Reading fidelity high
Study strength medium
n=8
0.18
On the decomposition task, models recover only 0.64–0.75 of the components listed by experts, while achieving precision of 0.85–0.92. Output Quality mixed Bill-of-materials component recall and precision
Reading fidelity high
Study strength high
n=94
recall 0.64–0.75; precision 0.85–0.92
0.3
The best agentic baseline achieves 0.725 accuracy on the triage task, while single-shot model accuracy ranges from 0.515 to 0.705. Task Allocation negative Accuracy of deciding whether a material should be mapped directly or decomposed
Reading fidelity high
Study strength high
n=200
0.725 best agentic accuracy; 0.515–0.705 single-shot accuracy
0.3
Depending on the model, 25–55% of compositional PCF products produce a bill of materials that fails mass conservation. Error Rate negative Rate of mass-conservation violations in generated bills of materials
Reading fidelity high
Study strength medium
n=175
25–55% of products fail mass conservation
0.18
Depending on the model, 47–86% of generated bills of materials contain at least one zero-mass or “ghost” component. Error Rate negative Rate of generated BOMs containing at least one zero-mass component
Reading fidelity high
Study strength medium
n=175
47–86% of products
0.18
For a hydroformylation-catalyst mapping challenge, only Gemini 3.1 Pro selected the expert-approved “chemical, organic” mapping; other models selected rhodium, a trace component. Output Quality negative Correctness of emission-factor ontology mapping
Reading fidelity high
Study strength low
n=1
0.09

Notes