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: An int32 claim identifier.
  • claim: A string.
  • abstract_id: An int32 abstract identifier.
  • title: A string.
  • abstract: A list of strings, one for each sentence in the abstract.
  • verdict: The fact-checking verdict, a string.
  • evidence: A list of sentences from the abstract which provide evidence for the verdict.
Downloads last month
0
Edit dataset card