lhoestq HF staff commited on
Commit
932ad9c
1 Parent(s): 3cc1483

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -21,6 +21,45 @@ paperswithcode_id: circa
21
  pretty_name: CIRCA
22
  tags:
23
  - question-answer-pair-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for CIRCA
21
  pretty_name: CIRCA
22
  tags:
23
  - question-answer-pair-classification
24
+ dataset_info:
25
+ features:
26
+ - name: context
27
+ dtype: string
28
+ - name: question-X
29
+ dtype: string
30
+ - name: canquestion-X
31
+ dtype: string
32
+ - name: answer-Y
33
+ dtype: string
34
+ - name: judgements
35
+ dtype: string
36
+ - name: goldstandard1
37
+ dtype:
38
+ class_label:
39
+ names:
40
+ 0: 'Yes'
41
+ 1: 'No'
42
+ 2: In the middle, neither yes nor no
43
+ 3: Probably yes / sometimes yes
44
+ 4: Probably no
45
+ 5: Yes, subject to some conditions
46
+ 6: Other
47
+ 7: I am not sure how X will interpret Y’s answer
48
+ - name: goldstandard2
49
+ dtype:
50
+ class_label:
51
+ names:
52
+ 0: 'Yes'
53
+ 1: 'No'
54
+ 2: In the middle, neither yes nor no
55
+ 3: Yes, subject to some conditions
56
+ 4: Other
57
+ splits:
58
+ - name: train
59
+ num_bytes: 8149489
60
+ num_examples: 34268
61
+ download_size: 7766077
62
+ dataset_size: 8149489
63
  ---
64
 
65
  # Dataset Card for CIRCA