KennethEnevoldsen commited on
Commit
0faf63d
1 Parent(s): 387ae45

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,3 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # CTKFacts dataset for Natural Language Inference
2
 
3
  Czech Natural Language Inference dataset of ~3K *evidence*-*claim* pairs labelled with SUPPORTS, REFUTES or NOT ENOUGH INFO veracity labels. Extracted from a round of fact-checking experiments concluded and described within the CsFEVER and [CTKFacts: Czech Datasets for Fact Verification](https://arxiv.org/abs/2201.11115) paper currently being revised for publication in LREV journal.
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int32
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': REFUTES
11
+ '1': NOT ENOUGH INFO
12
+ '2': SUPPORTS
13
+ - name: evidence
14
+ dtype: string
15
+ - name: claim
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 2109934
20
+ num_examples: 3626
21
+ - name: validation
22
+ num_bytes: 242251
23
+ num_examples: 482
24
+ - name: test
25
+ num_bytes: 285028
26
+ num_examples: 558
27
+ download_size: 963565
28
+ dataset_size: 2637213
29
+ configs:
30
+ - config_name: default
31
+ data_files:
32
+ - split: train
33
+ path: data/train-*
34
+ - split: validation
35
+ path: data/validation-*
36
+ - split: test
37
+ path: data/test-*
38
+ ---
39
  # CTKFacts dataset for Natural Language Inference
40
 
41
  Czech Natural Language Inference dataset of ~3K *evidence*-*claim* pairs labelled with SUPPORTS, REFUTES or NOT ENOUGH INFO veracity labels. Extracted from a round of fact-checking experiments concluded and described within the CsFEVER and [CTKFacts: Czech Datasets for Fact Verification](https://arxiv.org/abs/2201.11115) paper currently being revised for publication in LREV journal.
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0fdc92be778be7947b0b881b0b4537f75827be931c69d5c72d69ab64ea7a31b
3
+ size 59590
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35013f7fd46883f26090d8282e58e19c15590ca11e1944d5420c6e55387ccba9
3
+ size 848923
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:843641d5165b5d6d5d7afb2870262c5ccf7aebb85ef7d2a5faa6a8a783b2b902
3
+ size 55052