Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
fact-checking
Languages:
English
Size:
100K - 1M
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
### Dataset Summary
|
2 |
This dataset is extracted from Fever dataset (https://fever.ai) and processed ready to train and evaluate.
|
3 |
The training objective is a text classification task - given a claim (text_0) and evidence (text_1), predict if evidence is related to claim.
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
+
language_creators:
|
5 |
+
- crowdsourced
|
6 |
+
languages:
|
7 |
+
- en
|
8 |
+
licenses:
|
9 |
+
- cc-by-sa-3.0
|
10 |
+
- gpl-3.0
|
11 |
+
multilinguality:
|
12 |
+
- monolingual
|
13 |
+
paperswithcode_id: fever
|
14 |
+
pretty_name: fever
|
15 |
+
size_categories:
|
16 |
+
- 100K<n<1M
|
17 |
+
source_datasets:
|
18 |
+
- extended|fever
|
19 |
+
task_categories:
|
20 |
+
- text-classification
|
21 |
+
task_ids:
|
22 |
+
- fact-checking
|
23 |
+
---
|
24 |
+
|
25 |
### Dataset Summary
|
26 |
This dataset is extracted from Fever dataset (https://fever.ai) and processed ready to train and evaluate.
|
27 |
The training objective is a text classification task - given a claim (text_0) and evidence (text_1), predict if evidence is related to claim.
|