ballagb19 commited on
Commit
86cc843
·
verified ·
1 Parent(s): caf7402

Research upload - 2026-04-04 17:35

Browse files
Files changed (5) hide show
  1. all_data.json +541 -485
  2. index.html +109 -103
  3. master_database.xlsx +0 -0
  4. report_data.json +541 -485
  5. research_report.docx +0 -0
all_data.json CHANGED
@@ -1,771 +1,827 @@
1
  {
2
  "papers": [
3
  {
4
- "title": "Afro-MNIST: Synthetic generation of MNIST-style datasets for low-resource languages",
5
- "abstract": "We present Afro-MNIST, a set of synthetic MNIST-style datasets for four orthographies used in Afro-Asiatic and Niger-Congo languages: Ge`ez (Ethiopic), Vai, Osmanya, and N'Ko. These datasets serve as \"drop-in\" replacements for MNIST. We also describe and open-source a method for synthetic MNIST-style dataset generation from single examples of each digit. These datasets can be found at https://github.com/Daniel-Wu/AfroMNIST. We hope that MNIST-style datasets will be developed for other numeral systems, and that these datasets vitalize machine learning education in underrepresented nations in the research community.",
6
  "authors": [
7
- "Daniel J Wu",
8
- "Andrew C Yang",
9
- "Vinay U Prabhu"
10
  ],
11
- "year": "2020",
12
- "journal": "arXiv Preprint",
13
- "doi": "",
14
- "pdf_url": "https://arxiv.org/pdf/2009.13509v1",
15
- "citations": 0,
16
- "source": "Unknown",
17
- "quartile": "Q3",
18
- "url": "https://arxiv.org/pdf/2009.13509v1",
19
- "relevance": 0.6,
 
20
  "downloaded": false,
21
  "file_path": "",
22
- "apa": "Daniel J Wu et al. (2020). Afro-MNIST: Synthetic generation of MNIST-style datasets for low-resource languages. arXiv Preprint."
23
  },
24
  {
25
- "title": "TinyTorch: Building Machine Learning Systems from First Principles",
26
- "abstract": "Machine learning education faces a fundamental gap: students learn algorithms without understanding the systems that execute them. They study gradient descent without measuring memory, attention mechanisms without analyzing O(N^2) scaling, optimizer theory without knowing why Adam requires 3x the memory of SGD. This \"algorithm-systems divide\" produces practitioners who can train models but cannot debug memory failures, optimize inference latency, or reason about deployment trade-offs--the very skills industry demands as \"ML systems engineering.\" We present TinyTorch, a 20-module curriculum that closes this gap through \"implementation-based systems pedagogy\": students construct PyTorch's core components (tensors, autograd, optimizers, CNNs, transformers) in pure Python, building a complete framework where every operation they invoke is code they wrote. The design employs three patterns: \"progressive disclosure\" of complexity, \"systems-first integration\" of profiling from the first module, and \"build-to-validate milestones\" recreating 67 years of ML breakthroughs--from Perceptron (1958) through Transformers (2017) to MLPerf-style benchmarking. Requiring only 4GB RAM and no GPU, TinyTorch demonstrates that deep ML systems understanding is achievable without specialized hardware. The curriculum is available open-source at mlsysbook.ai/tinytorch.",
27
  "authors": [
28
- "Vijay Janapa Reddi"
29
  ],
30
- "year": "2026",
31
- "journal": "arXiv Preprint",
32
- "doi": "",
33
- "pdf_url": "https://arxiv.org/pdf/2601.19107v2",
34
- "citations": 0,
35
- "source": "Unknown",
36
- "quartile": "Q3",
37
- "url": "https://arxiv.org/pdf/2601.19107v2",
38
- "relevance": 0.6,
 
39
  "downloaded": false,
40
  "file_path": "",
41
- "apa": "Vijay Janapa Reddi (2026). TinyTorch: Building Machine Learning Systems from First Principles. arXiv Preprint."
42
  },
43
  {
44
- "title": "Navigating Pitfalls: Evaluating LLMs in Machine Learning Programming Education",
45
- "abstract": "The rapid advancement of Large Language Models (LLMs) has opened new avenues in education. This study examines the use of LLMs in supporting learning in machine learning education; in particular, it focuses on the ability of LLMs to identify common errors of practice (pitfalls) in machine learning code, and their ability to provide feedback that can guide learning. Using a portfolio of code samples, we consider four different LLMs: one closed model and three open models. Whilst the most basic pitfalls are readily identified by all models, many common pitfalls are not. They particularly struggle to identify pitfalls in the early stages of the ML pipeline, especially those which can lead to information leaks, a major source of failure within applied ML projects. They also exhibit limited success at identifying pitfalls around model selection, which is a concept that students often struggle with when first transitioning from theory to practice. This questions the use of current LLMs to support machine learning education, and also raises important questions about their use by novice practitioners. Nevertheless, when LLMs successfully identify pitfalls in code, they do provide feedback that includes advice on how to proceed, emphasising their potential role in guiding learners. We also compare the capability of closed and open LLM models, and find that the gap is relatively small given the large difference in model sizes. This presents an opportunity to deploy, and potentially customise, smaller more efficient LLM models within education, avoiding risks around cost and data sharing associated with commercial models.",
46
  "authors": [
47
- "Smitha Kumar",
48
- "Michael A. Lones",
49
- "Manuel Maarek",
50
- "Hind Zantout"
51
  ],
52
- "year": "2025",
53
- "journal": "arXiv Preprint",
54
- "doi": "",
55
- "pdf_url": "https://arxiv.org/pdf/2505.18220v1",
56
- "citations": 0,
57
  "source": "Unknown",
58
- "quartile": "Q3",
59
- "url": "https://arxiv.org/pdf/2505.18220v1",
60
  "relevance": 0.6,
 
61
  "downloaded": false,
62
  "file_path": "",
63
- "apa": "Smitha Kumar et al. (2025). Navigating Pitfalls: Evaluating LLMs in Machine Learning Programming Education. arXiv Preprint."
64
  },
65
  {
66
- "title": "Best Practices and Scoring System on Reviewing A.I. based Medical Imaging Papers: Part 1 Classification",
67
- "abstract": "With the recent advances in A.I. methodologies and their application to medical imaging, there has been an explosion of related research programs utilizing these techniques to produce state-of-the-art classification performance. Ultimately, these research programs culminate in submission of their work for consideration in peer reviewed journals. To date, the criteria for acceptance vs. rejection is often subjective; however, reproducible science requires reproducible review. The Machine Learning Education Sub-Committee of SIIM has identified a knowledge gap and a serious need to establish guidelines for reviewing these studies. Although there have been several recent papers with this goal, this present work is written from the machine learning practitioners standpoint. In this series, the committee will address the best practices to be followed in an A.I.-based study and present the required sections in terms of examples and discussion of what should be included to make the studies cohesive, reproducible, accurate, and self-contained. This first entry in the series focuses on the task of image classification. Elements such as dataset curation, data pre-processing steps, defining an appropriate reference standard, data partitioning, model architecture and training are discussed. The sections are presented as they would be detailed in a typical manuscript, with content describing the necessary information that should be included to make sure the study is of sufficient quality to be considered for publication. The goal of this series is to provide resources to not only help improve the review process for A.I.-based medical imaging papers, but to facilitate a standard for the information that is presented within all components of the research study. We hope to provide quantitative metrics in what otherwise may be a qualitative review process.",
68
  "authors": [
69
- "Timothy L. Kline",
70
- "Felipe Kitamura",
71
- "Ian Pan",
72
- "Amine M. Korchi",
73
- "Neil Tenenholtz",
74
- "Linda Moy",
75
- "Judy Wawira Gichoya",
76
- "Igor Santos",
77
- "Steven Blumer",
78
- "Misha Ysabel Hwang",
79
- "Kim-Ann Git",
80
- "Abishek Shroff",
81
- "Elad Walach",
82
- "George Shih",
83
- "Steve Langer"
84
  ],
85
- "year": "2022",
86
- "journal": "arXiv Preprint",
87
- "doi": "",
88
- "pdf_url": "https://arxiv.org/pdf/2202.01863v1",
89
- "citations": 0,
90
  "source": "Unknown",
91
- "quartile": "Q3",
92
- "url": "https://arxiv.org/pdf/2202.01863v1",
93
- "relevance": 0.6,
 
94
  "downloaded": false,
95
  "file_path": "",
96
- "apa": "Timothy L. Kline et al. (2022). Best Practices and Scoring System on Reviewing A.I. based Medical Imaging Papers: Part 1 Classification. arXiv Preprint."
97
  },
98
  {
99
- "title": "Artificial Intelligence/Machine Learning Education in Radiology: Multi-institutional Survey of Radiology Residents in the United States",
100
  "authors": [
101
- "Ninad Salastekar",
102
- "Charles M. Maxfield",
103
- "Tarek N. Hanna",
104
- "Elizabeth A. Krupinski",
105
- "Darel E. Heitkamp",
106
- "Lars J. Grimm"
107
  ],
108
  "year": "2023",
109
- "journal": "Academic Radiology",
110
- "doi": "https://doi.org/10.1016/j.acra.2023.01.005",
111
- "pdf_url": null,
112
- "citations": 10,
113
  "source": "Unknown",
114
- "quartile": "Q4",
115
- "url": "https://doi.org/10.1016/j.acra.2023.01.005",
116
- "relevance": 0.05,
117
  "abstract": "",
118
  "downloaded": false,
119
  "file_path": "",
120
- "apa": "Ninad Salastekar et al. (2023). Artificial Intelligence/Machine Learning Education in Radiology: Multi-institutional Survey of Radiology Residents in the United States. Academic Radiology. https://doi.org/https://doi.org/10.1016/j.acra.2023.01.005"
121
  },
122
  {
123
- "title": "Exploring the impact of ChatGPT on education: A web mining and machine learning approach",
124
  "authors": [
125
- "Abderahman Rejeb",
126
- "Karim Rejeb",
127
- "Andrea Appolloni",
128
- "Horst Treiblmaier",
129
- "Mohammad Iranmanesh"
 
 
 
 
130
  ],
131
  "year": "2024",
132
- "journal": "The International Journal of Management Education",
133
- "doi": "https://doi.org/10.1016/j.ijme.2024.100932",
134
- "pdf_url": "https://doi.org/10.1016/j.ijme.2024.100932",
135
- "citations": 7,
136
- "source": "Unknown",
137
- "quartile": "Q4",
138
- "url": "https://doi.org/10.1016/j.ijme.2024.100932",
139
- "relevance": 0.035,
140
  "abstract": "",
141
  "downloaded": false,
142
  "file_path": "",
143
- "apa": "Abderahman Rejeb et al. (2024). Exploring the impact of ChatGPT on education: A web mining and machine learning approach. The International Journal of Management Education. https://doi.org/https://doi.org/10.1016/j.ijme.2024.100932"
144
  },
145
  {
146
- "title": "Predicting student dropouts with machine learning: An empirical study in Finnish higher education",
147
  "authors": [
148
- "Matti Vaarma",
149
- "Hongxiu Li"
150
  ],
151
- "year": "2024",
152
- "journal": "Technology in Society",
153
- "doi": "https://doi.org/10.1016/j.techsoc.2024.102474",
154
- "pdf_url": "https://doi.org/10.1016/j.techsoc.2024.102474",
155
- "citations": 7,
156
- "source": "Unknown",
157
- "quartile": "Q4",
158
- "url": "https://doi.org/10.1016/j.techsoc.2024.102474",
159
- "relevance": 0.035,
160
  "abstract": "",
161
  "downloaded": false,
162
  "file_path": "",
163
- "apa": "Matti Vaarma & Hongxiu Li (2024). Predicting student dropouts with machine learning: An empirical study in Finnish higher education. Technology in Society. https://doi.org/https://doi.org/10.1016/j.techsoc.2024.102474"
164
  },
165
  {
166
- "title": "Student Cheating Detection in Higher Education by Implementing Machine Learning and LSTM Techniques",
167
  "authors": [
168
- "Waleed Alsabhan"
 
 
 
169
  ],
170
  "year": "2023",
171
- "journal": "Sensors",
172
- "doi": "https://doi.org/10.3390/s23084149",
173
- "pdf_url": "https://www.mdpi.com/1424-8220/23/8/4149/pdf?version=1682010179",
174
- "citations": 6,
175
  "source": "Unknown",
176
- "quartile": "Q4",
177
- "url": "https://doi.org/10.3390/s23084149",
178
- "relevance": 0.03,
179
  "abstract": "",
180
  "downloaded": false,
181
  "file_path": "",
182
- "apa": "Waleed Alsabhan (2023). Student Cheating Detection in Higher Education by Implementing Machine Learning and LSTM Techniques. Sensors. https://doi.org/https://doi.org/10.3390/s23084149"
183
  },
184
  {
185
- "title": "Integrating AI and Machine Learning in STEM education: Challenges and opportunities",
186
  "authors": [
187
- "Olatunbosun Bartholomew Joseph",
188
- "Nwankwo Charles Uzondu"
 
 
189
  ],
190
- "year": "2024",
191
- "journal": "Computer Science & IT Research Journal",
192
- "doi": "https://doi.org/10.51594/csitrj.v5i8.1379",
193
- "pdf_url": "https://fepbl.com/index.php/csitrj/article/download/1379/1615",
194
- "citations": 6,
195
- "source": "Unknown",
196
- "quartile": "Q4",
197
- "url": "https://doi.org/10.51594/csitrj.v5i8.1379",
198
- "relevance": 0.03,
199
  "abstract": "",
200
  "downloaded": false,
201
  "file_path": "",
202
- "apa": "Olatunbosun Bartholomew Joseph & Nwankwo Charles Uzondu (2024). Integrating AI and Machine Learning in STEM education: Challenges and opportunities. Computer Science & IT Research Journal. https://doi.org/https://doi.org/10.51594/csitrj.v5i8.1379"
203
  },
204
  {
205
- "title": "The Information Age for Education via Artificial Intelligence and Machine Learning: A Bibliometric and Systematic Literature Analysis",
206
  "authors": [
207
- "Hassan Abuhassna"
 
 
 
 
208
  ],
209
  "year": "2024",
210
- "journal": "International Journal of Information and Education Technology",
211
- "doi": "https://doi.org/10.18178/ijiet.2024.14.5.2095",
212
- "pdf_url": "https://www.ijiet.org/vol14/IJIET-V14N5-2095.pdf",
213
- "citations": 5,
214
- "source": "Unknown",
215
- "quartile": "Q4",
216
- "url": "https://doi.org/10.18178/ijiet.2024.14.5.2095",
217
- "relevance": 0.025,
218
  "abstract": "",
219
  "downloaded": false,
220
  "file_path": "",
221
- "apa": "Hassan Abuhassna (2024). The Information Age for Education via Artificial Intelligence and Machine Learning: A Bibliometric and Systematic Literature Analysis. International Journal of Information and Education Technology. https://doi.org/https://doi.org/10.18178/ijiet.2024.14.5.2095"
222
  },
223
  {
224
- "title": "Personalized learning in education: a machine learning and simulation approach",
225
  "authors": [
226
- "Ross Taylor",
227
- "Masoud Fakhimi",
228
- "Athina Ioannou",
229
- "Konstantina Spanaki"
230
  ],
231
- "year": "2024",
232
- "journal": "Benchmarking An International Journal",
233
- "doi": "https://doi.org/10.1108/bij-06-2023-0380",
234
- "pdf_url": "https://hal.science/hal-04667986v2/document",
235
- "citations": 5,
236
- "source": "Unknown",
237
- "quartile": "Q4",
238
- "url": "https://doi.org/10.1108/bij-06-2023-0380",
239
- "relevance": 0.025,
240
  "abstract": "",
241
  "downloaded": false,
242
  "file_path": "",
243
- "apa": "Ross Taylor et al. (2024). Personalized learning in education: a machine learning and simulation approach. Benchmarking An International Journal. https://doi.org/https://doi.org/10.1108/bij-06-2023-0380"
244
  },
245
  {
246
- "title": "An interactive teaching evaluation system for preschool education in universities based on machine learning algorithm",
247
  "authors": [
248
- "Deming Li"
 
 
 
 
 
 
 
 
 
249
  ],
250
- "year": "2024",
251
- "journal": "Computers in Human Behavior",
252
- "doi": "https://doi.org/10.1016/j.chb.2024.108211",
253
  "pdf_url": null,
254
- "citations": 4,
255
  "source": "Unknown",
256
- "quartile": "Q4",
257
- "url": "https://doi.org/10.1016/j.chb.2024.108211",
258
- "relevance": 0.02,
259
  "abstract": "",
260
  "downloaded": false,
261
  "file_path": "",
262
- "apa": "Deming Li (2024). An interactive teaching evaluation system for preschool education in universities based on machine learning algorithm. Computers in Human Behavior. https://doi.org/https://doi.org/10.1016/j.chb.2024.108211"
263
  },
264
  {
265
- "title": "Forecasting students' adaptability in online entrepreneurship education using modified ensemble machine learning model",
266
  "authors": [
267
- "Amit Malik",
268
- "Edeh Michael Onyema",
269
- "Surjeet Dalal",
270
- "Umesh Kumar Lilhore",
271
- "Darpan Anand",
272
- "Ashish Sharma",
273
- "Sarita Simaiya"
274
  ],
275
  "year": "2023",
276
- "journal": "Array",
277
- "doi": "https://doi.org/10.1016/j.array.2023.100303",
278
- "pdf_url": "https://doi.org/10.1016/j.array.2023.100303",
279
- "citations": 4,
280
  "source": "Unknown",
281
- "quartile": "Q4",
282
- "url": "https://doi.org/10.1016/j.array.2023.100303",
283
- "relevance": 0.02,
284
  "abstract": "",
285
  "downloaded": false,
286
  "file_path": "",
287
- "apa": "Amit Malik et al. (2023). Forecasting students' adaptability in online entrepreneurship education using modified ensemble machine learning model. Array. https://doi.org/https://doi.org/10.1016/j.array.2023.100303"
288
  },
289
  {
290
- "title": "TinyML4D: Scaling Embedded Machine Learning Education in the Developing World",
291
  "authors": [
292
- "Brian Plancher",
293
- "Sebastian Büttrich",
294
- "Jeremy Ellis",
295
- "Neena Goveas",
296
- "Laila D. Kazimierski",
297
- "Jesus Lopez Sotelo",
298
- "Milan Lukić",
299
- "Diego Méndez",
300
- "Rosdiadee Nordin",
301
- "Andrés Oliva Trevisan"
302
  ],
303
  "year": "2024",
304
- "journal": "Proceedings of the AAAI Symposium Series",
305
- "doi": "https://doi.org/10.1609/aaaiss.v3i1.31265",
306
- "pdf_url": "https://ojs.aaai.org/index.php/AAAI-SS/article/download/31265/33425",
307
- "citations": 3,
308
  "source": "Unknown",
309
- "quartile": "Q4",
310
- "url": "https://doi.org/10.1609/aaaiss.v3i1.31265",
311
- "relevance": 0.015,
312
  "abstract": "",
313
  "downloaded": false,
314
  "file_path": "",
315
- "apa": "Brian Plancher et al. (2024). TinyML4D: Scaling Embedded Machine Learning Education in the Developing World. Proceedings of the AAAI Symposium Series. https://doi.org/https://doi.org/10.1609/aaaiss.v3i1.31265"
316
  },
317
  {
318
- "title": "Performance and early drop prediction for higher education students using machine learning",
319
  "authors": [
320
- "Vasileios Christou",
321
- "Ioannis G. Tsoulos",
322
- "Vasileios Loupas",
323
- "Alexandros T. Tzallas",
324
- "Christos Gogos",
325
- "Petros Karvelis",
326
- "Nikolaos Antoniadis",
327
- "Euripidis Glavas",
328
- "Νικόλαος Γιαννακέας"
329
  ],
330
  "year": "2023",
331
- "journal": "Expert Systems with Applications",
332
- "doi": "https://doi.org/10.1016/j.eswa.2023.120079",
333
- "pdf_url": null,
334
- "citations": 3,
335
  "source": "Unknown",
336
- "quartile": "Q4",
337
- "url": "https://doi.org/10.1016/j.eswa.2023.120079",
338
- "relevance": 0.015,
339
  "abstract": "",
340
  "downloaded": false,
341
  "file_path": "",
342
- "apa": "Vasileios Christou et al. (2023). Performance and early drop prediction for higher education students using machine learning. Expert Systems with Applications. https://doi.org/https://doi.org/10.1016/j.eswa.2023.120079"
343
  },
344
  {
345
- "title": "Predicting Student Retention in Higher Education Using Machine Learning",
 
346
  "authors": [
347
- "Said A. Salloum",
348
- "Azza Basiouni",
349
- "Raghad Alfaisal",
350
- "Ayham Salloum",
351
- "Khaled Shaalan"
352
  ],
353
- "year": "2024",
354
- "journal": "Communications in computer and information science",
355
- "doi": "https://doi.org/10.1007/978-3-031-65996-6_17",
356
- "pdf_url": null,
357
- "citations": 3,
358
  "source": "Unknown",
359
- "quartile": "Q4",
360
- "url": "https://doi.org/10.1007/978-3-031-65996-6_17",
361
- "relevance": 0.015,
362
- "abstract": "",
363
  "downloaded": false,
364
  "file_path": "",
365
- "apa": "Said A. Salloum et al. (2024). Predicting Student Retention in Higher Education Using Machine Learning. Communications in computer and information science. https://doi.org/https://doi.org/10.1007/978-3-031-65996-6_17"
366
  },
367
  {
368
- "title": "Improving Student Retention in Institutions of Higher Education through Machine Learning: A Sustainable Approach",
 
369
  "authors": [
370
- "William Villegas-Ch",
371
- "Jaime Govea",
372
- "Solange Revelo-Tapia"
 
 
 
 
 
 
 
 
373
  ],
374
- "year": "2023",
375
- "journal": "Sustainability",
376
- "doi": "https://doi.org/10.3390/su151914512",
377
- "pdf_url": "https://www.mdpi.com/2071-1050/15/19/14512/pdf?version=1696522635",
378
- "citations": 3,
379
  "source": "Unknown",
380
- "quartile": "Q4",
381
- "url": "https://doi.org/10.3390/su151914512",
382
- "relevance": 0.015,
383
- "abstract": "",
384
  "downloaded": false,
385
  "file_path": "",
386
- "apa": "William Villegas-Ch et al. (2023). Improving Student Retention in Institutions of Higher Education through Machine Learning: A Sustainable Approach. Sustainability. https://doi.org/https://doi.org/10.3390/su151914512"
387
  },
388
  {
389
- "title": "The integration of AI and machine learning in education and its potential to personalize and improve student learning experiences",
 
390
  "authors": [
391
- "Rudra Tiwari"
 
 
 
 
 
 
 
392
  ],
393
- "year": "2023",
394
- "journal": "INTERANTIONAL JOURNAL OF SCIENTIFIC RESEARCH IN ENGINEERING AND MANAGEMENT",
395
- "doi": "https://doi.org/10.55041/ijsrem17645",
396
- "pdf_url": "https://ijsrem.com/download/the-integration-of-ai-and-machine-learning-in-education-and-its-potential-to-personalize-and-improve-student-learning-experiences/?wpdmdl=13950&refresh=6659d6293e77e1717163561",
397
- "citations": 2,
398
  "source": "Unknown",
399
- "quartile": "Q4",
400
- "url": "https://doi.org/10.55041/ijsrem17645",
401
- "relevance": 0.01,
402
- "abstract": "",
403
  "downloaded": false,
404
  "file_path": "",
405
- "apa": "Rudra Tiwari (2023). The integration of AI and machine learning in education and its potential to personalize and improve student learning experiences. INTERANTIONAL JOURNAL OF SCIENTIFIC RESEARCH IN ENGINEERING AND MANAGEMENT. https://doi.org/https://doi.org/10.55041/ijsrem17645"
406
  },
407
  {
408
- "title": "Secure Preschool Education Using Machine Learning and Metaverse Technologies",
 
409
  "authors": [
410
- "Qifen Zhang"
 
 
 
 
 
 
 
 
 
411
  ],
412
  "year": "2023",
413
- "journal": "Applied Artificial Intelligence",
414
- "doi": "https://doi.org/10.1080/08839514.2023.2222496",
415
- "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/08839514.2023.2222496?needAccess=true&role=button",
416
- "citations": 2,
417
  "source": "Unknown",
418
- "quartile": "Q4",
419
- "url": "https://doi.org/10.1080/08839514.2023.2222496",
420
- "relevance": 0.01,
421
- "abstract": "",
422
  "downloaded": false,
423
  "file_path": "",
424
- "apa": "Qifen Zhang (2023). Secure Preschool Education Using Machine Learning and Metaverse Technologies. Applied Artificial Intelligence. https://doi.org/https://doi.org/10.1080/08839514.2023.2222496"
425
  },
426
  {
427
- "title": "Evolutionary machine learning builds smart education big data platform: Data-driven higher education",
 
428
  "authors": [
429
- "Lu Zheng",
430
- "Cong Wang",
431
- "Xue Chen",
432
- "Yihang Song",
433
- "Zihan Meng",
434
- "Ru Zhang"
435
  ],
436
- "year": "2023",
437
- "journal": "Applied Soft Computing",
438
- "doi": "https://doi.org/10.1016/j.asoc.2023.110114",
439
- "pdf_url": null,
440
- "citations": 2,
441
  "source": "Unknown",
442
- "quartile": "Q4",
443
- "url": "https://doi.org/10.1016/j.asoc.2023.110114",
444
- "relevance": 0.01,
445
- "abstract": "",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
446
  "downloaded": false,
447
  "file_path": "",
448
- "apa": "Lu Zheng et al. (2023). Evolutionary machine learning builds smart education big data platform: Data-driven higher education. Applied Soft Computing. https://doi.org/https://doi.org/10.1016/j.asoc.2023.110114"
449
  },
450
  {
451
- "title": "SEM-machine learning-based model for perusing the adoption of metaverse in higher education in UAE",
452
  "authors": [
453
- "Ahmad Aburayya",
454
- "Said A. Salloum",
455
- "Khaled Younis Alderbashi",
456
- "Fanar Shwedeh",
457
- "Yara Shaalan",
458
- "Raghad Alfaisal",
459
- "Sawsan JM Malaka",
460
- "Khaled Shaalan"
461
  ],
462
  "year": "2023",
463
- "journal": "International Journal of Data and Network Science",
464
- "doi": "https://doi.org/10.5267/j.ijdns.2023.3.005",
465
- "pdf_url": "https://doi.org/10.5267/j.ijdns.2023.3.005",
466
- "citations": 2,
467
  "source": "Unknown",
468
- "quartile": "Q4",
469
- "url": "https://doi.org/10.5267/j.ijdns.2023.3.005",
470
- "relevance": 0.01,
471
  "abstract": "",
472
  "downloaded": false,
473
  "file_path": "",
474
- "apa": "Ahmad Aburayya et al. (2023). SEM-machine learning-based model for perusing the adoption of metaverse in higher education in UAE. International Journal of Data and Network Science. https://doi.org/https://doi.org/10.5267/j.ijdns.2023.3.005"
475
  },
476
  {
477
- "title": "PerVRML: ChatGPT-Driven Personalized VR Environments for Machine Learning Education",
478
  "authors": [
479
- "Hong Gao",
480
- "Yiyang Xie",
481
- "Enkelejda Kasneci"
482
  ],
483
- "year": "2025",
484
- "journal": "International Journal of Human-Computer Interaction",
485
- "doi": "https://doi.org/10.1080/10447318.2025.2504188",
486
  "pdf_url": null,
487
- "citations": 2,
488
  "source": "Unknown",
489
- "quartile": "Q4",
490
- "url": "https://doi.org/10.1080/10447318.2025.2504188",
491
- "relevance": 0.01,
492
  "abstract": "",
493
  "downloaded": false,
494
  "file_path": "",
495
- "apa": "Hong Gao et al. (2025). PerVRML: ChatGPT-Driven Personalized VR Environments for Machine Learning Education. International Journal of Human-Computer Interaction. https://doi.org/https://doi.org/10.1080/10447318.2025.2504188"
496
  },
497
  {
498
- "title": "Machine learning model (RG-DMML) and ensemble algorithm for prediction of students’ retention and graduation in education",
499
  "authors": [
500
- "Kingsley Okoye",
501
- "Julius T. Nganji",
502
- "José Escamilla",
503
- "Samira Hosseini"
504
  ],
505
- "year": "2024",
506
- "journal": "Computers and Education Artificial Intelligence",
507
- "doi": "https://doi.org/10.1016/j.caeai.2024.100205",
508
- "pdf_url": "https://doi.org/10.1016/j.caeai.2024.100205",
509
- "citations": 2,
510
  "source": "Unknown",
511
- "quartile": "Q4",
512
- "url": "https://doi.org/10.1016/j.caeai.2024.100205",
513
- "relevance": 0.01,
514
  "abstract": "",
515
  "downloaded": false,
516
  "file_path": "",
517
- "apa": "Kingsley Okoye et al. (2024). Machine learning model (RG-DMML) and ensemble algorithm for prediction of students’ retention and graduation in education. Computers and Education Artificial Intelligence. https://doi.org/https://doi.org/10.1016/j.caeai.2024.100205"
518
  },
519
  {
520
- "title": "A comprehensive overview of artificial intelligence and machine learning in education pedagogy: 21 Years (2000–2021) of research indexed in the scopus database",
521
  "authors": [
522
- "Ekene Francis Okagbue",
523
- "Ujunwa Perpetua Ezeachikulo",
524
- "Tosin Yinka Akintunde",
525
- "Mustapha Bala Tsakuwa",
526
- "Samuel Nchekwubemchukwu Ilokanulo",
527
- "Kosiso Modest Obiasoanya",
528
- "Chidiebere Emeka Ilodibe",
529
- "Cheick Amadou Tidiane Ouattara"
530
  ],
531
  "year": "2023",
532
- "journal": "Social Sciences & Humanities Open",
533
- "doi": "https://doi.org/10.1016/j.ssaho.2023.100655",
534
- "pdf_url": "https://doi.org/10.1016/j.ssaho.2023.100655",
535
- "citations": 2,
536
  "source": "Unknown",
537
- "quartile": "Q4",
538
- "url": "https://doi.org/10.1016/j.ssaho.2023.100655",
539
- "relevance": 0.01,
540
  "abstract": "",
541
  "downloaded": false,
542
  "file_path": "",
543
- "apa": "Ekene Francis Okagbue et al. (2023). A comprehensive overview of artificial intelligence and machine learning in education pedagogy: 21 Years (2000–2021) of research indexed in the scopus database. Social Sciences & Humanities Open. https://doi.org/https://doi.org/10.1016/j.ssaho.2023.100655"
544
  },
545
  {
546
- "title": "Generative AI & machine learning in surgical education",
547
  "authors": [
548
- "Diana A Hla",
549
- "David Hindin"
 
 
550
  ],
551
- "year": "2024",
552
- "journal": "Current Problems in Surgery",
553
- "doi": "https://doi.org/10.1016/j.cpsurg.2024.101701",
554
- "pdf_url": "https://doi.org/10.1016/j.cpsurg.2024.101701",
555
- "citations": 2,
556
  "source": "Unknown",
557
- "quartile": "Q4",
558
- "url": "https://doi.org/10.1016/j.cpsurg.2024.101701",
559
- "relevance": 0.01,
560
  "abstract": "",
561
  "downloaded": false,
562
  "file_path": "",
563
- "apa": "Diana A Hla & David Hindin (2024). Generative AI & machine learning in surgical education. Current Problems in Surgery. https://doi.org/https://doi.org/10.1016/j.cpsurg.2024.101701"
564
  },
565
  {
566
- "title": "How Machine Learning (ML) is Transforming Higher Education: A Systematic Literature Review",
567
  "authors": [
568
- "Agostinho Sousa Pinto",
569
- "António Abreu",
570
- "Eusébio Costa",
571
- "Jerónimo Paiva"
572
  ],
573
- "year": "2023",
574
- "journal": "Journal of Information Systems Engineering & Management",
575
- "doi": "https://doi.org/10.55267/iadt.07.13227",
576
- "pdf_url": "https://www.jisem-journal.com/download/how-machine-learning-ml-is-transforming-higher-education-a-systematic-literature-review-13227.pdf",
577
- "citations": 1,
578
  "source": "Unknown",
579
- "quartile": "Q4",
580
- "url": "https://doi.org/10.55267/iadt.07.13227",
581
- "relevance": 0.005,
582
  "abstract": "",
583
  "downloaded": false,
584
  "file_path": "",
585
- "apa": "Agostinho Sousa Pinto et al. (2023). How Machine Learning (ML) is Transforming Higher Education: A Systematic Literature Review. Journal of Information Systems Engineering & Management. https://doi.org/https://doi.org/10.55267/iadt.07.13227"
586
  },
587
  {
588
- "title": "Unplugged Decision Tree Learning A Learning Activity for Machine Learning Education in K-12",
589
  "authors": [
590
- "Lukas Lehner",
591
- "Martina Landman"
 
 
 
 
 
 
 
 
592
  ],
593
- "year": "2024",
594
- "journal": "Lecture notes in computer science",
595
- "doi": "https://doi.org/10.1007/978-3-031-73257-7_4",
596
- "pdf_url": null,
597
- "citations": 1,
598
  "source": "Unknown",
599
  "quartile": "Q4",
600
- "url": "https://doi.org/10.1007/978-3-031-73257-7_4",
601
- "relevance": 0.005,
602
  "abstract": "",
603
  "downloaded": false,
604
  "file_path": "",
605
- "apa": "Lukas Lehner & Martina Landman (2024). Unplugged Decision Tree Learning A Learning Activity for Machine Learning Education in K-12. Lecture notes in computer science. https://doi.org/https://doi.org/10.1007/978-3-031-73257-7_4"
606
  },
607
  {
608
- "title": "Predicting Student Adaptability to Online Education Using Machine Learning",
609
  "authors": [
610
- "Said A. Salloum",
611
- "Ayham Salloum",
612
- "Raghad Alfaisal",
613
- "Azza Basiouni",
614
- "Khaled Shaalan"
615
  ],
616
- "year": "2024",
617
- "journal": "Communications in computer and information science",
618
- "doi": "https://doi.org/10.1007/978-3-031-65996-6_16",
619
- "pdf_url": null,
620
- "citations": 1,
621
  "source": "Unknown",
622
  "quartile": "Q4",
623
- "url": "https://doi.org/10.1007/978-3-031-65996-6_16",
624
- "relevance": 0.005,
625
  "abstract": "",
626
  "downloaded": false,
627
  "file_path": "",
628
- "apa": "Said A. Salloum et al. (2024). Predicting Student Adaptability to Online Education Using Machine Learning. Communications in computer and information science. https://doi.org/https://doi.org/10.1007/978-3-031-65996-6_16"
629
  },
630
  {
631
- "title": "The Pedagogical Challenge of Machine Learning Education",
632
  "authors": [
633
- "Orit Hazzan",
634
- "Koby Mike"
635
  ],
636
  "year": "2023",
637
- "journal": "",
638
- "doi": "https://doi.org/10.1007/978-3-031-24758-3_13",
639
- "pdf_url": null,
640
- "citations": 1,
641
  "source": "Unknown",
642
  "quartile": "Q4",
643
- "url": "https://doi.org/10.1007/978-3-031-24758-3_13",
644
- "relevance": 0.005,
645
  "abstract": "",
646
  "downloaded": false,
647
  "file_path": "",
648
- "apa": "Orit Hazzan & Koby Mike (2023). The Pedagogical Challenge of Machine Learning Education. https://doi.org/https://doi.org/10.1007/978-3-031-24758-3_13"
649
  },
650
  {
651
- "title": "Early detection of students at risk of poor performance in Rwanda higher education using machine learning techniques",
652
  "authors": [
653
- "Emmanuel Masabo",
654
- "Joseph Nzabanita",
655
- "Innocent Ngaruye",
656
- "Charles Ruranga",
657
- "Jean Paul Nizeyimana",
658
- "Jeanne Uwonkunda",
659
- "Denis Ndanguza"
660
  ],
661
  "year": "2023",
662
- "journal": "International Journal of Information Technology",
663
- "doi": "https://doi.org/10.1007/s41870-023-01334-3",
664
- "pdf_url": null,
665
- "citations": 1,
666
  "source": "Unknown",
667
  "quartile": "Q4",
668
- "url": "https://doi.org/10.1007/s41870-023-01334-3",
669
- "relevance": 0.005,
670
  "abstract": "",
671
  "downloaded": false,
672
  "file_path": "",
673
- "apa": "Emmanuel Masabo et al. (2023). Early detection of students at risk of poor performance in Rwanda higher education using machine learning techniques. International Journal of Information Technology. https://doi.org/https://doi.org/10.1007/s41870-023-01334-3"
674
  },
675
  {
676
- "title": "Deciphering the impact of machine learning on education: Insights from a bibliometric analysis using bibliometrix R-package",
677
  "authors": [
678
- "Zilong Zhong",
679
- "Hui Guo",
680
- "Kun Qian"
 
 
 
 
681
  ],
682
- "year": "2024",
683
- "journal": "Education and Information Technologies",
684
- "doi": "https://doi.org/10.1007/s10639-024-12734-8",
685
- "pdf_url": null,
686
- "citations": 1,
687
  "source": "Unknown",
688
  "quartile": "Q4",
689
- "url": "https://doi.org/10.1007/s10639-024-12734-8",
690
- "relevance": 0.005,
691
  "abstract": "",
692
  "downloaded": false,
693
  "file_path": "",
694
- "apa": "Zilong Zhong et al. (2024). Deciphering the impact of machine learning on education: Insights from a bibliometric analysis using bibliometrix R-package. Education and Information Technologies. https://doi.org/https://doi.org/10.1007/s10639-024-12734-8"
695
  },
696
  {
697
- "title": "AI and Machine Learning in Smart Education",
698
  "authors": [
699
- "Pawan Kumar Goel",
700
- "Amit Singhal",
701
- "Shailendra Singh Bhadoria",
702
- "Birendra Kumar Saraswat",
703
- "Arvind D. Patel"
704
  ],
705
- "year": "2024",
706
- "journal": "Advances in web technologies and engineering book series",
707
- "doi": "https://doi.org/10.4018/979-8-3693-0782-3.ch003",
708
- "pdf_url": null,
709
- "citations": 1,
710
  "source": "Unknown",
711
  "quartile": "Q4",
712
- "url": "https://doi.org/10.4018/979-8-3693-0782-3.ch003",
713
- "relevance": 0.005,
714
  "abstract": "",
715
  "downloaded": false,
716
  "file_path": "",
717
- "apa": "Pawan Kumar Goel et al. (2024). AI and Machine Learning in Smart Education. Advances in web technologies and engineering book series. https://doi.org/https://doi.org/10.4018/979-8-3693-0782-3.ch003"
718
  },
719
  {
720
- "title": "Modeling with Primary Sources: An Approach to Teach Data Bias for Artificial Intelligence and Machine Learning Education",
721
  "authors": [
722
- "Jeanne McClure",
723
- "Juan Zheng",
724
- "Franziska Bickel",
725
- "Shiyan Jiang",
726
- "Carolyn Penstein Rosé",
727
- "Jie Chao"
728
  ],
729
- "year": "2024",
730
- "journal": "Proceedings.",
731
- "doi": "https://doi.org/10.22318/icls2024.796777",
732
- "pdf_url": "https://repository.isls.org//bitstream/1/11133/1/ICLS2024_514-521.pdf",
733
- "citations": 1,
734
  "source": "Unknown",
735
  "quartile": "Q4",
736
- "url": "https://doi.org/10.22318/icls2024.796777",
737
- "relevance": 0.005,
738
  "abstract": "",
739
  "downloaded": false,
740
  "file_path": "",
741
- "apa": "Jeanne McClure et al. (2024). Modeling with Primary Sources: An Approach to Teach Data Bias for Artificial Intelligence and Machine Learning Education. Proceedings.. https://doi.org/https://doi.org/10.22318/icls2024.796777"
742
  },
743
  {
744
- "title": "Web-Semantic-Driven Machine Learning and Blockchain for Transformative Change in the Future of Physical Education",
745
  "authors": [
746
- "Wang Jun",
747
- "Muhammad Shahid Iqbal",
748
- "Rashid Abbasi",
749
- "Marwan Omar",
750
- "Chu Huiqin"
 
751
  ],
752
- "year": "2024",
753
- "journal": "International Journal on Semantic Web and Information Systems",
754
- "doi": "https://doi.org/10.4018/ijswis.337961",
755
- "pdf_url": "https://www.igi-global.com/ViewTitle.aspx?TitleId=337961&isxn=9798369324684",
756
- "citations": 1,
757
  "source": "Unknown",
758
  "quartile": "Q4",
759
- "url": "https://doi.org/10.4018/ijswis.337961",
760
- "relevance": 0.005,
761
  "abstract": "",
762
  "downloaded": false,
763
  "file_path": "",
764
- "apa": "Wang Jun et al. (2024). Web-Semantic-Driven Machine Learning and Blockchain for Transformative Change in the Future of Physical Education. International Journal on Semantic Web and Information Systems. https://doi.org/https://doi.org/10.4018/ijswis.337961"
765
  }
766
  ],
767
  "meta": {
768
- "title": "machine learning education",
769
  "field": "Research",
770
  "year_from": 2023,
771
  "year_to": 2026
 
1
  {
2
  "papers": [
3
  {
4
+ "title": "Artificial intelligence in higher education: the state of the field",
 
5
  "authors": [
6
+ "Helen Crompton",
7
+ "Diane Burke"
 
8
  ],
9
+ "year": "2023",
10
+ "journal": "International Journal of Educational Technology in Higher Education",
11
+ "doi": "https://doi.org/10.1186/s41239-023-00392-8",
12
+ "pdf_url": "https://educationaltechnologyjournal.springeropen.com/counter/pdf/10.1186/s41239-023-00392-8",
13
+ "citations": 149,
14
+ "source": "Unknown",
15
+ "quartile": "Q1",
16
+ "url": "https://doi.org/10.1186/s41239-023-00392-8",
17
+ "relevance": 0.745,
18
+ "abstract": "",
19
  "downloaded": false,
20
  "file_path": "",
21
+ "apa": "Helen Crompton & Diane Burke (2023). Artificial intelligence in higher education: the state of the field. International Journal of Educational Technology in Higher Education. https://doi.org/https://doi.org/10.1186/s41239-023-00392-8"
22
  },
23
  {
24
+ "title": "Embracing the future of Artificial Intelligence in the classroom: the relevance of AI literacy, prompt engineering, and critical thinking in modern education",
 
25
  "authors": [
26
+ "Yoshija Walter"
27
  ],
28
+ "year": "2024",
29
+ "journal": "International Journal of Educational Technology in Higher Education",
30
+ "doi": "https://doi.org/10.1186/s41239-024-00448-3",
31
+ "pdf_url": "https://educationaltechnologyjournal.springeropen.com/counter/pdf/10.1186/s41239-024-00448-3",
32
+ "citations": 128,
33
+ "source": "Unknown",
34
+ "quartile": "Q1",
35
+ "url": "https://doi.org/10.1186/s41239-024-00448-3",
36
+ "relevance": 0.64,
37
+ "abstract": "",
38
  "downloaded": false,
39
  "file_path": "",
40
+ "apa": "Yoshija Walter (2024). Embracing the future of Artificial Intelligence in the classroom: the relevance of AI literacy, prompt engineering, and critical thinking in modern education. International Journal of Educational Technology in Higher Education. https://doi.org/https://doi.org/10.1186/s41239-024-00448-3"
41
  },
42
  {
43
+ "title": "Education in the Era of Generative Artificial Intelligence (AI): Understanding the Potential Benefits of ChatGPT in Promoting Teaching and Learning",
 
44
  "authors": [
45
+ "David Baidoo-Anu",
46
+ "Leticia Owusu Ansah"
 
 
47
  ],
48
+ "year": "2023",
49
+ "journal": "Journal of AI",
50
+ "doi": "https://doi.org/10.61969/jai.1337500",
51
+ "pdf_url": "https://doi.org/10.61969/jai.1337500",
52
+ "citations": 120,
53
  "source": "Unknown",
54
+ "quartile": "Q1",
55
+ "url": "https://doi.org/10.61969/jai.1337500",
56
  "relevance": 0.6,
57
+ "abstract": "",
58
  "downloaded": false,
59
  "file_path": "",
60
+ "apa": "David Baidoo-Anu & Leticia Owusu Ansah (2023). Education in the Era of Generative Artificial Intelligence (AI): Understanding the Potential Benefits of ChatGPT in Promoting Teaching and Learning. Journal of AI. https://doi.org/https://doi.org/10.61969/jai.1337500"
61
  },
62
  {
63
+ "title": "Artificial intelligence in education: A systematic literature review",
 
64
  "authors": [
65
+ "Shan Wang",
66
+ "Fang Wang",
67
+ "Zhen Zhu",
68
+ "Jingxuan Wang",
69
+ "Tam Tran",
70
+ "Zhao Du"
 
 
 
 
 
 
 
 
 
71
  ],
72
+ "year": "2024",
73
+ "journal": "Expert Systems with Applications",
74
+ "doi": "https://doi.org/10.1016/j.eswa.2024.124167",
75
+ "pdf_url": "https://doi.org/10.1016/j.eswa.2024.124167",
76
+ "citations": 106,
77
  "source": "Unknown",
78
+ "quartile": "Q1",
79
+ "url": "https://doi.org/10.1016/j.eswa.2024.124167",
80
+ "relevance": 0.53,
81
+ "abstract": "",
82
  "downloaded": false,
83
  "file_path": "",
84
+ "apa": "Shan Wang et al. (2024). Artificial intelligence in education: A systematic literature review. Expert Systems with Applications. https://doi.org/https://doi.org/10.1016/j.eswa.2024.124167"
85
  },
86
  {
87
+ "title": "New Era of Artificial Intelligence in Education: Towards a Sustainable Multifaceted Revolution",
88
  "authors": [
89
+ "Firuz Kamalov",
90
+ "David Santandreu Calonge",
91
+ "Ikhlaas Gurrib"
 
 
 
92
  ],
93
  "year": "2023",
94
+ "journal": "Sustainability",
95
+ "doi": "https://doi.org/10.3390/su151612451",
96
+ "pdf_url": "https://www.mdpi.com/2071-1050/15/16/12451/pdf?version=1692181759",
97
+ "citations": 80,
98
  "source": "Unknown",
99
+ "quartile": "Q2",
100
+ "url": "https://doi.org/10.3390/su151612451",
101
+ "relevance": 0.4,
102
  "abstract": "",
103
  "downloaded": false,
104
  "file_path": "",
105
+ "apa": "Firuz Kamalov et al. (2023). New Era of Artificial Intelligence in Education: Towards a Sustainable Multifaceted Revolution. Sustainability. https://doi.org/https://doi.org/10.3390/su151612451"
106
  },
107
  {
108
+ "title": "A meta systematic review of artificial intelligence in higher education: a call for increased ethics, collaboration, and rigour",
109
  "authors": [
110
+ "Melissa Bond",
111
+ "Hassan Khosravi",
112
+ "Maarten de Laat",
113
+ "Nina Bergdahl",
114
+ "Violeta Negrea",
115
+ "Emily Oxley",
116
+ "Phuong Pham",
117
+ "Sin Wang Chong",
118
+ "George Siemens"
119
  ],
120
  "year": "2024",
121
+ "journal": "International Journal of Educational Technology in Higher Education",
122
+ "doi": "https://doi.org/10.1186/s41239-023-00436-z",
123
+ "pdf_url": "https://educationaltechnologyjournal.springeropen.com/counter/pdf/10.1186/s41239-023-00436-z",
124
+ "citations": 79,
125
+ "source": "Unknown",
126
+ "quartile": "Q2",
127
+ "url": "https://doi.org/10.1186/s41239-023-00436-z",
128
+ "relevance": 0.395,
129
  "abstract": "",
130
  "downloaded": false,
131
  "file_path": "",
132
+ "apa": "Melissa Bond et al. (2024). A meta systematic review of artificial intelligence in higher education: a call for increased ethics, collaboration, and rigour. International Journal of Educational Technology in Higher Education. https://doi.org/https://doi.org/10.1186/s41239-023-00436-z"
133
  },
134
  {
135
+ "title": "Examining Science Education in ChatGPT: An Exploratory Study of Generative Artificial Intelligence",
136
  "authors": [
137
+ "Grant Cooper"
 
138
  ],
139
+ "year": "2023",
140
+ "journal": "Journal of Science Education and Technology",
141
+ "doi": "https://doi.org/10.1007/s10956-023-10039-y",
142
+ "pdf_url": "https://link.springer.com/content/pdf/10.1007/s10956-023-10039-y.pdf",
143
+ "citations": 77,
144
+ "source": "Unknown",
145
+ "quartile": "Q2",
146
+ "url": "https://doi.org/10.1007/s10956-023-10039-y",
147
+ "relevance": 0.385,
148
  "abstract": "",
149
  "downloaded": false,
150
  "file_path": "",
151
+ "apa": "Grant Cooper (2023). Examining Science Education in ChatGPT: An Exploratory Study of Generative Artificial Intelligence. Journal of Science Education and Technology. https://doi.org/https://doi.org/10.1007/s10956-023-10039-y"
152
  },
153
  {
154
+ "title": "Transforming Education: A Comprehensive Review of Generative Artificial Intelligence in Educational Settings through Bibliometric and Content Analysis",
155
  "authors": [
156
+ "Zied Bahroun",
157
+ "Chiraz Anane",
158
+ "Vian Ahmed",
159
+ "Andrew Zacca"
160
  ],
161
  "year": "2023",
162
+ "journal": "Sustainability",
163
+ "doi": "https://doi.org/10.3390/su151712983",
164
+ "pdf_url": "https://www.mdpi.com/2071-1050/15/17/12983/pdf?version=1693276970",
165
+ "citations": 64,
166
  "source": "Unknown",
167
+ "quartile": "Q2",
168
+ "url": "https://doi.org/10.3390/su151712983",
169
+ "relevance": 0.32,
170
  "abstract": "",
171
  "downloaded": false,
172
  "file_path": "",
173
+ "apa": "Zied Bahroun et al. (2023). Transforming Education: A Comprehensive Review of Generative Artificial Intelligence in Educational Settings through Bibliometric and Content Analysis. Sustainability. https://doi.org/https://doi.org/10.3390/su151712983"
174
  },
175
  {
176
+ "title": "ChatGPT and Generative Artificial Intelligence for Medical Education: Potential Impact and Opportunity",
177
  "authors": [
178
+ "Christy Boscardin",
179
+ "Brian C. Gin",
180
+ "Polo Black Golde",
181
+ "Karen E. Hauer"
182
  ],
183
+ "year": "2023",
184
+ "journal": "Academic Medicine",
185
+ "doi": "https://doi.org/10.1097/acm.0000000000005439",
186
+ "pdf_url": "https://www.ets.berkeley.edu/sites/default/files/general/uc_learning_data_principles_final03.05.2018.pdf",
187
+ "citations": 57,
188
+ "source": "Unknown",
189
+ "quartile": "Q2",
190
+ "url": "https://doi.org/10.1097/acm.0000000000005439",
191
+ "relevance": 0.285,
192
  "abstract": "",
193
  "downloaded": false,
194
  "file_path": "",
195
+ "apa": "Christy Boscardin et al. (2023). ChatGPT and Generative Artificial Intelligence for Medical Education: Potential Impact and Opportunity. Academic Medicine. https://doi.org/https://doi.org/10.1097/acm.0000000000005439"
196
  },
197
  {
198
+ "title": "Artificial Intelligence-Enabled Intelligent Assistant for Personalized and Adaptive Learning in Higher Education",
199
  "authors": [
200
+ "Ramteja Sajja",
201
+ "Yusuf Sermet",
202
+ "Muhammed Cikmaz",
203
+ "David M. Cwiertny",
204
+ "İbrahim Demir"
205
  ],
206
  "year": "2024",
207
+ "journal": "Information",
208
+ "doi": "https://doi.org/10.3390/info15100596",
209
+ "pdf_url": "https://doi.org/10.3390/info15100596",
210
+ "citations": 55,
211
+ "source": "Unknown",
212
+ "quartile": "Q2",
213
+ "url": "https://doi.org/10.3390/info15100596",
214
+ "relevance": 0.275,
215
  "abstract": "",
216
  "downloaded": false,
217
  "file_path": "",
218
+ "apa": "Ramteja Sajja et al. (2024). Artificial Intelligence-Enabled Intelligent Assistant for Personalized and Adaptive Learning in Higher Education. Information. https://doi.org/https://doi.org/10.3390/info15100596"
219
  },
220
  {
221
+ "title": "Artificial intelligence in intelligent tutoring systems toward sustainable education: a systematic review",
222
  "authors": [
223
+ "Chien-Chang Lin",
224
+ "Anna Y.Q. Huang",
225
+ "Owen H.T. Lu"
 
226
  ],
227
+ "year": "2023",
228
+ "journal": "Smart Learning Environments",
229
+ "doi": "https://doi.org/10.1186/s40561-023-00260-y",
230
+ "pdf_url": "https://slejournal.springeropen.com/counter/pdf/10.1186/s40561-023-00260-y",
231
+ "citations": 52,
232
+ "source": "Unknown",
233
+ "quartile": "Q2",
234
+ "url": "https://doi.org/10.1186/s40561-023-00260-y",
235
+ "relevance": 0.26,
236
  "abstract": "",
237
  "downloaded": false,
238
  "file_path": "",
239
+ "apa": "Chien-Chang Lin et al. (2023). Artificial intelligence in intelligent tutoring systems toward sustainable education: a systematic review. Smart Learning Environments. https://doi.org/https://doi.org/10.1186/s40561-023-00260-y"
240
  },
241
  {
242
+ "title": "The emergent role of artificial intelligence, natural learning processing, and large language models in higher education and research",
243
  "authors": [
244
+ "Tariq Alqahtani",
245
+ "Hisham A. Badreldin",
246
+ "Mohammed Alrashed",
247
+ "Abdulrahman Alshaya",
248
+ "Sahar S. Alghamdi",
249
+ "Khalid Bin Saleh",
250
+ "Shuroug A. Alowais",
251
+ "Omar A. Alshaya",
252
+ "Ishrat Rahman",
253
+ "Majed S. Al Yami"
254
  ],
255
+ "year": "2023",
256
+ "journal": "Research in Social and Administrative Pharmacy",
257
+ "doi": "https://doi.org/10.1016/j.sapharm.2023.05.016",
258
  "pdf_url": null,
259
+ "citations": 48,
260
  "source": "Unknown",
261
+ "quartile": "Q3",
262
+ "url": "https://doi.org/10.1016/j.sapharm.2023.05.016",
263
+ "relevance": 0.24,
264
  "abstract": "",
265
  "downloaded": false,
266
  "file_path": "",
267
+ "apa": "Tariq Alqahtani et al. (2023). The emergent role of artificial intelligence, natural learning processing, and large language models in higher education and research. Research in Social and Administrative Pharmacy. https://doi.org/https://doi.org/10.1016/j.sapharm.2023.05.016"
268
  },
269
  {
270
+ "title": "Managing the Strategic Transformation of Higher Education through Artificial Intelligence",
271
  "authors": [
272
+ "Babu George",
273
+ "Ontario S. Wooden"
 
 
 
 
 
274
  ],
275
  "year": "2023",
276
+ "journal": "Administrative Sciences",
277
+ "doi": "https://doi.org/10.3390/admsci13090196",
278
+ "pdf_url": "https://www.mdpi.com/2076-3387/13/9/196/pdf?version=1693319334",
279
+ "citations": 45,
280
  "source": "Unknown",
281
+ "quartile": "Q3",
282
+ "url": "https://doi.org/10.3390/admsci13090196",
283
+ "relevance": 0.225,
284
  "abstract": "",
285
  "downloaded": false,
286
  "file_path": "",
287
+ "apa": "Babu George & Ontario S. Wooden (2023). Managing the Strategic Transformation of Higher Education through Artificial Intelligence. Administrative Sciences. https://doi.org/https://doi.org/10.3390/admsci13090196"
288
  },
289
  {
290
+ "title": "Navigating the confluence of artificial intelligence and education for sustainable development in the era of industry 4.0: Challenges, opportunities, and ethical dimensions",
291
  "authors": [
292
+ "Ammar Abulibdeh",
293
+ "Esmat Zaidan",
294
+ "Rawan Abulibdeh"
 
 
 
 
 
 
 
295
  ],
296
  "year": "2024",
297
+ "journal": "Journal of Cleaner Production",
298
+ "doi": "https://doi.org/10.1016/j.jclepro.2023.140527",
299
+ "pdf_url": "https://doi.org/10.1016/j.jclepro.2023.140527",
300
+ "citations": 45,
301
  "source": "Unknown",
302
+ "quartile": "Q3",
303
+ "url": "https://doi.org/10.1016/j.jclepro.2023.140527",
304
+ "relevance": 0.225,
305
  "abstract": "",
306
  "downloaded": false,
307
  "file_path": "",
308
+ "apa": "Ammar Abulibdeh et al. (2024). Navigating the confluence of artificial intelligence and education for sustainable development in the era of industry 4.0: Challenges, opportunities, and ethical dimensions. Journal of Cleaner Production. https://doi.org/https://doi.org/10.1016/j.jclepro.2023.140527"
309
  },
310
  {
311
+ "title": "Artificial Intelligence (AI) Literacy in Early Childhood Education: The Challenges and Opportunities",
312
  "authors": [
313
+ "Jiahong Su",
314
+ "Davy Tsz Kit Ng",
315
+ "Samuel Kai Wah Chu"
 
 
 
 
 
 
316
  ],
317
  "year": "2023",
318
+ "journal": "Computers and Education Artificial Intelligence",
319
+ "doi": "https://doi.org/10.1016/j.caeai.2023.100124",
320
+ "pdf_url": "https://doi.org/10.1016/j.caeai.2023.100124",
321
+ "citations": 42,
322
  "source": "Unknown",
323
+ "quartile": "Q3",
324
+ "url": "https://doi.org/10.1016/j.caeai.2023.100124",
325
+ "relevance": 0.21,
326
  "abstract": "",
327
  "downloaded": false,
328
  "file_path": "",
329
+ "apa": "Jiahong Su et al. (2023). Artificial Intelligence (AI) Literacy in Early Childhood Education: The Challenges and Opportunities. Computers and Education Artificial Intelligence. https://doi.org/https://doi.org/10.1016/j.caeai.2023.100124"
330
  },
331
  {
332
+ "title": "Citizenship Challenges in Artificial Intelligence Education",
333
+ "abstract": "This chapter addresses the citizenship challenges related to AI in education, particularly concerning students, teachers, and other educational stakeholders in the context of AI integration. We first explore how to foster AI awareness and education, along with various strategies to promote a socio-critical approach to AI training, aiming to identify relevant and ethical uses to prioritise. In the second part, we discuss critical thinking and computational thinking skills that can be mobilised within certain AI-supported educational activities, depending on the degree of creative and transformative engagement those activities require.",
334
  "authors": [
335
+ "Margarida Romero"
 
 
 
 
336
  ],
337
+ "year": "2025",
338
+ "journal": "arXiv Preprint",
339
+ "doi": "",
340
+ "pdf_url": "https://arxiv.org/pdf/2506.18955v1",
341
+ "citations": 0,
342
  "source": "Unknown",
343
+ "quartile": "Q3",
344
+ "url": "https://arxiv.org/pdf/2506.18955v1",
345
+ "relevance": 0.6,
 
346
  "downloaded": false,
347
  "file_path": "",
348
+ "apa": "Margarida Romero (2025). Citizenship Challenges in Artificial Intelligence Education. arXiv Preprint."
349
  },
350
  {
351
+ "title": "Blue Sky Ideas in Artificial Intelligence Education from the EAAI 2017 New and Future AI Educator Program",
352
+ "abstract": "The 7th Symposium on Educational Advances in Artificial Intelligence (EAAI'17, co-chaired by Sven Koenig and Eric Eaton) launched the EAAI New and Future AI Educator Program to support the training of early-career university faculty, secondary school faculty, and future educators (PhD candidates or postdocs who intend a career in academia). As part of the program, awardees were asked to address one of the following \"blue sky\" questions: * How could/should Artificial Intelligence (AI) courses incorporate ethics into the curriculum? * How could we teach AI topics at an early undergraduate or a secondary school level? * AI has the potential for broad impact to numerous disciplines. How could we make AI education more interdisciplinary, specifically to benefit non-engineering fields? This paper is a collection of their responses, intended to help motivate discussion around these issues in AI education.",
353
  "authors": [
354
+ "Eric Eaton",
355
+ "Sven Koenig",
356
+ "Claudia Schulz",
357
+ "Francesco Maurelli",
358
+ "John Lee",
359
+ "Joshua Eckroth",
360
+ "Mark Crowley",
361
+ "Richard G. Freedman",
362
+ "Rogelio E. Cardona-Rivera",
363
+ "Tiago Machado",
364
+ "Tom Williams"
365
  ],
366
+ "year": "2017",
367
+ "journal": "arXiv Preprint",
368
+ "doi": "",
369
+ "pdf_url": "https://arxiv.org/pdf/1702.00137v1",
370
+ "citations": 0,
371
  "source": "Unknown",
372
+ "quartile": "Q3",
373
+ "url": "https://arxiv.org/pdf/1702.00137v1",
374
+ "relevance": 0.6,
 
375
  "downloaded": false,
376
  "file_path": "",
377
+ "apa": "Eric Eaton et al. (2017). Blue Sky Ideas in Artificial Intelligence Education from the EAAI 2017 New and Future AI Educator Program. arXiv Preprint."
378
  },
379
  {
380
+ "title": "An Experience Report of Executive-Level Artificial Intelligence Education in the United Arab Emirates",
381
+ "abstract": "Teaching artificial intelligence (AI) is challenging. It is a fast moving field and therefore difficult to keep people updated with the state-of-the-art. Educational offerings for students are ever increasing, beyond university degree programs where AI education traditionally lay. In this paper, we present an experience report of teaching an AI course to business executives in the United Arab Emirates (UAE). Rather than focusing only on theoretical and technical aspects, we developed a course that teaches AI with a view to enabling students to understand how to incorporate it into existing business processes. We present an overview of our course, curriculum and teaching methods, and we discuss our reflections on teaching adult learners, and to students in the UAE.",
382
  "authors": [
383
+ "David Johnson",
384
+ "Mohammad Alsharid",
385
+ "Rasheed El-Bouri",
386
+ "Nigel Mehdi",
387
+ "Farah Shamout",
388
+ "Alexandre Szenicer",
389
+ "David Toman",
390
+ "Saqr Binghalib"
391
  ],
392
+ "year": "2022",
393
+ "journal": "arXiv Preprint",
394
+ "doi": "",
395
+ "pdf_url": "https://arxiv.org/pdf/2202.01281v1",
396
+ "citations": 0,
397
  "source": "Unknown",
398
+ "quartile": "Q3",
399
+ "url": "https://arxiv.org/pdf/2202.01281v1",
400
+ "relevance": 0.6,
 
401
  "downloaded": false,
402
  "file_path": "",
403
+ "apa": "David Johnson et al. (2022). An Experience Report of Executive-Level Artificial Intelligence Education in the United Arab Emirates. arXiv Preprint."
404
  },
405
  {
406
+ "title": "Use Scenarios & Practical Examples of AI Use in Education",
407
+ "abstract": "This report presents a set of use scenarios based on existing resources that teachers can use as inspiration to create their own, with the aim of introducing artificial intelligence (AI) at different pre-university levels, and with different goals. The Artificial Intelligence Education field (AIEd) is very active, with new resources and tools arising continuously. Those included in this document have already been tested with students and selected by experts in the field, but they must be taken just as practical examples to guide and inspire teachers creativity.",
408
  "authors": [
409
+ "Dara Cassidy",
410
+ "Yann-Aël Le Borgne",
411
+ "Francisco Bellas",
412
+ "Riina Vuorikari",
413
+ "Elise Rondin",
414
+ "Madhumalti Sharma",
415
+ "Jessica Niewint-Gori",
416
+ "Johanna Gröpler",
417
+ "Anne Gilleran",
418
+ "Lidija Kralj"
419
  ],
420
  "year": "2023",
421
+ "journal": "arXiv Preprint",
422
+ "doi": "",
423
+ "pdf_url": "https://arxiv.org/pdf/2309.12320v1",
424
+ "citations": 0,
425
  "source": "Unknown",
426
+ "quartile": "Q3",
427
+ "url": "https://arxiv.org/pdf/2309.12320v1",
428
+ "relevance": 0.6,
 
429
  "downloaded": false,
430
  "file_path": "",
431
+ "apa": "Dara Cassidy et al. (2023). Use Scenarios & Practical Examples of AI Use in Education. arXiv Preprint."
432
  },
433
  {
434
+ "title": "Can Population-based Engagement Improve Personalisation? A Novel Dataset and Experiments",
435
+ "abstract": "This work explores how population-based engagement prediction can address cold-start at scale in large learning resource collections. The paper introduces i) VLE, a novel dataset that consists of content and video based features extracted from publicly available scientific video lectures coupled with implicit and explicit signals related to learner engagement, ii) two standard tasks related to predicting and ranking context-agnostic engagement in video lectures with preliminary baselines and iii) a set of experiments that validate the usefulness of the proposed dataset. Our experimental results indicate that the newly proposed VLE dataset leads to building context-agnostic engagement prediction models that are significantly performant than ones based on previous datasets, mainly attributing to the increase of training examples. VLE dataset's suitability in building models towards Computer Science/ Artificial Intelligence education focused on e-learning/ MOOC use-cases is also evidenced. Further experiments in combining the built model with a personalising algorithm show promising improvements in addressing the cold-start problem encountered in educational recommenders. This is the largest and most diverse publicly available dataset to our knowledge that deals with learner engagement prediction tasks. The dataset, helper tools, descriptive statistics and example code snippets are available publicly.",
436
  "authors": [
437
+ "Sahan Bulathwela",
438
+ "Meghana Verma",
439
+ "Maria Perez-Ortiz",
440
+ "Emine Yilmaz",
441
+ "John Shawe-Taylor"
 
442
  ],
443
+ "year": "2022",
444
+ "journal": "arXiv Preprint",
445
+ "doi": "",
446
+ "pdf_url": "https://arxiv.org/pdf/2207.01504v1",
447
+ "citations": 0,
448
  "source": "Unknown",
449
+ "quartile": "Q3",
450
+ "url": "https://arxiv.org/pdf/2207.01504v1",
451
+ "relevance": 0.6,
452
+ "downloaded": false,
453
+ "file_path": "",
454
+ "apa": "Sahan Bulathwela et al. (2022). Can Population-based Engagement Improve Personalisation? A Novel Dataset and Experiments. arXiv Preprint."
455
+ },
456
+ {
457
+ "title": "Training the next generation of physicians for artificial intelligence-assisted clinical neuroradiology: ASNR MICCAI Brain Tumor Segmentation (BraTS) 2025 Lighthouse Challenge education platform",
458
+ "abstract": "High-quality reference standard image data creation by neuroradiology experts for automated clinical tools can be a powerful tool for neuroradiology & artificial intelligence education. We developed a multimodal educational approach for students and trainees during the MICCAI Brain Tumor Segmentation Lighthouse Challenge 2025, a landmark initiative to develop accurate brain tumor segmentation algorithms. Fifty-six medical students & radiology trainees volunteered to annotate brain tumor MR images for the BraTS challenges of 2023 & 2024, guided by faculty-led didactics on neuropathology MRI. Among the 56 annotators, 14 select volunteers were then paired with neuroradiology faculty for guided one-on-one annotation sessions for BraTS 2025. Lectures on neuroanatomy, pathology & AI, journal clubs & data scientist-led workshops were organized online. Annotators & audience members completed surveys on their perceived knowledge before & after annotations & lectures respectively. Fourteen coordinators, each paired with a neuroradiologist, completed the data annotation process, averaging 1322.9+/-760.7 hours per dataset per pair and 1200 segmentations in total. On a scale of 1-10, annotation coordinators reported significant increase in familiarity with image segmentation software pre- and post-annotation, moving from initial average of 6+/-2.9 to final average of 8.9+/-1.1, and significant increase in familiarity with brain tumor features pre- and post-annotation, moving from initial average of 6.2+/-2.4 to final average of 8.1+/-1.2. We demonstrate an innovative offering for providing neuroradiology & AI education through an image segmentation challenge to enhance understanding of algorithm development, reinforce the concept of data reference standard, and diversify opportunities for AI-driven image analysis among future physicians.",
459
+ "authors": [
460
+ "Raisa Amiruddin",
461
+ "Nikolay Y. Yordanov",
462
+ "Nazanin Maleki",
463
+ "Pascal Fehringer",
464
+ "Athanasios Gkampenis",
465
+ "Anastasia Janas",
466
+ "Kiril Krantchev",
467
+ "Ahmed Moawad",
468
+ "Fabian Umeh",
469
+ "Salma Abosabie",
470
+ "Sara Abosabie",
471
+ "Albara Alotaibi",
472
+ "Mohamed Ghonim",
473
+ "Mohanad Ghonim",
474
+ "Sedra Abou Ali Mhana",
475
+ "Nathan Page",
476
+ "Marko Jakovljevic",
477
+ "Yasaman Sharifi",
478
+ "Prisha Bhatia",
479
+ "Amirreza Manteghinejad",
480
+ "Melisa Guelen",
481
+ "Michael Veronesi",
482
+ "Virginia Hill",
483
+ "Tiffany So",
484
+ "Mark Krycia",
485
+ "Bojan Petrovic",
486
+ "Fatima Memon",
487
+ "Justin Cramer",
488
+ "Elizabeth Schrickel",
489
+ "Vilma Kosovic",
490
+ "Lorenna Vidal",
491
+ "Gerard Thompson",
492
+ "Ichiro Ikuta",
493
+ "Basimah Albalooshy",
494
+ "Ali Nabavizadeh",
495
+ "Nourel Hoda Tahon",
496
+ "Karuna Shekdar",
497
+ "Aashim Bhatia",
498
+ "Claudia Kirsch",
499
+ "Gennaro D'Anna",
500
+ "Philipp Lohmann",
501
+ "Amal Saleh Nour",
502
+ "Andriy Myronenko",
503
+ "Adam Goldman-Yassen",
504
+ "Janet R. Reid",
505
+ "Sanjay Aneja",
506
+ "Spyridon Bakas",
507
+ "Mariam Aboian"
508
+ ],
509
+ "year": "2025",
510
+ "journal": "arXiv Preprint",
511
+ "doi": "",
512
+ "pdf_url": "https://arxiv.org/pdf/2509.17281v1",
513
+ "citations": 0,
514
+ "source": "Unknown",
515
+ "quartile": "Q3",
516
+ "url": "https://arxiv.org/pdf/2509.17281v1",
517
+ "relevance": 0.6,
518
  "downloaded": false,
519
  "file_path": "",
520
+ "apa": "Raisa Amiruddin et al. (2025). Training the next generation of physicians for artificial intelligence-assisted clinical neuroradiology: ASNR MICCAI Brain Tumor Segmentation (BraTS) 2025 Lighthouse Challenge education platform. arXiv Preprint."
521
  },
522
  {
523
+ "title": "Artificial intelligence in education",
524
  "authors": [
525
+ "W. Holmes",
526
+ "Maya Bialik",
527
+ "Charles Fadel"
 
 
 
 
 
528
  ],
529
  "year": "2023",
530
+ "journal": "",
531
+ "doi": "https://doi.org/10.58863/20.500.12424/4276068",
532
+ "pdf_url": "https://repository.globethics.net/bitstream/20.500.12424/4276068/2/GE_Global_18_isbn9782889315239_ch42.pdf",
533
+ "citations": 39,
534
  "source": "Unknown",
535
+ "quartile": "Q3",
536
+ "url": "https://doi.org/10.58863/20.500.12424/4276068",
537
+ "relevance": 0.195,
538
  "abstract": "",
539
  "downloaded": false,
540
  "file_path": "",
541
+ "apa": "W. Holmes et al. (2023). Artificial intelligence in education. https://doi.org/https://doi.org/10.58863/20.500.12424/4276068"
542
  },
543
  {
544
+ "title": "Collaborating With ChatGPT: Considering the Implications of Generative Artificial Intelligence for Journalism and Media Education",
545
  "authors": [
546
+ "John V. Pavlik"
 
 
547
  ],
548
+ "year": "2023",
549
+ "journal": "Journalism & Mass Communication Educator",
550
+ "doi": "https://doi.org/10.1177/10776958221149577",
551
  "pdf_url": null,
552
+ "citations": 34,
553
  "source": "Unknown",
554
+ "quartile": "Q3",
555
+ "url": "https://doi.org/10.1177/10776958221149577",
556
+ "relevance": 0.17,
557
  "abstract": "",
558
  "downloaded": false,
559
  "file_path": "",
560
+ "apa": "John V. Pavlik (2023). Collaborating With ChatGPT: Considering the Implications of Generative Artificial Intelligence for Journalism and Media Education. Journalism & Mass Communication Educator. https://doi.org/https://doi.org/10.1177/10776958221149577"
561
  },
562
  {
563
+ "title": "Generative Artificial Intelligence: Implications and Considerations for Higher Education Practice",
564
  "authors": [
565
+ "Tom Farrelly",
566
+ "Nick Baker"
 
 
567
  ],
568
+ "year": "2023",
569
+ "journal": "Education Sciences",
570
+ "doi": "https://doi.org/10.3390/educsci13111109",
571
+ "pdf_url": "https://www.mdpi.com/2227-7102/13/11/1109/pdf?version=1699079828",
572
+ "citations": 32,
573
  "source": "Unknown",
574
+ "quartile": "Q3",
575
+ "url": "https://doi.org/10.3390/educsci13111109",
576
+ "relevance": 0.16,
577
  "abstract": "",
578
  "downloaded": false,
579
  "file_path": "",
580
+ "apa": "Tom Farrelly & Nick Baker (2023). Generative Artificial Intelligence: Implications and Considerations for Higher Education Practice. Education Sciences. https://doi.org/https://doi.org/10.3390/educsci13111109"
581
  },
582
  {
583
+ "title": "The Role of ChatGPT, Generative Language Models, and Artificial Intelligence in Medical Education: A Conversation With ChatGPT and a Call for Papers",
584
  "authors": [
585
+ "Günther Eysenbach"
 
 
 
 
 
 
 
586
  ],
587
  "year": "2023",
588
+ "journal": "JMIR Medical Education",
589
+ "doi": "https://doi.org/10.2196/46885",
590
+ "pdf_url": "https://mededu.jmir.org/2023/1/e46885/PDF",
591
+ "citations": 30,
592
  "source": "Unknown",
593
+ "quartile": "Q3",
594
+ "url": "https://doi.org/10.2196/46885",
595
+ "relevance": 0.15,
596
  "abstract": "",
597
  "downloaded": false,
598
  "file_path": "",
599
+ "apa": "Günther Eysenbach (2023). The Role of ChatGPT, Generative Language Models, and Artificial Intelligence in Medical Education: A Conversation With ChatGPT and a Call for Papers. JMIR Medical Education. https://doi.org/https://doi.org/10.2196/46885"
600
  },
601
  {
602
+ "title": "Empowering Education with Generative Artificial Intelligence Tools: Approach with an Instructional Design Matrix",
603
  "authors": [
604
+ "Lena Ivannova Ruiz-Rojas",
605
+ "Patricia Acosta-Vargas",
606
+ "Javier De-Moreta-Llovet",
607
+ "Mario González"
608
  ],
609
+ "year": "2023",
610
+ "journal": "Sustainability",
611
+ "doi": "https://doi.org/10.3390/su151511524",
612
+ "pdf_url": "https://www.mdpi.com/2071-1050/15/15/11524/pdf?version=1690354809",
613
+ "citations": 22,
614
  "source": "Unknown",
615
+ "quartile": "Q3",
616
+ "url": "https://doi.org/10.3390/su151511524",
617
+ "relevance": 0.11,
618
  "abstract": "",
619
  "downloaded": false,
620
  "file_path": "",
621
+ "apa": "Lena Ivannova Ruiz-Rojas et al. (2023). Empowering Education with Generative Artificial Intelligence Tools: Approach with an Instructional Design Matrix. Sustainability. https://doi.org/https://doi.org/10.3390/su151511524"
622
  },
623
  {
624
+ "title": "Understanding K–12 teachers’ technological pedagogical content knowledge readiness and attitudes toward artificial intelligence education",
625
  "authors": [
626
+ "Miao Yue",
627
+ "Morris Siu–Yung Jong",
628
+ "Davy Tsz Kit Ng"
 
629
  ],
630
+ "year": "2024",
631
+ "journal": "Education and Information Technologies",
632
+ "doi": "https://doi.org/10.1007/s10639-024-12621-2",
633
+ "pdf_url": "https://link.springer.com/content/pdf/10.1007/s10639-024-12621-2.pdf",
634
+ "citations": 21,
635
  "source": "Unknown",
636
+ "quartile": "Q3",
637
+ "url": "https://doi.org/10.1007/s10639-024-12621-2",
638
+ "relevance": 0.105,
639
  "abstract": "",
640
  "downloaded": false,
641
  "file_path": "",
642
+ "apa": "Miao Yue et al. (2024). Understanding K–12 teachers’ technological pedagogical content knowledge readiness and attitudes toward artificial intelligence education. Education and Information Technologies. https://doi.org/https://doi.org/10.1007/s10639-024-12621-2"
643
  },
644
  {
645
+ "title": "Artificial intelligence education: An evidence-based medicine approach for consumers, translators, and developers",
646
  "authors": [
647
+ "Faye Yu Ci Ng",
648
+ "Arun James Thirunavukarasu",
649
+ "Haoran Cheng",
650
+ "Ting Fang Tan",
651
+ "Laura Gutiérrez",
652
+ "Yanyan Lan",
653
+ "Jasmine Chiat Ling Ong",
654
+ "Yap Seng Chong",
655
+ "Kee Yuan Ngiam",
656
+ "Dean Ho"
657
  ],
658
+ "year": "2023",
659
+ "journal": "Cell Reports Medicine",
660
+ "doi": "https://doi.org/10.1016/j.xcrm.2023.101230",
661
+ "pdf_url": "http://www.cell.com/article/S266637912300407X/pdf",
662
+ "citations": 19,
663
  "source": "Unknown",
664
  "quartile": "Q4",
665
+ "url": "https://doi.org/10.1016/j.xcrm.2023.101230",
666
+ "relevance": 0.095,
667
  "abstract": "",
668
  "downloaded": false,
669
  "file_path": "",
670
+ "apa": "Faye Yu Ci Ng et al. (2023). Artificial intelligence education: An evidence-based medicine approach for consumers, translators, and developers. Cell Reports Medicine. https://doi.org/https://doi.org/10.1016/j.xcrm.2023.101230"
671
  },
672
  {
673
+ "title": "Artificial Intelligence, Education, and Entrepreneurship",
674
  "authors": [
675
+ "MICHAEL GOFMAN",
676
+ "Zhao Jin"
 
 
 
677
  ],
678
+ "year": "2023",
679
+ "journal": "The Journal of Finance",
680
+ "doi": "https://doi.org/10.1111/jofi.13302",
681
+ "pdf_url": "https://onlinelibrary.wiley.com/doi/pdfdirect/10.1111/jofi.13302",
682
+ "citations": 16,
683
  "source": "Unknown",
684
  "quartile": "Q4",
685
+ "url": "https://doi.org/10.1111/jofi.13302",
686
+ "relevance": 0.08,
687
  "abstract": "",
688
  "downloaded": false,
689
  "file_path": "",
690
+ "apa": "MICHAEL GOFMAN & Zhao Jin (2023). Artificial Intelligence, Education, and Entrepreneurship. The Journal of Finance. https://doi.org/https://doi.org/10.1111/jofi.13302"
691
  },
692
  {
693
+ "title": "A Conversation on Artificial Intelligence, Chatbots, and Plagiarism in Higher Education",
694
  "authors": [
695
+ "Michael R. King",
696
+ "chatGPT"
697
  ],
698
  "year": "2023",
699
+ "journal": "Cellular and Molecular Bioengineering",
700
+ "doi": "https://doi.org/10.1007/s12195-022-00754-8",
701
+ "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12195-022-00754-8.pdf",
702
+ "citations": 16,
703
  "source": "Unknown",
704
  "quartile": "Q4",
705
+ "url": "https://doi.org/10.1007/s12195-022-00754-8",
706
+ "relevance": 0.08,
707
  "abstract": "",
708
  "downloaded": false,
709
  "file_path": "",
710
+ "apa": "Michael R. King & chatGPT (2023). A Conversation on Artificial Intelligence, Chatbots, and Plagiarism in Higher Education. Cellular and Molecular Bioengineering. https://doi.org/https://doi.org/10.1007/s12195-022-00754-8"
711
  },
712
  {
713
+ "title": "Artificial intelligence in healthcare and education",
714
  "authors": [
715
+ "Manàs Dave",
716
+ "Neil Patel"
 
 
 
 
 
717
  ],
718
  "year": "2023",
719
+ "journal": "BDJ",
720
+ "doi": "https://doi.org/10.1038/s41415-023-5845-2",
721
+ "pdf_url": "https://www.nature.com/articles/s41415-023-5845-2.pdf",
722
+ "citations": 13,
723
  "source": "Unknown",
724
  "quartile": "Q4",
725
+ "url": "https://doi.org/10.1038/s41415-023-5845-2",
726
+ "relevance": 0.065,
727
  "abstract": "",
728
  "downloaded": false,
729
  "file_path": "",
730
+ "apa": "Manàs Dave & Neil Patel (2023). Artificial intelligence in healthcare and education. BDJ. https://doi.org/https://doi.org/10.1038/s41415-023-5845-2"
731
  },
732
  {
733
+ "title": "An evidence-based approach to artificial intelligence education for medical students: A systematic review",
734
  "authors": [
735
+ "Nikola Pupic",
736
+ "Aryan Ghaffari-zadeh",
737
+ "Ricky Hu",
738
+ "Rohit Singla",
739
+ "Kathryn E. Darras",
740
+ "Anna Karwowska",
741
+ "Bruce B. Forster"
742
  ],
743
+ "year": "2023",
744
+ "journal": "PLOS Digital Health",
745
+ "doi": "https://doi.org/10.1371/journal.pdig.0000255",
746
+ "pdf_url": "https://doi.org/10.1371/journal.pdig.0000255",
747
+ "citations": 10,
748
  "source": "Unknown",
749
  "quartile": "Q4",
750
+ "url": "https://doi.org/10.1371/journal.pdig.0000255",
751
+ "relevance": 0.05,
752
  "abstract": "",
753
  "downloaded": false,
754
  "file_path": "",
755
+ "apa": "Nikola Pupic et al. (2023). An evidence-based approach to artificial intelligence education for medical students: A systematic review. PLOS Digital Health. https://doi.org/https://doi.org/10.1371/journal.pdig.0000255"
756
  },
757
  {
758
+ "title": "Implementing artificial intelligence education for middle school technology education in Republic of Korea",
759
  "authors": [
760
+ "Woongbin Park",
761
+ "Hyuksoo Kwon"
 
 
 
762
  ],
763
+ "year": "2023",
764
+ "journal": "International Journal of Technology and Design Education",
765
+ "doi": "https://doi.org/10.1007/s10798-023-09812-2",
766
+ "pdf_url": "https://link.springer.com/content/pdf/10.1007/s10798-023-09812-2.pdf",
767
+ "citations": 8,
768
  "source": "Unknown",
769
  "quartile": "Q4",
770
+ "url": "https://doi.org/10.1007/s10798-023-09812-2",
771
+ "relevance": 0.04,
772
  "abstract": "",
773
  "downloaded": false,
774
  "file_path": "",
775
+ "apa": "Woongbin Park & Hyuksoo Kwon (2023). Implementing artificial intelligence education for middle school technology education in Republic of Korea. International Journal of Technology and Design Education. https://doi.org/https://doi.org/10.1007/s10798-023-09812-2"
776
  },
777
  {
778
+ "title": "Investigating the moderating effects of social good and confidence on teachers' intention to prepare school students for artificial intelligence education",
779
  "authors": [
780
+ "Ismaila Temitayo Sanusi",
781
+ "Musa Adekunle Ayanwale",
782
+ "Thomas K. F. Chiu"
 
 
 
783
  ],
784
+ "year": "2023",
785
+ "journal": "Education and Information Technologies",
786
+ "doi": "https://doi.org/10.1007/s10639-023-12250-1",
787
+ "pdf_url": "https://link.springer.com/content/pdf/10.1007/s10639-023-12250-1.pdf",
788
+ "citations": 8,
789
  "source": "Unknown",
790
  "quartile": "Q4",
791
+ "url": "https://doi.org/10.1007/s10639-023-12250-1",
792
+ "relevance": 0.04,
793
  "abstract": "",
794
  "downloaded": false,
795
  "file_path": "",
796
+ "apa": "Ismaila Temitayo Sanusi et al. (2023). Investigating the moderating effects of social good and confidence on teachers' intention to prepare school students for artificial intelligence education. Education and Information Technologies. https://doi.org/https://doi.org/10.1007/s10639-023-12250-1"
797
  },
798
  {
799
+ "title": "Artificial intelligence education for young children: A case study of technology‐enhanced embodied learning",
800
  "authors": [
801
+ "Weipeng Yang",
802
+ "Xinyun Hu",
803
+ "Ibrahim H. Yeter",
804
+ "Jiahong Su",
805
+ "Yuqin Yang",
806
+ "John Chi‐Kin Lee"
807
  ],
808
+ "year": "2023",
809
+ "journal": "Journal of Computer Assisted Learning",
810
+ "doi": "https://doi.org/10.1111/jcal.12892",
811
+ "pdf_url": "https://onlinelibrary.wiley.com/doi/pdfdirect/10.1111/jcal.12892",
812
+ "citations": 7,
813
  "source": "Unknown",
814
  "quartile": "Q4",
815
+ "url": "https://doi.org/10.1111/jcal.12892",
816
+ "relevance": 0.035,
817
  "abstract": "",
818
  "downloaded": false,
819
  "file_path": "",
820
+ "apa": "Weipeng Yang et al. (2023). Artificial intelligence education for young children: A case study of technology‐enhanced embodied learning. Journal of Computer Assisted Learning. https://doi.org/https://doi.org/10.1111/jcal.12892"
821
  }
822
  ],
823
  "meta": {
824
+ "title": "artificial intelligence education",
825
  "field": "Research",
826
  "year_from": 2023,
827
  "year_to": 2026
index.html CHANGED
@@ -1,7 +1,7 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <title>Research Results - machine learning education</title>
5
  <style>
6
  body { font-family: Arial, sans-serif; margin: 40px; background: #f5f5f5; }
7
  h1 { color: #1F3864; text-align: center; }
@@ -22,225 +22,231 @@
22
  <h1>🔍 Research Results</h1>
23
  <div class="stats">
24
  <h2>Summary</h2>
25
- <p><strong>Title:</strong> machine learning education</p>
26
- <p><strong>Generated:</strong> 2026-04-04 02:48:56</p>
27
  <p><strong>Field:</strong> Research</p>
28
- <p><strong>Total Papers:</strong> 34</p>
29
  <p><strong>Downloaded:</strong> 0</p>
30
  </div>
31
 
32
  <h2>📊 Quartile Distribution</h2>
33
  <table>
34
  <tr><th>Quartile</th><th>Count</th></tr>
35
- <tr><td>Q1 (Top 25%)</td><td>0</td></tr>
36
- <tr><td>Q2 (25-50%)</td><td>0</td></tr>
37
- <tr><td>Q3 (50-75%)</td><td>4</td></tr>
38
- <tr><td>Q4 (Bottom 25%)</td><td>30</td></tr>
39
  </table>
40
 
41
- <h2>📄 All Papers (34)</h2>
42
 
43
- <div class="paper q3">
44
- <strong>1. Afro-MNIST: Synthetic generation of MNIST-style datasets for low-resource languages</strong><br>
45
- <small>Daniel J Wu, Andrew C Yang, Vinay U Prabhu | 2020 | Unknown | Q3</small>
46
 
47
  </div>
48
 
49
- <div class="paper q3">
50
- <strong>2. TinyTorch: Building Machine Learning Systems from First Principles</strong><br>
51
- <small>Vijay Janapa Reddi | 2026 | Unknown | Q3</small>
52
 
53
  </div>
54
 
55
- <div class="paper q3">
56
- <strong>3. Navigating Pitfalls: Evaluating LLMs in Machine Learning Programming Education</strong><br>
57
- <small>Smitha Kumar, Michael A. Lones, Manuel Maarek | 2025 | Unknown | Q3</small>
58
 
59
  </div>
60
 
61
- <div class="paper q3">
62
- <strong>4. Best Practices and Scoring System on Reviewing A.I. based Medical Imaging Papers: Part 1 Classification</strong><br>
63
- <small>Timothy L. Kline, Felipe Kitamura, Ian Pan | 2022 | Unknown | Q3</small>
64
 
65
  </div>
66
 
67
- <div class="paper q4">
68
- <strong>5. Artificial Intelligence/Machine Learning Education in Radiology: Multi-institutional Survey of Radiology Residents in the United States</strong><br>
69
- <small>Ninad Salastekar, Charles M. Maxfield, Tarek N. Hanna | 2023 | Unknown | Q4</small>
70
 
71
  </div>
72
 
73
- <div class="paper q4">
74
- <strong>6. Exploring the impact of ChatGPT on education: A web mining and machine learning approach</strong><br>
75
- <small>Abderahman Rejeb, Karim Rejeb, Andrea Appolloni | 2024 | Unknown | Q4</small>
76
 
77
  </div>
78
 
79
- <div class="paper q4">
80
- <strong>7. Predicting student dropouts with machine learning: An empirical study in Finnish higher education</strong><br>
81
- <small>Matti Vaarma, Hongxiu Li | 2024 | Unknown | Q4</small>
82
 
83
  </div>
84
 
85
- <div class="paper q4">
86
- <strong>8. Student Cheating Detection in Higher Education by Implementing Machine Learning and LSTM Techniques</strong><br>
87
- <small>Waleed Alsabhan | 2023 | Unknown | Q4</small>
88
 
89
  </div>
90
 
91
- <div class="paper q4">
92
- <strong>9. Integrating AI and Machine Learning in STEM education: Challenges and opportunities</strong><br>
93
- <small>Olatunbosun Bartholomew Joseph, Nwankwo Charles Uzondu | 2024 | Unknown | Q4</small>
94
 
95
  </div>
96
 
97
- <div class="paper q4">
98
- <strong>10. The Information Age for Education via Artificial Intelligence and Machine Learning: A Bibliometric and Systematic Literature Analysis</strong><br>
99
- <small>Hassan Abuhassna | 2024 | Unknown | Q4</small>
100
 
101
  </div>
102
 
103
- <div class="paper q4">
104
- <strong>11. Personalized learning in education: a machine learning and simulation approach</strong><br>
105
- <small>Ross Taylor, Masoud Fakhimi, Athina Ioannou | 2024 | Unknown | Q4</small>
106
 
107
  </div>
108
 
109
- <div class="paper q4">
110
- <strong>12. An interactive teaching evaluation system for preschool education in universities based on machine learning algorithm</strong><br>
111
- <small>Deming Li | 2024 | Unknown | Q4</small>
112
 
113
  </div>
114
 
115
- <div class="paper q4">
116
- <strong>13. Forecasting students' adaptability in online entrepreneurship education using modified ensemble machine learning model</strong><br>
117
- <small>Amit Malik, Edeh Michael Onyema, Surjeet Dalal | 2023 | Unknown | Q4</small>
118
 
119
  </div>
120
 
121
- <div class="paper q4">
122
- <strong>14. TinyML4D: Scaling Embedded Machine Learning Education in the Developing World</strong><br>
123
- <small>Brian Plancher, Sebastian Büttrich, Jeremy Ellis | 2024 | Unknown | Q4</small>
124
 
125
  </div>
126
 
127
- <div class="paper q4">
128
- <strong>15. Performance and early drop prediction for higher education students using machine learning</strong><br>
129
- <small>Vasileios Christou, Ioannis G. Tsoulos, Vasileios Loupas | 2023 | Unknown | Q4</small>
130
 
131
  </div>
132
 
133
- <div class="paper q4">
134
- <strong>16. Predicting Student Retention in Higher Education Using Machine Learning</strong><br>
135
- <small>Said A. Salloum, Azza Basiouni, Raghad Alfaisal | 2024 | Unknown | Q4</small>
136
 
137
  </div>
138
 
139
- <div class="paper q4">
140
- <strong>17. Improving Student Retention in Institutions of Higher Education through Machine Learning: A Sustainable Approach</strong><br>
141
- <small>William Villegas-Ch, Jaime Govea, Solange Revelo-Tapia | 2023 | Unknown | Q4</small>
142
 
143
  </div>
144
 
145
- <div class="paper q4">
146
- <strong>18. The integration of AI and machine learning in education and its potential to personalize and improve student learning experiences</strong><br>
147
- <small>Rudra Tiwari | 2023 | Unknown | Q4</small>
148
 
149
  </div>
150
 
151
- <div class="paper q4">
152
- <strong>19. Secure Preschool Education Using Machine Learning and Metaverse Technologies</strong><br>
153
- <small>Qifen Zhang | 2023 | Unknown | Q4</small>
154
 
155
  </div>
156
 
157
- <div class="paper q4">
158
- <strong>20. Evolutionary machine learning builds smart education big data platform: Data-driven higher education</strong><br>
159
- <small>Lu Zheng, Cong Wang, Xue Chen | 2023 | Unknown | Q4</small>
160
 
161
  </div>
162
 
163
- <div class="paper q4">
164
- <strong>21. SEM-machine learning-based model for perusing the adoption of metaverse in higher education in UAE</strong><br>
165
- <small>Ahmad Aburayya, Said A. Salloum, Khaled Younis Alderbashi | 2023 | Unknown | Q4</small>
166
 
167
  </div>
168
 
169
- <div class="paper q4">
170
- <strong>22. PerVRML: ChatGPT-Driven Personalized VR Environments for Machine Learning Education</strong><br>
171
- <small>Hong Gao, Yiyang Xie, Enkelejda Kasneci | 2025 | Unknown | Q4</small>
172
 
173
  </div>
174
 
175
- <div class="paper q4">
176
- <strong>23. Machine learning model (RG-DMML) and ensemble algorithm for prediction of students’ retention and graduation in education</strong><br>
177
- <small>Kingsley Okoye, Julius T. Nganji, José Escamilla | 2024 | Unknown | Q4</small>
178
 
179
  </div>
180
 
181
- <div class="paper q4">
182
- <strong>24. A comprehensive overview of artificial intelligence and machine learning in education pedagogy: 21 Years (2000–2021) of research indexed in the scopus database</strong><br>
183
- <small>Ekene Francis Okagbue, Ujunwa Perpetua Ezeachikulo, Tosin Yinka Akintunde | 2023 | Unknown | Q4</small>
184
 
185
  </div>
186
 
187
- <div class="paper q4">
188
- <strong>25. Generative AI &amp; machine learning in surgical education</strong><br>
189
- <small>Diana A Hla, David Hindin | 2024 | Unknown | Q4</small>
190
 
191
  </div>
192
 
193
- <div class="paper q4">
194
- <strong>26. How Machine Learning (ML) is Transforming Higher Education: A Systematic Literature Review</strong><br>
195
- <small>Agostinho Sousa Pinto, António Abreu, Eusébio Costa | 2023 | Unknown | Q4</small>
 
 
 
 
 
 
196
 
197
  </div>
198
 
199
  <div class="paper q4">
200
- <strong>27. Unplugged Decision Tree Learning A Learning Activity for Machine Learning Education in K-12</strong><br>
201
- <small>Lukas Lehner, Martina Landman | 2024 | Unknown | Q4</small>
202
 
203
  </div>
204
 
205
  <div class="paper q4">
206
- <strong>28. Predicting Student Adaptability to Online Education Using Machine Learning</strong><br>
207
- <small>Said A. Salloum, Ayham Salloum, Raghad Alfaisal | 2024 | Unknown | Q4</small>
208
 
209
  </div>
210
 
211
  <div class="paper q4">
212
- <strong>29. The Pedagogical Challenge of Machine Learning Education</strong><br>
213
- <small>Orit Hazzan, Koby Mike | 2023 | Unknown | Q4</small>
214
 
215
  </div>
216
 
217
  <div class="paper q4">
218
- <strong>30. Early detection of students at risk of poor performance in Rwanda higher education using machine learning techniques</strong><br>
219
- <small>Emmanuel Masabo, Joseph Nzabanita, Innocent Ngaruye | 2023 | Unknown | Q4</small>
220
 
221
  </div>
222
 
223
  <div class="paper q4">
224
- <strong>31. Deciphering the impact of machine learning on education: Insights from a bibliometric analysis using bibliometrix R-package</strong><br>
225
- <small>Zilong Zhong, Hui Guo, Kun Qian | 2024 | Unknown | Q4</small>
226
 
227
  </div>
228
 
229
  <div class="paper q4">
230
- <strong>32. AI and Machine Learning in Smart Education</strong><br>
231
- <small>Pawan Kumar Goel, Amit Singhal, Shailendra Singh Bhadoria | 2024 | Unknown | Q4</small>
232
 
233
  </div>
234
 
235
  <div class="paper q4">
236
- <strong>33. Modeling with Primary Sources: An Approach to Teach Data Bias for Artificial Intelligence and Machine Learning Education</strong><br>
237
- <small>Jeanne McClure, Juan Zheng, Franziska Bickel | 2024 | Unknown | Q4</small>
238
 
239
  </div>
240
 
241
  <div class="paper q4">
242
- <strong>34. Web-Semantic-Driven Machine Learning and Blockchain for Transformative Change in the Future of Physical Education</strong><br>
243
- <small>Wang Jun, Muhammad Shahid Iqbal, Rashid Abbasi | 2024 | Unknown | Q4</small>
244
 
245
  </div>
246
 
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
+ <title>Research Results - artificial intelligence education</title>
5
  <style>
6
  body { font-family: Arial, sans-serif; margin: 40px; background: #f5f5f5; }
7
  h1 { color: #1F3864; text-align: center; }
 
22
  <h1>🔍 Research Results</h1>
23
  <div class="stats">
24
  <h2>Summary</h2>
25
+ <p><strong>Title:</strong> artificial intelligence education</p>
26
+ <p><strong>Generated:</strong> 2026-04-04 17:35:17</p>
27
  <p><strong>Field:</strong> Research</p>
28
+ <p><strong>Total Papers:</strong> 35</p>
29
  <p><strong>Downloaded:</strong> 0</p>
30
  </div>
31
 
32
  <h2>📊 Quartile Distribution</h2>
33
  <table>
34
  <tr><th>Quartile</th><th>Count</th></tr>
35
+ <tr><td>Q1 (Top 25%)</td><td>4</td></tr>
36
+ <tr><td>Q2 (25-50%)</td><td>7</td></tr>
37
+ <tr><td>Q3 (50-75%)</td><td>16</td></tr>
38
+ <tr><td>Q4 (Bottom 25%)</td><td>8</td></tr>
39
  </table>
40
 
41
+ <h2>📄 All Papers (35)</h2>
42
 
43
+ <div class="paper q1">
44
+ <strong>1. Artificial intelligence in higher education: the state of the field</strong><br>
45
+ <small>Helen Crompton, Diane Burke | 2023 | Unknown | Q1</small>
46
 
47
  </div>
48
 
49
+ <div class="paper q1">
50
+ <strong>2. Embracing the future of Artificial Intelligence in the classroom: the relevance of AI literacy, prompt engineering, and critical thinking in modern education</strong><br>
51
+ <small>Yoshija Walter | 2024 | Unknown | Q1</small>
52
 
53
  </div>
54
 
55
+ <div class="paper q1">
56
+ <strong>3. Education in the Era of Generative Artificial Intelligence (AI): Understanding the Potential Benefits of ChatGPT in Promoting Teaching and Learning</strong><br>
57
+ <small>David Baidoo-Anu, Leticia Owusu Ansah | 2023 | Unknown | Q1</small>
58
 
59
  </div>
60
 
61
+ <div class="paper q1">
62
+ <strong>4. Artificial intelligence in education: A systematic literature review</strong><br>
63
+ <small>Shan Wang, Fang Wang, Zhen Zhu | 2024 | Unknown | Q1</small>
64
 
65
  </div>
66
 
67
+ <div class="paper q2">
68
+ <strong>5. New Era of Artificial Intelligence in Education: Towards a Sustainable Multifaceted Revolution</strong><br>
69
+ <small>Firuz Kamalov, David Santandreu Calonge, Ikhlaas Gurrib | 2023 | Unknown | Q2</small>
70
 
71
  </div>
72
 
73
+ <div class="paper q2">
74
+ <strong>6. A meta systematic review of artificial intelligence in higher education: a call for increased ethics, collaboration, and rigour</strong><br>
75
+ <small>Melissa Bond, Hassan Khosravi, Maarten de Laat | 2024 | Unknown | Q2</small>
76
 
77
  </div>
78
 
79
+ <div class="paper q2">
80
+ <strong>7. Examining Science Education in ChatGPT: An Exploratory Study of Generative Artificial Intelligence</strong><br>
81
+ <small>Grant Cooper | 2023 | Unknown | Q2</small>
82
 
83
  </div>
84
 
85
+ <div class="paper q2">
86
+ <strong>8. Transforming Education: A Comprehensive Review of Generative Artificial Intelligence in Educational Settings through Bibliometric and Content Analysis</strong><br>
87
+ <small>Zied Bahroun, Chiraz Anane, Vian Ahmed | 2023 | Unknown | Q2</small>
88
 
89
  </div>
90
 
91
+ <div class="paper q2">
92
+ <strong>9. ChatGPT and Generative Artificial Intelligence for Medical Education: Potential Impact and Opportunity</strong><br>
93
+ <small>Christy Boscardin, Brian C. Gin, Polo Black Golde | 2023 | Unknown | Q2</small>
94
 
95
  </div>
96
 
97
+ <div class="paper q2">
98
+ <strong>10. Artificial Intelligence-Enabled Intelligent Assistant for Personalized and Adaptive Learning in Higher Education</strong><br>
99
+ <small>Ramteja Sajja, Yusuf Sermet, Muhammed Cikmaz | 2024 | Unknown | Q2</small>
100
 
101
  </div>
102
 
103
+ <div class="paper q2">
104
+ <strong>11. Artificial intelligence in intelligent tutoring systems toward sustainable education: a systematic review</strong><br>
105
+ <small>Chien-Chang Lin, Anna Y.Q. Huang, Owen H.T. Lu | 2023 | Unknown | Q2</small>
106
 
107
  </div>
108
 
109
+ <div class="paper q3">
110
+ <strong>12. The emergent role of artificial intelligence, natural learning processing, and large language models in higher education and research</strong><br>
111
+ <small>Tariq Alqahtani, Hisham A. Badreldin, Mohammed Alrashed | 2023 | Unknown | Q3</small>
112
 
113
  </div>
114
 
115
+ <div class="paper q3">
116
+ <strong>13. Managing the Strategic Transformation of Higher Education through Artificial Intelligence</strong><br>
117
+ <small>Babu George, Ontario S. Wooden | 2023 | Unknown | Q3</small>
118
 
119
  </div>
120
 
121
+ <div class="paper q3">
122
+ <strong>14. Navigating the confluence of artificial intelligence and education for sustainable development in the era of industry 4.0: Challenges, opportunities, and ethical dimensions</strong><br>
123
+ <small>Ammar Abulibdeh, Esmat Zaidan, Rawan Abulibdeh | 2024 | Unknown | Q3</small>
124
 
125
  </div>
126
 
127
+ <div class="paper q3">
128
+ <strong>15. Artificial Intelligence (AI) Literacy in Early Childhood Education: The Challenges and Opportunities</strong><br>
129
+ <small>Jiahong Su, Davy Tsz Kit Ng, Samuel Kai Wah Chu | 2023 | Unknown | Q3</small>
130
 
131
  </div>
132
 
133
+ <div class="paper q3">
134
+ <strong>16. Citizenship Challenges in Artificial Intelligence Education</strong><br>
135
+ <small>Margarida Romero | 2025 | Unknown | Q3</small>
136
 
137
  </div>
138
 
139
+ <div class="paper q3">
140
+ <strong>17. Blue Sky Ideas in Artificial Intelligence Education from the EAAI 2017 New and Future AI Educator Program</strong><br>
141
+ <small>Eric Eaton, Sven Koenig, Claudia Schulz | 2017 | Unknown | Q3</small>
142
 
143
  </div>
144
 
145
+ <div class="paper q3">
146
+ <strong>18. An Experience Report of Executive-Level Artificial Intelligence Education in the United Arab Emirates</strong><br>
147
+ <small>David Johnson, Mohammad Alsharid, Rasheed El-Bouri | 2022 | Unknown | Q3</small>
148
 
149
  </div>
150
 
151
+ <div class="paper q3">
152
+ <strong>19. Use Scenarios & Practical Examples of AI Use in Education</strong><br>
153
+ <small>Dara Cassidy, Yann-Aël Le Borgne, Francisco Bellas | 2023 | Unknown | Q3</small>
154
 
155
  </div>
156
 
157
+ <div class="paper q3">
158
+ <strong>20. Can Population-based Engagement Improve Personalisation? A Novel Dataset and Experiments</strong><br>
159
+ <small>Sahan Bulathwela, Meghana Verma, Maria Perez-Ortiz | 2022 | Unknown | Q3</small>
160
 
161
  </div>
162
 
163
+ <div class="paper q3">
164
+ <strong>21. Training the next generation of physicians for artificial intelligence-assisted clinical neuroradiology: ASNR MICCAI Brain Tumor Segmentation (BraTS) 2025 Lighthouse Challenge education platform</strong><br>
165
+ <small>Raisa Amiruddin, Nikolay Y. Yordanov, Nazanin Maleki | 2025 | Unknown | Q3</small>
166
 
167
  </div>
168
 
169
+ <div class="paper q3">
170
+ <strong>22. Artificial intelligence in education</strong><br>
171
+ <small>W. Holmes, Maya Bialik, Charles Fadel | 2023 | Unknown | Q3</small>
172
 
173
  </div>
174
 
175
+ <div class="paper q3">
176
+ <strong>23. Collaborating With ChatGPT: Considering the Implications of Generative Artificial Intelligence for Journalism and Media Education</strong><br>
177
+ <small>John V. Pavlik | 2023 | Unknown | Q3</small>
178
 
179
  </div>
180
 
181
+ <div class="paper q3">
182
+ <strong>24. Generative Artificial Intelligence: Implications and Considerations for Higher Education Practice</strong><br>
183
+ <small>Tom Farrelly, Nick Baker | 2023 | Unknown | Q3</small>
184
 
185
  </div>
186
 
187
+ <div class="paper q3">
188
+ <strong>25. The Role of ChatGPT, Generative Language Models, and Artificial Intelligence in Medical Education: A Conversation With ChatGPT and a Call for Papers</strong><br>
189
+ <small>Günther Eysenbach | 2023 | Unknown | Q3</small>
190
 
191
  </div>
192
 
193
+ <div class="paper q3">
194
+ <strong>26. Empowering Education with Generative Artificial Intelligence Tools: Approach with an Instructional Design Matrix</strong><br>
195
+ <small>Lena Ivannova Ruiz-Rojas, Patricia Acosta-Vargas, Javier De-Moreta-Llovet | 2023 | Unknown | Q3</small>
196
+
197
+ </div>
198
+
199
+ <div class="paper q3">
200
+ <strong>27. Understanding K–12 teachers’ technological pedagogical content knowledge readiness and attitudes toward artificial intelligence education</strong><br>
201
+ <small>Miao Yue, Morris Siu–Yung Jong, Davy Tsz Kit Ng | 2024 | Unknown | Q3</small>
202
 
203
  </div>
204
 
205
  <div class="paper q4">
206
+ <strong>28. Artificial intelligence education: An evidence-based medicine approach for consumers, translators, and developers</strong><br>
207
+ <small>Faye Yu Ci Ng, Arun James Thirunavukarasu, Haoran Cheng | 2023 | Unknown | Q4</small>
208
 
209
  </div>
210
 
211
  <div class="paper q4">
212
+ <strong>29. Artificial Intelligence, Education, and Entrepreneurship</strong><br>
213
+ <small>MICHAEL GOFMAN, Zhao Jin | 2023 | Unknown | Q4</small>
214
 
215
  </div>
216
 
217
  <div class="paper q4">
218
+ <strong>30. A Conversation on Artificial Intelligence, Chatbots, and Plagiarism in Higher Education</strong><br>
219
+ <small>Michael R. King, chatGPT | 2023 | Unknown | Q4</small>
220
 
221
  </div>
222
 
223
  <div class="paper q4">
224
+ <strong>31. Artificial intelligence in healthcare and education</strong><br>
225
+ <small>Manàs Dave, Neil Patel | 2023 | Unknown | Q4</small>
226
 
227
  </div>
228
 
229
  <div class="paper q4">
230
+ <strong>32. An evidence-based approach to artificial intelligence education for medical students: A systematic review</strong><br>
231
+ <small>Nikola Pupic, Aryan Ghaffari-zadeh, Ricky Hu | 2023 | Unknown | Q4</small>
232
 
233
  </div>
234
 
235
  <div class="paper q4">
236
+ <strong>33. Implementing artificial intelligence education for middle school technology education in Republic of Korea</strong><br>
237
+ <small>Woongbin Park, Hyuksoo Kwon | 2023 | Unknown | Q4</small>
238
 
239
  </div>
240
 
241
  <div class="paper q4">
242
+ <strong>34. Investigating the moderating effects of social good and confidence on teachers' intention to prepare school students for artificial intelligence education</strong><br>
243
+ <small>Ismaila Temitayo Sanusi, Musa Adekunle Ayanwale, Thomas K. F. Chiu | 2023 | Unknown | Q4</small>
244
 
245
  </div>
246
 
247
  <div class="paper q4">
248
+ <strong>35. Artificial intelligence education for young children: A case study of technology‐enhanced embodied learning</strong><br>
249
+ <small>Weipeng Yang, Xinyun Hu, Ibrahim H. Yeter | 2023 | Unknown | Q4</small>
250
 
251
  </div>
252
 
master_database.xlsx CHANGED
Binary files a/master_database.xlsx and b/master_database.xlsx differ
 
report_data.json CHANGED
@@ -1,771 +1,827 @@
1
  {
2
  "papers": [
3
  {
4
- "title": "Afro-MNIST: Synthetic generation of MNIST-style datasets for low-resource languages",
5
- "abstract": "We present Afro-MNIST, a set of synthetic MNIST-style datasets for four orthographies used in Afro-Asiatic and Niger-Congo languages: Ge`ez (Ethiopic), Vai, Osmanya, and N'Ko. These datasets serve as \"drop-in\" replacements for MNIST. We also describe and open-source a method for synthetic MNIST-style dataset generation from single examples of each digit. These datasets can be found at https://github.com/Daniel-Wu/AfroMNIST. We hope that MNIST-style datasets will be developed for other numeral systems, and that these datasets vitalize machine learning education in underrepresented nations in the research community.",
6
  "authors": [
7
- "Daniel J Wu",
8
- "Andrew C Yang",
9
- "Vinay U Prabhu"
10
  ],
11
- "year": "2020",
12
- "journal": "arXiv Preprint",
13
- "doi": "",
14
- "pdf_url": "https://arxiv.org/pdf/2009.13509v1",
15
- "citations": 0,
16
- "source": "Unknown",
17
- "quartile": "Q3",
18
- "url": "https://arxiv.org/pdf/2009.13509v1",
19
- "relevance": 0.6,
 
20
  "downloaded": false,
21
  "file_path": "",
22
- "apa": "Daniel J Wu et al. (2020). Afro-MNIST: Synthetic generation of MNIST-style datasets for low-resource languages. arXiv Preprint."
23
  },
24
  {
25
- "title": "TinyTorch: Building Machine Learning Systems from First Principles",
26
- "abstract": "Machine learning education faces a fundamental gap: students learn algorithms without understanding the systems that execute them. They study gradient descent without measuring memory, attention mechanisms without analyzing O(N^2) scaling, optimizer theory without knowing why Adam requires 3x the memory of SGD. This \"algorithm-systems divide\" produces practitioners who can train models but cannot debug memory failures, optimize inference latency, or reason about deployment trade-offs--the very skills industry demands as \"ML systems engineering.\" We present TinyTorch, a 20-module curriculum that closes this gap through \"implementation-based systems pedagogy\": students construct PyTorch's core components (tensors, autograd, optimizers, CNNs, transformers) in pure Python, building a complete framework where every operation they invoke is code they wrote. The design employs three patterns: \"progressive disclosure\" of complexity, \"systems-first integration\" of profiling from the first module, and \"build-to-validate milestones\" recreating 67 years of ML breakthroughs--from Perceptron (1958) through Transformers (2017) to MLPerf-style benchmarking. Requiring only 4GB RAM and no GPU, TinyTorch demonstrates that deep ML systems understanding is achievable without specialized hardware. The curriculum is available open-source at mlsysbook.ai/tinytorch.",
27
  "authors": [
28
- "Vijay Janapa Reddi"
29
  ],
30
- "year": "2026",
31
- "journal": "arXiv Preprint",
32
- "doi": "",
33
- "pdf_url": "https://arxiv.org/pdf/2601.19107v2",
34
- "citations": 0,
35
- "source": "Unknown",
36
- "quartile": "Q3",
37
- "url": "https://arxiv.org/pdf/2601.19107v2",
38
- "relevance": 0.6,
 
39
  "downloaded": false,
40
  "file_path": "",
41
- "apa": "Vijay Janapa Reddi (2026). TinyTorch: Building Machine Learning Systems from First Principles. arXiv Preprint."
42
  },
43
  {
44
- "title": "Navigating Pitfalls: Evaluating LLMs in Machine Learning Programming Education",
45
- "abstract": "The rapid advancement of Large Language Models (LLMs) has opened new avenues in education. This study examines the use of LLMs in supporting learning in machine learning education; in particular, it focuses on the ability of LLMs to identify common errors of practice (pitfalls) in machine learning code, and their ability to provide feedback that can guide learning. Using a portfolio of code samples, we consider four different LLMs: one closed model and three open models. Whilst the most basic pitfalls are readily identified by all models, many common pitfalls are not. They particularly struggle to identify pitfalls in the early stages of the ML pipeline, especially those which can lead to information leaks, a major source of failure within applied ML projects. They also exhibit limited success at identifying pitfalls around model selection, which is a concept that students often struggle with when first transitioning from theory to practice. This questions the use of current LLMs to support machine learning education, and also raises important questions about their use by novice practitioners. Nevertheless, when LLMs successfully identify pitfalls in code, they do provide feedback that includes advice on how to proceed, emphasising their potential role in guiding learners. We also compare the capability of closed and open LLM models, and find that the gap is relatively small given the large difference in model sizes. This presents an opportunity to deploy, and potentially customise, smaller more efficient LLM models within education, avoiding risks around cost and data sharing associated with commercial models.",
46
  "authors": [
47
- "Smitha Kumar",
48
- "Michael A. Lones",
49
- "Manuel Maarek",
50
- "Hind Zantout"
51
  ],
52
- "year": "2025",
53
- "journal": "arXiv Preprint",
54
- "doi": "",
55
- "pdf_url": "https://arxiv.org/pdf/2505.18220v1",
56
- "citations": 0,
57
  "source": "Unknown",
58
- "quartile": "Q3",
59
- "url": "https://arxiv.org/pdf/2505.18220v1",
60
  "relevance": 0.6,
 
61
  "downloaded": false,
62
  "file_path": "",
63
- "apa": "Smitha Kumar et al. (2025). Navigating Pitfalls: Evaluating LLMs in Machine Learning Programming Education. arXiv Preprint."
64
  },
65
  {
66
- "title": "Best Practices and Scoring System on Reviewing A.I. based Medical Imaging Papers: Part 1 Classification",
67
- "abstract": "With the recent advances in A.I. methodologies and their application to medical imaging, there has been an explosion of related research programs utilizing these techniques to produce state-of-the-art classification performance. Ultimately, these research programs culminate in submission of their work for consideration in peer reviewed journals. To date, the criteria for acceptance vs. rejection is often subjective; however, reproducible science requires reproducible review. The Machine Learning Education Sub-Committee of SIIM has identified a knowledge gap and a serious need to establish guidelines for reviewing these studies. Although there have been several recent papers with this goal, this present work is written from the machine learning practitioners standpoint. In this series, the committee will address the best practices to be followed in an A.I.-based study and present the required sections in terms of examples and discussion of what should be included to make the studies cohesive, reproducible, accurate, and self-contained. This first entry in the series focuses on the task of image classification. Elements such as dataset curation, data pre-processing steps, defining an appropriate reference standard, data partitioning, model architecture and training are discussed. The sections are presented as they would be detailed in a typical manuscript, with content describing the necessary information that should be included to make sure the study is of sufficient quality to be considered for publication. The goal of this series is to provide resources to not only help improve the review process for A.I.-based medical imaging papers, but to facilitate a standard for the information that is presented within all components of the research study. We hope to provide quantitative metrics in what otherwise may be a qualitative review process.",
68
  "authors": [
69
- "Timothy L. Kline",
70
- "Felipe Kitamura",
71
- "Ian Pan",
72
- "Amine M. Korchi",
73
- "Neil Tenenholtz",
74
- "Linda Moy",
75
- "Judy Wawira Gichoya",
76
- "Igor Santos",
77
- "Steven Blumer",
78
- "Misha Ysabel Hwang",
79
- "Kim-Ann Git",
80
- "Abishek Shroff",
81
- "Elad Walach",
82
- "George Shih",
83
- "Steve Langer"
84
  ],
85
- "year": "2022",
86
- "journal": "arXiv Preprint",
87
- "doi": "",
88
- "pdf_url": "https://arxiv.org/pdf/2202.01863v1",
89
- "citations": 0,
90
  "source": "Unknown",
91
- "quartile": "Q3",
92
- "url": "https://arxiv.org/pdf/2202.01863v1",
93
- "relevance": 0.6,
 
94
  "downloaded": false,
95
  "file_path": "",
96
- "apa": "Timothy L. Kline et al. (2022). Best Practices and Scoring System on Reviewing A.I. based Medical Imaging Papers: Part 1 Classification. arXiv Preprint."
97
  },
98
  {
99
- "title": "Artificial Intelligence/Machine Learning Education in Radiology: Multi-institutional Survey of Radiology Residents in the United States",
100
  "authors": [
101
- "Ninad Salastekar",
102
- "Charles M. Maxfield",
103
- "Tarek N. Hanna",
104
- "Elizabeth A. Krupinski",
105
- "Darel E. Heitkamp",
106
- "Lars J. Grimm"
107
  ],
108
  "year": "2023",
109
- "journal": "Academic Radiology",
110
- "doi": "https://doi.org/10.1016/j.acra.2023.01.005",
111
- "pdf_url": null,
112
- "citations": 10,
113
  "source": "Unknown",
114
- "quartile": "Q4",
115
- "url": "https://doi.org/10.1016/j.acra.2023.01.005",
116
- "relevance": 0.05,
117
  "abstract": "",
118
  "downloaded": false,
119
  "file_path": "",
120
- "apa": "Ninad Salastekar et al. (2023). Artificial Intelligence/Machine Learning Education in Radiology: Multi-institutional Survey of Radiology Residents in the United States. Academic Radiology. https://doi.org/https://doi.org/10.1016/j.acra.2023.01.005"
121
  },
122
  {
123
- "title": "Exploring the impact of ChatGPT on education: A web mining and machine learning approach",
124
  "authors": [
125
- "Abderahman Rejeb",
126
- "Karim Rejeb",
127
- "Andrea Appolloni",
128
- "Horst Treiblmaier",
129
- "Mohammad Iranmanesh"
 
 
 
 
130
  ],
131
  "year": "2024",
132
- "journal": "The International Journal of Management Education",
133
- "doi": "https://doi.org/10.1016/j.ijme.2024.100932",
134
- "pdf_url": "https://doi.org/10.1016/j.ijme.2024.100932",
135
- "citations": 7,
136
- "source": "Unknown",
137
- "quartile": "Q4",
138
- "url": "https://doi.org/10.1016/j.ijme.2024.100932",
139
- "relevance": 0.035,
140
  "abstract": "",
141
  "downloaded": false,
142
  "file_path": "",
143
- "apa": "Abderahman Rejeb et al. (2024). Exploring the impact of ChatGPT on education: A web mining and machine learning approach. The International Journal of Management Education. https://doi.org/https://doi.org/10.1016/j.ijme.2024.100932"
144
  },
145
  {
146
- "title": "Predicting student dropouts with machine learning: An empirical study in Finnish higher education",
147
  "authors": [
148
- "Matti Vaarma",
149
- "Hongxiu Li"
150
  ],
151
- "year": "2024",
152
- "journal": "Technology in Society",
153
- "doi": "https://doi.org/10.1016/j.techsoc.2024.102474",
154
- "pdf_url": "https://doi.org/10.1016/j.techsoc.2024.102474",
155
- "citations": 7,
156
- "source": "Unknown",
157
- "quartile": "Q4",
158
- "url": "https://doi.org/10.1016/j.techsoc.2024.102474",
159
- "relevance": 0.035,
160
  "abstract": "",
161
  "downloaded": false,
162
  "file_path": "",
163
- "apa": "Matti Vaarma & Hongxiu Li (2024). Predicting student dropouts with machine learning: An empirical study in Finnish higher education. Technology in Society. https://doi.org/https://doi.org/10.1016/j.techsoc.2024.102474"
164
  },
165
  {
166
- "title": "Student Cheating Detection in Higher Education by Implementing Machine Learning and LSTM Techniques",
167
  "authors": [
168
- "Waleed Alsabhan"
 
 
 
169
  ],
170
  "year": "2023",
171
- "journal": "Sensors",
172
- "doi": "https://doi.org/10.3390/s23084149",
173
- "pdf_url": "https://www.mdpi.com/1424-8220/23/8/4149/pdf?version=1682010179",
174
- "citations": 6,
175
  "source": "Unknown",
176
- "quartile": "Q4",
177
- "url": "https://doi.org/10.3390/s23084149",
178
- "relevance": 0.03,
179
  "abstract": "",
180
  "downloaded": false,
181
  "file_path": "",
182
- "apa": "Waleed Alsabhan (2023). Student Cheating Detection in Higher Education by Implementing Machine Learning and LSTM Techniques. Sensors. https://doi.org/https://doi.org/10.3390/s23084149"
183
  },
184
  {
185
- "title": "Integrating AI and Machine Learning in STEM education: Challenges and opportunities",
186
  "authors": [
187
- "Olatunbosun Bartholomew Joseph",
188
- "Nwankwo Charles Uzondu"
 
 
189
  ],
190
- "year": "2024",
191
- "journal": "Computer Science & IT Research Journal",
192
- "doi": "https://doi.org/10.51594/csitrj.v5i8.1379",
193
- "pdf_url": "https://fepbl.com/index.php/csitrj/article/download/1379/1615",
194
- "citations": 6,
195
- "source": "Unknown",
196
- "quartile": "Q4",
197
- "url": "https://doi.org/10.51594/csitrj.v5i8.1379",
198
- "relevance": 0.03,
199
  "abstract": "",
200
  "downloaded": false,
201
  "file_path": "",
202
- "apa": "Olatunbosun Bartholomew Joseph & Nwankwo Charles Uzondu (2024). Integrating AI and Machine Learning in STEM education: Challenges and opportunities. Computer Science & IT Research Journal. https://doi.org/https://doi.org/10.51594/csitrj.v5i8.1379"
203
  },
204
  {
205
- "title": "The Information Age for Education via Artificial Intelligence and Machine Learning: A Bibliometric and Systematic Literature Analysis",
206
  "authors": [
207
- "Hassan Abuhassna"
 
 
 
 
208
  ],
209
  "year": "2024",
210
- "journal": "International Journal of Information and Education Technology",
211
- "doi": "https://doi.org/10.18178/ijiet.2024.14.5.2095",
212
- "pdf_url": "https://www.ijiet.org/vol14/IJIET-V14N5-2095.pdf",
213
- "citations": 5,
214
- "source": "Unknown",
215
- "quartile": "Q4",
216
- "url": "https://doi.org/10.18178/ijiet.2024.14.5.2095",
217
- "relevance": 0.025,
218
  "abstract": "",
219
  "downloaded": false,
220
  "file_path": "",
221
- "apa": "Hassan Abuhassna (2024). The Information Age for Education via Artificial Intelligence and Machine Learning: A Bibliometric and Systematic Literature Analysis. International Journal of Information and Education Technology. https://doi.org/https://doi.org/10.18178/ijiet.2024.14.5.2095"
222
  },
223
  {
224
- "title": "Personalized learning in education: a machine learning and simulation approach",
225
  "authors": [
226
- "Ross Taylor",
227
- "Masoud Fakhimi",
228
- "Athina Ioannou",
229
- "Konstantina Spanaki"
230
  ],
231
- "year": "2024",
232
- "journal": "Benchmarking An International Journal",
233
- "doi": "https://doi.org/10.1108/bij-06-2023-0380",
234
- "pdf_url": "https://hal.science/hal-04667986v2/document",
235
- "citations": 5,
236
- "source": "Unknown",
237
- "quartile": "Q4",
238
- "url": "https://doi.org/10.1108/bij-06-2023-0380",
239
- "relevance": 0.025,
240
  "abstract": "",
241
  "downloaded": false,
242
  "file_path": "",
243
- "apa": "Ross Taylor et al. (2024). Personalized learning in education: a machine learning and simulation approach. Benchmarking An International Journal. https://doi.org/https://doi.org/10.1108/bij-06-2023-0380"
244
  },
245
  {
246
- "title": "An interactive teaching evaluation system for preschool education in universities based on machine learning algorithm",
247
  "authors": [
248
- "Deming Li"
 
 
 
 
 
 
 
 
 
249
  ],
250
- "year": "2024",
251
- "journal": "Computers in Human Behavior",
252
- "doi": "https://doi.org/10.1016/j.chb.2024.108211",
253
  "pdf_url": null,
254
- "citations": 4,
255
  "source": "Unknown",
256
- "quartile": "Q4",
257
- "url": "https://doi.org/10.1016/j.chb.2024.108211",
258
- "relevance": 0.02,
259
  "abstract": "",
260
  "downloaded": false,
261
  "file_path": "",
262
- "apa": "Deming Li (2024). An interactive teaching evaluation system for preschool education in universities based on machine learning algorithm. Computers in Human Behavior. https://doi.org/https://doi.org/10.1016/j.chb.2024.108211"
263
  },
264
  {
265
- "title": "Forecasting students' adaptability in online entrepreneurship education using modified ensemble machine learning model",
266
  "authors": [
267
- "Amit Malik",
268
- "Edeh Michael Onyema",
269
- "Surjeet Dalal",
270
- "Umesh Kumar Lilhore",
271
- "Darpan Anand",
272
- "Ashish Sharma",
273
- "Sarita Simaiya"
274
  ],
275
  "year": "2023",
276
- "journal": "Array",
277
- "doi": "https://doi.org/10.1016/j.array.2023.100303",
278
- "pdf_url": "https://doi.org/10.1016/j.array.2023.100303",
279
- "citations": 4,
280
  "source": "Unknown",
281
- "quartile": "Q4",
282
- "url": "https://doi.org/10.1016/j.array.2023.100303",
283
- "relevance": 0.02,
284
  "abstract": "",
285
  "downloaded": false,
286
  "file_path": "",
287
- "apa": "Amit Malik et al. (2023). Forecasting students' adaptability in online entrepreneurship education using modified ensemble machine learning model. Array. https://doi.org/https://doi.org/10.1016/j.array.2023.100303"
288
  },
289
  {
290
- "title": "TinyML4D: Scaling Embedded Machine Learning Education in the Developing World",
291
  "authors": [
292
- "Brian Plancher",
293
- "Sebastian Büttrich",
294
- "Jeremy Ellis",
295
- "Neena Goveas",
296
- "Laila D. Kazimierski",
297
- "Jesus Lopez Sotelo",
298
- "Milan Lukić",
299
- "Diego Méndez",
300
- "Rosdiadee Nordin",
301
- "Andrés Oliva Trevisan"
302
  ],
303
  "year": "2024",
304
- "journal": "Proceedings of the AAAI Symposium Series",
305
- "doi": "https://doi.org/10.1609/aaaiss.v3i1.31265",
306
- "pdf_url": "https://ojs.aaai.org/index.php/AAAI-SS/article/download/31265/33425",
307
- "citations": 3,
308
  "source": "Unknown",
309
- "quartile": "Q4",
310
- "url": "https://doi.org/10.1609/aaaiss.v3i1.31265",
311
- "relevance": 0.015,
312
  "abstract": "",
313
  "downloaded": false,
314
  "file_path": "",
315
- "apa": "Brian Plancher et al. (2024). TinyML4D: Scaling Embedded Machine Learning Education in the Developing World. Proceedings of the AAAI Symposium Series. https://doi.org/https://doi.org/10.1609/aaaiss.v3i1.31265"
316
  },
317
  {
318
- "title": "Performance and early drop prediction for higher education students using machine learning",
319
  "authors": [
320
- "Vasileios Christou",
321
- "Ioannis G. Tsoulos",
322
- "Vasileios Loupas",
323
- "Alexandros T. Tzallas",
324
- "Christos Gogos",
325
- "Petros Karvelis",
326
- "Nikolaos Antoniadis",
327
- "Euripidis Glavas",
328
- "Νικόλαος Γιαννακέας"
329
  ],
330
  "year": "2023",
331
- "journal": "Expert Systems with Applications",
332
- "doi": "https://doi.org/10.1016/j.eswa.2023.120079",
333
- "pdf_url": null,
334
- "citations": 3,
335
  "source": "Unknown",
336
- "quartile": "Q4",
337
- "url": "https://doi.org/10.1016/j.eswa.2023.120079",
338
- "relevance": 0.015,
339
  "abstract": "",
340
  "downloaded": false,
341
  "file_path": "",
342
- "apa": "Vasileios Christou et al. (2023). Performance and early drop prediction for higher education students using machine learning. Expert Systems with Applications. https://doi.org/https://doi.org/10.1016/j.eswa.2023.120079"
343
  },
344
  {
345
- "title": "Predicting Student Retention in Higher Education Using Machine Learning",
 
346
  "authors": [
347
- "Said A. Salloum",
348
- "Azza Basiouni",
349
- "Raghad Alfaisal",
350
- "Ayham Salloum",
351
- "Khaled Shaalan"
352
  ],
353
- "year": "2024",
354
- "journal": "Communications in computer and information science",
355
- "doi": "https://doi.org/10.1007/978-3-031-65996-6_17",
356
- "pdf_url": null,
357
- "citations": 3,
358
  "source": "Unknown",
359
- "quartile": "Q4",
360
- "url": "https://doi.org/10.1007/978-3-031-65996-6_17",
361
- "relevance": 0.015,
362
- "abstract": "",
363
  "downloaded": false,
364
  "file_path": "",
365
- "apa": "Said A. Salloum et al. (2024). Predicting Student Retention in Higher Education Using Machine Learning. Communications in computer and information science. https://doi.org/https://doi.org/10.1007/978-3-031-65996-6_17"
366
  },
367
  {
368
- "title": "Improving Student Retention in Institutions of Higher Education through Machine Learning: A Sustainable Approach",
 
369
  "authors": [
370
- "William Villegas-Ch",
371
- "Jaime Govea",
372
- "Solange Revelo-Tapia"
 
 
 
 
 
 
 
 
373
  ],
374
- "year": "2023",
375
- "journal": "Sustainability",
376
- "doi": "https://doi.org/10.3390/su151914512",
377
- "pdf_url": "https://www.mdpi.com/2071-1050/15/19/14512/pdf?version=1696522635",
378
- "citations": 3,
379
  "source": "Unknown",
380
- "quartile": "Q4",
381
- "url": "https://doi.org/10.3390/su151914512",
382
- "relevance": 0.015,
383
- "abstract": "",
384
  "downloaded": false,
385
  "file_path": "",
386
- "apa": "William Villegas-Ch et al. (2023). Improving Student Retention in Institutions of Higher Education through Machine Learning: A Sustainable Approach. Sustainability. https://doi.org/https://doi.org/10.3390/su151914512"
387
  },
388
  {
389
- "title": "The integration of AI and machine learning in education and its potential to personalize and improve student learning experiences",
 
390
  "authors": [
391
- "Rudra Tiwari"
 
 
 
 
 
 
 
392
  ],
393
- "year": "2023",
394
- "journal": "INTERANTIONAL JOURNAL OF SCIENTIFIC RESEARCH IN ENGINEERING AND MANAGEMENT",
395
- "doi": "https://doi.org/10.55041/ijsrem17645",
396
- "pdf_url": "https://ijsrem.com/download/the-integration-of-ai-and-machine-learning-in-education-and-its-potential-to-personalize-and-improve-student-learning-experiences/?wpdmdl=13950&refresh=6659d6293e77e1717163561",
397
- "citations": 2,
398
  "source": "Unknown",
399
- "quartile": "Q4",
400
- "url": "https://doi.org/10.55041/ijsrem17645",
401
- "relevance": 0.01,
402
- "abstract": "",
403
  "downloaded": false,
404
  "file_path": "",
405
- "apa": "Rudra Tiwari (2023). The integration of AI and machine learning in education and its potential to personalize and improve student learning experiences. INTERANTIONAL JOURNAL OF SCIENTIFIC RESEARCH IN ENGINEERING AND MANAGEMENT. https://doi.org/https://doi.org/10.55041/ijsrem17645"
406
  },
407
  {
408
- "title": "Secure Preschool Education Using Machine Learning and Metaverse Technologies",
 
409
  "authors": [
410
- "Qifen Zhang"
 
 
 
 
 
 
 
 
 
411
  ],
412
  "year": "2023",
413
- "journal": "Applied Artificial Intelligence",
414
- "doi": "https://doi.org/10.1080/08839514.2023.2222496",
415
- "pdf_url": "https://www.tandfonline.com/doi/pdf/10.1080/08839514.2023.2222496?needAccess=true&role=button",
416
- "citations": 2,
417
  "source": "Unknown",
418
- "quartile": "Q4",
419
- "url": "https://doi.org/10.1080/08839514.2023.2222496",
420
- "relevance": 0.01,
421
- "abstract": "",
422
  "downloaded": false,
423
  "file_path": "",
424
- "apa": "Qifen Zhang (2023). Secure Preschool Education Using Machine Learning and Metaverse Technologies. Applied Artificial Intelligence. https://doi.org/https://doi.org/10.1080/08839514.2023.2222496"
425
  },
426
  {
427
- "title": "Evolutionary machine learning builds smart education big data platform: Data-driven higher education",
 
428
  "authors": [
429
- "Lu Zheng",
430
- "Cong Wang",
431
- "Xue Chen",
432
- "Yihang Song",
433
- "Zihan Meng",
434
- "Ru Zhang"
435
  ],
436
- "year": "2023",
437
- "journal": "Applied Soft Computing",
438
- "doi": "https://doi.org/10.1016/j.asoc.2023.110114",
439
- "pdf_url": null,
440
- "citations": 2,
441
  "source": "Unknown",
442
- "quartile": "Q4",
443
- "url": "https://doi.org/10.1016/j.asoc.2023.110114",
444
- "relevance": 0.01,
445
- "abstract": "",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
446
  "downloaded": false,
447
  "file_path": "",
448
- "apa": "Lu Zheng et al. (2023). Evolutionary machine learning builds smart education big data platform: Data-driven higher education. Applied Soft Computing. https://doi.org/https://doi.org/10.1016/j.asoc.2023.110114"
449
  },
450
  {
451
- "title": "SEM-machine learning-based model for perusing the adoption of metaverse in higher education in UAE",
452
  "authors": [
453
- "Ahmad Aburayya",
454
- "Said A. Salloum",
455
- "Khaled Younis Alderbashi",
456
- "Fanar Shwedeh",
457
- "Yara Shaalan",
458
- "Raghad Alfaisal",
459
- "Sawsan JM Malaka",
460
- "Khaled Shaalan"
461
  ],
462
  "year": "2023",
463
- "journal": "International Journal of Data and Network Science",
464
- "doi": "https://doi.org/10.5267/j.ijdns.2023.3.005",
465
- "pdf_url": "https://doi.org/10.5267/j.ijdns.2023.3.005",
466
- "citations": 2,
467
  "source": "Unknown",
468
- "quartile": "Q4",
469
- "url": "https://doi.org/10.5267/j.ijdns.2023.3.005",
470
- "relevance": 0.01,
471
  "abstract": "",
472
  "downloaded": false,
473
  "file_path": "",
474
- "apa": "Ahmad Aburayya et al. (2023). SEM-machine learning-based model for perusing the adoption of metaverse in higher education in UAE. International Journal of Data and Network Science. https://doi.org/https://doi.org/10.5267/j.ijdns.2023.3.005"
475
  },
476
  {
477
- "title": "PerVRML: ChatGPT-Driven Personalized VR Environments for Machine Learning Education",
478
  "authors": [
479
- "Hong Gao",
480
- "Yiyang Xie",
481
- "Enkelejda Kasneci"
482
  ],
483
- "year": "2025",
484
- "journal": "International Journal of Human-Computer Interaction",
485
- "doi": "https://doi.org/10.1080/10447318.2025.2504188",
486
  "pdf_url": null,
487
- "citations": 2,
488
  "source": "Unknown",
489
- "quartile": "Q4",
490
- "url": "https://doi.org/10.1080/10447318.2025.2504188",
491
- "relevance": 0.01,
492
  "abstract": "",
493
  "downloaded": false,
494
  "file_path": "",
495
- "apa": "Hong Gao et al. (2025). PerVRML: ChatGPT-Driven Personalized VR Environments for Machine Learning Education. International Journal of Human-Computer Interaction. https://doi.org/https://doi.org/10.1080/10447318.2025.2504188"
496
  },
497
  {
498
- "title": "Machine learning model (RG-DMML) and ensemble algorithm for prediction of students’ retention and graduation in education",
499
  "authors": [
500
- "Kingsley Okoye",
501
- "Julius T. Nganji",
502
- "José Escamilla",
503
- "Samira Hosseini"
504
  ],
505
- "year": "2024",
506
- "journal": "Computers and Education Artificial Intelligence",
507
- "doi": "https://doi.org/10.1016/j.caeai.2024.100205",
508
- "pdf_url": "https://doi.org/10.1016/j.caeai.2024.100205",
509
- "citations": 2,
510
  "source": "Unknown",
511
- "quartile": "Q4",
512
- "url": "https://doi.org/10.1016/j.caeai.2024.100205",
513
- "relevance": 0.01,
514
  "abstract": "",
515
  "downloaded": false,
516
  "file_path": "",
517
- "apa": "Kingsley Okoye et al. (2024). Machine learning model (RG-DMML) and ensemble algorithm for prediction of students’ retention and graduation in education. Computers and Education Artificial Intelligence. https://doi.org/https://doi.org/10.1016/j.caeai.2024.100205"
518
  },
519
  {
520
- "title": "A comprehensive overview of artificial intelligence and machine learning in education pedagogy: 21 Years (2000–2021) of research indexed in the scopus database",
521
  "authors": [
522
- "Ekene Francis Okagbue",
523
- "Ujunwa Perpetua Ezeachikulo",
524
- "Tosin Yinka Akintunde",
525
- "Mustapha Bala Tsakuwa",
526
- "Samuel Nchekwubemchukwu Ilokanulo",
527
- "Kosiso Modest Obiasoanya",
528
- "Chidiebere Emeka Ilodibe",
529
- "Cheick Amadou Tidiane Ouattara"
530
  ],
531
  "year": "2023",
532
- "journal": "Social Sciences & Humanities Open",
533
- "doi": "https://doi.org/10.1016/j.ssaho.2023.100655",
534
- "pdf_url": "https://doi.org/10.1016/j.ssaho.2023.100655",
535
- "citations": 2,
536
  "source": "Unknown",
537
- "quartile": "Q4",
538
- "url": "https://doi.org/10.1016/j.ssaho.2023.100655",
539
- "relevance": 0.01,
540
  "abstract": "",
541
  "downloaded": false,
542
  "file_path": "",
543
- "apa": "Ekene Francis Okagbue et al. (2023). A comprehensive overview of artificial intelligence and machine learning in education pedagogy: 21 Years (2000–2021) of research indexed in the scopus database. Social Sciences & Humanities Open. https://doi.org/https://doi.org/10.1016/j.ssaho.2023.100655"
544
  },
545
  {
546
- "title": "Generative AI &amp; machine learning in surgical education",
547
  "authors": [
548
- "Diana A Hla",
549
- "David Hindin"
 
 
550
  ],
551
- "year": "2024",
552
- "journal": "Current Problems in Surgery",
553
- "doi": "https://doi.org/10.1016/j.cpsurg.2024.101701",
554
- "pdf_url": "https://doi.org/10.1016/j.cpsurg.2024.101701",
555
- "citations": 2,
556
  "source": "Unknown",
557
- "quartile": "Q4",
558
- "url": "https://doi.org/10.1016/j.cpsurg.2024.101701",
559
- "relevance": 0.01,
560
  "abstract": "",
561
  "downloaded": false,
562
  "file_path": "",
563
- "apa": "Diana A Hla & David Hindin (2024). Generative AI &amp; machine learning in surgical education. Current Problems in Surgery. https://doi.org/https://doi.org/10.1016/j.cpsurg.2024.101701"
564
  },
565
  {
566
- "title": "How Machine Learning (ML) is Transforming Higher Education: A Systematic Literature Review",
567
  "authors": [
568
- "Agostinho Sousa Pinto",
569
- "António Abreu",
570
- "Eusébio Costa",
571
- "Jerónimo Paiva"
572
  ],
573
- "year": "2023",
574
- "journal": "Journal of Information Systems Engineering & Management",
575
- "doi": "https://doi.org/10.55267/iadt.07.13227",
576
- "pdf_url": "https://www.jisem-journal.com/download/how-machine-learning-ml-is-transforming-higher-education-a-systematic-literature-review-13227.pdf",
577
- "citations": 1,
578
  "source": "Unknown",
579
- "quartile": "Q4",
580
- "url": "https://doi.org/10.55267/iadt.07.13227",
581
- "relevance": 0.005,
582
  "abstract": "",
583
  "downloaded": false,
584
  "file_path": "",
585
- "apa": "Agostinho Sousa Pinto et al. (2023). How Machine Learning (ML) is Transforming Higher Education: A Systematic Literature Review. Journal of Information Systems Engineering & Management. https://doi.org/https://doi.org/10.55267/iadt.07.13227"
586
  },
587
  {
588
- "title": "Unplugged Decision Tree Learning A Learning Activity for Machine Learning Education in K-12",
589
  "authors": [
590
- "Lukas Lehner",
591
- "Martina Landman"
 
 
 
 
 
 
 
 
592
  ],
593
- "year": "2024",
594
- "journal": "Lecture notes in computer science",
595
- "doi": "https://doi.org/10.1007/978-3-031-73257-7_4",
596
- "pdf_url": null,
597
- "citations": 1,
598
  "source": "Unknown",
599
  "quartile": "Q4",
600
- "url": "https://doi.org/10.1007/978-3-031-73257-7_4",
601
- "relevance": 0.005,
602
  "abstract": "",
603
  "downloaded": false,
604
  "file_path": "",
605
- "apa": "Lukas Lehner & Martina Landman (2024). Unplugged Decision Tree Learning A Learning Activity for Machine Learning Education in K-12. Lecture notes in computer science. https://doi.org/https://doi.org/10.1007/978-3-031-73257-7_4"
606
  },
607
  {
608
- "title": "Predicting Student Adaptability to Online Education Using Machine Learning",
609
  "authors": [
610
- "Said A. Salloum",
611
- "Ayham Salloum",
612
- "Raghad Alfaisal",
613
- "Azza Basiouni",
614
- "Khaled Shaalan"
615
  ],
616
- "year": "2024",
617
- "journal": "Communications in computer and information science",
618
- "doi": "https://doi.org/10.1007/978-3-031-65996-6_16",
619
- "pdf_url": null,
620
- "citations": 1,
621
  "source": "Unknown",
622
  "quartile": "Q4",
623
- "url": "https://doi.org/10.1007/978-3-031-65996-6_16",
624
- "relevance": 0.005,
625
  "abstract": "",
626
  "downloaded": false,
627
  "file_path": "",
628
- "apa": "Said A. Salloum et al. (2024). Predicting Student Adaptability to Online Education Using Machine Learning. Communications in computer and information science. https://doi.org/https://doi.org/10.1007/978-3-031-65996-6_16"
629
  },
630
  {
631
- "title": "The Pedagogical Challenge of Machine Learning Education",
632
  "authors": [
633
- "Orit Hazzan",
634
- "Koby Mike"
635
  ],
636
  "year": "2023",
637
- "journal": "",
638
- "doi": "https://doi.org/10.1007/978-3-031-24758-3_13",
639
- "pdf_url": null,
640
- "citations": 1,
641
  "source": "Unknown",
642
  "quartile": "Q4",
643
- "url": "https://doi.org/10.1007/978-3-031-24758-3_13",
644
- "relevance": 0.005,
645
  "abstract": "",
646
  "downloaded": false,
647
  "file_path": "",
648
- "apa": "Orit Hazzan & Koby Mike (2023). The Pedagogical Challenge of Machine Learning Education. https://doi.org/https://doi.org/10.1007/978-3-031-24758-3_13"
649
  },
650
  {
651
- "title": "Early detection of students at risk of poor performance in Rwanda higher education using machine learning techniques",
652
  "authors": [
653
- "Emmanuel Masabo",
654
- "Joseph Nzabanita",
655
- "Innocent Ngaruye",
656
- "Charles Ruranga",
657
- "Jean Paul Nizeyimana",
658
- "Jeanne Uwonkunda",
659
- "Denis Ndanguza"
660
  ],
661
  "year": "2023",
662
- "journal": "International Journal of Information Technology",
663
- "doi": "https://doi.org/10.1007/s41870-023-01334-3",
664
- "pdf_url": null,
665
- "citations": 1,
666
  "source": "Unknown",
667
  "quartile": "Q4",
668
- "url": "https://doi.org/10.1007/s41870-023-01334-3",
669
- "relevance": 0.005,
670
  "abstract": "",
671
  "downloaded": false,
672
  "file_path": "",
673
- "apa": "Emmanuel Masabo et al. (2023). Early detection of students at risk of poor performance in Rwanda higher education using machine learning techniques. International Journal of Information Technology. https://doi.org/https://doi.org/10.1007/s41870-023-01334-3"
674
  },
675
  {
676
- "title": "Deciphering the impact of machine learning on education: Insights from a bibliometric analysis using bibliometrix R-package",
677
  "authors": [
678
- "Zilong Zhong",
679
- "Hui Guo",
680
- "Kun Qian"
 
 
 
 
681
  ],
682
- "year": "2024",
683
- "journal": "Education and Information Technologies",
684
- "doi": "https://doi.org/10.1007/s10639-024-12734-8",
685
- "pdf_url": null,
686
- "citations": 1,
687
  "source": "Unknown",
688
  "quartile": "Q4",
689
- "url": "https://doi.org/10.1007/s10639-024-12734-8",
690
- "relevance": 0.005,
691
  "abstract": "",
692
  "downloaded": false,
693
  "file_path": "",
694
- "apa": "Zilong Zhong et al. (2024). Deciphering the impact of machine learning on education: Insights from a bibliometric analysis using bibliometrix R-package. Education and Information Technologies. https://doi.org/https://doi.org/10.1007/s10639-024-12734-8"
695
  },
696
  {
697
- "title": "AI and Machine Learning in Smart Education",
698
  "authors": [
699
- "Pawan Kumar Goel",
700
- "Amit Singhal",
701
- "Shailendra Singh Bhadoria",
702
- "Birendra Kumar Saraswat",
703
- "Arvind D. Patel"
704
  ],
705
- "year": "2024",
706
- "journal": "Advances in web technologies and engineering book series",
707
- "doi": "https://doi.org/10.4018/979-8-3693-0782-3.ch003",
708
- "pdf_url": null,
709
- "citations": 1,
710
  "source": "Unknown",
711
  "quartile": "Q4",
712
- "url": "https://doi.org/10.4018/979-8-3693-0782-3.ch003",
713
- "relevance": 0.005,
714
  "abstract": "",
715
  "downloaded": false,
716
  "file_path": "",
717
- "apa": "Pawan Kumar Goel et al. (2024). AI and Machine Learning in Smart Education. Advances in web technologies and engineering book series. https://doi.org/https://doi.org/10.4018/979-8-3693-0782-3.ch003"
718
  },
719
  {
720
- "title": "Modeling with Primary Sources: An Approach to Teach Data Bias for Artificial Intelligence and Machine Learning Education",
721
  "authors": [
722
- "Jeanne McClure",
723
- "Juan Zheng",
724
- "Franziska Bickel",
725
- "Shiyan Jiang",
726
- "Carolyn Penstein Rosé",
727
- "Jie Chao"
728
  ],
729
- "year": "2024",
730
- "journal": "Proceedings.",
731
- "doi": "https://doi.org/10.22318/icls2024.796777",
732
- "pdf_url": "https://repository.isls.org//bitstream/1/11133/1/ICLS2024_514-521.pdf",
733
- "citations": 1,
734
  "source": "Unknown",
735
  "quartile": "Q4",
736
- "url": "https://doi.org/10.22318/icls2024.796777",
737
- "relevance": 0.005,
738
  "abstract": "",
739
  "downloaded": false,
740
  "file_path": "",
741
- "apa": "Jeanne McClure et al. (2024). Modeling with Primary Sources: An Approach to Teach Data Bias for Artificial Intelligence and Machine Learning Education. Proceedings.. https://doi.org/https://doi.org/10.22318/icls2024.796777"
742
  },
743
  {
744
- "title": "Web-Semantic-Driven Machine Learning and Blockchain for Transformative Change in the Future of Physical Education",
745
  "authors": [
746
- "Wang Jun",
747
- "Muhammad Shahid Iqbal",
748
- "Rashid Abbasi",
749
- "Marwan Omar",
750
- "Chu Huiqin"
 
751
  ],
752
- "year": "2024",
753
- "journal": "International Journal on Semantic Web and Information Systems",
754
- "doi": "https://doi.org/10.4018/ijswis.337961",
755
- "pdf_url": "https://www.igi-global.com/ViewTitle.aspx?TitleId=337961&isxn=9798369324684",
756
- "citations": 1,
757
  "source": "Unknown",
758
  "quartile": "Q4",
759
- "url": "https://doi.org/10.4018/ijswis.337961",
760
- "relevance": 0.005,
761
  "abstract": "",
762
  "downloaded": false,
763
  "file_path": "",
764
- "apa": "Wang Jun et al. (2024). Web-Semantic-Driven Machine Learning and Blockchain for Transformative Change in the Future of Physical Education. International Journal on Semantic Web and Information Systems. https://doi.org/https://doi.org/10.4018/ijswis.337961"
765
  }
766
  ],
767
  "meta": {
768
- "title": "machine learning education",
769
  "field": "Research",
770
  "year_from": 2023,
771
  "year_to": 2026
 
1
  {
2
  "papers": [
3
  {
4
+ "title": "Artificial intelligence in higher education: the state of the field",
 
5
  "authors": [
6
+ "Helen Crompton",
7
+ "Diane Burke"
 
8
  ],
9
+ "year": "2023",
10
+ "journal": "International Journal of Educational Technology in Higher Education",
11
+ "doi": "https://doi.org/10.1186/s41239-023-00392-8",
12
+ "pdf_url": "https://educationaltechnologyjournal.springeropen.com/counter/pdf/10.1186/s41239-023-00392-8",
13
+ "citations": 149,
14
+ "source": "Unknown",
15
+ "quartile": "Q1",
16
+ "url": "https://doi.org/10.1186/s41239-023-00392-8",
17
+ "relevance": 0.745,
18
+ "abstract": "",
19
  "downloaded": false,
20
  "file_path": "",
21
+ "apa": "Helen Crompton & Diane Burke (2023). Artificial intelligence in higher education: the state of the field. International Journal of Educational Technology in Higher Education. https://doi.org/https://doi.org/10.1186/s41239-023-00392-8"
22
  },
23
  {
24
+ "title": "Embracing the future of Artificial Intelligence in the classroom: the relevance of AI literacy, prompt engineering, and critical thinking in modern education",
 
25
  "authors": [
26
+ "Yoshija Walter"
27
  ],
28
+ "year": "2024",
29
+ "journal": "International Journal of Educational Technology in Higher Education",
30
+ "doi": "https://doi.org/10.1186/s41239-024-00448-3",
31
+ "pdf_url": "https://educationaltechnologyjournal.springeropen.com/counter/pdf/10.1186/s41239-024-00448-3",
32
+ "citations": 128,
33
+ "source": "Unknown",
34
+ "quartile": "Q1",
35
+ "url": "https://doi.org/10.1186/s41239-024-00448-3",
36
+ "relevance": 0.64,
37
+ "abstract": "",
38
  "downloaded": false,
39
  "file_path": "",
40
+ "apa": "Yoshija Walter (2024). Embracing the future of Artificial Intelligence in the classroom: the relevance of AI literacy, prompt engineering, and critical thinking in modern education. International Journal of Educational Technology in Higher Education. https://doi.org/https://doi.org/10.1186/s41239-024-00448-3"
41
  },
42
  {
43
+ "title": "Education in the Era of Generative Artificial Intelligence (AI): Understanding the Potential Benefits of ChatGPT in Promoting Teaching and Learning",
 
44
  "authors": [
45
+ "David Baidoo-Anu",
46
+ "Leticia Owusu Ansah"
 
 
47
  ],
48
+ "year": "2023",
49
+ "journal": "Journal of AI",
50
+ "doi": "https://doi.org/10.61969/jai.1337500",
51
+ "pdf_url": "https://doi.org/10.61969/jai.1337500",
52
+ "citations": 120,
53
  "source": "Unknown",
54
+ "quartile": "Q1",
55
+ "url": "https://doi.org/10.61969/jai.1337500",
56
  "relevance": 0.6,
57
+ "abstract": "",
58
  "downloaded": false,
59
  "file_path": "",
60
+ "apa": "David Baidoo-Anu & Leticia Owusu Ansah (2023). Education in the Era of Generative Artificial Intelligence (AI): Understanding the Potential Benefits of ChatGPT in Promoting Teaching and Learning. Journal of AI. https://doi.org/https://doi.org/10.61969/jai.1337500"
61
  },
62
  {
63
+ "title": "Artificial intelligence in education: A systematic literature review",
 
64
  "authors": [
65
+ "Shan Wang",
66
+ "Fang Wang",
67
+ "Zhen Zhu",
68
+ "Jingxuan Wang",
69
+ "Tam Tran",
70
+ "Zhao Du"
 
 
 
 
 
 
 
 
 
71
  ],
72
+ "year": "2024",
73
+ "journal": "Expert Systems with Applications",
74
+ "doi": "https://doi.org/10.1016/j.eswa.2024.124167",
75
+ "pdf_url": "https://doi.org/10.1016/j.eswa.2024.124167",
76
+ "citations": 106,
77
  "source": "Unknown",
78
+ "quartile": "Q1",
79
+ "url": "https://doi.org/10.1016/j.eswa.2024.124167",
80
+ "relevance": 0.53,
81
+ "abstract": "",
82
  "downloaded": false,
83
  "file_path": "",
84
+ "apa": "Shan Wang et al. (2024). Artificial intelligence in education: A systematic literature review. Expert Systems with Applications. https://doi.org/https://doi.org/10.1016/j.eswa.2024.124167"
85
  },
86
  {
87
+ "title": "New Era of Artificial Intelligence in Education: Towards a Sustainable Multifaceted Revolution",
88
  "authors": [
89
+ "Firuz Kamalov",
90
+ "David Santandreu Calonge",
91
+ "Ikhlaas Gurrib"
 
 
 
92
  ],
93
  "year": "2023",
94
+ "journal": "Sustainability",
95
+ "doi": "https://doi.org/10.3390/su151612451",
96
+ "pdf_url": "https://www.mdpi.com/2071-1050/15/16/12451/pdf?version=1692181759",
97
+ "citations": 80,
98
  "source": "Unknown",
99
+ "quartile": "Q2",
100
+ "url": "https://doi.org/10.3390/su151612451",
101
+ "relevance": 0.4,
102
  "abstract": "",
103
  "downloaded": false,
104
  "file_path": "",
105
+ "apa": "Firuz Kamalov et al. (2023). New Era of Artificial Intelligence in Education: Towards a Sustainable Multifaceted Revolution. Sustainability. https://doi.org/https://doi.org/10.3390/su151612451"
106
  },
107
  {
108
+ "title": "A meta systematic review of artificial intelligence in higher education: a call for increased ethics, collaboration, and rigour",
109
  "authors": [
110
+ "Melissa Bond",
111
+ "Hassan Khosravi",
112
+ "Maarten de Laat",
113
+ "Nina Bergdahl",
114
+ "Violeta Negrea",
115
+ "Emily Oxley",
116
+ "Phuong Pham",
117
+ "Sin Wang Chong",
118
+ "George Siemens"
119
  ],
120
  "year": "2024",
121
+ "journal": "International Journal of Educational Technology in Higher Education",
122
+ "doi": "https://doi.org/10.1186/s41239-023-00436-z",
123
+ "pdf_url": "https://educationaltechnologyjournal.springeropen.com/counter/pdf/10.1186/s41239-023-00436-z",
124
+ "citations": 79,
125
+ "source": "Unknown",
126
+ "quartile": "Q2",
127
+ "url": "https://doi.org/10.1186/s41239-023-00436-z",
128
+ "relevance": 0.395,
129
  "abstract": "",
130
  "downloaded": false,
131
  "file_path": "",
132
+ "apa": "Melissa Bond et al. (2024). A meta systematic review of artificial intelligence in higher education: a call for increased ethics, collaboration, and rigour. International Journal of Educational Technology in Higher Education. https://doi.org/https://doi.org/10.1186/s41239-023-00436-z"
133
  },
134
  {
135
+ "title": "Examining Science Education in ChatGPT: An Exploratory Study of Generative Artificial Intelligence",
136
  "authors": [
137
+ "Grant Cooper"
 
138
  ],
139
+ "year": "2023",
140
+ "journal": "Journal of Science Education and Technology",
141
+ "doi": "https://doi.org/10.1007/s10956-023-10039-y",
142
+ "pdf_url": "https://link.springer.com/content/pdf/10.1007/s10956-023-10039-y.pdf",
143
+ "citations": 77,
144
+ "source": "Unknown",
145
+ "quartile": "Q2",
146
+ "url": "https://doi.org/10.1007/s10956-023-10039-y",
147
+ "relevance": 0.385,
148
  "abstract": "",
149
  "downloaded": false,
150
  "file_path": "",
151
+ "apa": "Grant Cooper (2023). Examining Science Education in ChatGPT: An Exploratory Study of Generative Artificial Intelligence. Journal of Science Education and Technology. https://doi.org/https://doi.org/10.1007/s10956-023-10039-y"
152
  },
153
  {
154
+ "title": "Transforming Education: A Comprehensive Review of Generative Artificial Intelligence in Educational Settings through Bibliometric and Content Analysis",
155
  "authors": [
156
+ "Zied Bahroun",
157
+ "Chiraz Anane",
158
+ "Vian Ahmed",
159
+ "Andrew Zacca"
160
  ],
161
  "year": "2023",
162
+ "journal": "Sustainability",
163
+ "doi": "https://doi.org/10.3390/su151712983",
164
+ "pdf_url": "https://www.mdpi.com/2071-1050/15/17/12983/pdf?version=1693276970",
165
+ "citations": 64,
166
  "source": "Unknown",
167
+ "quartile": "Q2",
168
+ "url": "https://doi.org/10.3390/su151712983",
169
+ "relevance": 0.32,
170
  "abstract": "",
171
  "downloaded": false,
172
  "file_path": "",
173
+ "apa": "Zied Bahroun et al. (2023). Transforming Education: A Comprehensive Review of Generative Artificial Intelligence in Educational Settings through Bibliometric and Content Analysis. Sustainability. https://doi.org/https://doi.org/10.3390/su151712983"
174
  },
175
  {
176
+ "title": "ChatGPT and Generative Artificial Intelligence for Medical Education: Potential Impact and Opportunity",
177
  "authors": [
178
+ "Christy Boscardin",
179
+ "Brian C. Gin",
180
+ "Polo Black Golde",
181
+ "Karen E. Hauer"
182
  ],
183
+ "year": "2023",
184
+ "journal": "Academic Medicine",
185
+ "doi": "https://doi.org/10.1097/acm.0000000000005439",
186
+ "pdf_url": "https://www.ets.berkeley.edu/sites/default/files/general/uc_learning_data_principles_final03.05.2018.pdf",
187
+ "citations": 57,
188
+ "source": "Unknown",
189
+ "quartile": "Q2",
190
+ "url": "https://doi.org/10.1097/acm.0000000000005439",
191
+ "relevance": 0.285,
192
  "abstract": "",
193
  "downloaded": false,
194
  "file_path": "",
195
+ "apa": "Christy Boscardin et al. (2023). ChatGPT and Generative Artificial Intelligence for Medical Education: Potential Impact and Opportunity. Academic Medicine. https://doi.org/https://doi.org/10.1097/acm.0000000000005439"
196
  },
197
  {
198
+ "title": "Artificial Intelligence-Enabled Intelligent Assistant for Personalized and Adaptive Learning in Higher Education",
199
  "authors": [
200
+ "Ramteja Sajja",
201
+ "Yusuf Sermet",
202
+ "Muhammed Cikmaz",
203
+ "David M. Cwiertny",
204
+ "İbrahim Demir"
205
  ],
206
  "year": "2024",
207
+ "journal": "Information",
208
+ "doi": "https://doi.org/10.3390/info15100596",
209
+ "pdf_url": "https://doi.org/10.3390/info15100596",
210
+ "citations": 55,
211
+ "source": "Unknown",
212
+ "quartile": "Q2",
213
+ "url": "https://doi.org/10.3390/info15100596",
214
+ "relevance": 0.275,
215
  "abstract": "",
216
  "downloaded": false,
217
  "file_path": "",
218
+ "apa": "Ramteja Sajja et al. (2024). Artificial Intelligence-Enabled Intelligent Assistant for Personalized and Adaptive Learning in Higher Education. Information. https://doi.org/https://doi.org/10.3390/info15100596"
219
  },
220
  {
221
+ "title": "Artificial intelligence in intelligent tutoring systems toward sustainable education: a systematic review",
222
  "authors": [
223
+ "Chien-Chang Lin",
224
+ "Anna Y.Q. Huang",
225
+ "Owen H.T. Lu"
 
226
  ],
227
+ "year": "2023",
228
+ "journal": "Smart Learning Environments",
229
+ "doi": "https://doi.org/10.1186/s40561-023-00260-y",
230
+ "pdf_url": "https://slejournal.springeropen.com/counter/pdf/10.1186/s40561-023-00260-y",
231
+ "citations": 52,
232
+ "source": "Unknown",
233
+ "quartile": "Q2",
234
+ "url": "https://doi.org/10.1186/s40561-023-00260-y",
235
+ "relevance": 0.26,
236
  "abstract": "",
237
  "downloaded": false,
238
  "file_path": "",
239
+ "apa": "Chien-Chang Lin et al. (2023). Artificial intelligence in intelligent tutoring systems toward sustainable education: a systematic review. Smart Learning Environments. https://doi.org/https://doi.org/10.1186/s40561-023-00260-y"
240
  },
241
  {
242
+ "title": "The emergent role of artificial intelligence, natural learning processing, and large language models in higher education and research",
243
  "authors": [
244
+ "Tariq Alqahtani",
245
+ "Hisham A. Badreldin",
246
+ "Mohammed Alrashed",
247
+ "Abdulrahman Alshaya",
248
+ "Sahar S. Alghamdi",
249
+ "Khalid Bin Saleh",
250
+ "Shuroug A. Alowais",
251
+ "Omar A. Alshaya",
252
+ "Ishrat Rahman",
253
+ "Majed S. Al Yami"
254
  ],
255
+ "year": "2023",
256
+ "journal": "Research in Social and Administrative Pharmacy",
257
+ "doi": "https://doi.org/10.1016/j.sapharm.2023.05.016",
258
  "pdf_url": null,
259
+ "citations": 48,
260
  "source": "Unknown",
261
+ "quartile": "Q3",
262
+ "url": "https://doi.org/10.1016/j.sapharm.2023.05.016",
263
+ "relevance": 0.24,
264
  "abstract": "",
265
  "downloaded": false,
266
  "file_path": "",
267
+ "apa": "Tariq Alqahtani et al. (2023). The emergent role of artificial intelligence, natural learning processing, and large language models in higher education and research. Research in Social and Administrative Pharmacy. https://doi.org/https://doi.org/10.1016/j.sapharm.2023.05.016"
268
  },
269
  {
270
+ "title": "Managing the Strategic Transformation of Higher Education through Artificial Intelligence",
271
  "authors": [
272
+ "Babu George",
273
+ "Ontario S. Wooden"
 
 
 
 
 
274
  ],
275
  "year": "2023",
276
+ "journal": "Administrative Sciences",
277
+ "doi": "https://doi.org/10.3390/admsci13090196",
278
+ "pdf_url": "https://www.mdpi.com/2076-3387/13/9/196/pdf?version=1693319334",
279
+ "citations": 45,
280
  "source": "Unknown",
281
+ "quartile": "Q3",
282
+ "url": "https://doi.org/10.3390/admsci13090196",
283
+ "relevance": 0.225,
284
  "abstract": "",
285
  "downloaded": false,
286
  "file_path": "",
287
+ "apa": "Babu George & Ontario S. Wooden (2023). Managing the Strategic Transformation of Higher Education through Artificial Intelligence. Administrative Sciences. https://doi.org/https://doi.org/10.3390/admsci13090196"
288
  },
289
  {
290
+ "title": "Navigating the confluence of artificial intelligence and education for sustainable development in the era of industry 4.0: Challenges, opportunities, and ethical dimensions",
291
  "authors": [
292
+ "Ammar Abulibdeh",
293
+ "Esmat Zaidan",
294
+ "Rawan Abulibdeh"
 
 
 
 
 
 
 
295
  ],
296
  "year": "2024",
297
+ "journal": "Journal of Cleaner Production",
298
+ "doi": "https://doi.org/10.1016/j.jclepro.2023.140527",
299
+ "pdf_url": "https://doi.org/10.1016/j.jclepro.2023.140527",
300
+ "citations": 45,
301
  "source": "Unknown",
302
+ "quartile": "Q3",
303
+ "url": "https://doi.org/10.1016/j.jclepro.2023.140527",
304
+ "relevance": 0.225,
305
  "abstract": "",
306
  "downloaded": false,
307
  "file_path": "",
308
+ "apa": "Ammar Abulibdeh et al. (2024). Navigating the confluence of artificial intelligence and education for sustainable development in the era of industry 4.0: Challenges, opportunities, and ethical dimensions. Journal of Cleaner Production. https://doi.org/https://doi.org/10.1016/j.jclepro.2023.140527"
309
  },
310
  {
311
+ "title": "Artificial Intelligence (AI) Literacy in Early Childhood Education: The Challenges and Opportunities",
312
  "authors": [
313
+ "Jiahong Su",
314
+ "Davy Tsz Kit Ng",
315
+ "Samuel Kai Wah Chu"
 
 
 
 
 
 
316
  ],
317
  "year": "2023",
318
+ "journal": "Computers and Education Artificial Intelligence",
319
+ "doi": "https://doi.org/10.1016/j.caeai.2023.100124",
320
+ "pdf_url": "https://doi.org/10.1016/j.caeai.2023.100124",
321
+ "citations": 42,
322
  "source": "Unknown",
323
+ "quartile": "Q3",
324
+ "url": "https://doi.org/10.1016/j.caeai.2023.100124",
325
+ "relevance": 0.21,
326
  "abstract": "",
327
  "downloaded": false,
328
  "file_path": "",
329
+ "apa": "Jiahong Su et al. (2023). Artificial Intelligence (AI) Literacy in Early Childhood Education: The Challenges and Opportunities. Computers and Education Artificial Intelligence. https://doi.org/https://doi.org/10.1016/j.caeai.2023.100124"
330
  },
331
  {
332
+ "title": "Citizenship Challenges in Artificial Intelligence Education",
333
+ "abstract": "This chapter addresses the citizenship challenges related to AI in education, particularly concerning students, teachers, and other educational stakeholders in the context of AI integration. We first explore how to foster AI awareness and education, along with various strategies to promote a socio-critical approach to AI training, aiming to identify relevant and ethical uses to prioritise. In the second part, we discuss critical thinking and computational thinking skills that can be mobilised within certain AI-supported educational activities, depending on the degree of creative and transformative engagement those activities require.",
334
  "authors": [
335
+ "Margarida Romero"
 
 
 
 
336
  ],
337
+ "year": "2025",
338
+ "journal": "arXiv Preprint",
339
+ "doi": "",
340
+ "pdf_url": "https://arxiv.org/pdf/2506.18955v1",
341
+ "citations": 0,
342
  "source": "Unknown",
343
+ "quartile": "Q3",
344
+ "url": "https://arxiv.org/pdf/2506.18955v1",
345
+ "relevance": 0.6,
 
346
  "downloaded": false,
347
  "file_path": "",
348
+ "apa": "Margarida Romero (2025). Citizenship Challenges in Artificial Intelligence Education. arXiv Preprint."
349
  },
350
  {
351
+ "title": "Blue Sky Ideas in Artificial Intelligence Education from the EAAI 2017 New and Future AI Educator Program",
352
+ "abstract": "The 7th Symposium on Educational Advances in Artificial Intelligence (EAAI'17, co-chaired by Sven Koenig and Eric Eaton) launched the EAAI New and Future AI Educator Program to support the training of early-career university faculty, secondary school faculty, and future educators (PhD candidates or postdocs who intend a career in academia). As part of the program, awardees were asked to address one of the following \"blue sky\" questions: * How could/should Artificial Intelligence (AI) courses incorporate ethics into the curriculum? * How could we teach AI topics at an early undergraduate or a secondary school level? * AI has the potential for broad impact to numerous disciplines. How could we make AI education more interdisciplinary, specifically to benefit non-engineering fields? This paper is a collection of their responses, intended to help motivate discussion around these issues in AI education.",
353
  "authors": [
354
+ "Eric Eaton",
355
+ "Sven Koenig",
356
+ "Claudia Schulz",
357
+ "Francesco Maurelli",
358
+ "John Lee",
359
+ "Joshua Eckroth",
360
+ "Mark Crowley",
361
+ "Richard G. Freedman",
362
+ "Rogelio E. Cardona-Rivera",
363
+ "Tiago Machado",
364
+ "Tom Williams"
365
  ],
366
+ "year": "2017",
367
+ "journal": "arXiv Preprint",
368
+ "doi": "",
369
+ "pdf_url": "https://arxiv.org/pdf/1702.00137v1",
370
+ "citations": 0,
371
  "source": "Unknown",
372
+ "quartile": "Q3",
373
+ "url": "https://arxiv.org/pdf/1702.00137v1",
374
+ "relevance": 0.6,
 
375
  "downloaded": false,
376
  "file_path": "",
377
+ "apa": "Eric Eaton et al. (2017). Blue Sky Ideas in Artificial Intelligence Education from the EAAI 2017 New and Future AI Educator Program. arXiv Preprint."
378
  },
379
  {
380
+ "title": "An Experience Report of Executive-Level Artificial Intelligence Education in the United Arab Emirates",
381
+ "abstract": "Teaching artificial intelligence (AI) is challenging. It is a fast moving field and therefore difficult to keep people updated with the state-of-the-art. Educational offerings for students are ever increasing, beyond university degree programs where AI education traditionally lay. In this paper, we present an experience report of teaching an AI course to business executives in the United Arab Emirates (UAE). Rather than focusing only on theoretical and technical aspects, we developed a course that teaches AI with a view to enabling students to understand how to incorporate it into existing business processes. We present an overview of our course, curriculum and teaching methods, and we discuss our reflections on teaching adult learners, and to students in the UAE.",
382
  "authors": [
383
+ "David Johnson",
384
+ "Mohammad Alsharid",
385
+ "Rasheed El-Bouri",
386
+ "Nigel Mehdi",
387
+ "Farah Shamout",
388
+ "Alexandre Szenicer",
389
+ "David Toman",
390
+ "Saqr Binghalib"
391
  ],
392
+ "year": "2022",
393
+ "journal": "arXiv Preprint",
394
+ "doi": "",
395
+ "pdf_url": "https://arxiv.org/pdf/2202.01281v1",
396
+ "citations": 0,
397
  "source": "Unknown",
398
+ "quartile": "Q3",
399
+ "url": "https://arxiv.org/pdf/2202.01281v1",
400
+ "relevance": 0.6,
 
401
  "downloaded": false,
402
  "file_path": "",
403
+ "apa": "David Johnson et al. (2022). An Experience Report of Executive-Level Artificial Intelligence Education in the United Arab Emirates. arXiv Preprint."
404
  },
405
  {
406
+ "title": "Use Scenarios & Practical Examples of AI Use in Education",
407
+ "abstract": "This report presents a set of use scenarios based on existing resources that teachers can use as inspiration to create their own, with the aim of introducing artificial intelligence (AI) at different pre-university levels, and with different goals. The Artificial Intelligence Education field (AIEd) is very active, with new resources and tools arising continuously. Those included in this document have already been tested with students and selected by experts in the field, but they must be taken just as practical examples to guide and inspire teachers creativity.",
408
  "authors": [
409
+ "Dara Cassidy",
410
+ "Yann-Aël Le Borgne",
411
+ "Francisco Bellas",
412
+ "Riina Vuorikari",
413
+ "Elise Rondin",
414
+ "Madhumalti Sharma",
415
+ "Jessica Niewint-Gori",
416
+ "Johanna Gröpler",
417
+ "Anne Gilleran",
418
+ "Lidija Kralj"
419
  ],
420
  "year": "2023",
421
+ "journal": "arXiv Preprint",
422
+ "doi": "",
423
+ "pdf_url": "https://arxiv.org/pdf/2309.12320v1",
424
+ "citations": 0,
425
  "source": "Unknown",
426
+ "quartile": "Q3",
427
+ "url": "https://arxiv.org/pdf/2309.12320v1",
428
+ "relevance": 0.6,
 
429
  "downloaded": false,
430
  "file_path": "",
431
+ "apa": "Dara Cassidy et al. (2023). Use Scenarios & Practical Examples of AI Use in Education. arXiv Preprint."
432
  },
433
  {
434
+ "title": "Can Population-based Engagement Improve Personalisation? A Novel Dataset and Experiments",
435
+ "abstract": "This work explores how population-based engagement prediction can address cold-start at scale in large learning resource collections. The paper introduces i) VLE, a novel dataset that consists of content and video based features extracted from publicly available scientific video lectures coupled with implicit and explicit signals related to learner engagement, ii) two standard tasks related to predicting and ranking context-agnostic engagement in video lectures with preliminary baselines and iii) a set of experiments that validate the usefulness of the proposed dataset. Our experimental results indicate that the newly proposed VLE dataset leads to building context-agnostic engagement prediction models that are significantly performant than ones based on previous datasets, mainly attributing to the increase of training examples. VLE dataset's suitability in building models towards Computer Science/ Artificial Intelligence education focused on e-learning/ MOOC use-cases is also evidenced. Further experiments in combining the built model with a personalising algorithm show promising improvements in addressing the cold-start problem encountered in educational recommenders. This is the largest and most diverse publicly available dataset to our knowledge that deals with learner engagement prediction tasks. The dataset, helper tools, descriptive statistics and example code snippets are available publicly.",
436
  "authors": [
437
+ "Sahan Bulathwela",
438
+ "Meghana Verma",
439
+ "Maria Perez-Ortiz",
440
+ "Emine Yilmaz",
441
+ "John Shawe-Taylor"
 
442
  ],
443
+ "year": "2022",
444
+ "journal": "arXiv Preprint",
445
+ "doi": "",
446
+ "pdf_url": "https://arxiv.org/pdf/2207.01504v1",
447
+ "citations": 0,
448
  "source": "Unknown",
449
+ "quartile": "Q3",
450
+ "url": "https://arxiv.org/pdf/2207.01504v1",
451
+ "relevance": 0.6,
452
+ "downloaded": false,
453
+ "file_path": "",
454
+ "apa": "Sahan Bulathwela et al. (2022). Can Population-based Engagement Improve Personalisation? A Novel Dataset and Experiments. arXiv Preprint."
455
+ },
456
+ {
457
+ "title": "Training the next generation of physicians for artificial intelligence-assisted clinical neuroradiology: ASNR MICCAI Brain Tumor Segmentation (BraTS) 2025 Lighthouse Challenge education platform",
458
+ "abstract": "High-quality reference standard image data creation by neuroradiology experts for automated clinical tools can be a powerful tool for neuroradiology & artificial intelligence education. We developed a multimodal educational approach for students and trainees during the MICCAI Brain Tumor Segmentation Lighthouse Challenge 2025, a landmark initiative to develop accurate brain tumor segmentation algorithms. Fifty-six medical students & radiology trainees volunteered to annotate brain tumor MR images for the BraTS challenges of 2023 & 2024, guided by faculty-led didactics on neuropathology MRI. Among the 56 annotators, 14 select volunteers were then paired with neuroradiology faculty for guided one-on-one annotation sessions for BraTS 2025. Lectures on neuroanatomy, pathology & AI, journal clubs & data scientist-led workshops were organized online. Annotators & audience members completed surveys on their perceived knowledge before & after annotations & lectures respectively. Fourteen coordinators, each paired with a neuroradiologist, completed the data annotation process, averaging 1322.9+/-760.7 hours per dataset per pair and 1200 segmentations in total. On a scale of 1-10, annotation coordinators reported significant increase in familiarity with image segmentation software pre- and post-annotation, moving from initial average of 6+/-2.9 to final average of 8.9+/-1.1, and significant increase in familiarity with brain tumor features pre- and post-annotation, moving from initial average of 6.2+/-2.4 to final average of 8.1+/-1.2. We demonstrate an innovative offering for providing neuroradiology & AI education through an image segmentation challenge to enhance understanding of algorithm development, reinforce the concept of data reference standard, and diversify opportunities for AI-driven image analysis among future physicians.",
459
+ "authors": [
460
+ "Raisa Amiruddin",
461
+ "Nikolay Y. Yordanov",
462
+ "Nazanin Maleki",
463
+ "Pascal Fehringer",
464
+ "Athanasios Gkampenis",
465
+ "Anastasia Janas",
466
+ "Kiril Krantchev",
467
+ "Ahmed Moawad",
468
+ "Fabian Umeh",
469
+ "Salma Abosabie",
470
+ "Sara Abosabie",
471
+ "Albara Alotaibi",
472
+ "Mohamed Ghonim",
473
+ "Mohanad Ghonim",
474
+ "Sedra Abou Ali Mhana",
475
+ "Nathan Page",
476
+ "Marko Jakovljevic",
477
+ "Yasaman Sharifi",
478
+ "Prisha Bhatia",
479
+ "Amirreza Manteghinejad",
480
+ "Melisa Guelen",
481
+ "Michael Veronesi",
482
+ "Virginia Hill",
483
+ "Tiffany So",
484
+ "Mark Krycia",
485
+ "Bojan Petrovic",
486
+ "Fatima Memon",
487
+ "Justin Cramer",
488
+ "Elizabeth Schrickel",
489
+ "Vilma Kosovic",
490
+ "Lorenna Vidal",
491
+ "Gerard Thompson",
492
+ "Ichiro Ikuta",
493
+ "Basimah Albalooshy",
494
+ "Ali Nabavizadeh",
495
+ "Nourel Hoda Tahon",
496
+ "Karuna Shekdar",
497
+ "Aashim Bhatia",
498
+ "Claudia Kirsch",
499
+ "Gennaro D'Anna",
500
+ "Philipp Lohmann",
501
+ "Amal Saleh Nour",
502
+ "Andriy Myronenko",
503
+ "Adam Goldman-Yassen",
504
+ "Janet R. Reid",
505
+ "Sanjay Aneja",
506
+ "Spyridon Bakas",
507
+ "Mariam Aboian"
508
+ ],
509
+ "year": "2025",
510
+ "journal": "arXiv Preprint",
511
+ "doi": "",
512
+ "pdf_url": "https://arxiv.org/pdf/2509.17281v1",
513
+ "citations": 0,
514
+ "source": "Unknown",
515
+ "quartile": "Q3",
516
+ "url": "https://arxiv.org/pdf/2509.17281v1",
517
+ "relevance": 0.6,
518
  "downloaded": false,
519
  "file_path": "",
520
+ "apa": "Raisa Amiruddin et al. (2025). Training the next generation of physicians for artificial intelligence-assisted clinical neuroradiology: ASNR MICCAI Brain Tumor Segmentation (BraTS) 2025 Lighthouse Challenge education platform. arXiv Preprint."
521
  },
522
  {
523
+ "title": "Artificial intelligence in education",
524
  "authors": [
525
+ "W. Holmes",
526
+ "Maya Bialik",
527
+ "Charles Fadel"
 
 
 
 
 
528
  ],
529
  "year": "2023",
530
+ "journal": "",
531
+ "doi": "https://doi.org/10.58863/20.500.12424/4276068",
532
+ "pdf_url": "https://repository.globethics.net/bitstream/20.500.12424/4276068/2/GE_Global_18_isbn9782889315239_ch42.pdf",
533
+ "citations": 39,
534
  "source": "Unknown",
535
+ "quartile": "Q3",
536
+ "url": "https://doi.org/10.58863/20.500.12424/4276068",
537
+ "relevance": 0.195,
538
  "abstract": "",
539
  "downloaded": false,
540
  "file_path": "",
541
+ "apa": "W. Holmes et al. (2023). Artificial intelligence in education. https://doi.org/https://doi.org/10.58863/20.500.12424/4276068"
542
  },
543
  {
544
+ "title": "Collaborating With ChatGPT: Considering the Implications of Generative Artificial Intelligence for Journalism and Media Education",
545
  "authors": [
546
+ "John V. Pavlik"
 
 
547
  ],
548
+ "year": "2023",
549
+ "journal": "Journalism & Mass Communication Educator",
550
+ "doi": "https://doi.org/10.1177/10776958221149577",
551
  "pdf_url": null,
552
+ "citations": 34,
553
  "source": "Unknown",
554
+ "quartile": "Q3",
555
+ "url": "https://doi.org/10.1177/10776958221149577",
556
+ "relevance": 0.17,
557
  "abstract": "",
558
  "downloaded": false,
559
  "file_path": "",
560
+ "apa": "John V. Pavlik (2023). Collaborating With ChatGPT: Considering the Implications of Generative Artificial Intelligence for Journalism and Media Education. Journalism & Mass Communication Educator. https://doi.org/https://doi.org/10.1177/10776958221149577"
561
  },
562
  {
563
+ "title": "Generative Artificial Intelligence: Implications and Considerations for Higher Education Practice",
564
  "authors": [
565
+ "Tom Farrelly",
566
+ "Nick Baker"
 
 
567
  ],
568
+ "year": "2023",
569
+ "journal": "Education Sciences",
570
+ "doi": "https://doi.org/10.3390/educsci13111109",
571
+ "pdf_url": "https://www.mdpi.com/2227-7102/13/11/1109/pdf?version=1699079828",
572
+ "citations": 32,
573
  "source": "Unknown",
574
+ "quartile": "Q3",
575
+ "url": "https://doi.org/10.3390/educsci13111109",
576
+ "relevance": 0.16,
577
  "abstract": "",
578
  "downloaded": false,
579
  "file_path": "",
580
+ "apa": "Tom Farrelly & Nick Baker (2023). Generative Artificial Intelligence: Implications and Considerations for Higher Education Practice. Education Sciences. https://doi.org/https://doi.org/10.3390/educsci13111109"
581
  },
582
  {
583
+ "title": "The Role of ChatGPT, Generative Language Models, and Artificial Intelligence in Medical Education: A Conversation With ChatGPT and a Call for Papers",
584
  "authors": [
585
+ "Günther Eysenbach"
 
 
 
 
 
 
 
586
  ],
587
  "year": "2023",
588
+ "journal": "JMIR Medical Education",
589
+ "doi": "https://doi.org/10.2196/46885",
590
+ "pdf_url": "https://mededu.jmir.org/2023/1/e46885/PDF",
591
+ "citations": 30,
592
  "source": "Unknown",
593
+ "quartile": "Q3",
594
+ "url": "https://doi.org/10.2196/46885",
595
+ "relevance": 0.15,
596
  "abstract": "",
597
  "downloaded": false,
598
  "file_path": "",
599
+ "apa": "Günther Eysenbach (2023). The Role of ChatGPT, Generative Language Models, and Artificial Intelligence in Medical Education: A Conversation With ChatGPT and a Call for Papers. JMIR Medical Education. https://doi.org/https://doi.org/10.2196/46885"
600
  },
601
  {
602
+ "title": "Empowering Education with Generative Artificial Intelligence Tools: Approach with an Instructional Design Matrix",
603
  "authors": [
604
+ "Lena Ivannova Ruiz-Rojas",
605
+ "Patricia Acosta-Vargas",
606
+ "Javier De-Moreta-Llovet",
607
+ "Mario González"
608
  ],
609
+ "year": "2023",
610
+ "journal": "Sustainability",
611
+ "doi": "https://doi.org/10.3390/su151511524",
612
+ "pdf_url": "https://www.mdpi.com/2071-1050/15/15/11524/pdf?version=1690354809",
613
+ "citations": 22,
614
  "source": "Unknown",
615
+ "quartile": "Q3",
616
+ "url": "https://doi.org/10.3390/su151511524",
617
+ "relevance": 0.11,
618
  "abstract": "",
619
  "downloaded": false,
620
  "file_path": "",
621
+ "apa": "Lena Ivannova Ruiz-Rojas et al. (2023). Empowering Education with Generative Artificial Intelligence Tools: Approach with an Instructional Design Matrix. Sustainability. https://doi.org/https://doi.org/10.3390/su151511524"
622
  },
623
  {
624
+ "title": "Understanding K–12 teachers’ technological pedagogical content knowledge readiness and attitudes toward artificial intelligence education",
625
  "authors": [
626
+ "Miao Yue",
627
+ "Morris Siu–Yung Jong",
628
+ "Davy Tsz Kit Ng"
 
629
  ],
630
+ "year": "2024",
631
+ "journal": "Education and Information Technologies",
632
+ "doi": "https://doi.org/10.1007/s10639-024-12621-2",
633
+ "pdf_url": "https://link.springer.com/content/pdf/10.1007/s10639-024-12621-2.pdf",
634
+ "citations": 21,
635
  "source": "Unknown",
636
+ "quartile": "Q3",
637
+ "url": "https://doi.org/10.1007/s10639-024-12621-2",
638
+ "relevance": 0.105,
639
  "abstract": "",
640
  "downloaded": false,
641
  "file_path": "",
642
+ "apa": "Miao Yue et al. (2024). Understanding K–12 teachers’ technological pedagogical content knowledge readiness and attitudes toward artificial intelligence education. Education and Information Technologies. https://doi.org/https://doi.org/10.1007/s10639-024-12621-2"
643
  },
644
  {
645
+ "title": "Artificial intelligence education: An evidence-based medicine approach for consumers, translators, and developers",
646
  "authors": [
647
+ "Faye Yu Ci Ng",
648
+ "Arun James Thirunavukarasu",
649
+ "Haoran Cheng",
650
+ "Ting Fang Tan",
651
+ "Laura Gutiérrez",
652
+ "Yanyan Lan",
653
+ "Jasmine Chiat Ling Ong",
654
+ "Yap Seng Chong",
655
+ "Kee Yuan Ngiam",
656
+ "Dean Ho"
657
  ],
658
+ "year": "2023",
659
+ "journal": "Cell Reports Medicine",
660
+ "doi": "https://doi.org/10.1016/j.xcrm.2023.101230",
661
+ "pdf_url": "http://www.cell.com/article/S266637912300407X/pdf",
662
+ "citations": 19,
663
  "source": "Unknown",
664
  "quartile": "Q4",
665
+ "url": "https://doi.org/10.1016/j.xcrm.2023.101230",
666
+ "relevance": 0.095,
667
  "abstract": "",
668
  "downloaded": false,
669
  "file_path": "",
670
+ "apa": "Faye Yu Ci Ng et al. (2023). Artificial intelligence education: An evidence-based medicine approach for consumers, translators, and developers. Cell Reports Medicine. https://doi.org/https://doi.org/10.1016/j.xcrm.2023.101230"
671
  },
672
  {
673
+ "title": "Artificial Intelligence, Education, and Entrepreneurship",
674
  "authors": [
675
+ "MICHAEL GOFMAN",
676
+ "Zhao Jin"
 
 
 
677
  ],
678
+ "year": "2023",
679
+ "journal": "The Journal of Finance",
680
+ "doi": "https://doi.org/10.1111/jofi.13302",
681
+ "pdf_url": "https://onlinelibrary.wiley.com/doi/pdfdirect/10.1111/jofi.13302",
682
+ "citations": 16,
683
  "source": "Unknown",
684
  "quartile": "Q4",
685
+ "url": "https://doi.org/10.1111/jofi.13302",
686
+ "relevance": 0.08,
687
  "abstract": "",
688
  "downloaded": false,
689
  "file_path": "",
690
+ "apa": "MICHAEL GOFMAN & Zhao Jin (2023). Artificial Intelligence, Education, and Entrepreneurship. The Journal of Finance. https://doi.org/https://doi.org/10.1111/jofi.13302"
691
  },
692
  {
693
+ "title": "A Conversation on Artificial Intelligence, Chatbots, and Plagiarism in Higher Education",
694
  "authors": [
695
+ "Michael R. King",
696
+ "chatGPT"
697
  ],
698
  "year": "2023",
699
+ "journal": "Cellular and Molecular Bioengineering",
700
+ "doi": "https://doi.org/10.1007/s12195-022-00754-8",
701
+ "pdf_url": "https://link.springer.com/content/pdf/10.1007/s12195-022-00754-8.pdf",
702
+ "citations": 16,
703
  "source": "Unknown",
704
  "quartile": "Q4",
705
+ "url": "https://doi.org/10.1007/s12195-022-00754-8",
706
+ "relevance": 0.08,
707
  "abstract": "",
708
  "downloaded": false,
709
  "file_path": "",
710
+ "apa": "Michael R. King & chatGPT (2023). A Conversation on Artificial Intelligence, Chatbots, and Plagiarism in Higher Education. Cellular and Molecular Bioengineering. https://doi.org/https://doi.org/10.1007/s12195-022-00754-8"
711
  },
712
  {
713
+ "title": "Artificial intelligence in healthcare and education",
714
  "authors": [
715
+ "Manàs Dave",
716
+ "Neil Patel"
 
 
 
 
 
717
  ],
718
  "year": "2023",
719
+ "journal": "BDJ",
720
+ "doi": "https://doi.org/10.1038/s41415-023-5845-2",
721
+ "pdf_url": "https://www.nature.com/articles/s41415-023-5845-2.pdf",
722
+ "citations": 13,
723
  "source": "Unknown",
724
  "quartile": "Q4",
725
+ "url": "https://doi.org/10.1038/s41415-023-5845-2",
726
+ "relevance": 0.065,
727
  "abstract": "",
728
  "downloaded": false,
729
  "file_path": "",
730
+ "apa": "Manàs Dave & Neil Patel (2023). Artificial intelligence in healthcare and education. BDJ. https://doi.org/https://doi.org/10.1038/s41415-023-5845-2"
731
  },
732
  {
733
+ "title": "An evidence-based approach to artificial intelligence education for medical students: A systematic review",
734
  "authors": [
735
+ "Nikola Pupic",
736
+ "Aryan Ghaffari-zadeh",
737
+ "Ricky Hu",
738
+ "Rohit Singla",
739
+ "Kathryn E. Darras",
740
+ "Anna Karwowska",
741
+ "Bruce B. Forster"
742
  ],
743
+ "year": "2023",
744
+ "journal": "PLOS Digital Health",
745
+ "doi": "https://doi.org/10.1371/journal.pdig.0000255",
746
+ "pdf_url": "https://doi.org/10.1371/journal.pdig.0000255",
747
+ "citations": 10,
748
  "source": "Unknown",
749
  "quartile": "Q4",
750
+ "url": "https://doi.org/10.1371/journal.pdig.0000255",
751
+ "relevance": 0.05,
752
  "abstract": "",
753
  "downloaded": false,
754
  "file_path": "",
755
+ "apa": "Nikola Pupic et al. (2023). An evidence-based approach to artificial intelligence education for medical students: A systematic review. PLOS Digital Health. https://doi.org/https://doi.org/10.1371/journal.pdig.0000255"
756
  },
757
  {
758
+ "title": "Implementing artificial intelligence education for middle school technology education in Republic of Korea",
759
  "authors": [
760
+ "Woongbin Park",
761
+ "Hyuksoo Kwon"
 
 
 
762
  ],
763
+ "year": "2023",
764
+ "journal": "International Journal of Technology and Design Education",
765
+ "doi": "https://doi.org/10.1007/s10798-023-09812-2",
766
+ "pdf_url": "https://link.springer.com/content/pdf/10.1007/s10798-023-09812-2.pdf",
767
+ "citations": 8,
768
  "source": "Unknown",
769
  "quartile": "Q4",
770
+ "url": "https://doi.org/10.1007/s10798-023-09812-2",
771
+ "relevance": 0.04,
772
  "abstract": "",
773
  "downloaded": false,
774
  "file_path": "",
775
+ "apa": "Woongbin Park & Hyuksoo Kwon (2023). Implementing artificial intelligence education for middle school technology education in Republic of Korea. International Journal of Technology and Design Education. https://doi.org/https://doi.org/10.1007/s10798-023-09812-2"
776
  },
777
  {
778
+ "title": "Investigating the moderating effects of social good and confidence on teachers' intention to prepare school students for artificial intelligence education",
779
  "authors": [
780
+ "Ismaila Temitayo Sanusi",
781
+ "Musa Adekunle Ayanwale",
782
+ "Thomas K. F. Chiu"
 
 
 
783
  ],
784
+ "year": "2023",
785
+ "journal": "Education and Information Technologies",
786
+ "doi": "https://doi.org/10.1007/s10639-023-12250-1",
787
+ "pdf_url": "https://link.springer.com/content/pdf/10.1007/s10639-023-12250-1.pdf",
788
+ "citations": 8,
789
  "source": "Unknown",
790
  "quartile": "Q4",
791
+ "url": "https://doi.org/10.1007/s10639-023-12250-1",
792
+ "relevance": 0.04,
793
  "abstract": "",
794
  "downloaded": false,
795
  "file_path": "",
796
+ "apa": "Ismaila Temitayo Sanusi et al. (2023). Investigating the moderating effects of social good and confidence on teachers' intention to prepare school students for artificial intelligence education. Education and Information Technologies. https://doi.org/https://doi.org/10.1007/s10639-023-12250-1"
797
  },
798
  {
799
+ "title": "Artificial intelligence education for young children: A case study of technology‐enhanced embodied learning",
800
  "authors": [
801
+ "Weipeng Yang",
802
+ "Xinyun Hu",
803
+ "Ibrahim H. Yeter",
804
+ "Jiahong Su",
805
+ "Yuqin Yang",
806
+ "John Chi‐Kin Lee"
807
  ],
808
+ "year": "2023",
809
+ "journal": "Journal of Computer Assisted Learning",
810
+ "doi": "https://doi.org/10.1111/jcal.12892",
811
+ "pdf_url": "https://onlinelibrary.wiley.com/doi/pdfdirect/10.1111/jcal.12892",
812
+ "citations": 7,
813
  "source": "Unknown",
814
  "quartile": "Q4",
815
+ "url": "https://doi.org/10.1111/jcal.12892",
816
+ "relevance": 0.035,
817
  "abstract": "",
818
  "downloaded": false,
819
  "file_path": "",
820
+ "apa": "Weipeng Yang et al. (2023). Artificial intelligence education for young children: A case study of technology‐enhanced embodied learning. Journal of Computer Assisted Learning. https://doi.org/https://doi.org/10.1111/jcal.12892"
821
  }
822
  ],
823
  "meta": {
824
+ "title": "artificial intelligence education",
825
  "field": "Research",
826
  "year_from": 2023,
827
  "year_to": 2026
research_report.docx CHANGED
Binary files a/research_report.docx and b/research_report.docx differ