nbalepur commited on
Commit
9f1fed1
·
verified ·
1 Parent(s): 074c1cf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: choices
7
+ sequence: string
8
+ - name: answer
9
+ dtype: string
10
+ - name: flaws
11
+ struct:
12
+ - name: absolute_terms
13
+ dtype: int64
14
+ - name: all_of_the_above
15
+ dtype: int64
16
+ - name: ambiguous_unclear_information
17
+ dtype: int64
18
+ - name: avoid_convergence_cues
19
+ dtype: int64
20
+ - name: avoid_logical_cues
21
+ dtype: int64
22
+ - name: complex_k_type
23
+ dtype: int64
24
+ - name: fill_in_the_blank
25
+ dtype: int64
26
+ - name: grammatical_cues_in_stem
27
+ dtype: int64
28
+ - name: gratuitous_information_in_stem
29
+ dtype: int64
30
+ - name: implausible_distractors
31
+ dtype: int64
32
+ - name: longest_answer_correct
33
+ dtype: int64
34
+ - name: lost_sequence
35
+ dtype: int64
36
+ - name: more_than_one_correct
37
+ dtype: int64
38
+ - name: negative_worded_stem
39
+ dtype: int64
40
+ - name: none_of_the_above
41
+ dtype: int64
42
+ - name: true_or_false
43
+ dtype: int64
44
+ - name: unfocused_stem
45
+ dtype: int64
46
+ - name: vague_terms
47
+ dtype: int64
48
+ - name: word_repeats_in_stem_and_correct_answer
49
+ dtype: int64
50
+ splits:
51
+ - name: train
52
+ num_bytes: 103517
53
+ num_examples: 217
54
+ download_size: 51285
55
+ dataset_size: 103517
56
+ configs:
57
+ - config_name: default
58
+ data_files:
59
+ - split: train
60
+ path: data/train-*
61
+ ---
62
+ # Dataset Card for "MCQA_IWF"
63
+
64
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)