Dataset Viewer
Full Screen Viewer
Full Screen
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 "healthver_entailment"
Dataset Summary
HealthVer is a dataset of public health claims, verified against scientific research articles. For this version of the dataset, we follow the preprocessing from the MultiVerS modeling paper https://github.com/dwadden/multivers, verifying claims against full article abstracts rather than individual sentences. Entailment labels and rationales are included.
Dataset Structure
Data fields
claim_id
: Anint32
claim identifier.claim
: Astring
.abstract_id
: Anint32
abstract 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
- 154