← 論文一覧に戻る

Trading Engagement for Sustainability: Carbon-Aware Re-ranking for E-commerce Recommendations

持続可能性のための取引エンゲージメント:Eコマースレコメンデーションにおけるカーボンアウェアな再ランキング (AI 翻訳)

Noah Lund Syrdal, Anders Vestrum, Jörgen Bergh

arXiv (Cornell University)📚 査読済 / ジャーナル2026-06-03#AI×ESG
原典: https://arxiv.org/abs/2606.04550
📄 PDF

🤖 gxceed AI 要約

日本語

本論文は、Eコマース推薦システムにおいて、製品カーボンフットプリント(PCF)を推定し、カーボンアウェアな再ランキングを提案する。未ラベルのカタログに対して、Carbon Catalogueの少量データを基にLLMと類似性検索でPCFを推定し、BPR, NeuMF, LightGCNの推薦モデルに組み合わせる。Amazonレビューデータでの実験により、エンゲージメント損失を最小限に抑えながら大幅な炭素削減が可能であることを示す。ただし、モデルやカテゴリによってトレードオフの程度は異なる。

English

This paper proposes a carbon-aware re-ranking strategy for e-commerce recommendations. It estimates missing product carbon footprints using a retrieval-augmented pipeline with LLM and semantic similarity, then applies a tunable re-ranking on top of BPR, NeuMF, and LightGCN models. Experiments on Amazon Reviews show substantial carbon reductions with minimal engagement loss, but trade-offs vary by model and category.

Unofficial AI-generated summary based on the public title and abstract. Not an official translation.

📝 gxceed 編集解説 — Why this matters

日本のGX文脈において

日本のEコマース市場でもサステナビリティ開示が進む中、本手法はSSBJやカーボンアカウンティングの実務に直結。特に、製品レベルでのカーボンフットプリント推定が難しい日本企業にとって、LLMを活用した推定手法は実装可能性が高い。また、カーボンアウェアな推薦は、消費者の低炭素選択を促すナッジとして政策連動の可能性もある。

In the global GX context

Globally, this work contributes to the growing field of AI-driven carbon accounting and sustainable consumption. It addresses a critical gap in product-level carbon data availability, aligning with ISSB and EU CSRD requirements for scope 3 and product carbon footprints. The re-ranking framework offers a practical tool for e-commerce platforms to reduce environmental impact without sacrificing user engagement, relevant for TCFD and climate disclosure.

👥 読者別の含意

🔬研究者:This paper provides a novel method for carbon footprint estimation at scale using LLMs and demonstrates the engagement-carbon tradeoff in recommendation systems, offering a benchmark for future research in sustainable AI and e-commerce.

🏢実務担当者:E-commerce platforms can adopt the carbon-aware re-ranking to reduce product-level emissions with minimal impact on engagement, using the LLM-based PCF estimation pipeline to overcome data scarcity.

🏛政策担当者:The findings support policies promoting low-carbon consumption and demonstrate the feasibility of integrating product carbon footprints into digital platforms, relevant for climate disclosure and sustainable finance frameworks.

📄 抄録(日本語訳)

Eコマースのレコメンダーシステムは、ユーザーがどの製品を検討し購入するかに強く影響を与えるが、Product Carbon Footprint(PCF)のような持続可能性シグナルは、カタログ規模ではほとんど利用できないのが現状である。我々は、PCFラベルがほとんどのアイテムで欠落しており、推定されなければならないという現実的な設定において、炭素を意識した製品レコメンデーションを研究する。まず、検索拡張型PCF推定パイプラインを用いて製品レベルのカーボンフットプリントを推定する。このパイプラインは、ライフサイクル評価済みの小規模な製品群であるCarbon Catalogueからの教師情報を、意味的類似性検索、少数ショットLLMプロンプティング、および最近傍フォールバックを用いて、ラベルなしの大規模Eコマースカタログに転移させる。次に、BPR、NeuMF、LightGCNという3つの確立されたレコメンデーションモデルによって生成された関連性スコアの上に、炭素を意識したポストホック再ランキング戦略を適用する。この手法は、予測されたユーザーとアイテムのエンゲージメントと推定カーボンフットプリントを、単一の調整可能なパラメータであるラムダを通じてトレードオフする。このオフライン研究では、エンゲージメントはAmazonレビューのインタラクションを通じて操作化され、これは暗黙のフィードバックとして機能し、ユーザーの関心や購入行動の代理指標となる。我々は、Amazon Reviewsデータセットを用いて、Home and Kitchen、Sports and Outdoors、Electronicsの3つの製品カテゴリにわたってフレームワークを評価する。ラムダを掃引することにより、各モデルとカテゴリについて達成可能なエンゲージメントと炭素のトレードオフを特徴付けるパレートフロンティアを構築する。すべてのモデルとカテゴリにおいて、最小限のエンゲージメントコストで実質的な炭素削減が達成可能である。しかしながら、利用可能な炭素ヘッドルームはモデルとカテゴリによって異なり、モデル選択とドメインコンテキストの重要性を強調している。

AI 翻訳(deepseek-v4-flash)。 正確を期す場合は下の原文を参照してください。

📄 Abstract(原文)

E-commerce recommender systems strongly influence which products users consider and purchase, yet sustainability signals such as Product Carbon Footprint (PCF) are almost never available at catalog scale. We study carbon-aware product recommendation in the realistic setting where PCF labels are missing for most items and must be inferred. We first estimate product-level carbon footprints via a retrieval-augmented PCF estimation pipeline that transfers supervision from the Carbon Catalogue, a small set of life-cycle-assessed products, to a large unlabeled e-commerce catalog using semantic similarity search, few-shot LLM prompting, and a nearest-neighbour fallback. We then apply a carbon-aware post-hoc re-ranking strategy on top of relevance scores produced by three established recommendation models: BPR, NeuMF, and LightGCN. The method trades off predicted user-item engagement against estimated carbon footprint through a single tunable parameter, lambda. In this offline study, engagement is operationalized through Amazon review interactions, which serve as implicit feedback and as a proxy for user interest or purchase behavior. We evaluate the framework on the Amazon Reviews dataset across three product categories: Home and Kitchen, Sports and Outdoors, and Electronics. By sweeping lambda, we construct Pareto frontiers that characterize the achievable engagement and carbon trade-off for each model and category. Substantial carbon reductions are achievable at minimal engagement cost across all models and categories. However, the available carbon headroom varies by model and category, underscoring the importance of model choice and domain context.

🔗 Provenance — このレコードを発見したソース

🔔 こうした論文の新着を逃したくない方は キーワードアラート に登録(無料・3キーワードまで)。

gxceed は公開メタデータに基づく研究支援データセットです。要約・翻訳・解説は AI 支援で生成されています。 最終的な解釈・検証は利用者が原典資料に基づいて行うことを前提とします。