ARISCOT/Digital_Literacy_Fact_Checker
Text Classification • Updated • 1
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.
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.
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.