Datasets:

Modalities:
Text
Formats:
json
Libraries:
Datasets
pandas
License:
isacat commited on
Commit
98408b2
·
verified ·
1 Parent(s): 0d6bb54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ FEVER (span annotated)
5
+
6
+ This dataset consists of the test set taken from `https://huggingface.co/datasets/fever/fever`, as tsv files with the following example format:
7
+
8
+ ```
9
+ claim: Home Alone is a film.
10
+ document: Home Alone is a 1990 American Christmas comedy film written and produced by John Hughes and directed by Chris Columbus ...
11
+ span: 121:270
12
+ ```
13
+
14
+ The spans indicate on character level, which sentences in the document are relevant to the claim, and are derived from the sentence level annotations of the original FEVER dataset.