File size: 1,845 Bytes
8bf74e5
 
 
 
 
96b5bb6
 
8bf74e5
 
 
 
 
 
 
 
 
 
 
 
96b5bb6
8bf74e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96b5bb6
 
 
 
 
 
 
8bf74e5
 
 
96b5bb6
8bf74e5
 
 
 
 
 
 
 
 
 
96b5bb6
8bf74e5
 
 
 
96b5bb6
8bf74e5
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
annotations_creators:
- expert-generated
language_creators:
- found
language:
- en
license:
- cc-by-nc-2.0
multilinguality:
- monolingual
size_categories:
- 1K<n<10K
source_datasets:
- original
task_categories:
- text-classification
task_ids:
- fact-checking
pretty_name: CovidFact
dataset_info:
  features:
  - name: claim_id
    dtype: int32
  - name: claim
    dtype: string
  - name: abstract_id
    dtype: int32
  - name: title
    dtype: string
  - name: abstract
    sequence: string
  - name: verdict
    dtype: string
  - name: evidence
    sequence: int32
  splits:
  - name: train
    num_bytes: 1547185
    num_examples: 940
  - name: test
    num_bytes: 523542
    num_examples: 317
  download_size: 3610222
  dataset_size: 2070727
---


# Dataset Card for "covidfact_entailment"

## Table of Contents

- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
- [Dataset Structure](#dataset-structure)
  - [Data Fields](#data-fields)

## Dataset Description

- **Repository:** <https://github.com/asaakyan/covidfact>
- **Point of Contact:** [David Wadden](mailto:[email protected])

### 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.