CoolFace
Apppublic

MMo4/csit-ned-chatbot

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
knowledge_graph.json391 linesDownload Raw Back to root
1{
2  "nodes": [
3    {
4      "id": "BCIT",
5      "concept": "BCIT",
6      "category": "program",
7      "weight": 1.0,
8      "metadata": {
9        "full_name": "Computer Science"
10      }
11    },
12    {
13      "id": "SE",
14      "concept": "SE",
15      "category": "program",
16      "weight": 1.0,
17      "metadata": {
18        "full_name": "Software Engineering"
19      }
20    },
21    {
22      "id": "CIS",
23      "concept": "CIS",
24      "category": "program",
25      "weight": 1.0,
26      "metadata": {
27        "full_name": "Computer Engineering"
28      }
29    },
30    {
31      "id": "theory",
32      "concept": "theoretical learning",
33      "category": "practical",
34      "weight": 0.8,
35      "metadata": {
36        "importance": "high"
37      }
38    },
39    {
40      "id": "practical",
41      "concept": "hands-on learning",
42      "category": "practical",
43      "weight": 0.9,
44      "metadata": {
45        "importance": "high"
46      }
47    },
48    {
49      "id": "curriculum",
50      "concept": "course structure",
51      "category": "practical",
52      "weight": 0.7,
53      "metadata": {
54        "scope": "broad"
55      }
56    },
57    {
58      "id": "labs",
59      "concept": "laboratory work",
60      "category": "practical",
61      "weight": 0.8,
62      "metadata": {
63        "hands_on": true
64      }
65    },
66    {
67      "id": "career_prospects",
68      "concept": "job opportunities",
69      "category": "career",
70      "weight": 0.9,
71      "metadata": {
72        "priority": "high"
73      }
74    },
75    {
76      "id": "salary",
77      "concept": "compensation",
78      "category": "career",
79      "weight": 0.8,
80      "metadata": {
81        "measurable": true
82      }
83    },
84    {
85      "id": "job_market",
86      "concept": "employment market",
87      "category": "career",
88      "weight": 0.7,
89      "metadata": {
90        "dynamic": true
91      }
92    },
93    {
94      "id": "companies",
95      "concept": "employers",
96      "category": "career",
97      "weight": 0.8,
98      "metadata": {
99        "specific": true
100      }
101    },
102    {
103      "id": "software_dev",
104      "concept": "software development",
105      "category": "career",
106      "weight": 0.9,
107      "metadata": {
108        "role_type": "technical"
109      }
110    },
111    {
112      "id": "data_science",
113      "concept": "data science",
114      "category": "career",
115      "weight": 0.8,
116      "metadata": {
117        "role_type": "analytical"
118      }
119    },
120    {
121      "id": "anxiety",
122      "concept": "student anxiety",
123      "category": "emotional",
124      "weight": 0.7,
125      "metadata": {
126        "negative": true
127      }
128    },
129    {
130      "id": "worry",
131      "concept": "concerns",
132      "category": "emotional",
133      "weight": 0.6,
134      "metadata": {
135        "negative": true
136      }
137    },
138    {
139      "id": "confidence",
140      "concept": "self-assurance",
141      "category": "emotional",
142      "weight": 0.8,
143      "metadata": {
144        "positive": true
145      }
146    },
147    {
148      "id": "confusion",
149      "concept": "uncertainty",
150      "category": "emotional",
151      "weight": 0.5,
152      "metadata": {
153        "neutral": true
154      }
155    },
156    {
157      "id": "theory_myth",
158      "concept": "theoretical only myth",
159      "category": "emotional",
160      "weight": 0.6,
161      "metadata": {
162        "misconception": true
163      }
164    },
165    {
166      "id": "job_readiness",
167      "concept": "industry preparation",
168      "category": "career",
169      "weight": 0.9,
170      "metadata": {
171        "outcome": true
172      }
173    },
174    {
175      "id": "admissions",
176      "concept": "admission process",
177      "category": "practical",
178      "weight": 0.8,
179      "metadata": {
180        "process": true
181      }
182    },
183    {
184      "id": "merit",
185      "concept": "merit requirements",
186      "category": "practical",
187      "weight": 0.7,
188      "metadata": {
189        "quantitative": true
190      }
191    }
192  ],
193  "edges": [
194    {
195      "source": "BCIT",
196      "target": "theory",
197      "relationship_type": "hierarchical",
198      "strength": 0.8,
199      "bidirectional": true
200    },
201    {
202      "source": "BCIT",
203      "target": "practical",
204      "relationship_type": "hierarchical",
205      "strength": 0.7,
206      "bidirectional": true
207    },
208    {
209      "source": "BCIT",
210      "target": "career_prospects",
211      "relationship_type": "causal",
212      "strength": 0.8,
213      "bidirectional": false
214    },
215    {
216      "source": "BCIT",
217      "target": "software_dev",
218      "relationship_type": "causal",
219      "strength": 0.8,
220      "bidirectional": false
221    },
222    {
223      "source": "BCIT",
224      "target": "data_science",
225      "relationship_type": "causal",
226      "strength": 0.7,
227      "bidirectional": false
228    },
229    {
230      "source": "BCIT",
231      "target": "theory_myth",
232      "relationship_type": "comparative",
233      "strength": 0.9,
234      "bidirectional": false
235    },
236    {
237      "source": "BCIT",
238      "target": "SE",
239      "relationship_type": "comparative",
240      "strength": 0.9,
241      "bidirectional": true
242    },
243    {
244      "source": "BCIT",
245      "target": "CIS",
246      "relationship_type": "comparative",
247      "strength": 0.8,
248      "bidirectional": true
249    },
250    {
251      "source": "BCIT",
252      "target": "admissions",
253      "relationship_type": "hierarchical",
254      "strength": 0.8,
255      "bidirectional": false
256    },
257    {
258      "source": "SE",
259      "target": "practical",
260      "relationship_type": "hierarchical",
261      "strength": 0.9,
262      "bidirectional": true
263    },
264    {
265      "source": "SE",
266      "target": "career_prospects",
267      "relationship_type": "causal",
268      "strength": 0.8,
269      "bidirectional": false
270    },
271    {
272      "source": "SE",
273      "target": "software_dev",
274      "relationship_type": "causal",
275      "strength": 0.9,
276      "bidirectional": false
277    },
278    {
279      "source": "SE",
280      "target": "CIS",
281      "relationship_type": "comparative",
282      "strength": 0.7,
283      "bidirectional": true
284    },
285    {
286      "source": "SE",
287      "target": "admissions",
288      "relationship_type": "hierarchical",
289      "strength": 0.8,
290      "bidirectional": false
291    },
292    {
293      "source": "CIS",
294      "target": "practical",
295      "relationship_type": "hierarchical",
296      "strength": 0.8,
297      "bidirectional": true
298    },
299    {
300      "source": "CIS",
301      "target": "career_prospects",
302      "relationship_type": "causal",
303      "strength": 0.8,
304      "bidirectional": false
305    },
306    {
307      "source": "CIS",
308      "target": "admissions",
309      "relationship_type": "hierarchical",
310      "strength": 0.8,
311      "bidirectional": false
312    },
313    {
314      "source": "theory",
315      "target": "practical",
316      "relationship_type": "causal",
317      "strength": 0.6,
318      "bidirectional": true
319    },
320    {
321      "source": "practical",
322      "target": "job_readiness",
323      "relationship_type": "causal",
324      "strength": 0.9,
325      "bidirectional": false
326    },
327    {
328      "source": "practical",
329      "target": "confidence",
330      "relationship_type": "causal",
331      "strength": 0.8,
332      "bidirectional": false
333    },
334    {
335      "source": "practical",
336      "target": "theory_myth",
337      "relationship_type": "resolves",
338      "strength": 0.9,
339      "bidirectional": false
340    },
341    {
342      "source": "career_prospects",
343      "target": "salary",
344      "relationship_type": "hierarchical",
345      "strength": 0.9,
346      "bidirectional": false
347    },
348    {
349      "source": "career_prospects",
350      "target": "job_market",
351      "relationship_type": "hierarchical",
352      "strength": 0.7,
353      "bidirectional": false
354    },
355    {
356      "source": "career_prospects",
357      "target": "companies",
358      "relationship_type": "hierarchical",
359      "strength": 0.8,
360      "bidirectional": false
361    },
362    {
363      "source": "anxiety",
364      "target": "theory_myth",
365      "relationship_type": "causal",
366      "strength": 0.8,
367      "bidirectional": false
368    },
369    {
370      "source": "anxiety",
371      "target": "worry",
372      "relationship_type": "emotional",
373      "strength": 0.7,
374      "bidirectional": true
375    },
376    {
377      "source": "confidence",
378      "target": "job_readiness",
379      "relationship_type": "causal",
380      "strength": 0.9,
381      "bidirectional": false
382    },
383    {
384      "source": "admissions",
385      "target": "merit",
386      "relationship_type": "hierarchical",
387      "strength": 0.9,
388      "bidirectional": false
389    }
390  ]
391}