Dataset Viewer
	The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
			removing the
			loading script
			and relying on
			automated data support
			(you can use
			convert_to_parquet
			from the datasets library). If this is not possible, please
			open a discussion
			for direct help.
		
Dataset Card for "covidfact_entailment"
Dataset Summary
COVID-FACT is a dataset of claims about COVID-19. For this version of the dataset, we follow the preprocessing from the MultiVerS modeling paper https://github.com/dwadden/multivers, verifying claims against abstracts of scientific research articles. Entailment labels and rationales are included.
Dataset Structure
Data fields
claim_id: Anint32claim identifier.claim: Astring.abstract_id: Anint32abstract identifier.title: Astring.abstract: A list ofstrings, one for each sentence in the abstract.verdict: The fact-checking verdict, astring.evidence: A list of sentences from the abstract which provide evidence for the verdict.
- Downloads last month
 - 10