pepa commited on
Commit
fac416f
1 Parent(s): cf1bca8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +146 -3
README.md CHANGED
@@ -1,3 +1,146 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotations_creators:
2
+ - machine-generated
3
+ - expert-generated
4
+ language_creators:
5
+ - machine-generated
6
+ - crowdsourced
7
+ languages:
8
+ - en
9
+ licenses:
10
+ - cc-by-sa-3.0
11
+ - gpl-3.0
12
+ multilinguality:
13
+ - monolingual
14
+ paperswithcode_id: fever
15
+ pretty_name: ''
16
+ size_categories:
17
+ - 100K<n<1M
18
+ source_datasets:
19
+ - extended|fever
20
+ task_categories:
21
+ - text-classification
22
+ task_ids:
23
+ - fact-checking
24
+
25
+ # Dataset Card for fever_gold_evidence
26
+
27
+ ## Table of Contents
28
+ - [Dataset Description](#dataset-description)
29
+ - [Dataset Summary](#dataset-summary)
30
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
31
+ - [Languages](#languages)
32
+ - [Dataset Structure](#dataset-structure)
33
+ - [Data Instances](#data-instances)
34
+ - [Data Fields](#data-instances)
35
+ - [Data Splits](#data-instances)
36
+ - [Dataset Creation](#dataset-creation)
37
+ - [Curation Rationale](#curation-rationale)
38
+ - [Source Data](#source-data)
39
+ - [Annotations](#annotations)
40
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
41
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
42
+ - [Social Impact of Dataset](#social-impact-of-dataset)
43
+ - [Discussion of Biases](#discussion-of-biases)
44
+ - [Other Known Limitations](#other-known-limitations)
45
+ - [Additional Information](#additional-information)
46
+ - [Dataset Curators](#dataset-curators)
47
+ - [Licensing Information](#licensing-information)
48
+ - [Citation Information](#citation-information)
49
+
50
+ ## Dataset Description
51
+
52
+ - **Homepage:** https://github.com/copenlu/fever-adversarial-attacks
53
+ - **Repository:** https://github.com/copenlu/fever-adversarial-attacks
54
+ - **Paper:** https://aclanthology.org/2020.emnlp-main.256/
55
+ - **Leaderboard:** [Needs More Information]
56
+ - **Point of Contact:** [Needs More Information]
57
+
58
+ ### Dataset Summary
59
+
60
+ Dataset for training classification-only fact checking with claims from FEVER dataset.
61
+ This dataset is used in the paper "Generating Label Cohesive and Well-Formed Adversarial Claims", EMNLP 2020
62
+
63
+ The evidence is the gold evidence from the FEVER dataset for REFUTE and SUPPORT claims.
64
+ For NEI claims, we extract evidence sentences with the system in "Christopher Malon. 2018. Team Papelo: Transformer Networks at FEVER. In Proceedings of the
65
+ First Workshop on Fact Extraction and VERification (FEVER), pages 109113."
66
+
67
+
68
+ ### Supported Tasks and Leaderboards
69
+
70
+ [Needs More Information]
71
+
72
+ ### Languages
73
+
74
+ [Needs More Information]
75
+
76
+ ## Dataset Structure
77
+
78
+ ### Data Instances
79
+
80
+ [Needs More Information]
81
+
82
+ ### Data Fields
83
+
84
+ [Needs More Information]
85
+
86
+ ### Data Splits
87
+
88
+ [Needs More Information]
89
+
90
+ ## Dataset Creation
91
+
92
+ ### Curation Rationale
93
+
94
+ [Needs More Information]
95
+
96
+ ### Source Data
97
+
98
+ #### Initial Data Collection and Normalization
99
+
100
+ [Needs More Information]
101
+
102
+ #### Who are the source language producers?
103
+
104
+ [Needs More Information]
105
+
106
+ ### Annotations
107
+
108
+ #### Annotation process
109
+
110
+ [Needs More Information]
111
+
112
+ #### Who are the annotators?
113
+
114
+ [Needs More Information]
115
+
116
+ ### Personal and Sensitive Information
117
+
118
+ [Needs More Information]
119
+
120
+ ## Considerations for Using the Data
121
+
122
+ ### Social Impact of Dataset
123
+
124
+ [Needs More Information]
125
+
126
+ ### Discussion of Biases
127
+
128
+ [Needs More Information]
129
+
130
+ ### Other Known Limitations
131
+
132
+ [Needs More Information]
133
+
134
+ ## Additional Information
135
+
136
+ ### Dataset Curators
137
+
138
+ [Needs More Information]
139
+
140
+ ### Licensing Information
141
+
142
+ [Needs More Information]
143
+
144
+ ### Citation Information
145
+
146
+ [Needs More Information]