tathagataraha commited on
Commit
22433f6
1 Parent(s): 7e5f68b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Claim
5
+ dtype: string
6
+ - name: Context
7
+ dtype: string
8
+ - name: Source
9
+ dtype: string
10
+ - name: Source Indices
11
+ dtype: string
12
+ - name: Relation
13
+ dtype: string
14
+ - name: Relation Indices
15
+ dtype: string
16
+ - name: Target
17
+ dtype: string
18
+ - name: Target Indices
19
+ dtype: string
20
+ - name: Inconsistent Claim Component
21
+ dtype: string
22
+ - name: Inconsistent Context-Span
23
+ dtype: string
24
+ - name: Inconsistent Context-Span Indices
25
+ dtype: string
26
+ - name: Inconsistency Type
27
+ dtype: string
28
+ - name: Fine-grained Inconsistent Entity-Type
29
+ dtype: string
30
+ - name: Coarse Inconsistent Entity-Type
31
+ dtype: string
32
+ splits:
33
+ - name: train
34
+ num_bytes: 2657091
35
+ num_examples: 6443
36
+ - name: validation
37
+ num_bytes: 333142
38
+ num_examples: 806
39
+ - name: test
40
+ num_bytes: 332484
41
+ num_examples: 806
42
+ download_size: 1784422
43
+ dataset_size: 3322717
44
+ ---
45
+ # Dataset Card for "ficle"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)