-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
4904 lines (4904 loc) · 179 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
@inproceedings{Cummaudo:2021semotion,
address = {Virtual Event, USA},
note = {{In Press}},
author = {Cummaudo, A. and Graetsch, U.M. and Curumsing, M.K. and Barnett, S. and Vasa, R. and Grundy, J.},
booktitle = {Proceedings of the Sixth International Workshop on Emotion Awareness in Software Engineering},
keywords = {InPress},
mendeley-groups = {PhD Thesis Citations},
publisher = {IEEE},
title = {{Emotions in Computer Vision Service Q{\&}A}},
year = {2021}
}
@inproceedings{Cummaudo:2019icsme,
address = {Cleveland, OH, USA},
author = {Cummaudo, Alex and Vasa, Rajesh and Grundy, John and Abdelrazek, Mohamed and Cain, Andrew},
booktitle = {Proceedings of the 35th IEEE International Conference on Software Maintenance and Evolution},
doi = {10.1109/ICSME.2019.00051},
isbn = {978-1-72-813094-1},
mendeley-groups = {ACE2020,PhD Thesis Citations},
month = {December},
pages = {333--342},
publisher = {IEEE},
title = {{Losing Confidence in Quality: Unspoken Evolution of Computer Vision Services}},
year = {2019}
}
@inproceedings{Ohtake:2019vi,
address = {Daejeon, Republic of Korea},
author = {Ohtake, Tomohiro and Cummaudo, Alex and Abdelrazek, Mohamed and Vasa, Rajesh and Grundy, John},
booktitle = {Proceedings of the 19th International Conference on Web Engineering},
doi = {10.1007/978-3-030-19274-7\_28},
isbn = {978-3-03-019273-0},
issn = {1611-3349},
keywords = {Application programming interfaces,Artificial intelligence,Data integration,Supervised learning,Web services},
mendeley-groups = {PhD Thesis Citations},
month = {June},
pages = {391--406},
publisher = {Springer},
title = {{Merging intelligent API responses using a proportional representation approach}},
year = {2019}
}
@inproceedings{Graetsch:2021caise,
address = {Melbourne, VIC, Australia},
note = {{Submitted}},
author = {Graetsch, Ulrike Maria and Cummaudo, Alex and Curumsing, Maheswaree Kissoon and Vasa, Rajesh and Grundy, John},
booktitle = {Proceedings of the 33rd International Conference on Advanced Information Systems Engineering},
keywords = {InReview},
mendeley-groups = {PhD Thesis Citations},
publisher = {Springer},
title = {{Using Pre-Trained Emotion Classification Models against Stack Overflow Questions}},
year = {2021}
}
@inproceedings{Cummaudo:2019esem,
address = {Porto de Galinhas, Recife, Brazil},
author = {Cummaudo, Alex and Vasa, Rajesh and Grundy, John},
booktitle = {Proceedings of the 13th International Symposium on Empirical Software Engineering and Measurement},
doi = {10.1109/ESEM.2019.8870148},
isbn = {978-1-72-812968-6},
issn = {1949-3789},
keywords = {API,DevX,documentation,systematic mapping study,taxonomy},
mendeley-groups = {PhD Thesis Citations},
month = {October},
pages = {1--6},
publisher = {IEEE},
title = {{What should I document? A preliminary systematic mapping study into API documentation knowledge}},
year = {2019}
}
@inproceedings{Cummaudo:2020icse,
address = {Seoul, Republic of Korea},
author = {Cummaudo, Alex and Vasa, Rajesh and Barnett, Scott and Grundy, John and Abdelrazek, Mohamed},
booktitle = {Proceedings of the 42nd International Conference on Software Engineering},
doi = {10.1145/3377811.3380404},
mendeley-groups = {ACE2020,PhD Thesis Citations},
month = {June},
pages = {1584--1596},
publisher = {ACM},
title = {{Interpreting Cloud Computer Vision Pain-Points: A Mining Study of Stack Overflow}},
year = {2020}
}
@inproceedings{Cummaudo:2020fse-demo,
address = {Virtual Event, USA},
author = {Cummaudo, Alex and Barnett, Scott and Vasa, Rajesh and Grundy, John},
booktitle = {Proceedings of the 28th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering},
doi = {10.1145/3368089.3417919},
mendeley-groups = {PhD Thesis Citations},
month = {November},
pages = {1645--1649},
publisher = {ACM},
title = {{Threshy: Supporting Safe Usage of Intelligent Web Services}},
year = {2020}
}
@inproceedings{Cummaudo:2020fse,
address = {Virtual Event, USA},
author = {Cummaudo, Alex and Barnett, Scott and Vasa, Rajesh and Grundy, John and Abdelrazek, Mohamed},
booktitle = {Proceedings of the 28th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering},
doi = {10.1145/3368089.3409688},
mendeley-groups = {PhD Thesis Citations},
month = {November},
pages = {269--280},
publisher = {ACM},
title = {{Beware the evolving `intelligent' web service! An integration architecture tactic to guard AI-first components}},
year = {2020}
}
@article{Cummaudo:2020tse,
author = {Cummaudo, Alex and Vasa, Rajesh and Grundy, John and Abdelrazek, Mohamed},
doi = {10.1109/TSE.2020.3047088},
journal = {IEEE Transactions on Software Engineering},
mendeley-groups = {PhD Thesis Citations},
pages = {1--1},
title = {{Requirements of API Documentation: A Case Study into Computer Vision Services}},
year = {2020}
}
@article{Marshall:2018uj,
author = {Marshall, Thomas Edward and Lambert, Sherwood Lane},
doi = {10.2308/jeta-52095},
issn = {1558-7940},
journal = {Journal of Emerging Technologies in Accounting},
keywords = {Artificial intelligence,Augmented intelligence,Cognitive computing,Task automation,Workforce},
mendeley-groups = {PhD Thesis Citations},
number = {1},
pages = {199--215},
title = {{Cloud-based intelligent accounting applications: Accounting task automation using IBM watson cognitive computing}},
volume = {15},
year = {2018}
}
@misc{Finalyson:2018aa,
address = {Fredericksburg, VA, USA},
author = {Finalyson, Ian},
mendeley-groups = {PhD Thesis Citations},
publisher = {University of Mary Washington},
title = {{Nondeterministic Finite Automata}},
howpublished = {{[Online] Available: \url{http://bit.ly/319GOF9}}},
year = {2018}
}
@misc{Hadley:2006vv,
author = {Hadley, Marc J and Marc, Hadley},
booktitle = {Search},
mendeley-groups = {PhD Thesis Citations},
month = {August},
publisher = {W3C},
title = {{Web Application Description Language}},
howpublished = {{[Online] Available: \url{http://bit.ly/2RXRhQ1}}},
year = {2009}
}
@inproceedings{Ortiz:2017wg,
author = {Ortiz, Andres L Martinez},
booktitle = {EIAPortugal},
mendeley-groups = {PhD Thesis Citations},
month = {July},
title = {{Curating Content with Google Machine Learning Application Programming Interfaces}},
howpublished = {{[Online] Available: \url{http://bit.ly/2S40er8}}},
year = {2017}
}
@article{Canfora:2006vk,
author = {Canfora, Gerardo and {Di Penta}, Massimiliano},
doi = {10.1109/MITP.2006.51},
issn = {1520-9202},
journal = {IT Professional},
mendeley-groups = {PhD Thesis Citations},
number = {2},
pages = {10--17},
title = {{Testing services and service-centric systems: Challenges and opportunities}},
volume = {8},
year = {2006}
}
@inproceedings{gachechiladze2017,
address = {Buenos Aires, Argentina},
author = {Gachechiladze, Daviti and Lanubile, Filippo and Novielli, Nicole and Serebrenik, Alexander},
booktitle = {Proceedings of the 39th International Conference on Software Engineering: New Ideas and Emerging Technologies Results Track},
doi = {10.1109/ICSE-NIER.2017.18},
mendeley-groups = {ACE2020,PhD Thesis Citations},
month = {May},
organization = {IEEE},
pages = {11--14},
publisher = {IEEE},
title = {{Anger and its direction in collaborative software development}},
year = {2017}
}
@inproceedings{nishi2018test,
address = {V{\"{a}}ster{\aa}s, Sweden},
author = {Nishi, Yasuharu and Masuda, Satoshi and Ogawa, Hideto and Uetsuki, Keiji},
booktitle = {Proceedings of the 11th International Conference on Software Testing, Verification and Validation Workshops},
doi = {10.1109/ICSTW.2018.00060},
isbn = {978-1-53-866352-3},
keywords = {Artificial intelligence,Functional safety,Machine learning,Quality assurance,Test architecture,Test design,Test level,Test type},
mendeley-groups = {PhD Thesis Citations},
month = {April},
pages = {273--278},
publisher = {IEEE},
title = {{A test architecture for machine learning product}},
year = {2018}
}
@inproceedings{Thrun:1996wh,
address = {Denver, CO, USA},
author = {Thrun, Sebastian},
booktitle = {Proceedings of the 8th International Conference on Neural Information Processing Systems},
issn = {1049-5258},
mendeley-groups = {PhD Thesis Citations},
month = {November},
pages = {7},
publisher = {MIT Press},
title = {{Is Learning The n-th Thing Any Easier Than Learning The First?}},
year = {1996}
}
@article{Doderer:2006vt,
author = {Doderer, Mark and Yoon, Kihoon and Salinas, John and Kwek, Stephen},
issn = {1386-6338},
journal = {In Silico Biology},
keywords = {Blast,Decision tree,Error correcting output code,Similarity search,Subcellular localization prediction},
mendeley-groups = {PhD Thesis Citations},
number = {5},
pages = {419--433},
title = {{Protein subcellular localization prediction using a hybrid of similarity search and Error-Correcting Output Code techniques that produces interpretable results}},
volume = {6},
year = {2006}
}
@article{Landis:1977kv,
author = {Landis, J Richard and Koch, Gary G},
doi = {10.2307/2529310},
issn = {0006-341X},
journal = {Biometrics},
mendeley-groups = {ACE2020,PhD Thesis Citations},
month = {March},
number = {1},
pages = {159},
title = {{The Measurement of Observer Agreement for Categorical Data}},
volume = {33},
year = {1977}
}
@article{Niemeyer2008240,
author = {Niemeyer, Horst F and Niemeyer, Alice C},
issn = {0165-4896},
journal = {Mathematical Social Sciences},
keywords = {Alabama Paradox,Apportionment method,D'Hondt method,Hare/Hamilton method,Sainte-Lagu{\"{e}} method},
mendeley-groups = {PhD Thesis Citations},
number = {2},
pages = {240--253},
title = {{Apportionment methods}},
volume = {56},
year = {2008}
}
@misc{ISO25010:2011,
author = {{International Organization for Standardization}},
mendeley-groups = {PhD Thesis Citations},
title = {{ISO25010:2011 - Systems and software engineering -- Systems and software Quality Requirements and Evaluation (SQuaRE) -- System and software quality models}},
year = {2011}
}
@inproceedings{Barnett:2015ec,
address = {Montreal, QC, Canada},
author = {Barnett, Scott and Vasa, Rajesh and Tang, Antony},
booktitle = {Proceedings of the 12th Working IEEE/IFIP Conference on Software Architecture},
doi = {10.1109/WICSA.2015.28},
isbn = {978-1-47-991922-2},
keywords = {Mobile Software Architecture,Quality Model},
mendeley-groups = {PhD Thesis Citations},
month = {May},
pages = {105--114},
publisher = {IEEE},
title = {{A Conceptual Model for Architecting Mobile Applications}},
year = {2015}
}
@book{Grunwald:2007vg,
author = {Gr{\"{u}}nwald, Peter D},
doi = {10.7551/mitpress/4643.001.0001},
mendeley-groups = {PhD Thesis Citations},
publisher = {MIT press},
title = {{The Minimum Description Length Principle}},
year = {2019}
}
@article{McHugh:2012up,
author = {McHugh, Mary L},
doi = {10.11613/bm.2012.031},
issn = {1330-0962},
journal = {Biochemia Medica},
keywords = {Interrater,Kappa,Rater,Reliability},
mendeley-groups = {PhD Thesis Citations},
number = {3},
pages = {276--282},
pmid = {23092060},
title = {{Interrater reliability: The kappa statistic}},
volume = {22},
year = {2012}
}
@inproceedings{Juristo:2012bp,
address = {Elba Island, Italy},
author = {Juristo, Natalia and G{\'{o}}mez, Omar S},
booktitle = {Proceedings of the LASER Summer School on Software Engineering},
doi = {10.1007/978-3-642-25231-0_2},
isbn = {978-3-64-225230-3},
issn = {0302-9743},
keywords = {Empirical Software Engineering,Experimental Replicaction,Experimental Software Engineering,Types of Replication},
mendeley-groups = {PhD Thesis Citations},
pages = {60--88},
publisher = {Springer},
title = {{Replication of software engineering experiments}},
year = {2011}
}
@article{BenDavid:1995up,
author = {Ben-David, Arie},
doi = {10.1023/A:1022655006810},
issn = {1573-0565},
journal = {Machine Learning},
keywords = {accuracy,consistency,information theory,monotonic classification problems,monotonic decision trees},
mendeley-groups = {PhD Thesis Citations},
number = {1},
pages = {29--43},
title = {{Monotonicity Maintenance in Information-Theoretic Machine Learning Algorithms}},
volume = {19},
year = {1995}
}
@book{Parrott2001,
address = {Philadelphia},
editor = {Parrott, W. Gerrod},
isbn = {978-0-86-377682-3},
mendeley-groups = {ACE2020,PhD Thesis Citations},
publisher = {Psychology Press},
title = {{Emotions in Social Psychology: Essential Readings}},
type = {Book},
year = {2001}
}
@inproceedings{Allamanis:2013is,
address = {San Francisco, CA, USA},
author = {Allamanis, Miltiadis and Sutton, Charles},
booktitle = {Proceedings of the 10th IEEE International Working Conference on Mining Software Repositories},
doi = {10.1109/MSR.2013.6624004},
isbn = {978-1-46-732936-1},
issn = {2160-1852},
mendeley-groups = {PhD Thesis Citations},
month = {May},
pages = {53--56},
publisher = {IEEE},
title = {{Why, when, and what: Analyzing stack overflow questions by topic, type, and code}},
year = {2013}
}
@inproceedings{lin2018sentiment,
address = {Gothenburg, Sweden},
author = {Lin, Bin and Zampetti, Fiorella and Bavota, Gabriele and {Di Penta}, Massimiliano and Lanza, Michele and Oliveto, Rocco},
booktitle = {Proceedings of the 40th International Conference on Software Engineering},
doi = {10.1145/3180155.3180195},
mendeley-groups = {PhD Thesis Citations},
month = {May},
pages = {94--104},
publisher = {ACM},
title = {{Sentiment analysis for software engineering: How far can we go?}},
year = {2018}
}
@inproceedings{Feelders:2000ve,
address = {Lyon, France},
author = {Feelders, A J},
booktitle = {Proceedings of the 4th European Conference on Principles of Data Mining and Knowledge Discovery},
doi = {10.1007/3-540-45372-5_42},
isbn = {978-3-54-041066-9},
issn = {1611-3349},
mendeley-groups = {PhD Thesis Citations},
month = {September},
pages = {395--400},
publisher = {Springer},
title = {{Prior knowledge in economic applications of data mining}},
volume = {1910},
year = {2000}
}
@book{kahneman2011thinking,
author = {Kahneman, Daniel},
isbn = {978-0-37-453355-7},
mendeley-groups = {PhD Thesis Citations},
publisher = {Macmillan},
title = {{Thinking, Fast and Slow}},
year = {2011}
}
@inproceedings{Ross:2017vn,
address = {Melbourne, Australia},
archivePrefix = {arXiv},
arxivId = {1703.03717},
author = {Ross, Andrew Slavin and Hughes, Michael C and Doshi-Velez, Finale},
booktitle = {Proceedings of the 26th International Joint Conferences on Artificial Intelligence},
doi = {10.24963/ijcai.2017/371},
eprint = {1703.03717},
isbn = {978-0-99-924110-3},
issn = {1045-0823},
mendeley-groups = {PhD Thesis Citations},
month = {August},
pages = {2662--2670},
title = {{Right for the right reasons: Training differentiable models by constraining their explanations}},
year = {2017}
}
@misc{Classifi7:online,
note = {{Accessed: 5 February 2020}},
author = {{Google LLC}},
mendeley-groups = {PhD Thesis Citations},
title = {{Classification: Thresholding | Machine Learning Crash Course}},
howpublished = {{[Online] Available: \url{http://bit.ly/36oMgWb}}},
year = {2019}
}
@inproceedings{Iyengar:2017fb,
address = {Atlanta, GA, USA},
author = {Iyengar, Arun},
booktitle = {Proceedings of the 37th International Conference on Distributed Computing Systems},
doi = {10.1109/ICDCS.2017.172},
isbn = {978-1-53-861791-5},
keywords = {Cloud client,Cloud service ranking,Cognitive client,Cognitive services,Service ranking,Software development kit},
mendeley-groups = {PhD Thesis Citations},
month = {June},
pages = {1856--1864},
publisher = {IEEE},
title = {{Supporting Data Analytics Applications Which Utilize Cognitive Services}},
year = {2017}
}
@article{Davison:2004wo,
author = {Davison, Robert M and Martinsons, Maris G and Kock, Ned},
doi = {10.1111/j.1365-2575.2004.00162.x},
issn = {1350-1917},
journal = {Information Systems Journal},
keywords = {Canonical action research,Interpretivism,Meta-analysis,Organizational change,Organizational learning,Research frameworks},
mendeley-groups = {PhD Thesis Citations},
number = {1},
pages = {65--86},
title = {{Principles of canonical action research}},
volume = {14},
year = {2004}
}
@article{Henning:2009hz,
author = {Henning, Michi},
doi = {10.1145/1506409.1506424},
issn = {0001-0782},
journal = {Communications of the ACM},
mendeley-groups = {PhD Thesis Citations},
number = {5},
pages = {46--56},
title = {{API design matters}},
volume = {52},
year = {2009}
}
@book{Shull:2007vh,
author = {Shull, Forrest and Singer, Janice and Sj{\o}berg, Dag I K},
doi = {10.1007/978-1-84800-044-5},
editor = {Shull, Forrest and Singer, Janice and Sj{\o}berg, Dag I K},
isbn = {978-1-84-800043-8},
mendeley-groups = {PhD Thesis Citations},
month = {November},
publisher = {Springer},
title = {{Guide to Advanced Empirical Software Engineering}},
year = {2008}
}
@book{Rokach:2008wc,
author = {Lori, Rokach and Oded, Maimon},
isbn = {978-9-81-277171-1},
mendeley-groups = {PhD Thesis Citations},
pages = {244},
publisher = {World Scientific Publishing Company},
title = {{Data mining with decision trees}},
volume = {69},
year = {2008}
}
@inproceedings{guo2016ms,
address = {Amsterdam, The Netherlands},
author = {Guo, Yandong and Zhang, Lei and Hu, Yuxiao and He, Xiaodong and Gao, Jianfeng},
booktitle = {Proceedings of the 16th European Conference on Computer Vision},
doi = {10.1007/978-3-319-46487-9\_6},
mendeley-groups = {PhD Thesis Citations},
pages = {87--102},
publisher = {Springer},
title = {{MS-Celeb-1M: A Dataset and Benchmark for Large-Scale Face Recognition}},
year = {2016}
}
@inproceedings{Hosseini:2018jr,
address = {Cancun, Mexico},
archivePrefix = {arXiv},
arxivId = {1704.05051},
author = {Hosseini, Hossein and Xiao, Baicen and Poovendran, Radha},
booktitle = {Proceedings of the 16th IEEE International Conference on Machine Learning and Applications},
doi = {10.1109/ICMLA.2017.0-172},
eprint = {1704.05051},
isbn = {978-1-53-861417-4},
keywords = {Adversarial machine learning,Google Cloud Vision API,Image Noise,Machine learning},
mendeley-groups = {PhD Thesis Citations},
month = {December},
pages = {101--105},
publisher = {IEEE},
title = {{Google's cloud vision API is not robust to noise}},
year = {2017}
}
@inproceedings{NIPS2019_9015,
address = {Vancouver, BC, Canada},
archivePrefix = {arXiv},
arxivId = {1912.01703},
author = {Paszke, Adam and Gross, Sam and Massa, Francisco and Lerer, Adam and Bradbury, James and Chanan, Gregory and Killeen, Trevor and Lin, Zeming and Gimelshein, Natalia and Antiga, Luca and Desmaison, Alban and Kopf, Andreas and Yang, Edward and DeVito, Zachary and Raison, Martin and Tejani, Alykhan and Chilamkurthy, Sasank and Steiner, Benoit and Fang, Lu and Bai, Junjie and Chintala, Soumith},
booktitle = {Proceedings of the 33rd International Conference on the Advances of Neural Information Processing Systems},
eprint = {1912.01703},
mendeley-groups = {PhD Thesis Citations},
month = {December},
pages = {8026--8037},
publisher = {Curran Associates, Inc.},
title = {{PyTorch: An Imperative Style, High-Performance Deep Learning Library}},
year = {2019}
}
@book{Witten:2016ut,
author = {Witten, Ian H and Frank, Eibe and Hall, Mark A and Pal, Christopher J},
booktitle = {Data Mining: Practical Machine Learning Tools and Techniques},
doi = {10.1016/c2009-0-19715-5},
isbn = {978-0-12-804291-5},
mendeley-groups = {PhD Thesis Citations},
pages = {1--621},
publisher = {Morgan Kaufmann},
title = {{Data Mining: Practical Machine Learning Tools and Techniques}},
year = {2016}
}
@book{Ingeno:2018,
address = {Birmingham, England, UK},
author = {Ingeno, Joseph},
isbn = {978-1-78862-406-0},
mendeley-groups = {PhD Thesis Citations},
publisher = {Packt Publishing, Ltd.},
title = {{Software Architect's Handbook: Become a Successful Software Architect by Implementing Effective Architecture Concepts}},
year = {2018}
}
@article{Michie:1994wi,
author = {{F. Elder} and Michie, Donald and Spiegelhalter, David J and Taylor, Charles C},
doi = {10.2307/2291432},
isbn = {978-0-13-106360-0},
issn = {0162-1459},
journal = {Journal of the American Statistical Association},
mendeley-groups = {PhD Thesis Citations},
number = {433},
pages = {436--438},
title = {{Machine Learning, Neural, and Statistical Classification.}},
volume = {91},
year = {1996}
}
@article{calefato2018,
author = {Calefato, Fabio and Lanubile, Filippo and Maiorano, Federico and Novielli, Nicole},
doi = {10.1007/s10664-017-9546-9},
journal = {Empirical Software Engineering},
mendeley-groups = {ACE2020,PhD Thesis Citations},
number = {3},
pages = {1352--1382},
publisher = {Springer},
title = {{Sentiment polarity detection for software development}},
volume = {23},
year = {2018}
}
@inproceedings{10.1145/2370216.2370437,
address = {Pittsburgh, PA, USA},
author = {Ba{\~{n}}os, Oresti and Damas, Miguel and Pomares, H{\'{e}}ctor and Rojas, Ignacio and T{\'{o}}th, M{\'{a}}t{\'{e}} Attila and Amft, Oliver},
booktitle = {Proceedings of the 2012 ACM Conference on Ubiquitous Computing},
doi = {10.1145/2370216.2370437},
isbn = {9781450312240},
keywords = {activity recognition,benchmark dataset,fitness exercises,motion sensors,sensor displacement},
mendeley-groups = {PhD Thesis Citations},
pages = {1026--1035},
publisher = {ACM},
title = {{A Benchmark Dataset to Evaluate Sensor Displacement in Activity Recognition}},
year = {2012}
}
@article{Szafron:2004uf,
author = {Szafron, Duane and Lu, Paul and Greiner, Russell and Wishart, David S and Poulin, Brett and Eisner, Roman and Lu, Zhiyong and Anvik, John and Macdonell, Cam and Fyshe, Alona and Meeuwis, David},
doi = {10.1093/nar/gkh485},
issn = {0305-1048},
journal = {Nucleic Acids Research},
mendeley-groups = {PhD Thesis Citations},
title = {{Proteome Analyst: Custom predictions with explanations in a web-based tool for high-throughput proteome annotations}},
volume = {32},
year = {2004}
}
@inproceedings{7180082,
address = {Florence, Italy},
author = {Wang, Wei and Malik, Haroon and Godfrey, Michael W},
booktitle = {Proceedings of the 12th Working Conference on Mining Software Repositories},
doi = {10.1109/MSR.2015.28},
isbn = {978-0-7695-5594-2},
issn = {2160-1860},
keywords = {API usability,Application program interfaces,Online Q{\&}A,Recommendation systems,Software ecosystems,Stackoverflow},
mendeley-groups = {PhD Thesis Citations},
month = {May},
pages = {224--234},
publisher = {IEEE},
title = {{Recommending Posts concerning API Issues in Developer Q{\&}A Sites}},
year = {2015}
}
@article{Freitas:2014ic,
author = {Freitas, Alex A},
doi = {10.1145/2594473.2594475},
issn = {1931-0145},
journal = {ACM SIGKDD Explorations Newsletter},
mendeley-groups = {PhD Thesis Citations},
month = {March},
number = {1},
pages = {1--10},
title = {{Comprehensible classification models}},
volume = {15},
year = {2014}
}
@article{zurMuehlen:2005ci,
author = {{Zur Muehlen}, Michael and Nickerson, Jeffrey V and Swenson, Keith D},
doi = {10.1016/j.dss.2004.04.008},
issn = {0167-9236},
journal = {Decision Support Systems},
keywords = {Choreography,Integration,Interoperability,Process,REST,SOAP,Standards,Web services,Workflow},
mendeley-groups = {PhD Thesis Citations},
month = {July},
number = {1},
pages = {9--29},
title = {{Developing web services choreography standards - The case of REST vs. SOAP}},
volume = {40},
year = {2005}
}
@article{Bunge:1963jm,
author = {Bunge, Mario},
doi = {10.1086/287954},
issn = {0031-8248},
journal = {Philosophy of Science},
mendeley-groups = {PhD Thesis Citations},
month = {October},
number = {4},
pages = {346--358},
title = {{A General Black Box Theory}},
volume = {30},
year = {1963}
}
@incollection{OpenSoftwareFoundation:1991vp,
author = {{Open Software Foundation}},
booktitle = {OSF DCE application development guide: revision 1.0},
mendeley-groups = {PhD Thesis Citations},
month = {December},
publisher = {Prentice Hall},
title = {{Part 3: DCE Remote Procedure Call (RPC)}},
year = {1991}
}
@inproceedings{Lei:2016wi,
address = {Austin, TX, USA},
archivePrefix = {arXiv},
arxivId = {1606.04155},
author = {Lei, Tao and Barzilay, Regina and Jaakkola, Tommi},
booktitle = {Proceedings of the 9th International Joint Conference on Natural Language Processing and Conference on Empirical Methods in Natural Language Processing},
doi = {10.18653/v1/d16-1011},
eprint = {1606.04155},
isbn = {978-1-94-562625-8},
mendeley-groups = {PhD Thesis Citations},
month = {November},
pages = {107--117},
publisher = {Association for Computational Linguistics},
title = {{Rationalizing neural predictions}},
year = {2016}
}
@phdthesis{Fielding:2000vh,
author = {Fielding, Roy Thomas},
doi = {978-0-599-87118-2},
mendeley-groups = {PhD Thesis Citations},
school = {University of California, Irvine},
title = {{Architectural Styles and the Design of Network-based Software Architectures}},
year = {2000}
}
@inproceedings{1572302,
address = {Lisbon, Portugal},
author = {Mens, Tom and Demeyer, Serge and Wermelinger, Michel and Hirschfeld, Robert and Ducasse, St{\'{e}}phane and Jazayeri, Mehdi},
booktitle = {Proceedings of the 8th International Workshop on Principles of Software Evolution},
doi = {10.1109/IWPSE.2005.7},
isbn = {0-76-952349-8},
issn = {1550-4077},
keywords = {Aging,Business,Collaborative software,Computer industry,Conferences,Information technology,Programming,Software quality,Software systems,Software tools,formal specification,formal verification,information technology society,requirements analysis,software aging,software development process,software evolution,software maintenance,software quality,software system},
mendeley-groups = {PhD Thesis Citations},
month = {September},
pages = {13--22},
publisher = {IEEE},
title = {{Challenges in software evolution}},
volume = {2005},
year = {2005}
}
@inproceedings{Cheng:2001vw,
address = {Ottawa, ON, Canada},
author = {Cheng, Jie and Greiner, Russell},
booktitle = {Proceedings of the 14th Biennial Conference of the Canadian Society for Computational Studies of Intelligence},
doi = {10.1007/3-540-45153-6_14},
isbn = {3-54-042144-0},
issn = {1611-3349},
mendeley-groups = {PhD Thesis Citations},
month = {June},
pages = {141--151},
publisher = {Springer},
title = {{Learning bayesian belief network classifiers: Algorithms and system}},
volume = {2056},
year = {2001}
}
@book{pyle1999data,
author = {Pyle, Dorian},
edition = {1st},
isbn = {978-15-5-860529-9},
mendeley-groups = {PhD Thesis Citations},
pages = {560},
publisher = {Morgan Kaufmann},
title = {{Data Preparation for Data Mining}},
year = {1994}
}
@inproceedings{Robillard:hk,
address = {Shanghai, China},
author = {Robillard, Martin P. and Marcus, Andrian and Treude, Christoph and Bavota, Gabriele and Chaparro, Oscar and Ernst, Neil and Gerosall, Marco Aur{\'{e}}lio and Godfrey, Michael and Lanza, Michele and Linares-V{\'{a}}squez, Mario and Murphy, Gail C. and Moreno, Laura and Shepherd, David and Wong, Edmund},
booktitle = {Proceedings of the 33rd IEEE International Conference on Software Maintenance and Evolution},
doi = {10.1109/ICSME.2017.17},
mendeley-groups = {ESEM Primary Sources,PhD Thesis Citations},
month = {September},
pages = {479--483},
publisher = {IEEE},
title = {{On-demand developer documentation}},
year = {2017}
}
@article{Taylor:1968tq,
author = {Taylor, R S},
doi = {10.5860/crl_29_03_178},
journal = {College and Research Libraries},
mendeley-groups = {PhD Thesis Citations},
number = {3},
title = {{Question-Negotiation and Information Seeking in Libraries}},
volume = {29},
year = {1968}
}
@inproceedings{Kim:2014ui,
address = {Montreal, QC, Canada},
archivePrefix = {arXiv},
arxivId = {1503.01161},
author = {Kim, Been and Rudin, Cynthia and Shah, Julie},
booktitle = {Proceedings of the 28th Conference on Neural Information Processing Systems},
eprint = {1503.01161},
issn = {1049-5258},
mendeley-groups = {PhD Thesis Citations},
month = {December},
pages = {1952--1960},
title = {{The Bayesian case model: A generative approach for case-based reasoning and prototype classification}},
year = {2014}
}
@article{Polyzotis2018a,
author = {Polyzotis, Neoklis and Roy, Sudip and Whang, Steven Euijong and Zinkevich, Martin},
doi = {10.1145/3299887.3299891},
issn = {01635808},
journal = {SIGMOD Record},
mendeley-groups = {PhD Thesis Citations},
title = {{Data lifecycle challenges in production machine learning: A survey}},
year = {2018}
}
@inproceedings{Ridgeway:1998ud,
address = {New York, NY, USA},
author = {Ridgeway, Greg and Madigan, David and Richardson, Thomas and O'Kane, John},
booktitle = {Proceedings of the 4th International Conference on Knowledge Discovery and Data Mining},
mendeley-groups = {PhD Thesis Citations},
pages = {101--104},
publisher = {AAAI},
title = {{Interpretable Boosted Na{\"{i}}ve Bayes Classification}},
year = {1998}
}
@article{Augasta:2012wx,
author = {{Gethsiyal Augasta}, M and Kathirvalavakumar, T},
doi = {10.1007/s11063-011-9207-8},
issn = {1370-4621},
journal = {Neural Processing Letters},
keywords = {Classification,Neural networks,Pedagogical,Pruning,Reverse engineering,Rule extraction},
mendeley-groups = {PhD Thesis Citations},
number = {2},
pages = {131--150},
title = {{Reverse engineering the neural networks for rule extraction in classification problems}},
volume = {35},
year = {2012}
}
@inproceedings{Schwabacher:2001wc,
address = {Williamstown, MA, USA},
author = {Schwabacher, Mark and Langley, Pat},
booktitle = {Proceedings of the 18th International Conference on Machine Learning},
isbn = {978-1-55-860778-1},
mendeley-groups = {PhD Thesis Citations},
month = {June},
pages = {489--496},
publisher = {Morgan Kaufmann},
title = {{Discovering communicable scientific knowledge from spatio-temporal data}},
year = {2001}
}
@book{Dey:2003ty,
address = {New York, NY},
author = {Dey, I},
doi = {10.4324/9780203412497},
isbn = {978-0-41-505852-0},
issn = {1367-6539},
mendeley-groups = {PhD Thesis Citations},
pmid = {2539002},
publisher = {Routledge},
title = {{Qualitative Data Analysis: A User-Friendly Guide for Social Scientists}},
year = {1993}
}
@article{Uddin:2015hn,
author = {Uddin, Gias and Robillard, Martin P},
doi = {10.1109/MS.2014.80},
issn = {0740-7459},
journal = {IEEE Software},
keywords = {API,documentation,software development,software engineering,user study},
mendeley-groups = {PhD Thesis Citations},
month = {June},
number = {4},
pages = {68--75},
title = {{How API Documentation Fails}},
volume = {32},
year = {2015}
}
@inproceedings{Treude:2011fh,
address = {Honolulu, HI, USA},
author = {Treude, Christoph and Barzilay, Ohad and Storey, Margaret Anne},
booktitle = {Proceedings of the 33rd International Conference on Software Engineering},
doi = {10.1145/1985793.1985907},
isbn = {978-1-45-030445-0},
issn = {0270-5257},
keywords = {q{\&}a,questions,social media,stack overflow},
mendeley-groups = {PhD Thesis Citations},
month = {May},
pages = {804--807},
publisher = {ACM},
title = {{How do programmers ask and answer questions on the web?}},
year = {2011}
}
@article{Chambers:1991uh,
author = {Chambers, C V and Balaban, D J and Carlson, B L and Grasberger, D M},
doi = {10.3122/jabfm.4.1.19},
issn = {0893-8652},
journal = {The Journal of the American Board of Family Practice / American Board of Family Practice},
mendeley-groups = {PhD Thesis Citations},
number = {1},
pages = {19--26},
title = {{The effect of microcomputer-generated reminders on influenza vaccination rates in a university-based family practice center.}},
volume = {4},
year = {1991}
}
@inproceedings{ortu2016,
address = {Austin, TX, USA},
author = {Ortu, Marco and Murgia, Alessandro and Destefanis, Giuseppe and Tourani, Parastou and Tonelli, Roberto and Marchesi, Michele and Adams, Bram},
booktitle = {Proceedings of the 13th International Conference on Mining Software Repositories},
doi = {10.1145/2901739.2903505},
mendeley-groups = {ACE2020,PhD Thesis Citations},
month = {May},
organization = {ACM},
pages = {480--483},
publisher = {ACM},
title = {{The emotional side of software developers in JIRA}},
year = {2016}
}
@article{8506423,
author = {Mohanani, R and Salman, I and Turhan, B and Rodr{\'{i}}guez, P and Ralph, P},
doi = {10.1109/TSE.2018.2877759},
issn = {1939-3520},
journal = {IEEE Transactions on Software Engineering},
keywords = {Antecedents of cognitive bias;cognitive bias;debia},
mendeley-groups = {PhD Thesis Citations},
pages = {1},
title = {{Cognitive Biases in Software Engineering: A Systematic Mapping Study}},
year = {2018}
}
@inproceedings{murphy2007approach,
address = {Boston, MA, USA},
author = {Murphy, Christian and Kaiser, Gail and Arias, Marta},
booktitle = {Proceedings of the 19th International Conference on Software Engineering and Knowledge Engineering},
isbn = {978-1-62-748661-3},
mendeley-groups = {PhD Thesis Citations},
month = {July},
pages = {167--172},
title = {{An approach to software testing of machine learning applications}},
year = {2007}
}
@article{Robillard:2011uv,
author = {Robillard, Martin P and Deline, Robert},
doi = {10.1007/s10664-010-9150-8},
issn = {1382-3256},
journal = {Empirical Software Engineering},
keywords = {Application programming interfaces,Documentation,Programming,Software libraries},
mendeley-groups = {PhD Thesis Citations,ESEM Primary Sources},
number = {6},
pages = {703--732},
title = {{A field study of API learning obstacles}},
volume = {16},
year = {2011}
}
@incollection{Seaman:2007wa,
author = {Seaman, Carolyn B},
booktitle = {Guide to Advanced Empirical Software Engineering},
chapter = {2},
doi = {10.1007/978-1-84800-044-5},
editor = {Shull, Forrest and Singer, Janice and Sj{\o}berg, Dag I. K.},
isbn = {978-1-84-800043-8},
mendeley-groups = {PhD Thesis Citations},
month = {November},
pages = {35--62},
publisher = {Springer},
title = {{Qualitative methods}},
year = {2007}
}
@inproceedings{Deng2009,
address = {Miami, FL, USA},
author = {Deng, Jia and Dong, Wei and Socher, Richard and Li, Li-Jia and {Kai Li} and {Li Fei-Fei}},
booktitle = {Proceedings of the 2009 IEEE Conference on Computer Vision and Pattern Recognition},
doi = {10.1109/cvpr.2009.5206848},
mendeley-groups = {PhD Thesis Citations},
month = {June},
publisher = {IEEE},
title = {{ImageNet: A large-scale hierarchical image database}},
year = {2009}
}
@article{Arnold2019FactSheets:Conformity,
author = {Arnold, M and Piorkowski, D and Reimer, D and Richards, J and Tsay, J and Varshney, K R and Bellamy, R K E and Hind, M and Houde, S and Mehta, S and Mojsilovic, A and Nair, R and Ramamurthy, K Natesan and Olteanu, A},
doi = {10.1147/JRD.2019.2942288},
journal = {IBM Journal of Research and Development},
mendeley-groups = {ACE2020,PhD Thesis Citations},
number = {4-5},
pages = {6:1 -- 6:13},
publisher = {IBM Corporation},
title = {{FactSheets: Increasing trust in AI services through supplier's declarations of conformity}},
volume = {63},
year = {2019}
}
@inproceedings{Nakajima:2002ut,
address = {Montreal, QC, Canada},
author = {Nakajima, Shin},
booktitle = {Proceedings of the First International Symposium on Cyber World},
isbn = {978-0-76-951862-6},
mendeley-groups = {PhD Thesis Citations},
month = {November},
pages = {378--385},
publisher = {IEEE},
title = {{Model-Checking Verification for Reliable Web Service}},
year = {2002}
}
@inproceedings{Bigham2006,
address = {Portland, OR, USA},
author = {Bigham, Jeffrey P. and Kaminsky, Ryan S. and Ladner, Richard E. and Danielsson, Oscar M. and Hempton, Gordon L.},
booktitle = {Proceedings of the 8th International ACM SIGACCESS Conference on Computers and Accessibility},
doi = {10.1145/1168987.1169018},
keywords = {Optical character recognition,Transformation proxy,Web accessibility,Web studies},
mendeley-groups = {PhD Thesis Citations},
month = {October},
pages = {181--188},
publisher = {ACM},
title = {{WebInSight: Making web images accessible}},
year = {2006}
}
@article{EhteshamiBejnordi:2017kq,
author = {Bejnordi, Babak Ehteshami and Veta, Mitko and {Van Diest}, Paul Johannes and {Van Ginneken}, Bram and Karssemeijer, Nico and Litjens, Geert and {Van Der Laak}, Jeroen A W M and Hermsen, Meyke and Manson, Quirine F and Balkenhol, Maschenka and Geessink, Oscar and Stathonikos, Nikolaos and {Van Dijk}, Marcory C R F and Bult, Peter and Beca, Francisco and Beck, Andrew H and Wang, Dayong and Khosla, Aditya and Gargeya, Rishab and Irshad, Humayun and Zhong, Aoxiao and Dou, Qi and Li, Quanzheng and Chen, Hao and Lin, Huang Jing and Heng, Pheng Ann and Ha{\ss}, Christian and Bruni, Elia and Wong, Quincy and Halici, Ugur and {\"{O}}ner, Mustafa {\"{U}}mit and Cetin-Atalay, Rengul and Berseth, Matt and Khvatkov, Vitali and Vylegzhanin, Alexei and Kraus, Oren and Shaban, Muhammad and Rajpoot, Nasir and Awan, Ruqayya and Sirinukunwattana, Korsuk and Qaiser, Talha and Tsang, Yee Wah and Tellez, David and Annuscheit, Jonas and Hufnagl, Peter and Valkonen, Mira and Kartasalo, Kimmo and Latonen, Leena and Ruusuvuori, Pekka and Liimatainen, Kaisa and Albarqouni, Shadi and Mungal, Bharti and George, Ami and Demirci, Stefanie and Navab, Nassir and Watanabe, Seiryo and Seno, Shigeto and Takenaka, Yoichi and Matsuda, Hideo and Phoulady, Hady Ahmady and Kovalev, Vassili and Kalinovsky, Alexander and Liauchuk, Vitali and Bueno, Gloria and Fernandez-Carrobles, M Milagro and Serrano, Ismael and Deniz, Oscar and Racoceanu, Daniel and Ven{\^{a}}ncio, Rui},
doi = {10.1001/jama.2017.14585},
issn = {1538-3598},
journal = {Journal of the American Medical Association},
mendeley-groups = {PhD Thesis Citations},
month = {December},
number = {22},
pages = {2199--2210},
pmid = {29234806},
title = {{Diagnostic assessment of deep learning algorithms for detection of lymph node metastases in women with breast cancer}},
volume = {318},
year = {2017}
}
@misc{ISO9126:1999,
author = {{International Organization for Standardization}},
mendeley-groups = {PhD Thesis Citations},
month = {November},
title = {{ISO/IEC 9126 Information Technology - Software Product Evaluation - Quality Characteristics and Guidelines for Their Use}},
howpublished = {{[Online] Available: \url{http://bit.ly/2tgMHUE}}},
year = {1999}
}
@article{Martens:2011uh,
author = {Martens, David and Vanthienen, Jan and Verbeke, Wouter and Baesens, Bart},
doi = {10.1016/j.dss.2011.01.013},
issn = {0167-9236},
journal = {Decision Support Systems},
keywords = {Classification,Comprehensibility,Data mining,Justifiability,Metrics},
mendeley-groups = {PhD Thesis Citations},
number = {4},
pages = {782--793},
title = {{Performance of classification models from a user perspective}},
volume = {51},
year = {2011}
}
@inproceedings{Foster:2003ur,
address = {Linz, Austria},
author = {Foster, H and Uchitel, S and Magee, J and Kramer, J},
booktitle = {Proceedings of the 18th International Conference on Automated Software Engineering},
doi = {10.1109/ase.2003.1240303},
mendeley-groups = {PhD Thesis Citations},
month = {September},
pages = {152--161},
publisher = {IEEE},
title = {{Model-based verification of Web service compositions}},
year = {2004}
}
@book{Casati:2003vi,
author = {Casati, Fabio and Kuno, Harumi and Alonso, G and Machiraju, V},
isbn = {978-3-64-207888-0},
mendeley-groups = {PhD Thesis Citations},
publisher = {Springer},
title = {{Web Services-Concepts, Architectures and Applications}},
year = {2004}
}
@article{myersstylos2016,
address = {New York, NY, USA},
author = {Myers, Brad A and Stylos, Jeffrey},
doi = {10.1145/2896587},
issn = {0001-0782},
journal = {Communications of the ACM},
mendeley-groups = {PhD Thesis Citations},
month = {May},
number = {6},
pages = {62--69},
publisher = {ACM},
title = {{Improving API Usability}},