nopperl commited on
Commit
ba796d2
1 Parent(s): 1b93304

update readme

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -25,10 +25,12 @@ A dataset of 100 corporate sustainability reports with manually extracted scope
25
 
26
  ### Dataset Description
27
 
28
- Data about corporate greenhouse gas emissions is usually published only as part of sustainability report PDF's, which is not a machine-readable format, which is a tedious and time-consuming process. Interested actors have to manually extract emission data from these reports. An automatic information-extraction system could solve this issue.
29
 
30
  To evaluate such information-extraction systems and to encourage research into solving this task, a dataset of sustainability reports and manually-extracted emission values is created and published.
31
 
 
 
32
  - **License:** Open Data Commons Public Domain Dedication and License (PDDL)
33
 
34
  ### Dataset Sources [optional]
@@ -39,7 +41,7 @@ To evaluate such information-extraction systems and to encourage research into s
39
 
40
  ## Uses
41
 
42
- The dataset is intended to be used to evaluate or develop automatic systems to extract machine-readable greenhouse gas emission data from sustainability reports.
43
 
44
  ## Dataset Structure
45
 
@@ -54,7 +56,7 @@ The dataset is intended to be used to evaluate or develop automatic systems to e
54
  - `scope_2_location_page` (list<int>): set of pages containing total location-based scope 2 emission data.
55
  - `scope_3_page` (list<int>): set of pages containing total scope 1 emission data.
56
  - `url` (string): the URL to the sustainability report PDF.
57
- - `sha256` (string): SHA-256 hash string of the report PDF, which should be used
58
  - `subset` (string): indication of whether the report comes from the set of Euro Stoxx 50 (`eurostoxx`), NYSE (`nyse`) or Nikkei 225 (`tyo`) corporations.
59
 
60
  The remaining 15 fields contain the data for each of the [15 scope 3 emission categories](https://ghgprotocol.org/scope-3-calculation-guidance-2).
@@ -65,7 +67,7 @@ The dataset only contains the URL to the report PDF. A helper script to download
65
 
66
  ### Curation Rationale
67
 
68
- To our knowledge, there is no publicly-available dataset containing manually extracted (self-reported) greenhouse gas emission data from sustainability reports. Hence, this dataset was collected to enable the evaluation and development of automatic information-extraction systems.
69
 
70
  ### Source Data
71
 
@@ -125,4 +127,4 @@ Even though some care was taken to ensure geographic diversity, the dataset does
125
 
126
  **BibTeX:**
127
 
128
- [More Information Needed]
 
25
 
26
  ### Dataset Description
27
 
28
+ Data about corporate greenhouse gas emissions is usually published only as part of sustainability report PDF's, which is not a machine-readable format. Interested actors have to manually extract emission data from these reports, which is a tedious and time-consuming process. An automatic information-extraction system could solve this issue.
29
 
30
  To evaluate such information-extraction systems and to encourage research into solving this task, a dataset of sustainability reports and manually-extracted emission values is created and published.
31
 
32
+ While this dataset is intended for evaluation, the accompanying [sustainability-report-emissions](https://huggingface.co/datasets/nopperl/sustainability-report-emissions) dataset is intended for training/finetuning models.
33
+
34
  - **License:** Open Data Commons Public Domain Dedication and License (PDDL)
35
 
36
  ### Dataset Sources [optional]
 
41
 
42
  ## Uses
43
 
44
+ The dataset is intended to be used to evaluate automatic systems to extract machine-readable greenhouse gas emission data from sustainability reports.
45
 
46
  ## Dataset Structure
47
 
 
56
  - `scope_2_location_page` (list<int>): set of pages containing total location-based scope 2 emission data.
57
  - `scope_3_page` (list<int>): set of pages containing total scope 1 emission data.
58
  - `url` (string): the URL to the sustainability report PDF.
59
+ - `sha256` (string): SHA-256 hash string of the report PDF to ensure the integrity of downloaded files.
60
  - `subset` (string): indication of whether the report comes from the set of Euro Stoxx 50 (`eurostoxx`), NYSE (`nyse`) or Nikkei 225 (`tyo`) corporations.
61
 
62
  The remaining 15 fields contain the data for each of the [15 scope 3 emission categories](https://ghgprotocol.org/scope-3-calculation-guidance-2).
 
67
 
68
  ### Curation Rationale
69
 
70
+ To our knowledge, there is no publicly-available dataset containing manually extracted (self-reported) greenhouse gas emission data from sustainability reports. Hence, this dataset was collected to enable the evaluation of automatic information-extraction systems.
71
 
72
  ### Source Data
73
 
 
127
 
128
  **BibTeX:**
129
 
130
+ [More Information Needed]