You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated ClimateFEVER dataset with new version
* Adds Fill in the empty metadata.
* Updates the date tuple
* Update class name
Co-authored-by: Kenneth Enevoldsen <[email protected]>
* Update domains
Co-authored-by: Kenneth Enevoldsen <[email protected]>
* Update task_subtypes
* Update annotations_creators for the first version
* Update date
Co-authored-by: Kenneth Enevoldsen <[email protected]>
* Update task subtypes
* Update path
* Update description
---------
Co-authored-by: Kenneth Enevoldsen <[email protected]>
Co-authored-by: Mina Parham <[email protected]>
Copy file name to clipboardexpand all lines: mteb/tasks/Retrieval/eng/ClimateFEVERRetrieval.py
+38-2
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ class ClimateFEVER(AbsTaskRetrieval):
20
20
eval_splits=["test"],
21
21
eval_langs=["eng-Latn"],
22
22
main_score="ndcg_at_10",
23
-
date=None,
23
+
date=("2001-01-01", "2020-12-31"), # launch of wiki -> paper publication
24
24
domains=["Encyclopaedic", "Written"],
25
25
task_subtypes=["Claim verification"],
26
26
license="cc-by-sa-4.0",
@@ -56,7 +56,7 @@ class ClimateFEVERHardNegatives(AbsTaskRetrieval):
56
56
eval_splits=["test"],
57
57
eval_langs=["eng-Latn"],
58
58
main_score="ndcg_at_10",
59
-
date=None,
59
+
date=("2001-01-01", "2020-12-31"), # launch of wiki -> paper publication
60
60
domains=["Encyclopaedic", "Written"],
61
61
task_subtypes=["Claim verification"],
62
62
license="cc-by-sa-4.0",
@@ -72,3 +72,39 @@ class ClimateFEVERHardNegatives(AbsTaskRetrieval):
72
72
primaryClass={cs.CL}
73
73
}""",
74
74
)
75
+
76
+
77
+
classClimateFEVERRetrievalv2(AbsTaskRetrieval):
78
+
metadata=TaskMetadata(
79
+
name="ClimateFEVER.v2",
80
+
description="CLIMATE-FEVER is a dataset following the FEVER methodology, containing 1,535 real-world climate change claims. This updated version addresses corpus mismatches and qrel inconsistencies in MTEB, restoring labels while refining corpus-query alignment for better accuracy. ",
0 commit comments