-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dataset/update climate fever #1873
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -72,3 +72,39 @@ class ClimateFEVERHardNegatives(AbsTaskRetrieval): | |||||
primaryClass={cs.CL} | ||||||
}""", | ||||||
) | ||||||
|
||||||
|
||||||
class ClimateFEVERv2(AbsTaskRetrieval): | ||||||
metadata = TaskMetadata( | ||||||
name="ClimateFEVER.v2", | ||||||
description="CLIMATE-FEVER is a dataset adopting the FEVER methodology that consists of 1,535 real-world claims regarding climate-change. ", | ||||||
reference="https://www.sustainablefinance.uzh.ch/en/research/climate-fever.html", | ||||||
dataset={ | ||||||
"path": "Mina76/climate-fever", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would love to move this over to the mteb org to ensure that it doesn't get taken down (I have sent you an invite to the org). Not to say that you would do it, but it has happened sometimes (often people just cleaning up the datasets) |
||||||
"revision": "e438c9586767800aeb10dbe8a245c41dbea4e5f4", | ||||||
}, | ||||||
type="Retrieval", | ||||||
category="s2p", | ||||||
modalities=["text"], | ||||||
eval_splits=["test"], | ||||||
eval_langs=["eng-Latn"], | ||||||
main_score="ndcg_at_10", | ||||||
date=("2020-12-11", "2020-12-11"), | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The date should refer to when the source data was written. E.g. articles from the period 2014-2018. |
||||||
domains=["Academic"], | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
What is the source data of climate fever? Research articles? (would be great to update the description to make this clearer |
||||||
task_subtypes=["Question answering"], | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Isn't it Claim Verification? |
||||||
license="cc-by-sa-4.0", | ||||||
annotations_creators="human-annotated", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. if the metadata is not filled out in the old one - could you move this up there as well? |
||||||
dialect=[], | ||||||
sample_creation="found", | ||||||
bibtex_citation="""@misc{diggelmann2021climatefever, | ||||||
title={CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims}, | ||||||
author={Thomas Diggelmann and Jordan Boyd-Graber and Jannis Bulian and Massimiliano Ciaramita and Markus Leippold}, | ||||||
year={2021}, | ||||||
eprint={2012.00614}, | ||||||
archivePrefix={arXiv}, | ||||||
primaryClass={cs.CL} | ||||||
}""", | ||||||
prompt={ | ||||||
"query": "Given a claim about climate change, retrieve documents that support or refute the claim" | ||||||
}, | ||||||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will need to add
supeseded_by
to ClimateFEVERIf we want to consistently name tasks we should probably call this
The same with the name