Pith. sign in

REVIEW 21 cited by

LLMCarbon: Modeling the end-to-end Carbon Footprint of Large Language Models

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2309.14393 v2 pith:OWKQAFO4 submitted 2023-09-25 cs.CL cs.AIcs.CYcs.LG

classification cs.CLcs.AIcs.CYcs.LG
keywords carbonfootprintllmstrainingmlco2cannotcarbdense
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

The carbon footprint associated with large language models (LLMs) is a significant concern, encompassing emissions from their training, inference, experimentation, and storage processes, including operational and embodied carbon emissions. An essential aspect is accurately estimating the carbon impact of emerging LLMs even before their training, which heavily relies on GPU usage. Existing studies have reported the carbon footprint of LLM training, but only one tool, mlco2, can predict the carbon footprint of new neural networks prior to physical training. However, mlco2 has several serious limitations. It cannot extend its estimation to dense or mixture-of-experts (MoE) LLMs, disregards critical architectural parameters, focuses solely on GPUs, and cannot model embodied carbon footprints. Addressing these gaps, we introduce \textit{\carb}, an end-to-end carbon footprint projection model designed for both dense and MoE LLMs. Compared to mlco2, \carb~significantly enhances the accuracy of carbon footprint estimations for various LLMs. The source code is released at \url{https://github.com/SotaroKaneda/MLCarbon}.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 21 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Throttling Web Agents Using Reasoning Gates

    cs.AI 2025-09 conditional novelty 6.0 of 10

    Rebus-based reasoning gates, puzzles built from random word/domain clue sets, impose token costs on LM web agents that are up to 9.2x the generator's cost.

  2. CEO-DC: Driving Decarbonization in HPC Data Centers with Actionable Insights

    cs.AR 2025-07 conditional novelty 6.0 of 10

    A decision framework using new carbon and price efficiency metrics shows most AI platform improvements cannot keep pace with demand growth, and short upgrade cycles need carbon prices far above current levels.

  3. Analysis of Propaganda in Tweets From Politically Biased Sources

    cs.SI 2025-07 conditional novelty 6.0 of 10

    Journalists at politically extreme news outlets tweet propaganda-like language more often than those at mild outlets, and large language models outperform a fine-tuned BERT in detecting it.

  4. Bounded Rationality for LLMs: Satisficing Alignment at Inference-Time

    cs.CL 2025-05 conditional novelty 6.0 of 10

    SITAlign is an inference-time constrained decoder that maximizes a primary reward while enforcing thresholds on secondary rewards, and it reports better primary-reward win-tie rates than weighted-objective decoding.

  5. Bridging AI and Carbon Capture: A Dataset for LLMs in Ionic Liquids and CBE Research

    cs.AI 2025-05 conditional novelty 6.0 of 10

    Small open-weight language models show factual knowledge of ionic liquids but fail on reasoning-focused entailment tests in a new 5,920-example benchmark for carbon capture.

  6. EcoServe: Designing Carbon-Aware AI Inference Systems

    cs.DC 2025-02 conditional novelty 6.0 of 10

    EcoServe combines four strategies (reuse, rightsize, reduce, recycle) in an ILP optimizer to cut modeled carbon emissions for LLM serving by up to 47% while keeping SLOs.

  7. Developing LLM-based Multi-Agent Systems in Software Engineering: A Mixed-Method Experience Report

    cs.SE 2026-08 reject novelty 5.0 of 10

    A mixed-method experience report on LLM-based multi-agent frameworks for software engineering: broad feature coverage, weak monitoring support, and no clear quality winner on a README-summarization task, with incomple...

  8. Calculating Software's Energy Use and Carbon Emissions: A Survey of the State of Art, Challenges, and the Way Ahead

    cs.SE 2025-06 conditional novelty 5.0 of 10

    A structured survey of 21 software energy and carbon calculation tools, organized as Monitoring, Estimation, or Black-Box approaches, with a component-wise comparison and a list of open challenges.

  9. Scaling Fine-Grained MoE Beyond 50B Parameters: Empirical Evaluation and Practical Insights

    cs.LG 2025-06 conditional novelty 5.0 of 10

    At 56B total parameters, fine-grained MoE with smaller, more numerous experts beats standard Switch and Mixtral-style MoE on validation loss and average downstream accuracy at matched FLOPs.

  10. Exploring Anthropomorphism in Conversational Agents for Environmental Sustainability

    cs.HC 2025-05 conditional novelty 5.0 of 10

    A 26-person lab study found an LLM-based laundry-scheduling chatbot increased users' self-reported energy self-efficacy, while the personified version increased rapport but not self-efficacy.

  11. Energy Considerations of Large Language Model Inference and Efficiency Optimizations

    cs.CL 2025-04 conditional novelty 5.0 of 10

    Measuring LLM inference across workloads, frameworks, and GPUs shows that efficiency optimizations like vLLM and CUDA graphs can cut energy use by up to 73% versus an unoptimized PyTorch baseline.

  12. Beyond Vision: How Large Language Models Interpret Facial Expressions from Valence-Arousal Values

    cs.CV 2025-02 conditional novelty 5.0 of 10

    LLMs given only valence and arousal values classify facial expressions poorly but can generate free-text emotion descriptions that align with human annotations under Word2Vec and BERT similarity, though not under a ge...

  13. Exploring the sustainable scaling of AI dilemma: A projective study of corporations' AI environmental impacts

    cs.AI 2025-01 conditional novelty 5.0 of 10

    A corporate AI portfolio LCA model projects that high generative-AI adoption could increase AI electricity use about 24-fold by 2030.

  14. Kryptonite-N: Machine Learning Strikes Back

    cs.LG 2024-12 conditional novelty 5.0 of 10

    The authors demonstrate that the Kryptonite-N challenge datasets are solvable by logistic regression with polynomial expansion and L1 regularization, and identify their construction as a high-dimensional XOR problem w...

  15. Reconsidering SMT Over NMT for Closely Related Languages: A Case Study of Persian-Hindi Pair

    cs.CL 2024-12 reject novelty 5.0 of 10

    On a filtered Persian-Hindi parallel corpus, phrase-based SMT yields a BLEU of 66.3, ahead of the transformer NMT's 53.7.

  16. Quantifying the Relationship Between Clinical Safety and Environmental Impact in Therapeutic LLMs

    cs.CY 2026-08 conditional novelty 4.0 of 10

    Across 47 therapeutic LLM configurations, the safest models had estimated energy use up to 60 times higher than slightly less safe efficient models, and extra reasoning did not reliably improve safety.

  17. Performance is not All You Need: Sustainability Considerations for Algorithms

    cs.CV 2025-08 reject novelty 4.0 of 10

    The paper introduces FMS and ASC, composite sustainability scores that fuse accuracy and energy consumption, and evaluates them on multiple vision tasks.

  18. Generating HomeAssistant Automations Using an LLM-based Chatbot

    cs.HC 2025-05 conditional novelty 4.0 of 10

    LLM-based chatbots, especially GPT models, generate mostly valid HomeAssistant automation routines and are perceived as more engaging than rule-based chatbots, but green prompts show only qualitative, not quantitative...

  19. Addressing the sustainable AI trilemma: a case study on LLM agents and RAG

    cs.CY 2025-01 conditional novelty 4.0 of 10

    LLM-dependent memory operations in agents and RAG consume orders of magnitude more energy than vector methods, and resource-constrained hardware pays higher energy for lower quality.

  20. CarbonChat: Large Language Model-Based Corporate Carbon Emission Analysis and Climate Knowledge Q&A System

    cs.CL 2025-01 reject novelty 3.0 of 10

    CarbonChat combines self-prompting RAG and text-to-SQL for carbon-emission report analysis, reporting internal ablation gains but no external baselines or released artifacts.

  21. A Survey on Inference Optimization Techniques for Mixture of Experts Models

    cs.LG 2024-12 conditional novelty 3.0 of 10

    A structured survey of MoE inference optimization that categorizes existing techniques into model, system, and hardware levels and summarizes reported speedups and memory savings.

Pith tools