File size: 8,065 Bytes
2cb0b68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
{
  "model_info": {
    "name": "Bloom's Taxonomy Classifier",
    "version": "1.0",
    "repository": "Jrine/blooms",
    "created": "2025-11-18",
    "taxonomy_type": "cognitive_domain",
    "dataset": "blooms_taxonomy_dataset.csv"
  },
  "levels": [
    {
      "level": 0,
      "code": "BT1",
      "name": "Remember",
      "definition": "Retrieve relevant knowledge from long-term memory; recall facts and basic concepts",
      "cognitive_demand": "Low",
      "keywords": {
        "primary": [
          "define",
          "list",
          "recall",
          "identify",
          "name",
          "state",
          "describe",
          "recognize",
          "label",
          "match",
          "memorize",
          "repeat"
        ],
        "question_words": [
          "what",
          "when",
          "where",
          "who",
          "which",
          "how many",
          "how much"
        ],
        "context_phrases": [
          "what is",
          "how many",
          "list the",
          "name the",
          "define the term",
          "recall the"
        ]
      },
      "example_questions": [
        "Define compound interest.",
        "How many states are there in USA?",
        "List the three branches of government.",
        "What is the capital of France?",
        "Label the parts of a cell."
      ]
    },
    {
      "level": 1,
      "code": "BT2",
      "name": "Understand",
      "definition": "Construct meaning from instructional messages; explain ideas or concepts",
      "cognitive_demand": "Low-Medium",
      "keywords": {
        "primary": [
          "explain",
          "summarize",
          "paraphrase",
          "classify",
          "compare",
          "interpret",
          "discuss",
          "describe",
          "illustrate",
          "translate"
        ],
        "question_words": [
          "why",
          "how",
          "what does it mean"
        ],
        "context_phrases": [
          "explain how",
          "describe why",
          "summarize the",
          "what is the relationship"
        ]
      },
      "example_questions": [
        "Explain how photosynthesis works.",
        "Summarize the causes of World War II.",
        "Describe the water cycle.",
        "Why does the moon orbit Earth?",
        "Interpret this graph."
      ]
    },
    {
      "level": 2,
      "code": "BT3",
      "name": "Apply",
      "definition": "Use information or procedures in new situations; carry out or implement",
      "cognitive_demand": "Medium",
      "keywords": {
        "primary": [
          "apply",
          "use",
          "demonstrate",
          "implement",
          "solve",
          "execute",
          "operate",
          "calculate",
          "compute",
          "construct"
        ],
        "question_words": [
          "solve",
          "calculate",
          "use",
          "demonstrate"
        ],
        "context_phrases": [
          "apply the",
          "use to solve",
          "calculate the",
          "demonstrate how"
        ]
      },
      "example_questions": [
        "Apply the quadratic formula to solve x² + 5x + 6 = 0.",
        "Use Newton's laws to calculate the force.",
        "Demonstrate the scientific method.",
        "Calculate the area of a triangle.",
        "Implement a sorting algorithm."
      ]
    },
    {
      "level": 3,
      "code": "BT4",
      "name": "Analyze",
      "definition": "Break material into parts and determine how parts relate; distinguish between components",
      "cognitive_demand": "High",
      "keywords": {
        "primary": [
          "analyze",
          "examine",
          "compare",
          "contrast",
          "differentiate",
          "distinguish",
          "investigate",
          "categorize",
          "organize"
        ],
        "question_words": [
          "compare",
          "contrast",
          "distinguish",
          "examine"
        ],
        "context_phrases": [
          "analyze the",
          "compare and contrast",
          "distinguish between",
          "examine the relationship"
        ]
      },
      "example_questions": [
        "Analyze the causes and effects of climate change.",
        "Compare and contrast mitosis and meiosis.",
        "Distinguish between weather and climate.",
        "Examine the relationship between supply and demand.",
        "What are the differences between RNA and DNA?"
      ]
    },
    {
      "level": 4,
      "code": "BT5",
      "name": "Evaluate",
      "definition": "Make judgments based on criteria and standards; critique and justify decisions",
      "cognitive_demand": "High",
      "keywords": {
        "primary": [
          "evaluate",
          "judge",
          "critique",
          "assess",
          "justify",
          "argue",
          "defend",
          "recommend",
          "prioritize",
          "rate"
        ],
        "question_words": [
          "evaluate",
          "judge",
          "assess",
          "critique",
          "which is better"
        ],
        "context_phrases": [
          "evaluate the effectiveness",
          "critique the argument",
          "assess whether",
          "justify your position"
        ]
      },
      "example_questions": [
        "Evaluate the effectiveness of renewable energy policies.",
        "Critique the author's argument.",
        "Assess whether this research is valid.",
        "Justify your position on vaccination.",
        "Which economic system is better and why?"
      ]
    },
    {
      "level": 5,
      "code": "BT6",
      "name": "Create",
      "definition": "Put elements together to form a coherent whole; produce new or original work",
      "cognitive_demand": "Very High",
      "keywords": {
        "primary": [
          "create",
          "design",
          "develop",
          "construct",
          "produce",
          "invent",
          "formulate",
          "compose",
          "plan",
          "generate",
          "build"
        ],
        "question_words": [
          "design",
          "create",
          "develop",
          "propose"
        ],
        "context_phrases": [
          "design a",
          "create a new",
          "develop a plan",
          "propose a solution"
        ]
      },
      "example_questions": [
        "Design an experiment to test plant growth.",
        "Create a marketing strategy for a product.",
        "Develop a budget plan.",
        "Propose a solution to traffic congestion.",
        "Construct a mathematical model."
      ]
    }
  ],
  "classification_rules": {
    "decision_tree": [
      {
        "question": "Is it asking for basic facts or definitions?",
        "keywords": [
          "define",
          "what",
          "how many"
        ],
        "level": 0
      },
      {
        "question": "Is it asking to explain or describe?",
        "keywords": [
          "explain",
          "why",
          "describe"
        ],
        "level": 1
      },
      {
        "question": "Is it asking to apply or solve?",
        "keywords": [
          "apply",
          "solve",
          "calculate"
        ],
        "level": 2
      },
      {
        "question": "Is it asking to compare or analyze?",
        "keywords": [
          "analyze",
          "compare",
          "distinguish"
        ],
        "level": 3
      },
      {
        "question": "Is it asking to evaluate or judge?",
        "keywords": [
          "evaluate",
          "critique",
          "assess"
        ],
        "level": 4
      },
      {
        "question": "Is it asking to create or design?",
        "keywords": [
          "create",
          "design",
          "develop"
        ],
        "level": 5
      }
    ]
  },
  "quality_thresholds": {
    "minimum_acceptable_confidence": 0.7,
    "good_confidence": 0.8,
    "high_confidence": 0.9,
    "target_per_class_accuracy": 0.85,
    "target_overall_accuracy": 0.88
  }
}