-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
1169 lines (1045 loc) · 36.8 KB
/
references.bib
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{knuth84,
author = {Knuth, Donald E.},
title = {Literate Programming},
year = {1984},
issue_date = {May 1984},
publisher = {Oxford University Press, Inc.},
address = {USA},
volume = {27},
number = {2},
issn = {0010-4620},
url = {https://doi.org/10.1093/comjnl/27.2.97},
doi = {10.1093/comjnl/27.2.97},
journal = {Comput. J.},
month = may,
pages = {97–111},
numpages = {15}
}
@article{Mccarthy2006proposal,
title={{A proposal for the Dartmouth Summer Research Project on Artificial Intelligence, August 31, 1955}},
author={McCarthy, John and Minsky, Marvin L and Rochester, Nathaniel and Shannon, Claude E},
journal={AI magazine},
volume={27},
number={4},
pages={12--14},
year={2006}
}
@article{Moor2006dartmouth,
title={{The Dartmouth College artificial intelligence conference: The next fifty years}},
author={Moor, James},
journal={AI Magazine},
volume={27},
number={4},
pages={87--91},
year={2006}
}
@book{Russell2016artificial,
title={Artificial intelligence: a modern approach},
author={Russell, Stuart J and Norvig, Peter},
year={2016},
publisher={Pearson},
edition={4th}
}
@article{Cave2019hopes,
title={Hopes and fears for intelligent machines in fiction and reality},
author={Cave, Stephen and Dihal, Kanta},
journal={Nature machine intelligence},
volume={1},
number={2},
pages={74--78},
year={2019},
publisher={Nature Publishing Group UK London}
}
@misc{Copeland2024turing,
title = {Alan Turing},
url = {https://www.britannica.com/biography/Alan-Turing},
author = {Copeland, BJ},
year = {2024},
note = {Bezocht op 14-08-2024}
}
@misc{lecun1998mnist,
title = {The MNIST database of handwritten digits},
url = {http://yann.lecun.com/exdb/mnist/},
author = {LeCun, Yann},
year = {1998},
note = {Bezocht op 14-08-2024}
}
@misc{Copeland2024historyai,
title = {History of artificial intelligence (AI)},
url = {https://www.britannica.com/science/history-of-artificial-intelligence},
author = {Copeland, BJ},
year = {2024},
note = {Bezocht op 14-08-2024}
}
@article{Buchanan2005very,
title={A (very) brief history of artificial intelligence},
author={Buchanan, Bruce G},
journal={{AI Magazine}},
volume={26},
number={4},
pages={53--60},
year={2005}
}
@InCollection{Shanahan2016,
author = {Shanahan, Murray},
title = {{The Frame Problem}},
booktitle = {The {Stanford} Encyclopedia of Philosophy},
editor = {Edward N. Zalta},
howpublished = {\url{https://plato.stanford.edu/archives/spr2016/entries/frame-problem/}},
year = {2016},
edition = {{S}pring 2016},
publisher = {Metaphysics Research Lab, Stanford University}
}
@article{chrisley2003embodied,
title={Embodied artificial intelligence},
author={Chrisley, Ron},
journal={Artificial intelligence},
volume={149},
number={1},
pages={131--150},
year={2003},
publisher={Citeseer}
}
@book{hofstadter1999godel,
title={G{\"o}del, Escher, Bach: an eternal golden braid},
author={Hofstadter, Douglas R},
year={1999},
publisher={Basic books}
}
@misc{Wiki,
title = {History of artificial intelligence (AI)},
url = {https://www.britannica.com/science/history-of-artificial-intelligence},
author = {Copeland, BJ},
year = {2024},
note = {Bezocht op 14-08-2024}
}
@misc{enwiki:1238546461,
author = "{Wikipedia contributors}",
title = "History of artificial intelligence --- {Wikipedia}{,} The Free Encyclopedia",
year = "2024",
howpublished = "\url{https://en.wikipedia.org/w/index.php?title=History_of_artificial_intelligence&oldid=1238546461}",
note = "[Bezocht op 14-08-2024]"
}
@book{mitchell1998introduction,
title={An introduction to genetic algorithms},
author={Mitchell, Melanie},
year={1998},
publisher={MIT press}
}
@article{macal2016everything,
title={Everything you need to know about agent-based modelling and simulation},
author={Macal, Charles M},
journal={Journal of Simulation},
volume={10},
number={2},
pages={144--156},
year={2016},
publisher={Taylor \& Francis}
}
@article{heckerman1998tutorial,
title={A tutorial on learning with Bayesian networks},
author={Heckerman, David},
journal={Learning in graphical models},
pages={301--354},
year={1998},
publisher={Springer}
}
@article{Turing1950ai,
author = {Turing, A. M.},
title = "{I.—Computing Machinery and Intelligence}",
journal = {Mind},
volume = {LIX},
number = {236},
pages = {433-460},
year = {1950},
month = {10},
issn = {0026-4423},
doi = {10.1093/mind/LIX.236.433},
url = {https://doi.org/10.1093/mind/LIX.236.433},
eprint = {https://academic.oup.com/mind/article-pdf/LIX/236/433/30123314/lix-236-433.pdf},
}
@article{fuegi2003lovelace,
title={Lovelace \& Babbage and the creation of the 1843 `notes'},
author={Fuegi, John and Francis, John},
journal={IEEE Annals of the History of Computing},
volume={25},
number={4},
pages={16--26},
year={2003},
publisher={IEEE}
}
@article{pinar2000turing,
title={Turing test: 50 years later},
author={Pinar Saygin, Ayse and Cicekli, Ilyas and Akman, Varol},
journal={Minds and machines},
volume={10},
number={4},
pages={463--518},
year={2000},
publisher={Springer}
}
@article{sejnowski2023large,
title={Large language models and the reverse turing test},
author={Sejnowski, Terrence J},
journal={Neural computation},
volume={35},
number={3},
pages={309--342},
year={2023},
publisher={MIT Press One Rogers Street, Cambridge, MA 02142-1209, USA journals-info~…}
}
@misc{enwiki:1240226624,
author = "{Wikipedia contributors}",
title = "Timeline of artificial intelligence --- {Wikipedia}{,} The Free Encyclopedia",
year = "2024",
howpublished = "\url{https://en.wikipedia.org/w/index.php?title=Timeline_of_artificial_intelligence&oldid=1240226624}",
note = "[Bezocht op 15-08-2024]"
}
@inproceedings{newell1959report,
title={Report on a general problem solving program},
author={Newell, Allen and Shaw, John C and Simon, Herbert A},
booktitle={IFIP congress},
volume={256},
pages={64},
year={1959},
organization={Pittsburgh, PA}
}
@article{weizenbaum1966eliza,
title={ELIZA—a computer program for the study of natural language communication between man and machine},
author={Weizenbaum, Joseph},
journal={Communications of the ACM},
volume={9},
number={1},
pages={36--45},
year={1966},
publisher={ACM New York, NY, USA}
}
@article{rosenblatt1958perceptron,
title={The perceptron: a probabilistic model for information storage and organization in the brain.},
author={Rosenblatt, Frank},
journal={Psychological review},
volume={65},
number={6},
pages={386},
year={1958},
publisher={American Psychological Association}
}
@article{amari1967theory,
title={A theory of adaptive pattern classifiers},
author={Amari, Shunichi},
journal={IEEE Transactions on Electronic Computers},
number={3},
pages={299--307},
year={1967},
publisher={IEEE}
}
@article{Darrach1970shaky,
author = "Darrach, Brad",
title = "Meet Shaky, the first electronic person",
journal = "Life",
year = 1970,
volume = "November",
pages = "58--68"
}
@article{buchanan1988fundamentals,
title={Fundamentals of expert systems},
author={Buchanan, Bruce G and Smith, Reid G},
journal={Annual review of computer science},
volume={3},
number={1},
pages={23--58},
year={1988}
}
@article{kaelbling1996reinforcement,
title={Reinforcement learning: A survey},
author={Kaelbling, Leslie Pack and Littman, Michael L and Moore, Andrew W},
journal={Journal of artificial intelligence research},
volume={4},
pages={237--285},
year={1996}
}
@article{campbell2002deep,
title={Deep blue},
author={Campbell, Murray and Hoane Jr, A Joseph and Hsu, Feng-hsiung},
journal={Artificial intelligence},
volume={134},
number={1-2},
pages={57--83},
year={2002},
publisher={Elsevier}
}
@article{krizhevsky2012imagenet,
title={Imagenet classification with deep convolutional neural networks},
author={Krizhevsky, Alex and Sutskever, Ilya and Hinton, Geoffrey E},
journal={Advances in neural information processing systems},
volume={25},
year={2012}
}
@inproceedings{lecun1995comparison,
title={Comparison of learning algorithms for handwritten digit recognition},
author={LeCun, Yann and Jackel, Larry and Bottou, Leon and Brunot, A and Cortes, Corinna and Denker, John and Drucker, Harris and Guyon, Isabelle and Muller, Urs and Sackinger, Eduard and others},
booktitle={International conference on artificial neural networks},
volume={60},
number={1},
pages={53--60},
year={1995},
organization={Perth, Australia}
}
@article{lecun2015deep,
title={Deep learning},
author={LeCun, Yann and Bengio, Yoshua and Hinton, Geoffrey},
journal={Nature},
volume={521},
number={7553},
pages={436--444},
year={2015},
publisher={Nature Publishing Group UK London}
}
@article{zhao2023survey,
title={A survey of large language models},
author={Zhao, Wayne Xin and Zhou, Kun and Li, Junyi and Tang, Tianyi and Wang, Xiaolei and Hou, Yupeng and Min, Yingqian and Zhang, Beichen and Zhang, Junjie and Dong, Zican and others},
journal={arXiv preprint arXiv:2303.18223},
year={2023}
}
@article{zhang2023text,
title={Text-to-image diffusion models in generative ai: A survey},
author={Zhang, Chenshuang and Zhang, Chaoning and Zhang, Mengchun and Kweon, In So},
journal={arXiv preprint arXiv:2303.07909},
year={2023}
}
@article{vaswani2017attention,
title={Attention is all you need},
author={Vaswani, Ashish},
journal={arXiv preprint arXiv:1706.03762},
year={2017}
}
@misc{enwiki:1237425964,
author = "{Wikipedia contributors}",
title = "Roy Amara --- {Wikipedia}{,} The Free Encyclopedia",
year = "2024",
howpublished = "\url{https://en.wikipedia.org/w/index.php?title=Roy_Amara&oldid=1237425964}",
note = "[Bezocht op 21-08-2024]"
}
@misc{Gartner2024emerging,
author = "{{Gartner, Inc.}}",
title = "Gartner 2024 Hype Cycle for Emerging Technologies Highlights Developer Productivity, Total Experience, AI and Security ",
year = "21 August 2024",
howpublished = "\url{https://www.gartner.com/en/newsroom/press-releases/2024-08-21-gartner-2024-hype-cycle-for-emerging-technologies-highlights-developer-productivity-total-experience-ai-and-security}",
note = "[Bezocht op 21-08-2024]"
}
@article{liu2021weak,
title={"Weak AI" is Likely to Never Become "Strong AI", So What is its Greatest Value for us?},
author={Liu, Bin},
journal={arXiv preprint arXiv:2103.15294},
year={2021}
}
@book{Bostrom2014superintelligence,
title={Superintelligence: Paths, Dangers, Strategies},
author={Bostrom, Nick},
year={2015},
publisher={Oxford University Press}
}
@book{Dennett2017,
title={From Bacteria to Bach and Back: The Evolution of Minds},
author={Dennett, Daniel},
year={2017},
publisher={W. W. Norton & Company}
}
@InCollection{Cole2004chineseroom,
author = {Cole, David},
title = {{The Chinese Room Argument}},
booktitle = {The {Stanford} Encyclopedia of Philosophy},
howpublished = {\url{https://plato.stanford.edu/entries/chinese-room/}},
year = {2004},
publisher = {Metaphysics Research Lab, Stanford University}
}
@article{wach2023dark,
title={The dark side of generative artificial intelligence: A critical analysis of controversies and risks of ChatGPT},
author={Wach, Krzysztof and Duong, Cong Doanh and Ejdys, Joanna and Kazlauskait{\.e}, R{\=u}ta and Korzynski, Pawel and Mazurek, Grzegorz and Paliszkiewicz, Joanna and Ziemba, Ewa},
journal={Entrepreneurial Business and Economics Review},
volume={11},
number={2},
pages={7--30},
year={2023}
}
@inproceedings{bird2023typology,
title={Typology of risks of generative text-to-image models},
author={Bird, Charlotte and Ungless, Eddie and Kasirzadeh, Atoosa},
booktitle={Proceedings of the 2023 AAAI/ACM Conference on AI, Ethics, and Society},
pages={396--410},
year={2023}
}
@article{openai2023gpt4,
title={{GPT-4} technical report},
author={OpenAI},
journal={arXiv preprint arXiv:2303.08774},
year={2023}
}
@misc{Schreiner2023gpt4,
author = "Schreiner, Maximilian",
title = "GPT-4 architecture, datasets, costs and more leaked",
year = "11 July 2023",
howpublished = "\url{https://the-decoder.com/gpt-4-architecture-datasets-costs-and-more-leaked/}",
note = "[Bezocht op 21-08-2024]"
}
@article{penedo2023refinedweb,
title={The RefinedWeb dataset for Falcon LLM: outperforming curated corpora with web data, and web data only},
author={Penedo, Guilherme and Malartic, Quentin and Hesslow, Daniel and Cojocaru, Ruxandra and Cappelli, Alessandro and Alobeidli, Hamza and Pannier, Baptiste and Almazrouei, Ebtesam and Launay, Julien},
journal={arXiv preprint arXiv:2306.01116},
year={2023}
}
@inproceedings{luccioni2024power,
title={Power hungry processing: Watts driving the cost of AI deployment?},
author={Luccioni, Sasha and Jernite, Yacine and Strubell, Emma},
booktitle={The 2024 ACM Conference on Fairness, Accountability, and Transparency},
pages={85--99},
year={2024}
}
@inproceedings{chu2016data,
title={Data cleaning: Overview and emerging challenges},
author={Chu, Xu and Ilyas, Ihab F and Krishnan, Sanjay and Wang, Jiannan},
booktitle={Proceedings of the 2016 international conference on management of data},
pages={2201--2206},
year={2016}
}
@inproceedings{chu2016data,
title={Data cleaning: Overview and emerging challenges},
author={Chu, Xu and Ilyas, Ihab F and Krishnan, Sanjay and Wang, Jiannan},
booktitle={Proceedings of the 2016 international conference on management of data},
pages={2201--2206},
year={2016}
}
@article{ntoutsi2020bias,
title={Bias in data-driven artificial intelligence systems—An introductory survey},
author={Ntoutsi, Eirini and Fafalios, Pavlos and Gadiraju, Ujwal and Iosifidis, Vasileios and Nejdl, Wolfgang and Vidal, Maria-Esther and Ruggieri, Salvatore and Turini, Franco and Papadopoulos, Symeon and Krasanakis, Emmanouil and others},
journal={Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery},
volume={10},
number={3},
pages={e1356},
year={2020},
publisher={Wiley Online Library}
}
@article{carretero2017digcomp,
title={DigComp 2.1},
author={Carretero, Stephanie and Vuorikari, Riina and Punie, Yves},
journal={The Digital Competence Framework for Citizens. With eight proficiency levels and examples of use. Publications Office of the European Union},
year={2017}
}
@article{schroer2021systematic,
title={A systematic literature review on applying CRISP-DM process model},
author={Schr{\"o}er, Christoph and Kruse, Felix and G{\'o}mez, Jorge Marx},
journal={Procedia Computer Science},
volume={181},
pages={526--534},
year={2021},
publisher={Elsevier}
}
@article{shafique2014comparative,
title={A comparative study of data mining process models (KDD, CRISP-DM and SEMMA)},
author={Shafique, Umair and Qaiser, Haseeb},
journal={International Journal of Innovation and Scientific Research},
volume={12},
number={1},
pages={217--222},
year={2014}
}
@article{kreuzberger2023machine,
title={Machine learning operations (mlops): Overview, definition, and architecture},
author={Kreuzberger, Dominik and K{\"u}hl, Niklas and Hirschl, Sebastian},
journal={IEEE access},
volume={11},
pages={31866--31879},
year={2023},
publisher={IEEE}
}
@article{he2021automl,
title={AutoML: A survey of the state-of-the-art},
author={He, Xin and Zhao, Kaiyong and Chu, Xiaowen},
journal={Knowledge-based systems},
volume={212},
pages={106622},
year={2021},
publisher={Elsevier}
}
@article{kerschke2019automated,
title={Automated algorithm selection: Survey and perspectives},
author={Kerschke, Pascal and Hoos, Holger H and Neumann, Frank and Trautmann, Heike},
journal={Evolutionary computation},
volume={27},
number={1},
pages={3--45},
year={2019},
publisher={mIT Press}
}
@article{yang2020hyperparameter,
title={On hyperparameter optimization of machine learning algorithms: Theory and practice},
author={Yang, Li and Shami, Abdallah},
journal={Neurocomputing},
volume={415},
pages={295--316},
year={2020},
publisher={Elsevier}
}
@article{shneiderman2020human,
title={Human-centered artificial intelligence: Reliable, safe \& trustworthy},
author={Shneiderman, Ben},
journal={International Journal of Human--Computer Interaction},
volume={36},
number={6},
pages={495--504},
year={2020},
publisher={Taylor \& Francis}
}
@book{dignum2019responsible,
title={Responsible artificial intelligence: how to develop and use AI in a responsible way},
author={Dignum, Virginia},
volume={2156},
year={2019},
publisher={Springer}
}
@article{dwivedi2023explainable,
title={Explainable AI (XAI): Core ideas, techniques, and solutions},
author={Dwivedi, Rudresh and Dave, Devam and Naik, Het and Singhal, Smiti and Omer, Rana and Patel, Pankesh and Qian, Bin and Wen, Zhenyu and Shah, Tejal and Morgan, Graham and others},
journal={ACM Computing Surveys},
volume={55},
number={9},
pages={1--33},
year={2023},
publisher={ACM New York, NY}
}
@book{molnar2022interpretable,
title={Interpretable machine learning},
author={Molnar, Christoph},
year={2022},
publisher={Independently published}
}
@article{wu2024usable,
title={Usable XAI: 10 strategies towards exploiting explainability in the LLM era},
author={Wu, Xuansheng and Zhao, Haiyan and Zhu, Yaochen and Shi, Yucheng and Yang, Fan and Liu, Tianming and Zhai, Xiaoming and Yao, Wenlin and Li, Jundong and Du, Mengnan and others},
journal={arXiv preprint arXiv:2403.08946},
year={2024}
}
@article{borys2023explainable,
title={Explainable ai in medical imaging: An overview for clinical practitioners--saliency-based xai approaches},
author={Borys, Katarzyna and Schmitt, Yasmin Alyssa and Nauta, Meike and Seifert, Christin and Kr{\"a}mer, Nicole and Friedrich, Christoph M and Nensa, Felix},
journal={European journal of radiology},
volume={162},
pages={110787},
year={2023},
publisher={Elsevier}
}
@article{guidotti2018survey,
title={A survey of methods for explaining black box models},
author={Guidotti, Riccardo and Monreale, Anna and Ruggieri, Salvatore and Turini, Franco and Giannotti, Fosca and Pedreschi, Dino},
journal={ACM computing surveys (CSUR)},
volume={51},
number={5},
pages={1--42},
year={2018},
publisher={ACM New York, NY, USA}
}
@article{rojas1997konrad,
title={Konrad Zuse's legacy: the architecture of the Z1 and Z3},
author={Rojas, Ra{\'u}l},
journal={IEEE Annals of the History of Computing},
volume={19},
number={2},
pages={5--16},
year={1997},
publisher={IEEE}
}
@incollection{good1966speculations,
title={Speculations concerning the first ultraintelligent machine},
author={Good, Irving John},
booktitle={Advances in computers},
volume={6},
pages={31--88},
year={1966},
publisher={Elsevier}
}
@inproceedings{vinge1993technological,
title={Technological singularity},
author={Vinge, Vernor},
booktitle={VISION-21 Symposium sponsored by NASA Lewis Research Center and the Ohio Aerospace Institute},
pages={30--31},
year={1993}
}
@incollection{kurzweil2005singularity,
title={The singularity is near},
author={Kurzweil, Ray},
booktitle={Ethics and emerging technologies},
pages={393--406},
year={2005},
publisher={Springer}
}
@article{lasi2014industry,
title={Industry 4.0},
author={Lasi, Heiner and Fettke, Peter and Kemper, Hans-Georg and Feld, Thomas and Hoffmann, Michael},
journal={Business \& information systems engineering},
volume={6},
pages={239--242},
year={2014},
publisher={Springer}
}
@article{chalmers2016singularity,
title={The singularity: A philosophical analysis},
author={Chalmers, David J},
journal={Science fiction and philosophy: From time travel to superintelligence},
pages={171--224},
year={2016},
publisher={Wiley Online Library}
}
@article{bostrom2020ethical,
title={Ethical issues in advanced artificial intelligence},
author={Bostrom, Nick},
journal={Machine Ethics and Robot Ethics},
pages={69--75},
year={2020},
publisher={Routledge}
}
@article{vaswani2017attention,
title={Attention is all you need},
author={Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N and Kaiser, Lukasz and Polosukhin, Illia},
journal={Advances in Neural Information Processing Systems},
year={2017}
}
@inproceedings{reed2016generative,
title={Generative adversarial text to image synthesis},
author={Reed, Scott and Akata, Zeynep and Yan, Xinchen and Logeswaran, Lajanugen and Schiele, Bernt and Lee, Honglak},
booktitle={International conference on machine learning},
pages={1060--1069},
year={2016},
organization={PMLR}
}
@article{goodfellow2014generative,
title={Generative adversarial nets},
author={Goodfellow, Ian and Pouget-Abadie, Jean and Mirza, Mehdi and Xu, Bing and Warde-Farley, David and Ozair, Sherjil and Courville, Aaron and Bengio, Yoshua},
journal={Advances in neural information processing systems},
volume={27},
year={2014}
}
@article{zha2023data,
title={Data-centric artificial intelligence: A survey},
author={Zha, Daochen and Bhat, Zaid Pervaiz and Lai, Kwei-Herng and Yang, Fan and Jiang, Zhimeng and Zhong, Shaochen and Hu, Xia},
journal={arXiv preprint arXiv:2303.10158},
year={2023}
}
@article{fricke2019knowledge,
title={The knowledge pyramid: the DIKW hierarchy},
author={Frick{\'e}, Martin},
journal={Ko Knowledge organization},
volume={46},
number={1},
pages={33--46},
year={2019},
publisher={Nomos Verlagsgesellschaft mbH \& Co. KG}
}
@article{van2020survey,
title={A survey on semi-supervised learning},
author={Van Engelen, Jesper E and Hoos, Holger H},
journal={Machine learning},
volume={109},
number={2},
pages={373--440},
year={2020},
publisher={Springer}
}
@article{ji2021survey,
title={A survey on knowledge graphs: Representation, acquisition, and applications},
author={Ji, Shaoxiong and Pan, Shirui and Cambria, Erik and Marttinen, Pekka and Philip, S Yu},
journal={IEEE transactions on neural networks and learning systems},
volume={33},
number={2},
pages={494--514},
year={2021},
publisher={IEEE}
}
@article{pan2024unifying,
title={Unifying large language models and knowledge graphs: A roadmap},
author={Pan, Shirui and Luo, Linhao and Wang, Yufei and Chen, Chen and Wang, Jiapu and Wu, Xindong},
journal={IEEE Transactions on Knowledge and Data Engineering},
year={2024},
publisher={IEEE}
}
@article{gu2024responsible,
title={Responsible generative ai: What to generate and what not},
author={Gu, Jindong},
journal={arXiv preprint arXiv:2404.05783},
year={2024}
}
@article{van2021sustainable,
title={Sustainable AI: AI for sustainability and the sustainability of AI},
author={Van Wynsberghe, Aimee},
journal={AI and Ethics},
volume={1},
number={3},
pages={213--218},
year={2021},
publisher={Springer}
}
@article{wu2022sustainable,
title={Sustainable ai: Environmental implications, challenges and opportunities},
author={Wu, Carole-Jean and Raghavendra, Ramya and Gupta, Udit and Acun, Bilge and Ardalani, Newsha and Maeng, Kiwan and Chang, Gloria and Aga, Fiona and Huang, Jinshi and Bai, Charles and others},
journal={Proceedings of Machine Learning and Systems},
volume={4},
pages={795--813},
year={2022}
}
@article{deng2020edge,
title={Edge intelligence: The confluence of edge computing and artificial intelligence},
author={Deng, Shuiguang and Zhao, Hailiang and Fang, Weijia and Yin, Jianwei and Dustdar, Schahram and Zomaya, Albert Y},
journal={IEEE Internet of Things Journal},
volume={7},
number={8},
pages={7457--7469},
year={2020},
publisher={IEEE}
}
@article{zhou2023comprehensive,
title={A comprehensive survey on pretrained foundation models: A history from bert to chatgpt},
author={Zhou, Ce and Li, Qian and Li, Chen and Yu, Jun and Liu, Yixin and Wang, Guangjing and Zhang, Kai and Ji, Cheng and Yan, Qiben and He, Lifang and others},
journal={arXiv preprint arXiv:2302.09419},
year={2023}
}
@article{li2024multimodal,
title={Multimodal foundation models: From specialists to general-purpose assistants},
author={Li, Chunyuan and Gan, Zhe and Yang, Zhengyuan and Yang, Jianwei and Li, Linjie and Wang, Lijuan and Gao, Jianfeng and others},
journal={Foundations and Trends{\textregistered} in Computer Graphics and Vision},
volume={16},
number={1-2},
pages={1--214},
year={2024},
publisher={Now Publishers, Inc.}
}
@article{hospedales2021meta,
title={Meta-learning in neural networks: A survey},
author={Hospedales, Timothy and Antoniou, Antreas and Micaelli, Paul and Storkey, Amos},
journal={IEEE transactions on pattern analysis and machine intelligence},
volume={44},
number={9},
pages={5149--5169},
year={2021},
publisher={IEEE}
}
@incollection{schmidhuber2007godel,
title={G{\"o}del machines: Fully self-referential optimal universal self-improvers},
author={Schmidhuber, J{\"u}rgen},
booktitle={Artificial general intelligence},
pages={199--226},
year={2007},
publisher={Springer}
}
@article{akata2020research,
title={A research agenda for hybrid intelligence: augmenting human intellect with collaborative, adaptive, responsible, and explainable artificial intelligence},
author={Akata, Zeynep and Balliet, Dan and De Rijke, Maarten and Dignum, Frank and Dignum, Virginia and Eiben, Guszti and Fokkens, Antske and Grossi, Davide and Hindriks, Koen and Hoos, Holger and others},
journal={Computer},
volume={53},
number={8},
pages={18--28},
year={2020},
publisher={IEEE}
}
@article{von2008recaptcha,
title={recaptcha: Human-based character recognition via web security measures},
author={Von Ahn, Luis and Maurer, Benjamin and McMillen, Colin and Abraham, David and Blum, Manuel},
journal={Science},
volume={321},
number={5895},
pages={1465--1468},
year={2008},
publisher={American Association for the Advancement of Science}
}
@article{elkins2020can,
title={Can GPT-3 pass a writer’s Turing test?},
author={Elkins, Katherine and Chun, Jon},
journal={Journal of Cultural Analytics},
volume={5},
number={2},
year={2020}
}
@article{jones2024people,
title={People cannot distinguish GPT-4 from a human in a Turing test},
author={Jones, Cameron R and Bergen, Benjamin K},
journal={arXiv preprint arXiv:2405.08007},
year={2024}
}
@article{tan2024naturalspeech,
title={Naturalspeech: End-to-end text-to-speech synthesis with human-level quality},
author={Tan, Xu and Chen, Jiawei and Liu, Haohe and Cong, Jian and Zhang, Chen and Liu, Yanqing and Wang, Xi and Leng, Yichong and Yi, Yuanhao and He, Lei and others},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
year={2024},
publisher={IEEE}
}
@article{liu2024sora,
title={Sora: A review on background, technology, limitations, and opportunities of large vision models},
author={Liu, Yixin and Zhang, Kai and Li, Yuan and Yan, Zhiling and Gao, Chujie and Chen, Ruoxi and Yuan, Zhengqing and Huang, Yue and Sun, Hanchi and Gao, Jianfeng and others},
journal={arXiv preprint arXiv:2402.17177},
year={2024}
}
@article{mara2021user,
title={User responses to a humanoid robot observed in real life, virtual reality, 3D and 2D},
author={Mara, Martina and Stein, Jan-Philipp and Latoschik, Marc Erich and Lugrin, Birgit and Schreiner, Constanze and Hostettler, Rafael and Appel, Markus},
journal={Frontiers in psychology},
volume={12},
pages={633178},
year={2021},
publisher={Frontiers Media SA}
}
@article{seaborn2023not,
title={Not only WEIRD but “uncanny”? A systematic review of diversity in Human--Robot Interaction research},
author={Seaborn, Katie and Barbareschi, Giulia and Chandra, Shruti},
journal={International Journal of Social Robotics},
volume={15},
number={11},
pages={1841--1870},
year={2023},
publisher={Springer}
}
@book{lee2020coevolution,
title={The coevolution: The entwined futures of humans and machines},
author={Lee, Edward Ashford},
year={2020},
publisher={Mit Press}
}
@article{kumar2023artificial,
title={Artificial intelligence in disease diagnosis: a systematic literature review, synthesizing framework and future research agenda},
author={Kumar, Yogesh and Koul, Apeksha and Singla, Ruchi and Ijaz, Muhammad Fazal},
journal={Journal of ambient intelligence and humanized computing},
volume={14},
number={7},
pages={8459--8486},
year={2023},
publisher={Springer}
}
@article{shi2020artificial,
title={Artificial intelligence techniques for stability analysis and control in smart grids: Methodologies, applications, challenges and future directions},
author={Shi, Zhongtuo and Yao, Wei and Li, Zhouping and Zeng, Lingkang and Zhao, Yifan and Zhang, Runfeng and Tang, Yong and Wen, Jinyu},
journal={Applied Energy},
volume={278},
pages={115733},
year={2020},
publisher={Elsevier}
}
@article{nishant2020artificial,
title={Artificial intelligence for sustainability: Challenges, opportunities, and a research agenda},
author={Nishant, Rohit and Kennedy, Mike and Corbett, Jacqueline},
journal={International Journal of Information Management},
volume={53},
pages={102104},
year={2020},
publisher={Elsevier}
}
@article{siemens2022human,
title={Human and artificial cognition},
author={Siemens, George and Marmolejo-Ramos, Fernando and Gabriel, Florence and Medeiros, Kelsey and Marrone, Rebecca and Joksimovic, Srecko and de Laat, Maarten},
journal={Computers and Education: Artificial Intelligence},
volume={3},
pages={100107},
year={2022},
publisher={Elsevier}
}
@article{brauner2023does,
title={What does the public think about artificial intelligence?—A criticality map to understand bias in the public perception of AI},
author={Brauner, Philipp and Hick, Alexander and Philipsen, Ralf and Ziefle, Martina},
journal={Frontiers in Computer Science},
volume={5},
pages={1113903},
year={2023},
publisher={Frontiers Media SA}
}
@inproceedings{fast2017long,
title={Long-term trends in the public perception of artificial intelligence},
author={Fast, Ethan and Horvitz, Eric},
booktitle={Proceedings of the AAAI conference on artificial intelligence},
volume={31},
number={1},
year={2017}
}
@article{mcdermott2007artificial,
title={Artificial intelligence and consciousness},
author={McDermott, Drew},
journal={The Cambridge handbook of consciousness},
pages={117--150},
year={2007},
publisher={Cambridge University Press Cambridge}
}
@article{brandtzaeg2022my,
title={My AI friend: How users of a social chatbot understand their human--AI friendship},
author={Brandtzaeg, Petter Bae and Skjuve, Marita and F{\o}lstad, Asbj{\o}rn},
journal={Human Communication Research},
volume={48},
number={3},
pages={404--429},
year={2022},
publisher={Oxford University Press}
}
@article{huxley2015transhumanism,
title={Transhumanism},
author={Huxley, Julian},
journal={Ethics in Progress},
volume={6},
number={1},
pages={12--16},
year={2015}
}
@article{yang2023diffusion,
title={Diffusion models: A comprehensive survey of methods and applications},
author={Yang, Ling and Zhang, Zhilong and Song, Yang and Hong, Shenda and Xu, Runsheng and Zhao, Yue and Zhang, Wentao and Cui, Bin and Yang, Ming-Hsuan},
journal={ACM Computing Surveys},
volume={56},
number={4},
pages={1--39},
year={2023},
publisher={ACM New York, NY, USA}
}