Update task category, add paper link, mention unrelated Github
#2
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,20 +1,22 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
task_categories:
|
4 |
-
- text-retrieval
|
5 |
language:
|
6 |
- en
|
7 |
-
|
8 |
-
- climate
|
9 |
-
pretty_name: Enterprises Level Emission Estimation Dataset with Large Language Models
|
10 |
size_categories:
|
11 |
- 100M<n<1B
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Introduction
|
15 |
|
16 |
ExioNAICS is the first enterprise-level ML-ready benchmark dataset tailored for GHG emission estimation, bridging sector classification with carbon intensity analysis. In contrast to broad sectoral databases like ExioML, which offer global coverage of 163 sectors across 49 regions, ExioNAICS focuses on enterprise granularity by providing 20, 850 textual descriptions mapped to validated NAICS codes and augmented with 166 sectoral carbon intensity factors. This design enables the automation of Scope 3 emission estimates (e. g., from purchased goods and services) at the firm level, a critical yet often overlooked component of supply chain emissions.
|
17 |
|
|
|
|
|
18 |
ExioNAICS is derived from the high-quality EE-MRIO dataset, ensuring robust economic and environmental data. By integrating firm-specific text descriptions, NAICS industry labels, and ExioML-based carbon intensity factors, ExioNAICS overcomes key data bottlenecks in enterprise-level GHG accounting. It significantly lowers the entry barrier for smaller firms and researchers by standardizing data formats and linking them to a recognized classification framework.
|
19 |
|
20 |
In demonstrating its usability, we formulate a NAICS classification and subsequent emission estimation pipeline using contrastive learning (Sentence-BERT). Our results showcase near state-of-the-art retrieval accuracy, paving the way for more accessible, cost-effective, and scalable approaches to corporate carbon accounting. ExioNAICS thus facilitates synergy between machine learning and climate research, fostering the **integration** of advanced NLP techniques in eco-economic studies at the enterprise scale.
|
@@ -37,3 +39,4 @@ Each enterprise description (query) is encoded separately, and matched against N
|
|
37 |
|
38 |
We apply machine learning to fine-tune a pre-trained Sentence-BERT model. Zero-shot SBERT models may achieve only around 20% Top-1 accuracy on the 1000 classes sector classification task, whereas contrastive fine-tuning raises this to over 75%. Further preprocessing exceeding 77% Top-1 accuracy, such as lowercasing and URL removal, can add incremental gains, leading to state-of-the-art results.
|
39 |
|
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
|
|
|
|
5 |
size_categories:
|
6 |
- 100M<n<1B
|
7 |
+
task_categories:
|
8 |
+
- text-classification
|
9 |
+
pretty_name: Enterprises Level Emission Estimation Dataset with Large Language Models
|
10 |
+
tags:
|
11 |
+
- climate
|
12 |
---
|
13 |
|
14 |
# Introduction
|
15 |
|
16 |
ExioNAICS is the first enterprise-level ML-ready benchmark dataset tailored for GHG emission estimation, bridging sector classification with carbon intensity analysis. In contrast to broad sectoral databases like ExioML, which offer global coverage of 163 sectors across 49 regions, ExioNAICS focuses on enterprise granularity by providing 20, 850 textual descriptions mapped to validated NAICS codes and augmented with 166 sectoral carbon intensity factors. This design enables the automation of Scope 3 emission estimates (e. g., from purchased goods and services) at the firm level, a critical yet often overlooked component of supply chain emissions.
|
17 |
|
18 |
+
[Paper](https://huggingface.co/papers/2502.06874)
|
19 |
+
|
20 |
ExioNAICS is derived from the high-quality EE-MRIO dataset, ensuring robust economic and environmental data. By integrating firm-specific text descriptions, NAICS industry labels, and ExioML-based carbon intensity factors, ExioNAICS overcomes key data bottlenecks in enterprise-level GHG accounting. It significantly lowers the entry barrier for smaller firms and researchers by standardizing data formats and linking them to a recognized classification framework.
|
21 |
|
22 |
In demonstrating its usability, we formulate a NAICS classification and subsequent emission estimation pipeline using contrastive learning (Sentence-BERT). Our results showcase near state-of-the-art retrieval accuracy, paving the way for more accessible, cost-effective, and scalable approaches to corporate carbon accounting. ExioNAICS thus facilitates synergy between machine learning and climate research, fostering the **integration** of advanced NLP techniques in eco-economic studies at the enterprise scale.
|
|
|
39 |
|
40 |
We apply machine learning to fine-tune a pre-trained Sentence-BERT model. Zero-shot SBERT models may achieve only around 20% Top-1 accuracy on the 1000 classes sector classification task, whereas contrastive fine-tuning raises this to over 75%. Further preprocessing exceeding 77% Top-1 accuracy, such as lowercasing and URL removal, can add incremental gains, leading to state-of-the-art results.
|
41 |
|
42 |
+
**Note:** The Github README.md that was parsed corresponds to a different project (UniMuMo).
|