-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
938 lines (938 loc) · 33 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
@inproceedings{mensio2018multi,
author="Mensio, Martino and Rizzo, Giuseppe and Morisio, Maurizio",
title="Multi-turn QA: A RNN Contextual Approach to Intent Classification for Goal-oriented Systems",
booktitle="The 2018 Web Conference Companion, April 23--27, 2018, Lyon, France",
year="2018"
}
@article{turing1950computing,
title={Computing machinery and intelligence},
author={Turing, Alan M},
journal={Mind},
volume={59},
number={236},
pages={433--460},
year={1950},
publisher={JSTOR}
}
@article{mcculloch1943logical,
title={A logical calculus of the ideas immanent in nervous activity},
author={McCulloch, Warren S and Pitts, Walter},
journal={The bulletin of mathematical biophysics},
volume={5},
number={4},
pages={115--133},
year={1943},
publisher={Springer}
}
@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{minsky1952neural,
title={A neural-analogue calculator based upon a probability model of reinforcement},
author={Minsky, Marvin},
journal={Harvard University Psychological Laboratories, Cambridge, Massachusetts},
year={1952}
}
@incollection{bottou2010large,
title={Large-scale machine learning with stochastic gradient descent},
author={Bottou, L{\'e}on},
booktitle={Proceedings of COMPSTAT'2010},
pages={177--186},
year={2010},
publisher={Springer}
}
@article{hawkins2016neurons,
title={Why neurons have thousands of synapses, a theory of sequence memory in neocortex},
author={Hawkins, Jeff and Ahmad, Subutai},
journal={Frontiers in neural circuits},
volume={10},
pages={23},
year={2016},
publisher={Frontiers}
}
@article{hawkins2017theory,
title={A Theory of How Columns in the Neocortex Enable Learning the Structure of the World},
author={Hawkins, Jeff and Ahmad, Subutai and Cui, Yuwei},
journal={Frontiers in neural circuits},
volume={11},
pages={81},
year={2017},
publisher={Frontiers}
}
@inproceedings{guo2014joint,
title={Joint semantic utterance classification and slot filling with recursive neural networks},
author={Guo, Daniel and Tur, Gokhan and Yih, Wen-tau and Zweig, Geoffrey},
booktitle={Spoken Language Technology Workshop (SLT), 2014 IEEE},
pages={554--559},
year={2014},
organization={IEEE}
}
@article{liu2016attention,
title={Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling},
author={Liu, Bing and Lane, Ian},
journal={Interspeech 2016},
pages={685--689},
year={2016}
}
@inproceedings{lowe2015ubuntu,
title={The Ubuntu Dialogue Corpus: A Large Dataset for Research in Unstructured Multi-Turn Dialogue Systems},
author={Lowe, Ryan and Pow, Nissan and Serban, Iulian V and Pineau, Joelle},
booktitle={16th Annual Meeting of the Special Interest Group on Discourse and Dialogue},
pages={285},
year={2015}
}
@article{lecun2015deep,
title={Deep learning},
author={LeCun, Yann and Bengio, Yoshua and Hinton, Geoffrey},
journal={nature},
volume={521},
number={7553},
pages={436},
year={2015},
publisher={Nature Publishing Group}
}
@article{athalye2018obfuscated,
title={Obfuscated gradients give a false sense of security: Circumventing defenses to adversarial examples},
author={Athalye, Anish and Carlini, Nicholas and Wagner, David},
journal={arXiv preprint arXiv:1802.00420},
year={2018}
}
@article{fitzpatrick2017delivering,
title={Delivering cognitive behavior therapy to young adults with symptoms of depression and anxiety using a fully automated conversational agent (Woebot): a randomized controlled trial},
author={Fitzpatrick, Kathleen Kara and Darcy, Alison and Vierhile, Molly},
journal={JMIR mental health},
volume={4},
number={2},
year={2017},
publisher={JMIR Publications Inc.}
}
@inproceedings{xu2015show,
title={Show, attend and tell: Neural image caption generation with visual attention},
author={Xu, Kelvin and Ba, Jimmy and Kiros, Ryan and Cho, Kyunghyun and Courville, Aaron and Salakhudinov, Ruslan and Zemel, Rich and Bengio, Yoshua},
booktitle={International Conference on Machine Learning},
pages={2048--2057},
year={2015}
}
@incollection{tian2005facial,
title={Facial expression analysis},
author={Tian, Ying-Li and Kanade, Takeo and Cohn, Jeffrey F},
booktitle={Handbook of face recognition},
pages={247--275},
year={2005},
publisher={Springer}
}
@inproceedings{johnson2017clevr,
title={CLEVR: A diagnostic dataset for compositional language and elementary visual reasoning},
author={Johnson, Justin and Hariharan, Bharath and van der Maaten, Laurens and Fei-Fei, Li and Zitnick, C Lawrence and Girshick, Ross},
booktitle={Computer Vision and Pattern Recognition (CVPR), 2017 IEEE Conference on},
pages={1988--1997},
year={2017},
organization={IEEE}
}
@article{hoffner2017survey,
title={Survey on challenges of question answering in the semantic web},
author={H{\"o}ffner, Konrad and Walter, Sebastian and Marx, Edgard and Usbeck, Ricardo and Lehmann, Jens and Ngonga Ngomo, Axel-Cyrille},
journal={Semantic Web},
volume={8},
number={6},
pages={895--920},
year={2017},
publisher={IOS Press}
}
@article{rumelhart1986learning,
title={Learning representations by back-propagating errors},
author={Rumelhart, David E and Hinton, Geoffrey E and Williams, Ronald J},
journal={nature},
volume={323},
number={6088},
pages={533},
year={1986},
publisher={Nature Publishing Group}
}
@inproceedings{krizhevsky2012imagenet,
title={Imagenet classification with deep convolutional neural networks},
author={Krizhevsky, Alex and Sutskever, Ilya and Hinton, Geoffrey E},
booktitle={Advances in neural information processing systems},
pages={1097--1105},
year={2012}
}
@article{werbos1990backpropagation,
title={Backpropagation through time: what it does and how to do it},
author={Werbos, Paul J},
journal={Proceedings of the IEEE},
volume={78},
number={10},
pages={1550--1560},
year={1990},
publisher={IEEE}
}
@article{bengio1994learning,
title={Learning long-term dependencies with gradient descent is difficult},
author={Bengio, Yoshua and Simard, Patrice and Frasconi, Paolo},
journal={IEEE transactions on neural networks},
volume={5},
number={2},
pages={157--166},
year={1994},
publisher={IEEE}
}
@article{hochreiter1998vanishing,
title={The vanishing gradient problem during learning recurrent neural nets and problem solutions},
author={Hochreiter, Sepp},
journal={International Journal of Uncertainty, Fuzziness and Knowledge-Based Systems},
volume={6},
number={02},
pages={107--116},
year={1998},
publisher={World Scientific}
}
@article{hochreiter1997long,
title={Long short-term memory},
author={Hochreiter, Sepp and Schmidhuber, J{\"u}rgen},
journal={Neural computation},
volume={9},
number={8},
pages={1735--1780},
year={1997},
publisher={MIT Press}
}
@article{cho2014learning,
title={Learning phrase representations using RNN encoder-decoder for statistical machine translation},
author={Cho, Kyunghyun and Van Merri{\"e}nboer, Bart and Gulcehre, Caglar and Bahdanau, Dzmitry and Bougares, Fethi and Schwenk, Holger and Bengio, Yoshua},
journal={arXiv preprint arXiv:1406.1078},
year={2014}
}
@inproceedings{jozefowicz2015empirical,
title={An empirical exploration of recurrent network architectures},
author={Jozefowicz, Rafal and Zaremba, Wojciech and Sutskever, Ilya},
booktitle={International Conference on Machine Learning},
pages={2342--2350},
year={2015}
}
@article{chung2014empirical,
title={Empirical evaluation of gated recurrent neural networks on sequence modeling},
author={Chung, Junyoung and Gulcehre, Caglar and Cho, KyungHyun and Bengio, Yoshua},
journal={arXiv preprint arXiv:1412.3555},
year={2014}
}
@incollection{jordan1997serial,
title={Serial order: A parallel distributed processing approach},
author={Jordan, Michael I},
booktitle={Advances in psychology},
volume={121},
pages={471--495},
year={1997},
publisher={Elsevier}
}
@article{lin2017structured,
title={A structured self-attentive sentence embedding},
author={Lin, Zhouhan and Feng, Minwei and Santos, Cicero Nogueira dos and Yu, Mo and Xiang, Bing and Zhou, Bowen and Bengio, Yoshua},
journal={arXiv preprint arXiv:1703.03130},
year={2017}
}
@article{bahdanau2014neural,
title={Neural machine translation by jointly learning to align and translate},
author={Bahdanau, Dzmitry and Cho, Kyunghyun and Bengio, Yoshua},
journal={arXiv preprint arXiv:1409.0473},
year={2014}
}
@inproceedings{chen2016end,
title={End-to-End Memory Networks with Knowledge Carryover for Multi-Turn Spoken Language Understanding.},
author={Chen, Yun-Nung and Hakkani-T{\"u}r, Dilek and T{\"u}r, G{\"o}khan and Gao, Jianfeng and Deng, Li},
booktitle={INTERSPEECH},
pages={3245--3249},
year={2016}
}
@article{chen2017dynamic,
title={Dynamic Time-Aware Attention to Speaker Roles and Contexts for Spoken Language Understanding},
author={Chen, Po-Chun and Chi, Ta-Chung and Su, Shang-Yu and Chen, Yun-Nung},
journal={arXiv preprint arXiv:1710.00165},
year={2017}
}
@inproceedings{xu2014contextual,
title={Contextual domain classification in spoken language understanding systems using recurrent neural network},
author={Xu, Puyang and Sarikaya, Ruhi},
booktitle={International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
pages={136--140},
year={2014},
organization={IEEE}
}
@incollection{ramshaw1999text,
title={Text chunking using transformation-based learning},
author={Ramshaw, Lance A and Marcus, Mitchell P},
booktitle={Natural language processing using very large corpora},
pages={157--176},
year={1999},
publisher={Springer}
}
@inproceedings{bhargava2013easy,
title={Easy contextual intent prediction and slot detection},
author={Bhargava, Aditya and Celikyilmaz, Asli and Hakkani-T{\"u}r, Dilek and Sarikaya, Ruhi},
booktitle={International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
pages={8337--8341},
year={2013},
organization={IEEE}
}
@inproceedings{shi2015contextual,
title={Contextual spoken language understanding using recurrent neural networks},
author={Shi, Yangyang and Yao, Kaisheng and Chen, Hu and Pan, Yi-Cheng and Hwang, Mei-Yuh and Peng, Baolin},
booktitle={International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
pages={5271--5275},
year={2015},
organization={IEEE}
}
@article{weston2015towards,
title={Towards ai-complete question answering: A set of prerequisite toy tasks},
author={Weston, Jason and Bordes, Antoine and Chopra, Sumit and Rush, Alexander M and van Merri{\"e}nboer, Bart and Joulin, Armand and Mikolov, Tomas},
journal={arXiv preprint arXiv:1502.05698},
year={2015}
}
@inproceedings{serban2016building,
title={Building End-To-End Dialogue Systems Using Generative Hierarchical Neural Network Models.},
author={Serban, Iulian Vlad and Sordoni, Alessandro and Bengio, Yoshua and Courville, Aaron C and Pineau, Joelle},
booktitle={AAAI},
volume={16},
pages={3776--3784},
year={2016}
}
@inproceedings{harabagiu2001answering,
title={Answering Complex, List and Context Questions with LCC's Question-Answering Server},
author={Harabagiu, Sanda M and Moldovan, Dan I and Pasca, Marius and Surdeanu, Mihai and Mihalcea, Rada and Girju, Roxana and Rus, Vasile and Lacatusu, V Finley and Morarescu, Paul and Bunescu, Razvan C},
booktitle={TREC},
year={2001}
}
@article{sun2007discourse,
title={Discourse processing for context question answering based on linguistic knowledge},
author={Sun, Mingyu and Chai, Joyce Y},
journal={Knowledge-Based Systems},
volume={20},
number={6},
pages={511--526},
year={2007},
publisher={Elsevier}
}
@article{grosz1995centering,
title={Centering: A framework for modeling the local coherence of discourse},
author={Grosz, Barbara J and Weinstein, Scott and Joshi, Aravind K},
journal={Computational linguistics},
volume={21},
number={2},
pages={203--225},
year={1995},
publisher={MIT Press}
}
@article{de2015modeling,
title={Modeling the lifespan of discourse entities with application to coreference resolution},
author={De Marneffe, Marie-Catherine and Recasens, Marta and Potts, Christopher},
journal={Journal of Artificial Intelligence Research},
volume={52},
pages={445--475},
year={2015}
}
@inproceedings{sukhbaatar2015end,
title={End-to-end memory networks},
author={Sukhbaatar, Sainbayar and Weston, Jason and Fergus, Rob and others},
booktitle={Advances in neural information processing systems},
pages={2440--2448},
year={2015}
}
@inproceedings{williams2013dialog,
title={The dialog state tracking challenge},
author={Williams, Jason and Raux, Antoine and Ramachandran, Deepak and Black, Alan},
booktitle={Proceedings of the SIGDIAL 2013 Conference},
pages={404--413},
year={2013}
}
@inproceedings{xing2017topic,
title={Topic Aware Neural Response Generation},
author={Xing, Chen and Wu, Wei and Wu, Yu and Liu, Jie and Huang, Yalou and Zhou, Ming and Ma, Wei-Ying},
booktitle={AAAI},
volume={17},
pages={3351--3357},
year={2017}
}
@article{zhou2017emotional,
title={Emotional chatting machine: emotional conversation generation with internal and external memory},
author={Zhou, Hao and Huang, Minlie and Zhang, Tianyang and Zhu, Xiaoyan and Liu, Bing},
journal={arXiv preprint arXiv:1704.01074},
year={2017}
}
@inproceedings{eric2017key,
title={Key-Value Retrieval Networks for Task-Oriented Dialogue},
author={Eric, Mihail and Manning, Christopher D},
booktitle = {Proceedings of the 18th Annual SIGdial Meeting on Discourse and Dialogue},
month = {August},
year = {2017},
address = {Saarbr\"ucken, Germany},
publisher = {Association for Computational Linguistics},
pages = {37--49}
}
@article{ekbia2014heteromation,
title={Heteromation and its (dis) contents: The invisible division of labor between humans and machines},
author={Ekbia, Hamid and Nardi, Bonnie},
journal={First Monday},
volume={19},
number={6},
year={2014}
}
@article{clarke2011asimov,
title={Asimov's Laws of Robotics: Implications for information technology},
author={Clarke, Roger},
journal={Machine Ethics},
pages={254--84},
year={2011},
publisher={Cambridge University Press}
}
@article{asimov1942runaround,
title={Runaround},
author={Asimov, Isaac},
journal={Astounding Science Fiction},
volume={29},
number={1},
pages={94--103},
year={1942}
}
@article{moor2009four,
title={Four kinds of ethical robots},
author={Moor, James},
journal={Philosophy Now},
volume={72},
pages={12--14},
year={2009}
}
@article{hibbard2014ethical,
title={Ethical artificial intelligence},
author={Hibbard, Bill},
journal={arXiv preprint arXiv:1411.1373},
year={2014}
}
@book{picard2000affective,
title={Affective Computing},
author={Picard, Rosalind W},
year={2000},
publisher={MIT Press}
}
@article{konrath2011changes,
title={Changes in dispositional empathy in American college students over time: A meta-analysis},
author={Konrath, Sara H and O'Brien, Edward H and Hsing, Courtney},
journal={Personality and Social Psychology Review},
volume={15},
number={2},
pages={180--198},
year={2011},
publisher={Sage Publications Sage CA: Los Angeles, CA}
}
@article{furlong2008japanese,
title={The Japanese hikikomori phenomenon: acute social withdrawal among young people},
author={Furlong, Andy},
journal={The sociological review},
volume={56},
number={2},
pages={309--325},
year={2008},
publisher={Wiley Online Library}
}
@article{ferrara2016rise,
title={The rise of social bots},
author={Ferrara, Emilio and Varol, Onur and Davis, Clayton and Menczer, Filippo and Flammini, Alessandro},
journal={Communications of the ACM},
volume={59},
number={7},
pages={96--104},
year={2016},
publisher={ACM}
}
@article{kranzberg1986technology,
title={Technology and History:" Kranzberg's Laws"},
author={Kranzberg, Melvin},
journal={Technology and culture},
volume={27},
number={3},
pages={544--560},
year={1986},
publisher={JSTOR}
}
@article{walsh2016turing,
title={Turing's red flag},
author={Walsh, Toby},
journal={Communications of the ACM},
volume={59},
number={7},
pages={34--37},
year={2016},
publisher={ACM}
}
@book{rickards1817statutes,
title={The Statutes of the United Kingdom of Great Britain and Ireland},
author={Rickards, George Kettilby},
year={1817},
publisher={His Majesty's statute and law printers}
}
@article{zlotowski2017can,
title={Can we control it? Autonomous robots threaten human identity, uniqueness, safety, and resources},
author={Z{\l}otowski, Jakub and Yogeeswaran, Kumar and Bartneck, Christoph},
journal={International Journal of Human-Computer Studies},
volume={100},
pages={48--54},
year={2017},
publisher={Elsevier}
}
@article{shieber1994lessons,
title={Lessons from a restricted Turing test},
author={Shieber, Stuart M},
journal={arXiv preprint cmp-lg/9404002},
year={1994}
}
@inproceedings{mauldin1994chatterbots,
title={Chatterbots, tinymuds, and the turing test: Entering the loebner prize competition},
author={Mauldin, Michael L},
booktitle={AAAI},
volume={94},
pages={16--21},
year={1994}
}
@inproceedings{ritter2011data,
title={Data-driven response generation in social media},
author={Ritter, Alan and Cherry, Colin and Dolan, William B},
booktitle={Proceedings of the conference on empirical methods in natural language processing},
pages={583--593},
year={2011},
organization={Association for Computational Linguistics}
}
@inproceedings{ghose2013toward,
title={Toward the implementation of a topic specific dialogue based natural language chatbot as an undergraduate advisor},
author={Ghose, Supratip and Barua, Jagat Joyti},
booktitle={Informatics, Electronics \& Vision (ICIEV), 2013 International Conference on},
pages={1--5},
year={2013},
organization={IEEE}
}
@article{li2016persona,
title={A persona-based neural conversation model},
author={Li, Jiwei and Galley, Michel and Brockett, Chris and Spithourakis, Georgios P and Gao, Jianfeng and Dolan, Bill},
journal={arXiv preprint arXiv:1603.06155},
year={2016}
}
@article{li2015diversity,
title={A diversity-promoting objective function for neural conversation models},
author={Li, Jiwei and Galley, Michel and Brockett, Chris and Gao, Jianfeng and Dolan, Bill},
journal={arXiv preprint arXiv:1510.03055},
year={2015}
}
@inproceedings{kannan2016smart,
title={Smart reply: Automated response suggestion for email},
author={Kannan, Anjuli and Kurach, Karol and Ravi, Sujith and Kaufmann, Tobias and Tomkins, Andrew and Miklos, Balint and Corrado, Greg and Luk{\'a}cs, L{\'a}szl{\'o} and Ganea, Marina and Young, Peter and others},
booktitle={Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining},
pages={955--964},
year={2016},
organization={ACM}
}
@article{mnih2015human,
title={Human-level control through deep reinforcement learning},
author={Mnih, Volodymyr and Kavukcuoglu, Koray and Silver, David and Rusu, Andrei A and Veness, Joel and Bellemare, Marc G and Graves, Alex and Riedmiller, Martin and Fidjeland, Andreas K and Ostrovski, Georg and others},
journal={Nature},
volume={518},
number={7540},
pages={529},
year={2015},
publisher={Nature Publishing Group}
}
@inproceedings{tokic2010adaptive,
title={Adaptive $\varepsilon$-greedy exploration in reinforcement learning based on value differences},
author={Tokic, Michel},
booktitle={Annual Conference on Artificial Intelligence},
pages={203--210},
year={2010},
organization={Springer}
}
@article{hinton2015distilling,
title={Distilling the knowledge in a neural network},
author={Hinton, Geoffrey and Vinyals, Oriol and Dean, Jeff},
journal={arXiv preprint arXiv:1503.02531},
year={2015}
}
@article{brown2017superhuman,
title={Superhuman AI for heads-up no-limit poker: Libratus beats top professionals},
author={Brown, Noam and Sandholm, Tuomas},
journal={Science},
pages={eaao1733},
year={2017},
publisher={American Association for the Advancement of Science}
}
@article{sahlgren2008distributional,
title={The distributional hypothesis},
author={Sahlgren, Magnus},
journal={Italian Journal of Disability Studies},
volume={20},
pages={33--53},
year={2008}
}
@incollection{harris1970distributional,
title={Distributional structure},
author={Harris, Zellig S},
booktitle={Papers in structural and transformational linguistics},
pages={775--794},
year={1970},
publisher={Springer}
}
@article{bengio2003neural,
title={A neural probabilistic language model},
author={Bengio, Yoshua and Ducharme, R{\'e}jean and Vincent, Pascal and Jauvin, Christian},
journal={Journal of machine learning research},
volume={3},
number={Feb},
pages={1137--1155},
year={2003}
}
@inproceedings{pennington2014glove,
title={Glove: Global vectors for word representation},
author={Pennington, Jeffrey and Socher, Richard and Manning, Christopher},
booktitle={Proceedings of the 2014 conference on empirical methods in natural language processing (EMNLP)},
pages={1532--1543},
year={2014}
}
@article{mikolov2013efficient,
title={Efficient estimation of word representations in vector space},
author={Mikolov, Tomas and Chen, Kai and Corrado, Greg and Dean, Jeffrey},
journal={ICLR Workshop},
year={2013}
}
@article{pinter2017mimicking,
title={Mimicking word embeddings using subword RNNs},
author={Pinter, Yuval and Guthrie, Robert and Eisenstein, Jacob},
journal={arXiv preprint arXiv:1707.06961},
year={2017}
}
@article{bojanowski2016enriching,
title={Enriching word vectors with subword information},
author={Bojanowski, Piotr and Grave, Edouard and Joulin, Armand and Mikolov, Tomas},
journal={arXiv preprint arXiv:1607.04606},
year={2016}
}
@inproceedings{berardi2015word,
title={Word Embeddings Go to Italy: A Comparison of Models and Training Datasets.},
author={Berardi, Giacomo and Esuli, Andrea and Marcheggiani, Diego},
booktitle={IIR},
year={2015}
}
@article{golub1970singular,
title={Singular value decomposition and least squares solutions},
author={Golub, Gene H and Reinsch, Christian},
journal={Numerische mathematik},
volume={14},
number={5},
pages={403--420},
year={1970},
publisher={Springer}
}
@article{maaten2008visualizing,
title={Visualizing data using t-SNE},
author={Maaten, Laurens van der and Hinton, Geoffrey},
journal={Journal of machine learning research},
volume={9},
number={Nov},
pages={2579--2605},
year={2008}
}
@inproceedings{mikolov2013linguistic,
title={Linguistic regularities in continuous space word representations},
author={Mikolov, Tomas and Yih, Wen-tau and Zweig, Geoffrey},
booktitle={Proceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
pages={746--751},
year={2013}
}
@inproceedings{lita2003truecasing,
title={tRuEcasIng},
author={Lita, Lucian Vlad and Ittycheriah, Abe and Roukos, Salim and Kambhatla, Nanda},
booktitle={Proceedings of the 41st Annual Meeting on Association for Computational Linguistics-Volume 1},
pages={152--159},
year={2003},
organization={Association for Computational Linguistics}
}
@article{ballesteros2015improved,
title={Improved transition-based parsing by modeling characters instead of words with LSTMs},
author={Ballesteros, Miguel and Dyer, Chris and Smith, Noah A},
journal={arXiv preprint arXiv:1508.00657},
year={2015}
}
@inproceedings{hemphill1990atis,
title={The ATIS spoken language systems pilot corpus},
author={Hemphill, Charles T and Godfrey, John J and Doddington, George R and others},
booktitle={Proceedings of the DARPA speech and natural language workshop},
pages={96--101},
year={1990}
}
@inproceedings{tur2010left,
title={What is left to be understood in ATIS?},
author={Tur, Gokhan and Hakkani-T{\"u}r, Dilek and Heck, Larry},
booktitle={Spoken Language Technology Workshop (SLT), 2010 IEEE},
pages={19--24},
year={2010},
organization={IEEE}
}
@inproceedings{asri2017frames,
title={Frames: A corpus for adding memory to goal-oriented dialogue systems},
author={Asri, Layla El and Schulz, Hannes and Sharma, Shikhar and Zumer, Jeremie and Harris, Justin and Fine, Emery and Mehrotra, Rahul and Suleman, Kaheer},
booktitle={Proceedings of the SIGDIAL 2017 Conference},
year={2017},
pages={207--219},
address={Saarbr\"ucken, Germany},
publisher={Association for Computational Linguistics}
}
@article{costa2008revised,
title={The revised neo personality inventory (neo-pi-r)},
author={Costa, Paul T and McCrae, Robert R},
journal={The SAGE handbook of personality theory and assessment},
volume={2},
number={2},
pages={179--198},
year={2008},
publisher={Sage Publications Inc. Thousand Oaks, CA, US}
}
@article{goldberg1993structure,
title={The structure of phenotypic personality traits.},
author={Goldberg, Lewis R},
journal={American psychologist},
volume={48},
number={1},
pages={26},
year={1993},
publisher={American Psychological Association}
}
@article{youyou2015computer,
title={Computer-based personality judgments are more accurate than those made by humans},
author={Youyou, Wu and Kosinski, Michal and Stillwell, David},
journal={Proceedings of the National Academy of Sciences},
volume={112},
number={4},
pages={1036--1040},
year={2015},
publisher={National Acad Sciences}
}
@article{kosinski2013private,
title={Private traits and attributes are predictable from digital records of human behavior},
author={Kosinski, Michal and Stillwell, David and Graepel, Thore},
journal={Proceedings of the National Academy of Sciences},
volume={110},
number={15},
pages={5802--5805},
year={2013},
publisher={National Acad Sciences}
}
@article{kosinski2015facebook,
title={Facebook as a research tool for the social sciences: Opportunities, challenges, ethical considerations, and practical guidelines.},
author={Kosinski, Michal and Matz, Sandra C and Gosling, Samuel D and Popov, Vesselin and Stillwell, David},
journal={American Psychologist},
volume={70},
number={6},
pages={543},
year={2015},
publisher={American Psychological Association}
}
@article{mairesse2007using,
title={Using linguistic cues for the automatic recognition of personality in conversation and text},
author={Mairesse, Fran{\c{c}}ois and Walker, Marilyn A and Mehl, Matthias R and Moore, Roger K},
journal={Journal of artificial intelligence research},
volume={30},
pages={457--500},
year={2007}
}
@article{pearl2018theoretical,
title={Theoretical Impediments to Machine Learning With Seven Sparks from the Causal Revolution},
author={Pearl, Judea},
journal={arXiv preprint arXiv:1801.04016},
year={2018}
}
@incollection{muller2016future,
title={Future progress in artificial intelligence: A survey of expert opinion},
author={M{\"u}ller, Vincent C and Bostrom, Nick},
booktitle={Fundamental issues of artificial intelligence},
pages={555--572},
year={2016},
publisher={Springer}
}
@misc{gottfredson1997mainstream,
title={Mainstream science on intelligence: An editorial with 52 signatories, history, and bibliography},
author={Gottfredson, Linda S},
year={1997},
publisher={JAI}
}
@article{lake2017building,
title={Building machines that learn and think like people},
author={Lake, Brenden M and Ullman, Tomer D and Tenenbaum, Joshua B and Gershman, Samuel J},
journal={Behavioral and Brain Sciences},
volume={40},
year={2017},
publisher={Cambridge University Press}
}
@article{lerer2016learning,
title={Learning physical intuition of block towers by example},
author={Lerer, Adam and Gross, Sam and Fergus, Rob},
journal={arXiv preprint arXiv:1603.01312},
year={2016}
}
@article{chouard2016go,
title={The Go Files: AI computer wraps up 4-1 victory against human champion},
author={Chouard, Tanguy},
journal={Nature News},
year={2016}
}
@article{quercia2015smelly,
title={Smelly maps: the digital life of urban smellscapes},
author={Quercia, Daniele and Schifanella, Rossano and Aiello, Luca Maria and McLean, Kate},
journal={arXiv preprint arXiv:1505.06851},
year={2015}
}
@inproceedings{quercia2016emotional,
title={The Emotional and Chromatic Layers of Urban Smells.},
author={Quercia, Daniele and Aiello, Luca Maria and Schifanella, Rossano and others},
booktitle={ICWSM},
pages={309--318},
year={2016}
}
@article{aiello2016chatty,
title={Chatty maps: constructing sound maps of urban areas from social media data},
author={Aiello, Luca Maria and Schifanella, Rossano and Quercia, Daniele and Aletta, Francesco},
journal={Royal Society open science},
volume={3},
number={3},
pages={150690},
year={2016},
publisher={The Royal Society}
}
@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}
}
@inproceedings{franklin1996agent,
title={Is it an Agent, or just a Program?: A Taxonomy for Autonomous Agents},
author={Franklin, Stan and Graesser, Art},
booktitle={International Workshop on Agent Theories, Architectures, and Languages},
pages={21--35},
year={1996},
organization={Springer}
}
@inproceedings{isbister2002design,
title={Design and evaluation of embodied conversational agents: A proposed taxonomy},
author={Isbister, Katherine and Doyle, Patrick},
booktitle={The first international joint conference on autonomous agents \& multi-agent systems},
year={2002}
}
@incollection{ricci2011introduction,
title={Introduction to recommender systems handbook},
author={Ricci, Francesco and Rokach, Lior and Shapira, Bracha},
booktitle={Recommender systems handbook},
pages={1--35},
year={2011},
publisher={Springer}
}
@incollection{lops2011content,
title={Content-based recommender systems: State of the art and trends},
author={Lops, Pasquale and De Gemmis, Marco and Semeraro, Giovanni},
booktitle={Recommender systems handbook},
pages={73--105},
year={2011},
publisher={Springer}
}
@incollection{koren2015advances,
title={Advances in collaborative filtering},
author={Koren, Yehuda and Bell, Robert},
booktitle={Recommender systems handbook},
pages={77--118},
year={2015},
publisher={Springer}
}
@article{koren2009matrix,
title={Matrix factorization techniques for recommender systems},
author={Koren, Yehuda and Bell, Robert and Volinsky, Chris},
journal={Computer},
volume={42},
number={8},
year={2009},
publisher={IEEE}
}
@article{roberts1989serendipity,
title={Serendipity: Accidental discoveries in science},
author={Roberts, Royston M},
journal={Serendipity: Accidental Discoveries in Science, by Royston M. Roberts, pp. 288. ISBN 0-471-60203-5. Wiley-VCH, June 1989.},
pages={288},
year={1989}
}
@incollection{burke2007hybrid,
title={Hybrid web recommender systems},
author={Burke, Robin},
booktitle={The adaptive web},
pages={377--408},
year={2007},
publisher={Springer}
}
@article{lika2014facing,
title={Facing the cold start problem in recommender systems},
author={Lika, Blerina and Kolomvatsos, Kostas and Hadjiefthymiades, Stathes},
journal={Expert Systems with Applications},
volume={41},
number={4},
pages={2065--2073},
year={2014},
publisher={Elsevier}
}
@article{son2016dealing,
title={Dealing with the new user cold-start problem in recommender systems A comparative review},
author={Son, Le Hoang},
year={2016},
journal={Information Systems},
volume={58},
pages={87--104},
publisher={Elsevier Ltd}
}
@inproceedings{sun2013learning,
title={Learning multiple-question decision trees for cold-start recommendation},
author={Sun, Mingxuan and Li, Fuxin and Lee, Joonseok and Zhou, Ke and Lebanon, Guy and Zha, Hongyuan},
booktitle={Proceedings of the sixth ACM international conference on Web search and data mining},
pages={445--454},
year={2013},
organization={ACM}
}
@article{raskin2005comments,
title={Comments are more important than code},
author={Raskin, Jef},
journal={Queue},
volume={3},
number={2},
pages={64--65},
year={2005},
publisher={ACM}
}
@inproceedings{lafferty2001conditional,
title={Conditional random fields: Probabilistic models for segmenting and labeling sequence data},
author={Lafferty, John and McCallum, Andrew and Pereira, Fernando CN},
year={2001},
booktitle={Proceedings of ICML},
pages={282-289}
}
@inproceedings{liu2016not,
title={How NOT To Evaluate Your Dialogue System: An Empirical Study of Unsupervised Evaluation Metrics for Dialogue Response Generation},
author={Liu, Chia-Wei and Lowe, Ryan and Serban, Iulian and Noseworthy, Mike and Charlin, Laurent and Pineau, Joelle},
booktitle={Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing},
pages={2122--2132},
year={2016}
}
@article{hudson2018compositional,
title={Compositional attention networks for machine reasoning},
author={Hudson, Drew A and Manning, Christopher D},
journal={arXiv preprint arXiv:1803.03067},
year={2018}
}