Spaces:
Runtime error
Runtime error
[UPDATE] update example texts
Browse files
app.py
CHANGED
@@ -72,44 +72,44 @@ def tcfd_classify(text):
|
|
72 |
|
73 |
data1 = {
|
74 |
"example": [
|
75 |
-
"Example 1 (
|
76 |
-
"Example 2 (
|
77 |
-
"Example 3 (
|
78 |
"Example 4 (Humans are too insignificant to affect global climate.)",
|
79 |
],
|
80 |
"claim": [
|
81 |
-
"
|
82 |
-
"
|
83 |
-
"
|
84 |
"Humans are too insignificant to affect global climate.",
|
85 |
],
|
86 |
"evidence": [
|
87 |
-
"
|
88 |
-
"
|
89 |
-
"
|
90 |
"Human impact on the environment or anthropogenic impact on the environment includes changes to biophysical environments and ecosystems, biodiversity, and natural resources caused directly or indirectly by humans, including global warming, environmental degradation (such as ocean acidification), mass extinction and biodiversity loss, ecological crisis, and ecological collapse.",
|
91 |
],
|
92 |
-
"label": ["
|
93 |
}
|
94 |
|
95 |
data2 = {
|
96 |
"example": [
|
97 |
-
"Example 1 (
|
98 |
-
"Example 2 (There are no sentences in the provided excerpts that
|
99 |
-
"Example 3 (
|
100 |
-
"Example 4 (
|
101 |
],
|
102 |
"text": [
|
103 |
-
"
|
104 |
-
"There are no sentences in the provided excerpts that
|
105 |
-
"
|
106 |
-
"
|
107 |
],
|
108 |
"label": [
|
109 |
-
"
|
110 |
-
"Metrics and Targets
|
111 |
-
"
|
112 |
-
"Governance
|
113 |
],
|
114 |
}
|
115 |
|
|
|
72 |
|
73 |
data1 = {
|
74 |
"example": [
|
75 |
+
"Example 1 (there is no relationship between temperature and carbon dioxide emissions by Âhumans[...])",
|
76 |
+
"Example 2 (The late 1970s marked the end of a 30-year cooling trend.)",
|
77 |
+
"Example 3 (Even during a period of long term warming, there are short periods of cooling due to climate variability.)",
|
78 |
"Example 4 (Humans are too insignificant to affect global climate.)",
|
79 |
],
|
80 |
"claim": [
|
81 |
+
"there is no relationship between temperature and carbon dioxide emissions by Âhumans[...]",
|
82 |
+
"The late 1970s marked the end of a 30-year cooling trend.",
|
83 |
+
"Even during a period of long term warming, there are short periods of cooling due to climate variability.",
|
84 |
"Humans are too insignificant to affect global climate.",
|
85 |
],
|
86 |
"evidence": [
|
87 |
+
"Human activities are now causing atmospheric concentrations of greenhouse gases—including carbon dioxide, methane, tropospheric ozone, and nitrous oxide—to rise well above pre-industrial levels ... Increases in greenhouse gases are causing temperatures to rise ...",
|
88 |
+
"During the last 20-30 years, world temperature has fallen, irregularly at first but more sharply over the last decade..",
|
89 |
+
"El Niño events cause short-term (approximately 1 year in length) spikes in global average surface temperature while La Niña events cause short term cooling.",
|
90 |
"Human impact on the environment or anthropogenic impact on the environment includes changes to biophysical environments and ecosystems, biodiversity, and natural resources caused directly or indirectly by humans, including global warming, environmental degradation (such as ocean acidification), mass extinction and biodiversity loss, ecological crisis, and ecological collapse.",
|
91 |
],
|
92 |
+
"label": ["REFUTES", "NOT_ENOUGH_INFO", "SUPPORTS", "REFUTES"],
|
93 |
}
|
94 |
|
95 |
data2 = {
|
96 |
"example": [
|
97 |
+
"Example 1 (Should our products fail to meet energy-efficiency standards and regulations, we will risk losing sales opportunities.)",
|
98 |
+
"Example 2 (There are no sentences in the provided excerpts that describe the targets the company uses to manage climate-related risks or opportunities.)",
|
99 |
+
"Example 3 (Describe how processes for identifying, assessing, and managing climate-related risks are integrated into the organization’s overall risk management.)",
|
100 |
+
"Example 4 (Reporting on such risks and opportunities is provided to.)",
|
101 |
],
|
102 |
"text": [
|
103 |
+
"Should our products fail to meet energy-efficiency standards and regulations, we will risk losing sales opportunities.",
|
104 |
+
"There are no sentences in the provided excerpts that describe the targets the company uses to manage climate-related risks or opportunities.",
|
105 |
+
"Describe how processes for identifying, assessing, and managing climate-related risks are integrated into the organization’s overall risk management.",
|
106 |
+
"Reporting on such risks and opportunities is provided to.",
|
107 |
],
|
108 |
"label": [
|
109 |
+
"Strategy a)",
|
110 |
+
"Metrics and Targets c)",
|
111 |
+
"Risk Management c)",
|
112 |
+
"Governance a)",
|
113 |
],
|
114 |
}
|
115 |
|