Rricha commited on
Commit
5525641
1 Parent(s): 51b895b

Update climate-evaluation.py

Browse files
Files changed (1) hide show
  1. climate-evaluation.py +2 -2
climate-evaluation.py CHANGED
@@ -203,7 +203,7 @@ class ClimateEvaluation(datasets.GeneratorBasedBuilder):
203
  """\
204
  The Exeter Climate Claims dataset contains textual data from 33 influential climate contrarian blogs and the climate-change-related content from 20 conservative think tanks spanning the years 1998 to 2020. Annotation of the dataset was done manually using a thorough three-layer taxonomy of (climate-change related) contrarian claims, which was developed by the authors. We utilize this dataset specifically for the binary classification task of discerning whether a given text contains a contrarian claim pertaining to climate change or not.  """
205
  ),
206
- data_dir="exeter/",
207
  text_features={"text": "text"},
208
  label_classes=["0", "1"],
209
  label_column="label",
@@ -268,7 +268,7 @@ class ClimateEvaluation(datasets.GeneratorBasedBuilder):
268
  EXAMS is a multiple choice question answering collected from high school examinations. To evaluate ClimateGPT on the cascaded machine translation approach, we evaluate on the Arabic subset of this dataset. The Arabic subset covers questions from biology, physics, science, social science and Islamic studies. Note, this dataset is in arabic.
269
  """
270
  ),
271
- data_dir="exams/",
272
  text_features={"subject": "subject", "question_stem": "question_stem", "choices": "choices"},
273
  label_classes=["A", "B", "C", "D"],
274
  label_column="answerKey",
 
203
  """\
204
  The Exeter Climate Claims dataset contains textual data from 33 influential climate contrarian blogs and the climate-change-related content from 20 conservative think tanks spanning the years 1998 to 2020. Annotation of the dataset was done manually using a thorough three-layer taxonomy of (climate-change related) contrarian claims, which was developed by the authors. We utilize this dataset specifically for the binary classification task of discerning whether a given text contains a contrarian claim pertaining to climate change or not.  """
205
  ),
206
+ data_dir="exeter",
207
  text_features={"text": "text"},
208
  label_classes=["0", "1"],
209
  label_column="label",
 
268
  EXAMS is a multiple choice question answering collected from high school examinations. To evaluate ClimateGPT on the cascaded machine translation approach, we evaluate on the Arabic subset of this dataset. The Arabic subset covers questions from biology, physics, science, social science and Islamic studies. Note, this dataset is in arabic.
269
  """
270
  ),
271
+ data_dir="exams",
272
  text_features={"subject": "subject", "question_stem": "question_stem", "choices": "choices"},
273
  label_classes=["A", "B", "C", "D"],
274
  label_column="answerKey",