-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
1578 lines (1469 loc) · 102 KB
/
references.bib
File metadata and controls
1578 lines (1469 loc) · 102 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
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@Article{Abbas2024,
author = {Abbas, Muhammad and Jam, Farooq Ahmed and Khan, Tariq Iqbal},
date = {2024-02},
journaltitle = {International Journal of Educational Technology in Higher Education},
title = {Is It Harmful or Helpful? {{Examining}} the Causes and Consequences of Generative {{AI}} Usage among University Students},
doi = {10.1186/s41239-024-00444-7},
issn = {2365-9440},
langid = {english},
number = {1},
pages = {10},
urldate = {2024-08-16},
volume = {21},
abstract = {Abstract While the discussion on generative artificial intelligence, such as ChatGPT, is making waves in academia and the popular press, there is a need for more insight into the use of ChatGPT among students and the potential harmful or beneficial consequences associated with its usage. Using samples from two studies, the current research examined the causes and consequences of ChatGPT usage among university students. Study 1 developed and validated an eight-item scale to measure ChatGPT usage by conducting a survey among university students (N\,=\,165). Study 2 used a three-wave time-lagged design to collect data from university students (N\,=\,494) to further validate the scale and test the study's hypotheses. Study 2 also examined the effects of academic workload, academic time pressure, sensitivity to rewards, and sensitivity to quality on ChatGPT usage. Study 2 further examined the effects of ChatGPT usage on students' levels of procrastination, memory loss, and academic performance. Study 1 provided evidence for the validity and reliability of the ChatGPT usage scale. Furthermore, study 2 revealed that when students faced higher academic workload and time pressure, they were more likely to use ChatGPT. In contrast,~students who were sensitive to rewards were less likely to use ChatGPT. Not surprisingly, use of ChatGPT was likely to develop tendencies for procrastination and memory loss and dampen the students' academic performance. Finally, academic workload, time pressure, and sensitivity to rewards had indirect effects on students' outcomes through ChatGPT usage.},
groups = {PTAS Project},
shorttitle = {Is It Harmful or Helpful?},
}
@InCollection{Ajzen1985,
author = {Ajzen, Icek},
booktitle = {Action {{Control}}},
date = {1985},
title = {From {{Intentions}} to {{Actions}}: {{A Theory}} of {{Planned Behavior}}},
doi = {10.1007/978-3-642-69746-3_2},
editor = {Kuhl, Julius and Beckmann, J{\"u}rgen},
isbn = {978-3-642-69748-7 978-3-642-69746-3},
location = {Berlin, Heidelberg},
pages = {11--39},
publisher = {Springer Berlin Heidelberg},
urldate = {2024-11-15},
groups = {PTAS Project},
langid = {english},
shorttitle = {From {{Intentions}} to {{Actions}}},
}
@Book{Anderson2001,
author = {Anderson, Lorin and Krathwohl, David and Airasian, Peter and Cruikshank, Kathleen and Mayer, Richard and Pintrich, Paul and Raths, James and Wittrock, Merlin},
date = {2001},
title = {A {{Taxonomy}} for {{Learning}}, {{Teaching}}, and {{Assessing}}: {{A Revision}} of {{Bloom}}'s {{Taxonomy}} of {{Educational Objectives}}, {{Complete Edition}}},
edition = {1},
isbn = {978-0-321-08405-7},
publisher = {Pearson},
groups = {PTAS Project},
}
@Book{Anderson2009,
date = {2009},
title = {A Taxonomy for Learning, Teaching, and Assessing: A Revision of {{Bloom}}'s Taxonomy of Educational Objectives},
edition = {Abridged ed., [Nachdr.]},
editor = {Anderson, Lorin W.},
isbn = {978-0-8013-1903-7 978-0-321-08405-7},
langid = {english},
location = {New York Munich},
publisher = {Longman},
groups = {PTAS Project},
shorttitle = {A Taxonomy for Learning, Teaching, and Assessing},
}
@Article{Bagozzi1992,
author = {Bagozzi, Richard P. and Davis, Fred D. and Warshaw, Paul R.},
date = {1992-07},
journaltitle = {Human Relations},
title = {Development and {{Test}} of a {{Theory}} of {{Technological Learning}} and {{Usage}}},
doi = {10.1177/001872679204500702},
issn = {0018-7267, 1741-282X},
langid = {english},
number = {7},
pages = {659--686},
urldate = {2024-11-15},
volume = {45},
abstract = {Beliefs, attitudes, and intentions are important factors in the adoption of computer technologies. While contemporary representations have focused on explaining the act of using computers, the role of learning to use the computer needs to be better understood within the overall adoption process. Inadequate learning can curtail the adoption and use of a potentially productive system. We introduce a new theoretical model, the theory of trying, in which computer learning is conceptualized as a goal determined by three attitude components: attitude toward success, attitude toward failure, and attitude toward the process of goal pursuit. Intentions to try and actual trying are the theoretical mechanisms linking these goal-directed attitudes to goal attainment. An empirical study is conducted to ascertain the construct validity and utility of the new theory within the context of the adoption of a word processing package. Specifically, we examine convergent validity, internal consistency reliability, stability, discriminant validity, criterion related validity, predictive validity, and nomological validity in a longitudinal field study of 107 users of the program. The new theory is compared to two models: the theory of reasoned action from the field of social psychology and the technology acceptance model, recently introduced in the management literature. Overall, the findings stress the importance of scrutinizing the goals of decision makers and their psychological reactions to these goals in the prediction of the adoption of computers.},
copyright = {https://journals.sagepub.com/page/policies/text-and-data-mining-license},
groups = {PTAS Project},
}
@Article{Bandura1977,
author = {Bandura, Albert},
date = {1977},
journaltitle = {Psychological Review},
title = {Self-Efficacy: {{Toward}} a Unifying Theory of Behavioral Change.},
doi = {10.1037/0033-295X.84.2.191},
issn = {1939-1471, 0033-295X},
langid = {english},
number = {2},
pages = {191--215},
urldate = {2024-07-12},
volume = {84},
groups = {PTAS Project},
shorttitle = {Self-Efficacy},
}
@Article{Bates2020,
author = {Bates, Tony and Cobo, Crist{\'o}bal and Mari{\~n}o, Olga and Wheeler, Steve},
date = {2020-12},
journaltitle = {International Journal of Educational Technology in Higher Education},
title = {Can Artificial Intelligence Transform Higher Education?},
doi = {10.1186/s41239-020-00218-x},
issn = {2365-9440},
langid = {english},
number = {1},
pages = {42, s41239-020-00218-x},
urldate = {2024-08-16},
volume = {17},
groups = {PTAS Project},
}
@Misc{Becker2022,
author = {Becker, Brett A. and Denny, Paul and {Finnie-Ansley}, James and {Luxton-Reilly}, Andrew and Prather, James and Santos, Eddie Antonio},
date = {2022-12},
title = {Programming {{Is Hard}} -- {{Or}} at {{Least It Used}} to {{Be}}: {{Educational Opportunities And Challenges}} of {{AI Code Generation}}},
doi = {10.48550/arXiv.2212.01020},
eprint = {2212.01020},
eprintclass = {cs},
eprinttype = {arXiv},
urldate = {2024-06-03},
abstract = {The introductory programming sequence has been the focus of much research in computing education. The recent advent of several viable and freely-available AI-driven code generation tools present several immediate opportunities and challenges in this domain. In this position paper we argue that the community needs to act quickly in deciding what possible opportunities can and should be leveraged and how, while also working on how to overcome or otherwise mitigate the possible challenges. Assuming that the effectiveness and proliferation of these tools will continue to progress rapidly, without quick, deliberate, and concerted efforts, educators will lose advantage in helping shape what opportunities come to be, and what challenges will endure. With this paper we aim to seed this discussion within the computing education community.},
groups = {PTAS Project},
keywords = {Computers and Society},
number = {arXiv:2212.01020},
publisher = {arXiv},
shorttitle = {Programming {{Is Hard}} -- {{Or}} at {{Least It Used}} to {{Be}}},
}
@InProceedings{Bender2021,
author = {Bender, Emily M. and Gebru, Timnit and {McMillan-Major}, Angelina and Shmitchell, Shmargaret},
booktitle = {Proceedings of the 2021 {{ACM Conference}} on {{Fairness}}, {{Accountability}}, and {{Transparency}}},
date = {2021-03},
title = {On the {{Dangers}} of {{Stochastic Parrots}}: {{Can Language Models Be Too Big}}? 🦜},
doi = {10.1145/3442188.3445922},
isbn = {978-1-4503-8309-7},
location = {Virtual Event Canada},
pages = {610--623},
publisher = {ACM},
urldate = {2024-08-16},
groups = {PTAS Project},
langid = {english},
shorttitle = {On the {{Dangers}} of {{Stochastic Parrots}}},
}
@Article{Bergdahl2023,
author = {Bergdahl, Jenna and Latikka, Rita and Celuch, Magdalena and Savolainen, Iina and Soares Mantere, Eerik and Savela, Nina and Oksanen, Atte},
date = {2023-08},
journaltitle = {Telematics and Informatics},
title = {Self-Determination and Attitudes toward Artificial Intelligence: {{Cross-national}} and Longitudinal Perspectives},
doi = {10.1016/j.tele.2023.102013},
issn = {0736-5853},
langid = {english},
pages = {102013},
urldate = {2024-09-15},
volume = {82},
groups = {PTAS Project},
shorttitle = {Self-Determination and Attitudes toward Artificial Intelligence},
}
@Book{Biggs2014,
author = {Biggs, John B. and Collis, Kevin F.},
date = {2014},
title = {Evaluating the Quality of Learning: The {{SOLO}} Taxonomy (Structure of the Observed Learning Outcome)},
isbn = {978-1-4832-7331-0},
langid = {english},
location = {New York London Toronto Sydney; San Francisco},
publisher = {Academic Press},
series = {Educational Psychology Series},
abstract = {Evaluating the Quality of Learning},
groups = {PTAS Project},
shorttitle = {Evaluating the Quality of Learning},
}
@Book{Biggs2022,
author = {Biggs, John B. and Tang, Catherine So-kum and Kennedy, Gregor},
date = {2022},
title = {Teaching for Quality Learning at University},
edition = {Fifth edition},
isbn = {978-0-335-25082-0},
langid = {english},
location = {Maidenhead},
publisher = {Open University Press, McGraw Hill},
groups = {PTAS Project},
}
@Book{Bloom1956,
author = {Bloom, Benjamin S. and Engelhart, Max D. and Furst, E. J. and Hill, W. H. and Krathwohl, David R.},
date = {1956},
title = {Taxonomy of Educational Objectives: The Classification of Educational Goals. {{Handbook}} 1, {{Cognitive}} Domain},
langid = {english},
location = {New York},
publisher = {David McKay Company},
abstract = {This volume classifies learning behaviors and provides concrete measures for identifying different levels of learning. The cognitive domain consists of 6 levels: knowledge, comprehension, application, analysis, synthesis and evaluation. Each level is associated with specific learning behaviors and descriptive verbs for use in writing instructional objectives},
annotation = {OCLC: 86054529},
groups = {PTAS Project},
shorttitle = {Taxonomy of Educational Objectives},
}
@Article{Bodin2012,
author = {Bodin, Madelen},
date = {2012-04},
journaltitle = {Physical Review Physics Education Research},
title = {Mapping University Students' Epistemic Framing of Computational Physics Using Network Analysis},
doi = {10.1103/PhysRevSTPER.8.010115},
number = {1},
pages = {010115},
volume = {8},
abstract = {Solving physics problem in university physics education using a computational approach requires knowledge and skills in several domains, for example, physics, mathematics, programming, and modeling. These competences are in turn related to students' beliefs about the domains as well as about learning. These knowledge and beliefs components are referred to here as epistemic elements, which together represent the students' epistemic framing of the situation. The purpose of this study was to investigate university physics students' epistemic framing when solving and visualizing a physics problem using a particle-spring model system. Students' epistemic framings are analyzed before and after the task using a network analysis approach on interview transcripts, producing visual representations as epistemic networks. The results show that students change their epistemic framing from a modeling task, with expectancies about learning programming, to a physics task, in which they are challenged to use physics principles and conservation laws in order to troubleshoot and understand their simulations. This implies that the task, even though it is not introducing any new physics, helps the students to develop a more coherent view of the importance of using physics principles in problem solving. The network analysis method used in this study is shown to give intelligible representations of the students' epistemic framing and is proposed as a useful method of analysis of textual data.},
groups = {PTAS Project},
}
@Article{Boguslawski2024,
author = {Boguslawski, Samuel and Deer, Rowan and Dawson, Mark G.},
date = {2024-07},
journaltitle = {Information and Learning Sciences},
title = {Programming Education and Learner Motivation in the Age of Generative {{AI}}: Student and Educator Perspectives},
doi = {10.1108/ILS-10-2023-0163},
issn = {2398-5348, 2398-5348},
langid = {english},
urldate = {2024-07-25},
abstract = {Purpose Programming education is being rapidly transformed by generative AI tools and educators must determine how best to support students in this context. This study aims to explore the experiences of programming educators and students to inform future education provision. Design/methodology/approach Twelve students and six members of faculty in a small technology-focused university were interviewed. Thematic analysis of the interview data was combined with data collected from a survey of 44 students at the same university. Self-determination theory was applied as an analytical framework. Findings Three themes were identified -- bespoke learning, affect and support -- that significantly impact motivation and learning outcomes in programming education. It was also found that students are already making extensive use of large language models (LLMs). LLMs can significantly improve learner autonomy and sense of competence by improving the options for bespoke learning; fostering emotions that are conducive to engendering and maintaining motivation; and inhibiting the negative affective states that discourage learning. However, current LLMs cannot adequately provide or replace social support, which is still a key factor in learner motivation. Research limitations/implications Integrating the use of LLMs into curricula can improve learning motivation and outcomes. It can also free educators from certain tasks, leaving them with more time and capacity to focus their attention on developing social learning opportunities to further enhance learner motivation. Originality/value To the best of the authors' knowledge, this is the first attempt to explore the relationship between motivation and LLM use in programming education.},
copyright = {https://www.emerald.com/insight/site-policies},
groups = {PTAS Project},
shorttitle = {Programming Education and Learner Motivation in the Age of Generative {{AI}}},
}
@Article{Bond2024,
author = {Bond, Melissa and Khosravi, Hassan and De Laat, Maarten and Bergdahl, Nina and Negrea, Violeta and Oxley, Emily and Pham, Phuong and Chong, Sin Wang and Siemens, George},
date = {2024-01},
journaltitle = {International Journal of Educational Technology in Higher Education},
title = {A Meta Systematic Review of Artificial Intelligence in Higher Education: A Call for Increased Ethics, Collaboration, and Rigour},
doi = {10.1186/s41239-023-00436-z},
issn = {2365-9440},
langid = {english},
number = {1},
pages = {4},
urldate = {2024-08-23},
volume = {21},
abstract = {Abstract Although the field of Artificial Intelligence in Education (AIEd) has a substantial history as a research domain, never before has the rapid evolution of AI applications in education sparked such prominent public discourse. Given the already rapidly growing AIEd literature base in higher education, now is the time to ensure that the field has a solid research and conceptual grounding. This review of reviews is the first comprehensive meta review to explore the scope and nature of AIEd in higher education (AIHEd) research, by synthesising secondary research (e.g., systematic reviews), indexed in the Web of Science, Scopus, ERIC, EBSCOHost, IEEE Xplore, ScienceDirect and ACM Digital Library, or captured through snowballing in OpenAlex, ResearchGate and Google Scholar. Reviews were included if they synthesised applications of AI solely in formal higher or continuing education, were published in English between 2018 and July 2023, were journal articles or full conference papers, and if they had a method section 66 publications were included for data extraction and synthesis in EPPI Reviewer, which were predominantly systematic reviews (66.7\%), published by authors from North America (27.3\%), conducted in teams (89.4\%) in mostly domestic-only collaborations (71.2\%). Findings show that these reviews mostly focused on AIHEd generally (47.0\%) or Profiling and Prediction (28.8\%) as thematic foci, however key findings indicated a predominance of the use of Adaptive Systems and Personalisation in higher education. Research gaps identified suggest a need for greater ethical, methodological, and contextual considerations within future research, alongside interdisciplinary approaches to AIHEd application. Suggestions are provided to guide future primary and secondary research.},
groups = {PTAS Project},
shorttitle = {A Meta Systematic Review of Artificial Intelligence in Higher Education},
}
@Book{Brookfield1995,
author = {Brookfield, Stephen},
date = {1995},
title = {Becoming a Critically Reflective Teacher},
edition = {1. ed},
isbn = {978-0-7879-0131-8},
langid = {english},
location = {San Francisco},
publisher = {Jossey-Bass},
series = {The {{Jossey-Bass}} Higher and Adult Education Series},
groups = {PTAS Project},
}
@Book{Brookfield2017,
author = {Brookfield, Stephen D.},
date = {2017},
title = {Becoming a Critically Reflective Teacher},
edition = {Second Edition},
isbn = {978-1-119-04970-8 978-1-119-05065-0},
langid = {english},
location = {Somerset},
publisher = {John Wiley \& Sons, Incorporated},
groups = {PTAS Project},
}
@Article{Caballero2018,
author = {Caballero, Marcos D and Merner, Laura},
date = {2018-12},
journaltitle = {Physical Review Physics Education Research},
title = {Prevalence and Nature of Computational Instruction in Undergraduate Physics Programs across the {{United States}}},
doi = {10.1103/PhysRevPhysEducRes.14.020129},
pages = {020129},
volume = {14},
abstract = {A national survey of physics faculty was conducted to investigate the prevalence and nature of computational instruction in physics courses across the United States. 1246 faculty from 357 unique institutions responded to the survey. The results suggest that more faculty have some form of computational teaching experience than a decade ago, but it appears that this experience does not necessarily translate to computational instruction in undergraduate students' formal course work. Further, we find that formal programs in computational physics are absent from most departments. A majority of faculty do report using computation on homework and in projects, but few report using computation with interactive engagement methods in the classroom or on exams. Specific factors that underlie these results are the subject of future work, but we do find that there is a variation on the reported experience with computation and the highest degree that students can earn at the surveyed institutions.},
groups = {PTAS Project},
}
@Article{Carmi2024,
author = {Carmi, Golan},
date = {2024-06},
journaltitle = {Heliyon},
title = {E-{{Learning}} Using Zoom: {{A}} Study of Students' Attitude and Learning Effectiveness in Higher Education},
doi = {10.1016/j.heliyon.2024.e30229},
issn = {2405-8440},
langid = {english},
number = {11},
urldate = {2024-06-06},
volume = {10},
groups = {PTAS Project},
publisher = {Elsevier},
shorttitle = {E-{{Learning}} Using Zoom},
}
@Article{Chonacky2008,
author = {Chonacky, Norman and Winch, David},
date = {2008-04},
journaltitle = {American Journal of Physics},
title = {Integrating Computation into the Undergraduate Curriculum: {{A}} Vision and Guidelines for Future Developments},
doi = {10.1119/1.2837811},
issn = {0002-9505, 1943-2909},
langid = {english},
number = {4},
pages = {327--333},
urldate = {2024-11-20},
volume = {76},
abstract = {There is substantial evidence of a need to make computation an integral part of the undergraduate physics curriculum. This need is consistent with data from surveys in both the academy and the workplace, and has been reinforced by two years of exploratory efforts by a group of physics faculty for whom computation is a special interest. We have examined past and current efforts at reform and a variety of strategic, organizational, and institutional issues involved in any attempt to broadly transform existing practice. We propose a set of guidelines for development based on this past work and discuss our vision of computationally integrated physics.},
groups = {PTAS Project},
shorttitle = {Integrating Computation into the Undergraduate Curriculum},
}
@Article{Crompton2023,
author = {Crompton, Helen and Burke, Diane},
date = {2023-04},
journaltitle = {International Journal of Educational Technology in Higher Education},
title = {Artificial Intelligence in Higher Education: The State of the Field},
doi = {10.1186/s41239-023-00392-8},
issn = {2365-9440},
langid = {english},
number = {1},
pages = {22},
urldate = {2024-08-16},
volume = {20},
abstract = {Abstract This systematic review provides unique findings with an up-to-date examination of artificial intelligence (AI) in higher education (HE) from 2016 to 2022. Using PRISMA principles and protocol, 138 articles were identified for a full examination. Using a priori, and grounded coding, the data from the 138 articles were extracted, analyzed, and coded. The findings of this study show that in 2021 and 2022, publications rose nearly two to three times the number of previous years. With this rapid rise in the number of AIEd HE publications, new trends have emerged. The findings show that research was conducted in six of the seven continents of the world. The trend has shifted from the US to China leading in the number of publications. Another new trend is in the researcher affiliation as prior studies showed a lack of researchers from departments of education. This has now changed to be the most dominant department. Undergraduate students were the most studied students at 72\%. Similar to the findings of other studies, language learning was the most common subject domain. This included writing, reading, and vocabulary acquisition. In examination of who the AIEd was intended for 72\% of the studies focused on students, 17\% instructors, and 11\% managers. In answering the overarching question of how AIEd was used in HE, grounded coding was used. Five usage codes emerged from the data: (1) Assessment/Evaluation, (2) Predicting, (3) AI Assistant, (4) Intelligent Tutoring System (ITS), and (5) Managing Student Learning. This systematic review revealed gaps in the literature to be used as a springboard for future researchers, including new tools, such as Chat GPT.},
groups = {PTAS Project},
shorttitle = {Artificial Intelligence in Higher Education},
}
@InProceedings{Crow2018,
author = {Crow, Tyne and {Luxton-Reilly}, Andrew and Wuensche, Burkhard},
booktitle = {Proceedings of the 20th {{Australasian Computing Education Conference}}},
date = {2018-01},
title = {Intelligent Tutoring Systems for Programming Education: A Systematic Review},
doi = {10.1145/3160489.3160492},
isbn = {978-1-4503-6340-2},
location = {Brisbane Queensland Australia},
pages = {53--62},
publisher = {ACM},
urldate = {2024-08-16},
groups = {PTAS Project},
langid = {english},
shorttitle = {Intelligent Tutoring Systems for Programming Education},
}
@Misc{Cui2024,
author = {Cui, Zheyuan and Demirer, Mert and Jaffe, Sonia and Musolff, Leon and Peng, Sida and Salz, Tobias},
date = {2024},
title = {The {{Effects}} of {{Generative AI}} on {{High Skilled Work}}: {{Evidence}} from {{Three Field Experiments}} with {{Software Developers}}},
doi = {10.2139/ssrn.4945566},
urldate = {2024-10-10},
groups = {PTAS Project},
shorttitle = {The {{Effects}} of {{Generative AI}} on {{High Skilled Work}}},
}
@Article{Davis1989,
author = {Davis, Fred D.},
date = {1989-09},
journaltitle = {MIS Quarterly},
title = {Perceived {{Usefulness}}, {{Perceived Ease}} of {{Use}}, and {{User Acceptance}} of {{Information Technology}}},
doi = {10.2307/249008},
eprint = {249008},
eprinttype = {jstor},
issn = {0276-7783},
number = {3},
pages = {319},
urldate = {2024-11-15},
volume = {13},
groups = {PTAS Project},
}
@Book{Dewey1916,
author = {Dewey, John},
date = {1916},
title = {Democracy and {{Education}}},
location = {New York},
publisher = {Macmillan},
groups = {PTAS Project},
}
@Article{Dillon1996,
author = {Dillon, Andrew and Morris, Michael G.},
date = {1996},
journaltitle = {Annual Review of Information Science and Technology},
title = {User {{Acceptance}} of {{Information Technology}}: {{Theories}} and {{Models}}},
volume = {31},
groups = {PTAS Project},
}
@Article{Dolmans2016,
author = {Dolmans, Diana H. J. M. and Loyens, Sofie M. M. and Marcq, H{\'e}l{\`e}ne and Gijbels, David},
date = {2016-12},
journaltitle = {Advances in Health Sciences Education},
title = {Deep and Surface Learning in Problem-Based Learning: A Review of the Literature},
doi = {10.1007/s10459-015-9645-6},
issn = {1382-4996, 1573-1677},
langid = {english},
number = {5},
pages = {1087--1112},
urldate = {2024-08-16},
volume = {21},
groups = {PTAS Project},
shorttitle = {Deep and Surface Learning in Problem-Based Learning},
}
@InCollection{Eccles1983,
author = {Eccles, Jacquelynne S.},
booktitle = {Achievement and Achievement Motives: {{Psychological}} and Sociological Approaches},
date = {1983},
title = {Expectancies, Values, and Academic Behaviors},
editor = {Spence, Janet T.},
location = {San Francisco, CA},
pages = {75--146},
publisher = {W. H. Freeman},
groups = {PTAS Project},
}
@InCollection{English2016,
author = {English, Andrea},
booktitle = {Dewey in Our {{Time}}},
date = {2016-09},
title = {The 'in-between' of Learning: ({{Re}})Valuing the Process of Learning},
isbn = {978-1-78277-170-8},
location = {London},
pages = {128--143},
publisher = {UCL Institute of Education Press},
urldate = {2024-06-24},
groups = {PTAS Project},
}
@Article{Entwistle1979,
author = {Entwistle, Noel and Hanley, Maureen and Hounsell, Dai},
date = {1979-07},
journaltitle = {Higher Education},
title = {Identifying Distinctive Approaches to Studying},
doi = {10.1007/BF01680525},
issn = {0018-1560, 1573-174X},
langid = {english},
number = {4},
pages = {365--380},
urldate = {2024-07-12},
volume = {8},
copyright = {http://www.springer.com/tdm},
groups = {PTAS Project},
}
@InCollection{Entwistle2005,
author = {Entwistle, Noel},
booktitle = {The {{Experience}} of {{Learning}}},
date = {2005},
title = {Constrasting {{Perspectives}} on {{Learning}}},
edition = {3},
location = {Edinburgh},
pages = {3--22},
publisher = {{University of Edinburgh, Centre for Teaching, Learning and Assessment}},
groups = {PTAS Project},
}
@InProceedings{FinnieAnsley2022,
author = {{Finnie-Ansley}, James and Denny, Paul and Becker, Brett A. and {Luxton-Reilly}, Andrew and Prather, James},
booktitle = {Proceedings of the 24th {{Australasian Computing Education Conference}}},
date = {2022-02},
title = {The {{Robots Are Coming}}: {{Exploring}} the {{Implications}} of {{OpenAI Codex}} on {{Introductory Programming}}},
doi = {10.1145/3511861.3511863},
isbn = {978-1-4503-9643-1},
location = {Virtual Event Australia},
pages = {10--19},
publisher = {ACM},
urldate = {2024-09-13},
groups = {PTAS Project},
langid = {english},
shorttitle = {The {{Robots Are Coming}}},
}
@Misc{Fu2024,
author = {Fu, Yujia and Liang, Peng and Tahir, Amjed and Li, Zengyang and Shahin, Mojtaba and Yu, Jiaxin and Chen, Jinfu},
date = {2024-04},
title = {Security {{Weaknesses}} of {{Copilot Generated Code}} in {{GitHub}}},
doi = {10.48550/arxiv.2310.02059},
eprint = {2310.02059},
eprintclass = {cs},
eprinttype = {arXiv},
urldate = {2024-11-20},
abstract = {Modern code generation tools, utilizing AI models like Large Language Models (LLMs), have gained popularity for producing functional code. However, their usage presents security challenges, often resulting in insecure code merging into the code base. Evaluating the quality of generated code, especially its security, is crucial. While prior research explored various aspects of code generation, the focus on security has been limited, mostly examining code produced in controlled environments rather than real-world scenarios. To address this gap, we conducted an empirical study, analyzing code snippets generated by GitHub Copilot from GitHub projects. Our analysis identified 452 snippets generated by Copilot, revealing a high likelihood of security issues, with 32.8\% of Python and 24.5\% of JavaScript snippets affected. These issues span 38 different Common Weakness Enumeration (CWE) categories, including significant ones like CWE-330: Use of Insufficiently Random Values, CWE-78: OS Command Injection, and CWE-94: Improper Control of Generation of Code. Notably, eight CWEs are among the 2023 CWE Top-25, highlighting their severity. Our findings confirm that developers should be careful when adding code generated by Copilot and should also run appropriate security checks as they accept the suggested code. It also shows that practitioners should cultivate corresponding security awareness and skills.},
groups = {PTAS Project},
keywords = {Computer Science - Cryptography and Security,Computer Science - Software Engineering},
number = {arXiv:2310.02059},
publisher = {arXiv},
}
@Book{Giddens2003,
author = {Giddens, Anthony},
date = {2003},
title = {Modernity and Self-Identity: Self and Society in the Late Modern Age},
isbn = {978-0-8047-1944-5 978-0-8047-1943-8},
langid = {english},
location = {Stanford, Calif},
publisher = {Stanford Univ. Press},
groups = {PTAS Project},
shorttitle = {Modernity and Self-Identity},
}
@Article{Girdharry2024,
author = {Girdharry, Kristi and Khachatryan, Davit},
date = {2024},
journaltitle = {Double Helix},
title = {Meaningful {{Writing}} in the {{Age}} of {{Generative Artificial Intelligence}}},
doi = {10.37514/DBH-J.2023.11.1.04},
volume = {11},
groups = {PTAS Project},
}
@Book{Grundy2013,
author = {Grundy, Shirley},
date = {2013-10},
title = {Curriculum: {{Product Or Praxis}}?},
doi = {10.4324/9780203058848},
edition = {0},
isbn = {978-1-136-61266-4},
langid = {english},
publisher = {Routledge},
urldate = {2024-12-01},
groups = {PTAS Project},
shorttitle = {Curriculum},
}
@Article{Hanauer2012,
author = {Hanauer, D. I. and Frederick, J. and Fotinakes, B. and Strobel, S. A.},
date = {2012-12},
journaltitle = {CBE---Life Sciences Education},
title = {Linguistic {{Analysis}} of {{Project Ownership}} for {{Undergraduate Research Experiences}}},
doi = {10.1187/cbe.12-04-0043},
editor = {Sevian, Hannah},
issn = {1931-7913},
langid = {english},
number = {4},
pages = {378--385},
urldate = {2024-07-12},
volume = {11},
abstract = {We used computational linguistic and content analyses to explore the concept of project ownership for undergraduate research. We used linguistic analysis of student interview data to develop a quantitative methodology for assessing project ownership and applied this method to measure degrees of project ownership expressed by students in relation to different types of educational research experiences. The results of the study suggest that the design of a research experience significantly influences the degree of project ownership expressed by students when they describe those experiences. The analysis identified both positive and negative aspects of project ownership and provided a working definition for how a student experiences his or her research opportunity. These elements suggest several features that could be incorporated into an undergraduate research experience to foster a student's sense of project ownership.},
groups = {PTAS Project},
}
@Article{Hanauer2014,
author = {Hanauer, David I. and Dolan, Erin L.},
date = {2014-03},
journaltitle = {CBE---Life Sciences Education},
title = {The {{Project Ownership Survey}}: {{Measuring Differences}} in {{Scientific Inquiry Experiences}}},
doi = {10.1187/cbe.13-06-0123},
editor = {Smith, Michelle},
issn = {1931-7913},
langid = {english},
number = {1},
pages = {149--158},
urldate = {2024-07-12},
volume = {13},
abstract = {A growing body of research documents the positive outcomes of research experiences for undergraduates, including increased persistence in science. Study of undergraduate lab learning experiences has demonstrated that the design of the experience influences the extent to which students report ownership of the project and that project ownership is one of the psychosocial factors involved in student retention in the sciences. To date, methods for measuring project ownership have not been suitable for the collection of larger data sets. The current study aims to rectify this by developing, presenting, and evaluating a new instrument for measuring project ownership. Eighteen scaled items were generated based on prior research and theory related to project ownership and combined with 30 items shown to measure respondents' emotions about an experience, resulting in the Project Ownership survey (POS). The POS was analyzed to determine its dimensionality, reliability, and validity. The POS had a coefficient alpha of 0.92 and thus has high internal consistency. Known-groups validity was analyzed through the ability of the instrument to differentiate between students who studied in traditional versus research-based laboratory courses. The POS scales as differentiated between the groups and findings paralleled previous results in relation to the characteristics of project ownership.},
groups = {PTAS Project},
shorttitle = {The {{Project Ownership Survey}}},
}
@Article{Harter1978,
author = {Harter, Susan},
date = {1978},
journaltitle = {Human Development},
title = {Effectance {{Motivation Reconsidered Toward}} a {{Developmental Model}}},
doi = {10.1159/000271574},
issn = {1423-0054, 0018-716X},
langid = {english},
number = {1},
pages = {34--64},
urldate = {2024-07-12},
volume = {21},
groups = {PTAS Project},
}
@InProceedings{Isomottonen2020,
author = {Isomottonen, Ville and Lakanen, Antti-Jussi and Nieminen, Paavo},
booktitle = {2020 {{IEEE Frontiers}} in {{Education Conference}} ({{FIE}})},
date = {2020-10},
title = {Exploring {{Creativity Expectation}} in {{CS1 Students}}' {{View}} of {{Programming}}},
doi = {10.1109/FIE44824.2020.9274134},
isbn = {978-1-72818-961-1},
location = {Uppsala, Sweden},
pages = {1--8},
publisher = {IEEE},
urldate = {2024-08-19},
copyright = {https://ieeexplore.ieee.org/Xplorehelp/downloads/license-information/IEEE.html},
groups = {PTAS Project},
}
@InProceedings{Jenkins2001,
author = {Jenkins, Tony},
booktitle = {Proceedings of the 6th Annual Conference on {{Innovation}} and Technology in Computer Science Education},
date = {2001-06},
title = {The Motivation of Students of Programming},
doi = {10.1145/377435.377472},
isbn = {978-1-58113-330-1},
location = {Canterbury United Kingdom},
pages = {53--56},
publisher = {ACM},
urldate = {2024-11-20},
groups = {PTAS Project},
langid = {english},
}
@Misc{Kaplan2020,
author = {Kaplan, Jared and McCandlish, Sam and Henighan, Tom and Brown, Tom B. and Chess, Benjamin and Child, Rewon and Gray, Scott and Radford, Alec and Wu, Jeffrey and Amodei, Dario},
date = {2020-01},
title = {Scaling {{Laws}} for {{Neural Language Models}}},
doi = {10.48550/arxiv.2001.08361},
eprint = {2001.08361},
eprintclass = {cs},
eprinttype = {arXiv},
urldate = {2024-11-20},
abstract = {We study empirical scaling laws for language model performance on the cross-entropy loss. The loss scales as a power-law with model size, dataset size, and the amount of compute used for training, with some trends spanning more than seven orders of magnitude. Other architectural details such as network width or depth have minimal effects within a wide range. Simple equations govern the dependence of overfitting on model/dataset size and the dependence of training speed on model size. These relationships allow us to determine the optimal allocation of a fixed compute budget. Larger models are significantly more sample-efficient, such that optimally compute-efficient training involves training very large models on a relatively modest amount of data and stopping significantly before convergence.},
groups = {PTAS Project},
keywords = {Computer Science - Machine Learning,Statistics - Machine Learning},
number = {arXiv:2001.08361},
publisher = {arXiv},
}
@InProceedings{Kazemitabaar2023,
author = {Kazemitabaar, Majeed and Chow, Justin and Ma, Carl Ka To and Ericson, Barbara J. and Weintrop, David and Grossman, Tovi},
booktitle = {Proceedings of the 2023 {{CHI Conference}} on {{Human Factors}} in {{Computing Systems}}},
date = {2023-04},
title = {Studying the Effect of {{AI Code Generators}} on {{Supporting Novice Learners}} in {{Introductory Programming}}},
doi = {10.1145/3544548.3580919},
isbn = {978-1-4503-9421-5},
location = {Hamburg Germany},
pages = {1--23},
publisher = {ACM},
urldate = {2024-08-23},
groups = {PTAS Project},
langid = {english},
}
@Article{Kelly2023,
author = {Kelly, Sage and Kaye, Sherrie-Anne and {Oviedo-Trespalacios}, Oscar},
date = {2023-02},
journaltitle = {Telematics and Informatics},
title = {What Factors Contribute to the Acceptance of Artificial Intelligence? {{A}} Systematic Review},
doi = {10.1016/j.tele.2022.101925},
issn = {0736-5853},
langid = {english},
pages = {101925},
urldate = {2024-09-15},
volume = {77},
groups = {PTAS Project},
shorttitle = {What Factors Contribute to the Acceptance of Artificial Intelligence?},
}
@InProceedings{Kiesler2020,
author = {Kiesler, Natalie},
booktitle = {Koli {{Calling}} '20: {{Proceedings}} of the 20th {{Koli Calling International Conference}} on {{Computing Education Research}}},
date = {2020-11},
title = {On {{Programming Competence}} and Its {{Classification}}},
doi = {10.1145/3428029.3428030},
isbn = {978-1-4503-8921-1},
location = {Koli Finland},
pages = {1--10},
publisher = {ACM},
urldate = {2024-11-19},
groups = {PTAS Project},
langid = {english},
}
@InCollection{Klimmt2006,
author = {Klimmt, Christoph and Hartmann, Tilo},
booktitle = {Playing Video Games: {{Motives}}, Responses, and Consequences},
date = {2006},
title = {Effectance, {{Self-Efficacy}}, and the {{Motivation}} to {{Play Video Games}}},
pages = {133--145},
publisher = {Lawrence Erlbaum Associates Publishers},
groups = {PTAS Project},
}
@Book{Kolb1984,
author = {Kolb, David A.},
date = {1984},
title = {Experimental Learning: Experience as the Source of Learning and Development},
isbn = {978-0-13-295261-3},
langid = {english},
location = {Englewood Cliffs, N.J},
publisher = {Prentice-Hall},
groups = {PTAS Project},
shorttitle = {Experimental Learning},
}
@Misc{Krupp2023,
author = {Krupp, Lars and Steinert, Steffen and {Kiefer-Emmanouilidis}, Maximilian and Avila, Karina E. and Lukowicz, Paul and Kuhn, Jochen and K{\"u}chemann, Stefan and Karolus, Jakob},
date = {2023-08},
title = {Unreflected {{Acceptance}} -- {{Investigating}} the {{Negative Consequences}} of {{ChatGPT-Assisted Problem Solving}} in {{Physics Education}}},
doi = {10.48550/arxiv.2309.03087},
eprint = {2309.03087},
eprintclass = {physics},
eprinttype = {arXiv},
urldate = {2024-08-16},
abstract = {Large language models (LLMs) have recently gained popularity. However, the impact of their general availability through ChatGPT on sensitive areas of everyday life, such as education, remains unclear. Nevertheless, the societal impact on established educational methods is already being experienced by both students and educators. Our work focuses on higher physics education and examines problem solving strategies. In a study, students with a background in physics were assigned to solve physics exercises, with one group having access to an internet search engine (N=12) and the other group being allowed to use ChatGPT (N=27). We evaluated their performance, strategies, and interaction with the provided tools. Our results showed that nearly half of the solutions provided with the support of ChatGPT were mistakenly assumed to be correct by the students, indicating that they overly trusted ChatGPT even in their field of expertise. Likewise, in 42\% of cases, students used copy \& paste to query ChatGPT -- an approach only used in 4\% of search engine queries -- highlighting the stark differences in interaction behavior between the groups and indicating limited reflection when using ChatGPT. In our work, we demonstrated a need to (1) guide students on how to interact with LLMs and (2) create awareness of potential shortcomings for users.},
groups = {PTAS Project},
keywords = {Computer Science - Artificial Intelligence,Computer Science - Human-Computer Interaction,Physics - Physics Education},
number = {arXiv:2309.03087},
publisher = {arXiv},
}
@Article{Landau2007,
author = {Landau, Rubin H},
date = {2007-07},
journaltitle = {Computer Physics Communications},
title = {Computational {{Physics Education}}; Why, What and How},
doi = {10.1016/j.cpc.2007.02.040},
number = {1-2},
pages = {191--194},
volume = {177},
abstract = {Progress in developing, implementing, publishing, and refining a coherent set of education materials in computational physics education will be described. These materials form the binding for a four-year undergraduate degree program leading to a Bachelor's degree in Computational Physics. Also described will be the status of the conversion of these materials into electronic formats that may be used for online education and as electronic textbooks. The online materials are to be part of a proposed national repository of university-offered, undergraduate courses and modules in computational science gathered from various pioneering programs throughout the country.},
groups = {PTAS Project},
}
@PhdThesis{Larsen2024,
author = {Larsen, Gretchen},
date = {2024-05},
institution = {The University of Nebraska},
title = {Supporting the {{Creative Side}} of {{Creative Coding}}: {{Helping Students Wield Code}} in the {{Pursuit}} of {{Their Own Dreams}}},
location = {Lincoln, Nebraska},
urldate = {2024-08-19},
groups = {PTAS Project},
}
@InProceedings{Lau2023,
author = {Lau, Sam and Guo, Philip},
booktitle = {Proceedings of the 2023 {{ACM Conference}} on {{International Computing Education Research V}}.1},
date = {2023-08},
title = {From "{{Ban It Till We Understand It}}" to "{{Resistance}} Is {{Futile}}": {{How University Programming Instructors Plan}} to {{Adapt}} as {{More Students Use AI Code Generation}} and {{Explanation Tools}} Such as {{ChatGPT}} and {{GitHub Copilot}}},
doi = {10.1145/3568813.3600138},
isbn = {978-1-4503-9976-0},
location = {Chicago IL USA},
pages = {106--121},
publisher = {ACM},
urldate = {2024-08-16},
groups = {PTAS Project},
langid = {english},
shorttitle = {From "{{Ban It Till We Understand It}}" to "{{Resistance}} Is {{Futile}}"},
}
@Book{Lave1991,
author = {Lave, Jean and Wenger, Etienne},
date = {1991-09},
title = {Situated {{Learning}}: {{Legitimate Peripheral Participation}}},
doi = {10.1017/CBO9780511815355},
edition = {1},
isbn = {978-0-521-41308-4 978-0-521-42374-8 978-0-511-81535-5},
publisher = {Cambridge University Press},
urldate = {2024-12-01},
copyright = {https://www.cambridge.org/core/terms},
groups = {PTAS Project},
shorttitle = {Situated {{Learning}}},
}
@Article{Lindell2014,
author = {Lindell, Rikard},
date = {2014-03},
journaltitle = {Personal and Ubiquitous Computing},
title = {Crafting Interaction: {{The}} Epistemology of Modern Programming},
doi = {10.1007/s00779-013-0687-6},
issn = {1617-4909, 1617-4917},
langid = {english},
number = {3},
pages = {613--624},
urldate = {2024-08-19},
volume = {18},
copyright = {http://www.springer.com/tdm},
groups = {PTAS Project},
shorttitle = {Crafting Interaction},
}
@Article{Lister2006,
author = {Lister, Raymond and Simon, Beth and Thompson, Errol and Whalley, Jacqueline L. and Prasad, Christine},
date = {2006-09},
journaltitle = {ACM SIGCSE Bulletin},
title = {Not Seeing the Forest for the Trees: Novice Programmers and the {{SOLO}} Taxonomy},
doi = {10.1145/1140123.1140157},
issn = {0097-8418},
langid = {english},
number = {3},
pages = {118--122},
urldate = {2024-11-19},
volume = {38},
abstract = {This paper reports on the authors use of the SOLO taxonomy to describe differences in the way students and educators solve small code reading exercises. SOLO is a general educational taxonomy, and has not previously been applied to the study of how novice programmers manifest their understanding of code. Data was collected in the form of written and think-aloud responses from students (novices) and educators (experts), using exam questions. During analysis, the responses were mapped to the different levels of the SOLO taxonomy. From think-aloud responses, the authors found that educators tended to manifest a SOLO relational response on small reading problems, whereas students tended to manifest a multistructural response. These results are consistent with the literature on the psychology of programming, but the work in this paper extends on these findings by analyzing the design of exam questions.},
groups = {PTAS Project},
shorttitle = {Not Seeing the Forest for the Trees},
}
@InProceedings{Lister2009,
author = {Lister, Raymond and Fidge, Colin and Teague, Donna},
booktitle = {Proceedings of the 14th Annual {{ACM SIGCSE}} Conference on {{Innovation}} and Technology in Computer Science Education},
date = {2009-07},
title = {Further Evidence of a Relationship between Explaining, Tracing and Writing Skills in Introductory Programming},
doi = {10.1145/1562877.1562930},
isbn = {978-1-60558-381-5},
location = {Paris France},
pages = {161--165},
publisher = {ACM},
urldate = {2024-11-19},
groups = {PTAS Project},
langid = {english},
}
@InProceedings{Lopez2008,
author = {Lopez, Mike and Whalley, Jacqueline and Robbins, Phil and Lister, Raymond},
booktitle = {Proceedings of the {{Fourth}} International {{Workshop}} on {{Computing Education Research}}},
date = {2008-09},
title = {Relationships between Reading, Tracing and Writing Skills in Introductory Programming},
doi = {10.1145/1404520.1404531},
isbn = {978-1-60558-216-0},
location = {Sydney Australia},
pages = {101--112},
publisher = {ACM},
urldate = {2024-09-06},
groups = {PTAS Project},
langid = {english},
}
@InProceedings{Mahon2024,
author = {Mahon, Joyce and Mac Namee, Brian and Becker, Brett A.},
booktitle = {Proceedings of the 2024 on {{Innovation}} and {{Technology}} in {{Computer Science Education V}}. 1},
date = {2024-07},
title = {Guidelines for the {{Evolving Role}} of {{Generative AI}} in {{Introductory Programming Based}} on {{Emerging Practice}}},
doi = {10.1145/3649217.3653602},
isbn = {9798400706004},
location = {Milan Italy},
pages = {10--16},
publisher = {ACM},
urldate = {2024-08-16},
groups = {PTAS Project},
langid = {english},
}
@Article{Maloney2010,
author = {Maloney, John and Resnick, Mitchel and Rusk, Natalie and Silverman, Brian and Eastmond, Evelyn},
date = {2010-11},
journaltitle = {ACM Transactions on Computing Education},
title = {The {{Scratch Programming Language}} and {{Environment}}},
doi = {10.1145/1868358.1868363},
issn = {1946-6226},
langid = {english},
number = {4},
pages = {1--15},
urldate = {2024-11-19},
volume = {10},
abstract = {Scratch is a visual programming environment that allows users (primarily ages 8 to 16) to learn computer programming while working on personally meaningful projects such as animated stories and games. A key design goal of Scratch is to support self-directed learning through tinkering and collaboration with peers. This article explores how the Scratch programming language and environment support this goal.},
groups = {PTAS Project},
}
@Article{Martin2016,
author = {Martin, Richard F},
date = {2016},
journaltitle = {Journal of Physics: Conference Series},
title = {Undergraduate Computational Physics Education: Uneven History and Promising Future},
doi = {10.1088/1742-6596/759/1/012005},
pages = {012005},
series = {{{XXVII IUPAP Conference}} on {{Computational Physics}} ({{CCP2015}})},
volume = {759},
groups = {PTAS Project},
}
@Article{McGregor2020,
author = {McGregor, Sue L. T.},
date = {2020-12},
journaltitle = {Northeast Journal of Complex Systems},
title = {Emerging from the {{Deep}}: {{Complexity}}, {{Emergent Pedagogy}} and {{Deep Learning}}},
doi = {10.22191/nejcs/vol2/iss1/2},
issn = {2577-8439},
number = {1},
urldate = {2024-07-12},
volume = {2},
groups = {PTAS Project},
shorttitle = {Emerging from the {{Deep}}},
}
@InProceedings{Mitchell2019,
author = {Mitchell, Margaret and Wu, Simone and Zaldivar, Andrew and Barnes, Parker and Vasserman, Lucy and Hutchinson, Ben and Spitzer, Elena and Raji, Inioluwa Deborah and Gebru, Timnit},
booktitle = {Proceedings of the {{Conference}} on {{Fairness}}, {{Accountability}}, and {{Transparency}}},
date = {2019-01},
title = {Model {{Cards}} for {{Model Reporting}}},
doi = {10.1145/3287560.3287596},
eprint = {1810.03993},
eprintclass = {cs},
eprinttype = {arXiv},
pages = {220--229},
urldate = {2024-06-06},
abstract = {Trained machine learning models are increasingly used to perform high-impact tasks in areas such as law enforcement, medicine, education, and employment. In order to clarify the intended use cases of machine learning models and minimize their usage in contexts for which they are not well suited, we recommend that released models be accompanied by documentation detailing their performance characteristics. In this paper, we propose a framework that we call model cards, to encourage such transparent model reporting. Model cards are short documents accompanying trained machine learning models that provide benchmarked evaluation in a variety of conditions, such as across different cultural, demographic, or phenotypic groups (e.g., race, geographic location, sex, Fitzpatrick skin type) and intersectional groups (e.g., age and race, or sex and Fitzpatrick skin type) that are relevant to the intended application domains. Model cards also disclose the context in which models are intended to be used, details of the performance evaluation procedures, and other relevant information. While we focus primarily on human-centered machine learning models in the application fields of computer vision and natural language processing, this framework can be used to document any trained machine learning model. To solidify the concept, we provide cards for two supervised models: One trained to detect smiling faces in images, and one trained to detect toxic comments in text. We propose model cards as a step towards the responsible democratization of machine learning and related AI technology, increasing transparency into how well AI technology works. We hope this work encourages those releasing trained machine learning models to accompany model releases with similar detailed evaluation numbers and other relevant documentation.},
groups = {PTAS Project},
keywords = {jupiter},
}
@Article{Murdoch2020,
author = {Murdoch, Diana and English, Andrea R. and Hintz, Allison and Tyson, Kersti},
date = {2020-10},
journaltitle = {Educational Theory},
title = {{\emph{Feeling }}{{{\emph{Heard}}}} : {{Inclusive Education}}, {{Transformative Learning}}, and {{Productive Struggle}}},
doi = {10.1111/edth.12449},
issn = {0013-2004, 1741-5446},
langid = {english},
number = {5},
pages = {653--679},
urldate = {2024-07-12},
volume = {70},
abstract = {Abstract Developments in international inclusive education policy, including in prominent UN documents, often refer to the aim of a quality education for all . Yet, it remains unclear: What exactly is meant by quality education? And, under what conditions are quality educational experiences possible for all learners? In this essay, Diana Murdoch, Andrea English, Allison Hintz, and Kersti Tyson bring together research on inclusive education with philosophy of transformative learning, in particular John Dewey and phenomenology, to further the discussion on these two questions. The authors argue that teacher--learner relationships, of a particular kind, are necessary for fostering environments wherein all learners have access to quality educational experiences associated with productive struggle as an indispensable aspect of transformative learning processes. They define such relationships as ``educational relationships that support students to feel heard .'' In developing their argument, the authors first analyze the concept of productive struggle, an aspect of learning increasingly recognized in research and policy as an indicator of quality education. Second, they discuss three necessary, though not sufficient, conditions for the teacher to cultivate educational relationships that support students to feel heard. Third, they draw out connections between environments that support feeling heard and those that support productive struggle, and they discuss teachers' challenges and risk-taking in creating such environments. The authors close with a discussion of implications for international policy, practice, and research.},
groups = {PTAS Project},
shorttitle = {{\emph{Feeling }}{{{\emph{Heard}}}}},
}
@InProceedings{Nelson2017,
author = {Nelson, Greg L. and Xie, Benjamin and Ko, Amy J.},
booktitle = {Proceedings of the 2017 {{ACM Conference}} on {{International Computing Education Research}}},
date = {2017-08},
title = {Comprehension {{First}}: {{Evaluating}} a {{Novel Pedagogy}} and {{Tutoring System}} for {{Program Tracing}} in {{CS1}}},
doi = {10.1145/3105726.3106178},
isbn = {978-1-4503-4968-0},
location = {Tacoma Washington USA},
pages = {2--11},
publisher = {ACM},
urldate = {2024-09-15},
groups = {PTAS Project},
langid = {english},
shorttitle = {Comprehension {{First}}},
}
@Article{Olitsky2007,
author = {Olitsky, Stacy},
date = {2007-02},
journaltitle = {Cultural Studies of Science Education},
title = {Structure, Agency, and the Development of Students' Identities as Learners},
doi = {10.1007/s11422-006-9033-x},
issn = {1871-1502, 1871-1510},
langid = {english},
number = {4},
pages = {745--766},
urldate = {2024-11-29},
volume = {1},
copyright = {http://www.springer.com/tdm},
groups = {PTAS Project},
}
@InProceedings{Pan2024,
author = {Pan, Wei Hung and Chok, Ming Jie and Wong, Jonathan Leong Shan and Shin, Yung Xin and Poon, Yeong Shian and Yang, Zhou and Chong, Chun Yong and Lo, David and Lim, Mei Kuan},
booktitle = {Proceedings of the 46th {{International Conference}} on {{Software Engineering}}: {{Software Engineering Education}} and {{Training}}},
date = {2024-04},
title = {Assessing {{AI Detectors}} in {{Identifying AI-Generated Code}}: {{Implications}} for {{Education}}},
doi = {10.1145/3639474.3640068},
isbn = {9798400704987},
location = {Lisbon Portugal},
pages = {1--11},
publisher = {ACM},
urldate = {2024-09-15},
groups = {PTAS Project},
langid = {english},
shorttitle = {Assessing {{AI Detectors}} in {{Identifying AI-Generated Code}}},
}
@Article{Parlett1972,
author = {Parlett, Malcolm and Hamilton, David},
date = {1972-01},
title = {Evaluation as {{Illumination}}: {{A New Approach}} to the {{Study}} of {{Innovatory Programs}}},
groups = {PTAS Project},
}
@InProceedings{Perry2023,
author = {Perry, Neil and Srivastava, Megha and Kumar, Deepak and Boneh, Dan},
booktitle = {Proceedings of the 2023 {{ACM SIGSAC Conference}} on {{Computer}} and {{Communications Security}}},
date = {2023-11},
title = {Do {{Users Write More Insecure Code}} with {{AI Assistants}}?},
doi = {10.1145/3576915.3623157},
eprint = {2211.03622},
eprintclass = {cs},
eprinttype = {arXiv},
pages = {2785--2799},
urldate = {2024-09-23},
abstract = {We conduct the first large-scale user study examining how users interact with an AI Code assistant to solve a variety of security related tasks across different programming languages. Overall, we find that participants who had access to an AI assistant based on OpenAI's codex-davinci-002 model wrote significantly less secure code than those without access. Additionally, participants with access to an AI assistant were more likely to believe they wrote secure code than those without access to the AI assistant. Furthermore, we find that participants who trusted the AI less and engaged more with the language and format of their prompts (e.g. re-phrasing, adjusting temperature) provided code with fewer security vulnerabilities. Finally, in order to better inform the design of future AI-based Code assistants, we provide an in-depth analysis of participants' language and interaction behavior, as well as release our user interface as an instrument to conduct similar studies in the future.},
groups = {PTAS Project},
keywords = {Computer Science - Cryptography and Security},
}
@Article{Robins2003,
author = {Robins, Anthony and Rountree, Janet and Rountree, Nathan},
date = {2003-06},
journaltitle = {Computer Science Education},
title = {Learning and {{Teaching Programming}}: {{A Review}} and {{Discussion}}},
doi = {10.1076/csed.13.2.137.14200},
issn = {0899-3408, 1744-5175},
langid = {english},
number = {2},
pages = {137--172},
urldate = {2024-09-15},
volume = {13},
groups = {PTAS Project},
shorttitle = {Learning and {{Teaching Programming}}},
}
@Book{Rogers1969,
author = {Rogers, Carl},
date = {1969},
title = {Freedom to {{Learn}}},
location = {Colombus, Ohio},
publisher = {Merrill},