-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworkshop_cai2024.html
More file actions
693 lines (545 loc) · 37.7 KB
/
Copy pathworkshop_cai2024.html
File metadata and controls
693 lines (545 loc) · 37.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Re: -->
<!-- https://github.com/kdd-milets/kdd-milets.github.io/blob/master/milets2022/index.html -->
<!-- https://github.com/AI4TS/AI4TS.github.io/blob/main/ijcai2023.html -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="CAI'24 Workshop-AI4EDU: Artificial Intelligence for Education">
<meta property="og:type" content="website">
<meta property="og:image" content="./img/background_1.jpg">
<title>
CAI'24 AI4EDU: AI for Education Workshop
</title>
<!-- Bootstrap Core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="./css/agency.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="./css/font-awesome.min.css" rel="stylesheet" >
<link href="./css/style.css" rel="stylesheet">
<!-- <link href="./css/css(1)" rel="stylesheet" type="text/css">
<link href="./css/css(2)" rel="stylesheet" type="text/css">
<link href="./css/css(3)" rel="stylesheet" type="text/css"> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="text/javascript" async="" src="./js/analytics.js"></script>
<script async="" src="./js/js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-114495477-1');
</script>
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden active">
<a href=""></a>
</li>
<li class="">
<a class="page-scroll" href="#introduction">Intro</a>
</li>
<li>
<a class="page-scroll" href="#call">CFP</a>
</li>
<li>
<a class="page-scroll" href="#dates">Key Dates</a>
</li>
<li>
<a class="page-scroll" href="#program">Program</a>
</li>
<li>
<a class="page-scroll" href="#Speakers">Keynotes</a>
</li>
<li>
<a class="page-scroll" href="#papers">Accepted Papers</a>
</li>
<li>
<a class="page-scroll" href="#Organizers">Organizers</a>
</li>
<li>
<a class="page-scroll" href="#program_committee">PC</a>
</li>
<li>
<a class="page-scroll" href="#sponsors">Sponsors</a>
</li>
<li>
<a href="https://ai-for-edu.github.io/" target="_blank">AI4EDU(Home)</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text" style="color:white;">
<!--
<br>
<div class="intro-heading">AI for Education (AI4EDU): Exploring LLMs and Adaptive Learning for Personalized Education</div>
<br><br>
<div class="intro-heading">IEEE CAI Workshop 2024, June 25</div>
-->
<br>
<div class="intro-heading" style="color:white;">
<a href="https://ieeecai.org/2024/" target="_blank">
2024 IEEE Conference on Artificial Intelligence (IEEE CAI'24)
</a>
</div>
<br>
<div class="intro-heading">Workshop on</div>
<br><br>
<div class="intro-heading">AI for Education (AI4EDU): Exploring LLMs and Adaptive Learning for Personalized Education</div>
</div>
</div>
</header>
<!-- Introduction Section -->
<section id="introduction" style="padding-top: 30px;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Introduction</h2>
<!-- <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3-->
</div>
</div>
<div class="row text-justify">
<div class="col-md-12" >
<p class="large text-muted ">
Recent advanced AI technologies, especially the large language models (LLMs) like GPTs, have significantly advanced the field of natural language processing (NLP) and led to the development of various LLM-based applications. One potential application is as communication interfaces in human-in-the-loop education systems, where the model serves as a mediator among the teacher, students and the machine capabilities including its own. This approach has several benefits, including the ability to personalize interactions, allow unprecedented flexibility and adaptivity for human-AI collaboration and improve the user experience. However, several challenges still exist in implementing this approach, including the need for more robust models, designing effective user interfaces, and ensuring ethical considerations are addressed.
<br>
This workshop aims to bring together researchers and practitioners from academia and industry to explore the cutting-edge AI technologies for personalized education, especially the potential of LLMs and adaptive learning technologies. The objectives of the workshop are to: 1. Review the current state-of-the-art in LLM-based systems and their applications in education. 2. Identify challenges and opportunities in using LLMs as both communication and collaboration interfaces in adaptive learning systems, educational games and intelligent educational assistant. 3. Discuss the potential of LLMs in improving human-computer interaction (HCI) and user experience in educational settings. 4. Discuss the state-of-the-art technologies of adaptive learning that tailor education to the individual needs, learning styles, proficiency levels, and problem areas of each student, for personalized learning experience. 5. Explore ethical considerations and standardization issues in the use of LLMs, especially with IEEE AI Standards Committee and IEEE Learning Technology Standards Committee. 6. Introduce and design new implementation approaches such as prompt engineering, local fine tuning, integrated reasoning, and delegation framework for dialog-based systems that use natural language to not only to generate content but also shape the behavior of the system.
<br><br>This workshop encourages submissions of innovative solutions for a broad range of AI for Education problems. Topics of interest include but are not limited to the following: </br>
</p>
<ul class="large text-muted">
<td style="width: 45%; vertical-align:top"><li>LLM-based models and their applications in educational settings</li></td>
<td style="width: 45%; vertical-align:top"><li>Adaptive learning systems and their applications in educational settings</li></td>
<td style="width: 45%; vertical-align:top"><li>The potential of LLMs in education from both the theoretical and practical angles</li></td>
<td style="width: 45%; vertical-align:top"><li>Ethical considerations in the use of LLMs as communication interfaces in educational settings, especially with IEEE AI Standards Committee</li></td>
<td style="width: 45%; vertical-align:top"><li>Standardization for LLM-based communication interfaces in education</li></td>
<td style="width: 45%; vertical-align:top"><li>Designing effective user interfaces for LLM-based systems</li></td>
<td style="width: 45%; vertical-align:top"><li>LLM and related model training, testing, validation, and deployment</li></td>
<td style="width: 45%; vertical-align:top"><li>IEEE AISC and LTSC Standardization Efforts around these areas</li></td>
</ul>
</div>
</div>
</div>
</section>
<!-- Call for Papers Section -->
<section id="call" class="bg-mid-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Call for Papers</h2>
<h3 class="section-subheading text-muted" style="font-size:large">Contact with us: <a href="mailto:qingsongwen@squirrelai.com">Contact Us</a></h3>
</div>
</div>
<div class="row text-justify">
<div class="col-md-12">
<p class = "large text-muted">
We invite high-quality paper submissions of theoretical and experimental nature on the broad AI4EDU topics. The workshop solicits 5-7 pages double-blind paper submissions following CAI 2024 template from participants. All submissions will be peer-reviewed. Submissions of the following flavors will be sought: (1) research ideas, (2) case studies (or deployed projects), (3) review papers, (4) best practice papers, and (5) lessons learned. An optional appendix of arbitrary length is allowed and should be put at the end of the paper (after references).
</p>
<p class="large text-muted">
Accepted papers will be presented as posters during the workshop and list on the website (non-archival/without proceedings). Besides, a small number of accepted papers will be selected to be presented as contributed talks.
</p>
<p class="large text-muted">
<b> Submission link: <a href="https://cmt3.research.microsoft.com/AI4EDUCAI2024">https://cmt3.research.microsoft.com/AI4EDUCAI2024</a>
</p>
<p class="large text-muted">
Any questions may be directed to the workshop e-mail address: <a href="qingsongwen@squirrelai.com">Contact Us</a>
</p>
</div>
</div>
</div>
</section>
<!--Key Dates Section -->
<section id="dates" class="bg-mid-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Key Dates</h2>
</div>
</div>
<div class="row">
<div class="col-md-12 text-left">
</div>
<div class="text-left" style="text-align: center;">
<div class="col-md-12">
<p class="large text-muted">
<b>Workshop Paper Submission Due Date:</b><span> May 15, 2024(AoE)</span>
</p>
<p class="large text-muted">
<b>Notification of Paper Acceptance:</b><span> May 22, 2024</span>
</p>
<p class="large text-muted">
<b>Camera-ready Papers Due:</b><span> May 30, 2024</span>
</p>
<p class="large text-muted">
<b>CAI-24 Workshops:</b><span> June 25, 2024</span>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Schedule Section -->
<section id="program" class="bg-mid-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading"> Workshop Schedule:</h2>
<h3 class="section-subheading text-muted">
Time and Date: 10:30 am – 2:30 pm, June 25, 2024 <br>
<br></br>
Location: Melati Junior 4011</br>
<br></br>
Zoom Link: TBD <a href= target="_blank" style="color:RoyalBlue"></a></br>
</h3>
</div>
</div>
<style type="text/css">
table.tableizer-table {
font-size: 15px;
border: 1px solid #CCC;
font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tableizer-table td {
padding: 10px;
margin: 4px;
border: 1px solid #CCC;
}
.tableizer-table th {
background-color: #4682B4;
color: #FFF;
font-weight: normal;
text-align:center
}
</style> 12
<table class="tableizer-table">
<thead><tr class="tableizer-firstrow"><th style="width:15%">Time</th><th>Title</th><th>Speaker</th></tr></thead><tbody>
<tr><td>10:30 am - 10:40 am</td><td>Opening Remarks (Richard Tong)</td><td></td></tr>
<tr><td>10:40 am - 11:10 am</td><td>Keynote Talk (Xiangen Hu): Balancing Human Wisdom and AI </td><td></td></tr>
<tr><td>11:10 am - 11:40 am</td><td>Keynote Talk (Chee Wei Chen): Flipping Classroom with LLM </td><td></td></tr>
<tr><td>11:40 am – 12:10 pm</td><td>Panel Discussion (Cheryl Wong Sze Yin, Xiangen Hu, Richard Tong)</td><td></td></tr>
<tr><td>12:30pm – 1:30 pm</td><td>Lunch Break</td><td>
<tr><td>1:30pm – 2:00pm</td><td>Keynote Talk (Cheryl Wong Sze Yin): Assessing learning in the era of AI</td></tr>
<tr><td>2:00pm – 2:20pm</td><td> Contributed Talks </td></tr>
<tr><td>2:20 pm - 2:30 pm</td><td>Closing Remark (Richard Tong) </td><td> </td></tr>
</tbody></table>
<!-- <p>8:45 am - 9:00 am <strong>opening remark</strong></p>
<p>9:00 am - 9:45 am <strong>keynote speaker 1</strong></p>
<p>9:45 am - 10:30 am <strong>contributed talks 1-3</strong></p>
<p>10:30 am - 10:45 am <strong>break</strong></p>
<p>10:45 am - 11:30 am <strong>contributed talks 4-6</strong></p>
<p>11:30 am - 12:30 pm <strong>poster session</strong></p>
<p>12:30 pm - 2:00 pm <strong> lunch break</strong></p>
<p>2:00 pm - 2:45 pm <strong> keynote speaker 2</strong></p>
<p>2:45 pm - 3:30 pm <strong>contributed talks 7-9</strong></p>
<p>3:30 pm - 3:45 pm <strong>break</strong></p>
<p>3:45 pm - 4:30 pm <strong>keynote speaker 3</strong></p>
<p>4:30 pm - 5:30 pm <strong>panel discussion</strong></p> -->
</table>
<div class="col-lg-1 text-left">
</div>
</div>
</div>
</section>
<!--
<!-- Speakers Section -->
<section id="Speakers" >
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Keynote Speakers</h2>
</div>
</div>
</br> </br> </br>
<!-- Keynote Speaker1 -->
<div class="row speakers">
<div class="col-sm-4">
<div class="team-member">
<a href="homepage_site" target="_blank">
<img src="./img/Cheryl.jpg" style="height: 200px; width:200px;" class="img-responsive img-circle">
</a>
<h4><a href="homepage_site" target="_blank">Cheryl Wong Sze Yin</a></h4>
<p class="text-muted">Senior Scientist<br> A*STAR </p>
</div>
</div>
<div class="col-sm-8 text-justify">
<h3>Assessing learning in the era of AI</h3>
<p>
Abstract: Typical assessments of learning are through written assignments or through final written or oral examinations. The rise of AI, in particular generative AI, has changed the way people search for information and the way that people learn. Hence, the method of assessment should also reflect this change. In this talk, I will share potential areas that we can leverage AI to assess learning.
</p>
<p><b>Short Bio:</b><br> Cheryl is currently a senior scientist at Institute for Infocomm Research (I2R), Agency for Science, Technology and Research (A*STAR) and a core member of the AI4EDU programme in A*STAR. Cheryl obtained her PhD from Nanyang Technological University, Singapore (NTU), studying various optimization algorithms and its application in airspace management. Cheryl has been developing artificial intelligence (AI) solutions over various domains and adapting these models over time with new incoming data. In the past 3 years, Cheryl has been investigating how artificial intelligence (AI) can be applied in the education domain. Her current research interests mainly focus on developing or adapting current AI technologies for use in education. This includes adaptation of knowledge tracing models over time, quantifying and measuring student engagement and the impact of AI on education. .
</p>
</div>
</div>
<!-- Keynote Speaker1 -->
<div class="row speakers">
<div class="col-sm-4">
<div class="team-member">
<a href="homepage_site" target="_blank">
<img src="./img/xx.jpg" style="height: 200px; width:200px;" class="img-responsive img-circle">
</a>
<h4><a href="homepage_site" target="_blank">Speaker Name</a></h4>
<p class="text-muted">Professor<br> University of X <br>Contact: xx@gmail.com </p>
</div>
</div>
<div class="col-sm-8 text-justify">
<h3>Title of the Talk </h3>
<p>
Abstract: xxx.
</p>
<p><b>Short Bio:</b><br> XXX is a Professor at XX .
</p>
</div>
</div>
</div>
</section>
-->
<!-- Accepted Papers Section -->
<section id="papers" class="bg-mid-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Accepted Papers</h2>
</div>
</div>
<div class="row">
<div class="col-lg-1 text-justify">
</div>
<div class="col-lg-10 text-justify">
<h3>Accepted Papers: </h3>
<p class="row large text-muted">
<a href="" target="_blank">Flipped Classroom Teaching with Large Language Models: Peer Instruction and Just-in-Time Teaching.</a> Chee Wei Tan
</p>
<p class="row large text-muted">
<a href="" target="_blank">A Web Application for Video Transcript Summarizer and Translator.</a> Hima Harshitha Angadala, Shaik Ershathunnisa
</p>
<p class="row large text-muted">
<a href="" target="_blank">Code Generation from Flowchart using Optical Character Recognition and Large Language Model.</a> Aryaman Darda, Reetu Jain
</p>
<p class="row large text-muted">
<a href="" target="_blank">Evaluating the Impact of Code Autocompletion using Natural Language Processing on Developer Productivity and Software Quality.</a> Aryan Sharma, Meet Arora, Ankit Jha, Gunjan Bhalla, Ankita Sharma, Anand Kumar
</p>
<!-- <h3>Accepted Papers (Poster)</h3>
<p class="row large text-muted">
<a href="https://ai-for-edu.github.io/papers/CAI2024_paper_1.pdf" target="_blank">Poster Paper Title</a> Author list.
</p> -->
</div>
<div class="col-lg-1 text-justify">
</div>
</div>
</div>
</section>
<!-- Organizers Section -->
<section id="Organizers" >
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Workshop Organizers</h2>
</div>
</div>
</br> </br> </br>
<div class="row speakers">
<div class="col-sm-4">
<div class="team-member">
<a href="https://sites.google.com/site/qingsongwen8/" target="_blank">
<img src="./img/Qingsong_Wen.jpg" style="height: 200px; width:200px;" class="img-responsive img-circle">
</a>
<h4><a href="https://sites.google.com/site/qingsongwen8/" target="_blank">Qingsong Wen</a></h4>
<p class="text-muted">Head of AI Research & Chief Scientist<br> Squirrel Ai Learning <br>Contact: qingsongwen@squirrelai.com </p>
</div>
</div>
<div class="col-sm-8 text-justify ">
<p class="text-muted" style="font-size: 16px;">
Short Bio: Qingsong Wen is the Head of AI Research & Chief Scientist at Squirrel Ai Learning by Yixue Education Inc., working in EdTech area via AI technologies. Before that, he worked at Alibaba, Futurewei, Qualcomm, and Marvell, and received his M.S. and Ph.D. degrees in Electrical and Computer Engineering from Georgia Institute of Technology, USA. His research interests include machine learning and decision intelligence, especially AI for Time Series (AI4TS) & AI for Education (AI4EDU). He has published around 100 top-ranked AI conference and journal papers, had multiple Oral/Spotlight Papers at NeurIPS/ICLR, had multiple Most Influential Papers at IJCAI, received multiple IAAI Deployed Application Awards at AAAI, and won First Place of SP Grand Challenge at ICASSP. Currently, he serves as Organizer/Co-Chair of Workshop on AI for Time Series (AI4TS @ KDD, ICDM, SDM, AAAI, IJCAI) and Workshop on AI for Education (AI4EDU @ CAI). He also serves as Associate Editor for Neurocomputing, Guest Editor for IEEE Internet of Things Journal, and Guest Editor for Applied Energy. In addition, he has regularly served as Area Chair/(S)PC of the AI conferences including KDD, AAAI, IJCAI, ICDM, ICASSP, etc.
</p>
</div>
</div>
<div class="row speakers">
<div class="col-sm-4">
<div class="team-member">
<a href="https://www.linkedin.com/in/joleen-liang-70b11ba4" target="_blank">
<img src="./img/JoleenLiang.jpg" style="height: 200px; width:200px;" class="img-responsive img-circle">
</a>
<h4><a href="https://www.linkedin.com/in/joleen-liang-70b11ba4" target="_blank">Joleen Liang</a></h4>
<p class="text-muted">Co-Founder<br> Squirrel Ai Learning <br>Contact: joleenliang@squirrelai.com </p>
</div>
</div>
<div class="col-sm-8 text-justify ">
<p class="text-muted" style="font-size: 16px;">
Short Bio: Joleen Liang is the Co-Founder of Squirrel Ai Learning. She is Visiting Professor at the Research Institute for Innovation and Technology in Education (UNIR iTED), the Secretary of the IEEE International K-12 Education Knowledge Graph Standards Working Group, the Vice-Dean of Intelligent Education Committee of China Automation Congress, the Deputy Head of the Technology and Standards Working Group, the Smart Education Working Committee of the Internet Society of China, and the Executive Director of the Artificial Intelligence and Robotics Education Committee of the China Education Development Strategy Society. She received her Ph.D in Intelligent Science and Systems at Macau University of Science and Technology. In 2020, she and Squirrel Ai was honored ‘AI Education Innovation Award’by UNESCO. She is also the founder/director of AI+Adaptive Education International Conference (AIAED) focusing on important trends emerging from AI-tech applied to next-generation education and how these advances can impact adaptive human learning at scale. The 1st-4th AIAED invited more 200 AI and AI education speakers (scientists and companies) internationally, and 10000+audiences, 500+ investors, 1000+ CEOs, 200+ media.
</p>
</div>
</div>
<div class="row speakers">
<div class="col-sm-4">
<div class="team-member">
<a href="https://www.linkedin.com/in/richardtong1/" target="_blank">
<img src="./img/RichardTong.jpg" style="height: 200px; width:200px;" class="img-responsive img-circle">
</a>
<h4><a href="https://www.linkedin.com/in/richardtong1/" target="_blank">Richard Tong </a></h4>
<p class="text-muted">Chief Architect <br> Squirrel Ai Learning <br>Contact: richard.tong@ieee.org </p>
</div>
</div>
<div class="col-sm-8 text-justify ">
<p class="text-muted" style="font-size: 16px;">
Short Bio: Richard Tong is currently the Chief Architect of Squirrel Ai Learning. Prior that, he was the Principal Architect of Carnegie Learning, the Head of Implementation at Greater China Region for Knewton, and the Director of Solution Architecture for Amplify Education. He also served as the CTO of Phoenix New Media. He serves as the Chair of IEEE Artificial Intelligence Standards Committee. He is an experienced technologist, executive, entrepreneur and one of the leading evangelists for standardization effort for global education technology and AI in education.
</p>
</div>
</div>
<div class="row speakers">
<div class="col-sm-4">
<div class="team-member">
<a href="https://bnu-ai.cn/luyu.html" target="_blank">
<img src="./img/YuLu.jpg" style="height: 200px; width:200px;" class="img-responsive img-circle">
</a>
<h4><a href="https://bnu-ai.cn/luyu.html" target="_blank">Yu Lu </a></h4>
<p class="text-muted">Associate Professor<br> Beijing Normal University <br>Contact: luyu@bnu.edu.cn </p>
</div>
</div>
<div class="col-sm-8 text-justify ">
<p class="text-muted" style="font-size: 16px;">
Short Bio: Yu LU received the Ph.D. from National University of Singapore in computer engineering. He is currently an Associate Professor with the School of Educational Technology, Faculty of Education, Beijing Normal University (BNU), where he also serves as the director of AI Lab at the advanced innovation center for future education (AICFE). He has published more than 90 academic papers in the prestigious venues, and serves as the associate editor for multiple academic journals, such as IEEE Transactions on Learning Technologies. He also serves as PC member or track chair for multiple international conferences (e.g., AIED, EDM, AAAI, ACL, EMNLP, IJCAI, ICCE, GCCCE). Before joining BNU, he was a research scientist and principle investigator at the Institute for Infocomm Research (I2R), A*STAR, Singapore. His research interests mainly sit at the intersection field of artificial intelligence and education.
</p>
</div>
</div>
<div class="row speakers">
<div class="col-sm-4">
<div class="team-member">
<a href="https://www.linkedin.com/in/guimei-liu-3570821a" target="_blank">
<img src="./img/LiuGuimei.jpg" style="height: 200px; width:200px;" class="img-responsive img-circle">
</a>
<h4><a href="https://www.linkedin.com/in/guimei-liu-3570821a" target="_blank">Liu Guimei </a></h4>
<p class="text-muted">Principal Scientist<br> A*STAR <br>Contact: liug@i2r.a-star.edu.sg </p>
</div>
</div>
<div class="col-sm-8 text-justify ">
<p class="text-muted" style="font-size: 16px;">
Short Bio: Liu Guimei is currently a Principal Scientist and Principal Investigator at Institute for Infocomm Research (I2R), Agency for Science, Technology and Research (A*STAR), Singapore. She received her PhD in Computer Science from Hong Kong University of Science and Technology (HKUST). She has published 40+ papers at data mining/AI/Bioinformatics conferences and journals. Her current research interests are mainly on learning analytics and adaptive learning.
</p>
</div>
</div>
<div class="row speakers">
<div class="col-sm-4">
<div class="team-member">
<a href="https://www.xiangenhu.info/" target="_blank">
<img src="./img/XiangenHu.jpg" style="height: 200px; width:200px;" class="img-responsive img-circle">
</a>
<h4><a href="https://www.xiangenhu.info/" target="_blank">Xiangen Hu </a></h4>
<p class="text-muted">Professor <br> The University of Memphis <br>Contact: xhu@memphis.edu </p>
</div>
</div>
<div class="col-sm-8 text-justify ">
<p class="text-muted" style="font-size: 16px;">
Short Bio: Xiangen Hu is a professor in the Department of Psychology, Department of Electrical and Computer Engineering and Computer Science Department at The University of Memphis (UofM) and senior researcher at the Institute for Intelligent Systems (IIS) at the UofM and is professor and Dean of the School of Psychology at Central China Normal University (CCNU). Dr. Hu received his MS in applied mathematics from Huazhong University of Science and Technology, MA in social sciences and Ph.D. in Cognitive Sciences from the University of California, Irvine. Dr. Hu is the Director of Advanced Distributed Learning (ADL) Partnership Laboratory at the UofM, and is a senior researcher in the Chinese Ministry of Education’s Key Laboratory of Adolescent Cyberpsychology and Behavior.
</p>
</div>
</div>
<div class="row speakers">
<div class="col-sm-4">
<div class="team-member">
<a href="https://robbyrobson.com/" target="_blank">
<img src="./img/RobbyRobson.jpg" style="height: 200px; width:200px;" class="img-responsive img-circle">
</a>
<h4><a href="https://robbyrobson.com/" target="_blank">Robby Robson</a></h4>
<p class="text-muted">Chief Science Officer & Co-Founder <br> Eduworks Corporation <br>Contact: robby.robson@eduworks.com </p>
</div>
</div>
<div class="col-sm-8 text-justify ">
<p class="text-muted" style="font-size: 16px;">
Short Bio: Robby Robson is a researcher, entrepreneur, and standards professional known for creative and disruptive innovation in industry and academia. He is a co-founder of Eduworks Corporation where he was CEO for 20 years and where he currently serves as Chief Science Officer and Board Chair. His focus at Eduworks is on developing transformative tools for competency-based talent management and workforce development. As a volunteer, Robby serves on multiple IEEE boards and committees in the areas of Standards, Open Source, and Educational Activities.
</p>
</div>
</div>
</div>
</section>
<section id="program_committee">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Program Committee</h2>
</div>
</div>
<div class="row">
<div class="col-lg-2"></div>
<div class="col-lg-8">
<ul class="large" style="margin-left:100px;">
<li>Zhendong Chu, University of Virginia</li>
<li>Aoran Wang, University of Luxembourg</li>
<li>Hang Li, Michigan State University</li>
<li>Ronghuai Huang, Beijing Normal University</li>
<li>Fei-Yue Wang, Chinese Academy of Sciences</li>
<li>MingYu Lei, Smart Education Working Committee of the Internet Society of China</li>
</ul>
</div>
<div class="col"></div>
</div>
<!-- </div>
<div class="col-lg-12 text-center" style="padding-bottom: 20px;">
<h3 class="section-subheading text-muted">Contact with us: <a href="mailto:fl4pwsdm@gmail.com">fl4pwsdm@gmail.com</a></h3-->
</section>
<!-- Sponsors Section -->
<section id="sponsors" class="bg-mid-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Workshop Sponsors</h2>
<h4> We are grateful to Squirrel Ai Learning for sponsoring our workshop and supporting the best paper awards. </h4>
</div>
</div>
<div class="wp-block-columns is-layout-flex wp-container-7">
<div class="wp-block-column is-layout-flow">
<figure class="wp-block-image aligncenter size-medium">
<center>
<a href="https://squirrelai.com/" target="_blank">
<img decoding="async" loading="lazy" src="img/squirrelai_logo.jpeg"/>
</a>
</center>
</figure>
<!--
<a href="https://squirrelai.com/" target="_blank">
<center>
<img src="./img/squirrelai_logo.jpeg" style="height: 200px; width:200px;" class="img-responsive img-circle">
</center>
</a>
-->
</div>
</div>
</div>
</section>
<!-- jQuery -->
<script src="./js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="./js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="./js/jquery.easing.min.js"></script>
<script src="./js/classie.js"></script>
<script src="./js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="./js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="./js/agency.js"></script>
</body></html>