-
Notifications
You must be signed in to change notification settings - Fork 0
/
ref.bib
1270 lines (1134 loc) · 41.3 KB
/
ref.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
@book{don_norman,
added-at = {2012-09-28T16:01:03.000+0200},
note = {New York},
author = {Norman, Donald A.},
biburl = {https://www.bibsonomy.org/bibtex/2e51bef4e8b0c0ea3c13e8b5e6a561bed/schmidt2},
description = {The Design of Everyday Things: Amazon.de: Don Norman: Englische Bücher},
interhash = {c6fd1560a6892285580779b96140f88c},
intrahash = {e51bef4e8b0c0ea3c13e8b5e6a561bed},
isbn = {0465067107 9780465067107},
keywords = {books design lang:en product_design toread ui usability ux},
publisher = {Basic Books},
refid = {215302602},
timestamp = {2012-09-28T16:01:03.000+0200},
title = {The design of everyday things},
year = {2002}
}
@inproceedings{SPA-overview,
year = {2018},
title = {The What and How of Smart Personal Assistants: Principles and Application Domains for IS Research},
author = {Robin Knote and Andreas Janson and Laura Eigenbrod and Matthias S{\"o}llner},
booktitle = {Multikonferenz Wirtschaftsinformatik (MKWI)},
keywords = {Context-Awareness, Literature Review, Smart Personal Assistants},
note = {Lüneburg, Germany},
url = {https://www.alexandria.unisg.ch/252796/},
abstract = {ARRAY(0x55fb31ba9f38)},
pages = {1083--1094}
}
@book{virtualbutler,
doi = {10.1007/978-3-642-37346-6},
url = {https://doi.org/10.1007/978-3-642-37346-6},
year = {2013},
publisher = {Springer Berlin Heidelberg},
author = {Robert Trappl},
title = {Your Virtual Butler}
}
@inproceedings{dey-abwod ,
author = {Abowd, Gregory D. and Dey, Anind K. and Brown, Peter J. and Davies, Nigel and Smith, Mark and Steggles, Pete},
title = {Towards a Better Understanding of Context and Context-Awareness},
booktitle = {Proceedings of the 1st International Symposium on Handheld and Ubiquitous Computing},
series = {HUC '99},
year = {1999},
isbn = {3-540-66550-1},
location = {Karlsruhe, Germany},
pages = {304--307},
numpages = {4},
url = {http://dl.acm.org/citation.cfm?id=647985.743843},
acmid = {743843},
publisher = {Springer-Verlag},
note = {London, UK, UK},
}
@inproceedings{Dingler2016,
author = {Dingler, Tilman},
title = {Cognition-aware Systems As Mobile Personal Assistants},
booktitle = {Proceedings of the 2016 ACM International Joint Conference on Pervasive and Ubiquitous Computing: Adjunct},
series = {UbiComp '16},
year = {2016},
isbn = {978-1-4503-4462-3},
note = {Heidelberg, Germany},
pages = {1035--1040},
numpages = {6},
url = {http://doi.acm.org/10.1145/2968219.2968565},
doi = {10.1145/2968219.2968565},
acmid = {2968565},
publisher = {{Association for Computing Machinery (ACM)} Press},
}
@inproceedings{Luger2016,
author = {Luger, Ewa and Sellen, Abigail},
title = {"Like Having a Really Bad PA": The Gulf Between User Expectation and Experience of Conversational Agents},
booktitle = {Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems},
series = {CHI '16},
year = {2016},
isbn = {978-1-4503-3362-7},
note = {San Jose, California, USA},
pages = {5286--5297},
numpages = {12},
url = {http://doi.acm.org/10.1145/2858036.2858288},
doi = {10.1145/2858036.2858288},
acmid = {2858288},
publisher = {Association for Computing Machinery (ACM)},
keywords = {conversational agents, evaluation, mental models},
}
@inproceedings{alexabff,
doi = {10.1145/3027063.3053246},
url = {https://doi.org/10.1145/3027063.3053246},
year = {2017},
publisher = {{Association for Computing Machinery (ACM)} Press},
author = {Amanda Purington and Jessie G. Taft and Shruti Sannon and Natalya N. Bazarova and Samuel Hardman Taylor},
title = {"Alexa is my new {BFF}"},
booktitle = {Proceedings of the 2017 {CHI} Conference Extended Abstracts on Human Factors in Computing Systems - {CHI} {EA} {\textquotesingle}17},
note = {Denver, Colorado, USA},
pages = {2853-2859}
}
@inproceedings{Cowan2017,
author = {Cowan, Benjamin R. and Pantidi, Nadia and Coyle, David and Morrissey, Kellie and Clarke, Peter and Al-Shehri, Sara and Earley, David and Bandeira, Natasha},
title = {"What Can I Help You with?": Infrequent Users' Experiences of Intelligent Personal Assistants},
booktitle = {Proceedings of the 19th International Conference on Human-Computer Interaction with Mobile Devices and Services},
series = {MobileHCI '17},
year = {2017},
isbn = {978-1-4503-5075-4},
location = {Vienna, Austria},
pages = {43:1--43:12},
articleno = {43},
numpages = {12},
url = {http://doi.acm.org/10.1145/3098279.3098539},
doi = {10.1145/3098279.3098539},
acmid = {3098539},
publisher = {Association for Computing Machinery (ACM)},
note = {Vienna, Austria},
}
@misc{siriDemo,
author = {Christian Zibreg},
title = {Apple shares examples of Siri's third-party app integration on iOS 10},
howpublished = {\url{https://www.idownloadblog.com/2016/09/01/apple-siri-ios-10-app-integration/}},
month = {},
year = {2016},
note = {(Consulté le 29/10/2018)}
}
@misc{macossiridemo,
author = {Jason Snell},
title = {macOS Sierra Review: Hey Siri, where did my files go? - Six Colors},
howpublished = {\url{https://sixcolors.com/post/2016/09/sierra-review/}},
month = sep,
year = {2016},
note = {(Consulté le 29/10/2018)}
}
@book{RussellAgent,
author = {Russell, Stuart J. and Norvig, Peter},
title = {Artificial Intelligence: A Modern Approach},
year = {2003},
isbn = {0137903952},
edition = {2},
publisher = {Pearson Education},
}
@inproceedings{Imtiaz2014,
doi = {10.1109/etfa.2014.7005273},
url = {https://doi.org/10.1109/etfa.2014.7005273},
year = {2014},
month = {sep},
note = {Barcelona, Spain},
pages={1--4},
publisher = {Institute of Electrical and Electronics Engineers (IEEE) },
author = {Jahanzaib Imtiaz and Nils Koch and Holger Flatt and Jurgen Jasperneite and Michael Voit and Florian van de Camp},
title = {A flexible context-aware assistance system for industrial applications using camera based localization},
booktitle = {Proceedings of the 2014 Emerging Technology and Factory Automation ({ETFA})}
}
@inproceedings{ENGAGINGTA,
title={Engaging the Appropriation of Technology-mediated Learning Services - A Theory-driven Design Approach},
author={Andreas Janson and Marian Thiel de Gafenco},
booktitle={European Conference on Information Systems (ECIS)},
note = {Münster, Germany},
year={2015}
}
@article{Reiter:1997,
author = {Reiter, Ehud and Dale, Robert},
title = {Building Applied Natural Language Generation Systems},
journal = {Natural Language Engineering},
issue_date = {March 1997},
volume = {3},
number = {1},
month = mar,
year = {1997},
url = {http://dx.doi.org/10.1017/S1351324997001502},
doi = {10.1017/S1351324997001502},
acmid = {974490},
publisher = {Cambridge University Press},
note = {New York, NY, USA},
}
@article{Dethlefs2014,
author = {Dethlefs, Nina},
title = {Context-Sensitive Natural Language Generation: From Knowledge-Driven to Data-Driven Techniques},
journal = {Language and Linguistics Compass},
volume = {8},
number = {3},
pages = {99-115},
doi = {10.1111/lnc3.12067},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1111/lnc3.12067},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1111/lnc3.12067},
year = {2014}
}
@article{Labbé2012,
author = {Cyril Labb{\'{e}} and
Fran{\c{c}}ois Portet},
title = {Towards an Abstractive Opinion Summarisation of Multiple Reviews in
the Tourism Domain},
booktitle = {Proceedings of the 1st International Workshop on Sentiment Discovery
from Affective Data, SDAD@ECML/PKDD 2012, Bristol, UK, September 28,
2012},
pages = {87--94},
year = {2012},
crossref = {DBLP:conf/pkdd/2012sdad},
url = {http://ceur-ws.org/Vol-917/SDAD2012\_9\_Labbe.pdf},
timestamp = {Tue, 28 May 2019 16:23:26 +0200},
biburl = {https://dblp.org/rec/bib/conf/pkdd/LabbeP12},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{Yu:2007,
author = {Yu, Jin and Reiter, Ehud and Hunter, Jim and Mellish, Chris},
title = {Choosing the Content of Textual Summaries of Large Time-series Data Sets},
journal = {Natural Language Engineering},
issue_date = {March 2007},
volume = {13},
number = {1},
month = mar,
year = {2007},
url = {http://dx.doi.org/10.1017/S1351324905004031},
doi = {10.1017/S1351324905004031},
acmid = {1230770},
publisher = {Cambridge University Press},
note = {New York, NY, USA},
}
@article{Gatt2018,
title={Survey of the State of the Art in Natural Language Generation: Core tasks, applications and evaluation},
volume={61},
ISSN={1076-9757},
url={http://dx.doi.org/10.1613/jair.5477},
DOI={10.1613/jair.5477},
journal={Journal of Artificial Intelligence Research},
publisher={AI Access Foundation},
author={Gatt, Albert and Krahmer, Emiel},
year={2018},
month={Jan},
pages={65--170},
note = {USA},
}
@article{Theune2001,
author = {Theune, M. and Klabbers, E. and De Pijper, J. R. and Krahmer, E. and Odijk, J.},
title = {From Data to Speech: A General Approach},
journal = {Natural Language Engineering},
issue_date = {March 2001},
volume = {7},
number = {1},
month = mar,
year = {2001},
url = {http://dl.acm.org/citation.cfm?id=973927.973930},
acmid = {973930},
publisher = {Cambridge University Press},
note = {New York, NY, USA},
}
@inproceedings{Angeli2012,
author = {Angeli, Gabor and Manning, Christopher D. and Jurafsky, Daniel},
title = {Parsing Time: Learning to Interpret Time Expressions},
booktitle = {Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
series = {North American Chapter of ACL (NAACL) HLT '12},
year = {2012},
location = {Montreal, Canada},
url = {http://dl.acm.org/citation.cfm?id=2382029.2382092},
acmid = {2382092},
pages = {446--455},
publisher = {Association for Computational Linguistics},
note = {Stroudsburg, PA, USA},
}
@book{Halliday2004,
author={Halliday, M. A. K. and Matthiessen, Christian M. I. M.},
title={Introduction to Functional Grammar},
publisher = {Hodder Arnold},
note = {London},
year={2004},
edition={3},
}
@inproceedings{Mann1983,
title={Nigel: A Systemic Grammar for Text Generation.},
author={William C. Mann and Christian M. I. M. Matthiessen},
year={1983}
}
@article{Bateman1997,
author = {Bateman, John A.},
title = {Enabling Technology for Multilingual Natural Language Generation: The KPML Development Environment},
journal = {Nat. Lang. Eng.},
issue_date = {March 1997},
volume = {3},
number = {1},
pages = {15--55},
month = mar,
year = {1997},
url = {http://dx.doi.org/10.1017/S1351324997001514},
doi = {10.1017/S1351324997001514},
acmid = {974489},
publisher = {Cambridge University Press},
note = {New York, NY, USA},
}
@inproceedings{Elhadad1996,
title={An Overview of SURGE: a Reusable Comprehensive Syntactic Realization Component},
author={Michael Elhadad and Jacques Robin},
booktitle={International Natural Language Generation Workshop},
year={1996}
}
@inproceedings{LangkildeGeary2000,
title={Forest-Based Statistical Sentence Generation},
author={Irene Langkilde-Geary},
booktitle={1st Meeting of the North {A}merican Chapter of the Association for Computational Linguistics},
year={2000},
note = {California, USA}
}
@article{Belz2008,
author = {Belz, Anja},
title = {Automatic Generation of Weather Forecast Texts Using Comprehensive Probabilistic Generation-space Models},
journal = {Nat. Lang. Eng.},
issue_date = {October 2008},
volume = {14},
number = {4},
month = oct,
year = {2008},
issn = {1351-3249},
pages = {431--455},
numpages = {25},
url = {http://dx.doi.org/10.1017/S1351324907004664},
doi = {10.1017/S1351324907004664},
acmid = {1520026},
publisher = {Cambridge University Press},
note = {New York, NY, USA},
}
@inproceedings{Espinosa2008,
title={Hypertagging: Supertagging for Surface Realization with CCG},
author={Dominic Espinosa and Michael White and Dennis Mehay},
booktitle={Proceedings of ACL-08: HLT},
publisher = {Association for Computational Linguistics (ACL)},
year={2008},
note = {Columbus, Ohio},
pages = {183--191}
}
@inproceedings{Ferreira2017,
title={Linguistic realisation as machine translation: Comparing different MT models for AMR-to-text generation},
author={Thiago Castro Ferreira and Iacer Calixto and Sander Wubben and Emiel Krahmer},
booktitle={Proceedings of the 10th International Conference on Natural Language Generation},
year={2017},
pages = {1--10},
publisher = {Association for Computational Linguistics (ACL)},
note = {Santiago de Compostela, Spain}
}
@inproceedings{Wen2015,
title={Semantically Conditioned LSTM-based Natural Language Generation for Spoken Dialogue Systems},
author={Tsung-Hsien Wen and Milica Gasic and Nikola Mrksic and Pei-hao Su and David Vandyke and Steve J. Young},
booktitle={Conference on Empirical Methods in Natural Language Processing (EMNLP) },
year={2015},
note = {Lisbon, Portugal}
}
@inproceedings{Sordoni2015,
title={A Neural Network Approach to Context-Sensitive Generation of Conversational Responses},
author={Alessandro Sordoni and Michel Galley and Michael Auli and Chris Brockett and Yangfeng Ji and Margaret Mitchell and Jian-Yun Nie and Jianfeng Gao and William B. Dolan},
booktitle={North American Chapter of ACL (NAACL)},
year={2015},
pages={196--205}
}
@inproceedings{Serban2016,
author = {Serban, Iulian V. and Sordoni, Alessandro and Bengio, Yoshua and Courville, Aaron and Pineau, Joelle},
title = {Building End-to-end Dialogue Systems Using Generative Hierarchical Neural Network Models},
booktitle = {Proceedings of the Thirtieth Conference on Artificial Intelligence},
series = {Association for the Advancement of Artificial Intelligence (AAAI)},
year = {2016},
location = {Phoenix, Arizona},
pages = {3776--3783},
numpages = {8},
url = {http://dl.acm.org/citation.cfm?id=3016387.3016435},
acmid = {3016435},
publisher = {Association for the Advancement of Artificial Intelligence (AAAI) Press},
}
@inproceedings{Goyal2016,
title={Natural Language Generation through Character-based RNNs with Finite-state Prior Knowledge},
author={Raghav Goyal and Marc Dymetman and Eric Gaussier},
booktitle={Proceedings of {COLING} 2016, the 26th International Conference on Computational Linguistics: Technical Papers},
year={2016},
pages={1083--1092},
publisher = {The COLING 2016 Organizing Committee},
note = {Osaka, Japan}
}
@article{Chen2017,
author = {Chen, Hongshen and Liu, Xiaorui and Yin, Dawei and Tang, Jiliang},
title = {A Survey on Dialogue Systems: Recent Advances and New Frontiers},
journal = {SIGKDD Explor. Newsl.},
issue_date = {December 2017},
volume = {19},
number = {2},
month = nov,
year = {2017},
issn = {1931-0145},
pages = {25--35},
numpages = {11},
url = {http://doi.acm.org/10.1145/3166054.3166058},
doi = {10.1145/3166054.3166058},
acmid = {3166058},
publisher = {Association for Computing Machinery (ACM)},
note = {New York, NY, USA},
}
@inproceedings{Goddeau1996,
author = {Goddeau, D and Meng, Helen and Polifroni, Joseph and Seneff, Stephanie and Busayapongchai, S},
year = {1996},
month = {11},
volume = {2},
pages = {701 - 704},
title = {A form-based dialogue manager for spoken language applications},
isbn = {0-7803-3555-4},
doi = {10.1109/ICSLP.1996.607458}
}
@ARTICLE{Bel1957,
author = {Richard Bellman},
title = {A Markovian Decision Process},
journal = {Indiana Univ. Math. J.},
fjournal = {Indiana University Mathematics Journal},
volume = {6},
year = {1957},
issue = {4},
pages = {679--684},
issn = {0022-2518},
coden = {IUMJAB},
}
@article{Young2010,
author = {Young, Steve and Ga\v{s}i\'{c}, Milica and Keizer, Simon and Mairesse, Fran\c{c}ois and Schatzmann, Jost and Thomson, Blaise and Yu, Kai},
title = {The Hidden Information State Model: A Practical Framework for POMDP-based Spoken Dialogue Management},
journal = {Comput. Speech Lang.},
issue_date = {April, 2010},
volume = {24},
number = {2},
month = apr,
year = {2010},
issn = {0885-2308},
pages = {150--174},
numpages = {25},
url = {http://dx.doi.org/10.1016/j.csl.2009.04.001},
doi = {10.1016/j.csl.2009.04.001},
acmid = {1621240},
publisher = {Academic Press Ltd.},
note = {London, UK, UK},
keywords = {Hidden Information State model, POMDP, Statistical dialogue systems},
}
@article{Williams2007,
author = {Williams, J. D. and Young, S.},
title = {Scaling POMDPs for Spoken Dialog Management},
journal = {Trans. Audio, Speech and Lang. Proc.},
issue_date = {September 2007},
volume = {15},
number = {7},
month = sep,
year = {2007},
issn = {1558-7916},
pages = {2116--2129},
numpages = {14},
url = {https://doi.org/10.1109/TASL.2007.902050},
doi = {10.1109/TASL.2007.902050},
acmid = {2209864},
publisher = {Institute of Electrical and Electronics Engineers (IEEE) Press},
note = {Piscataway, NJ, USA},
keywords = {Decision theory, dialog management, partially observable Markov decision process (POMDP), planning under uncertainty, spoken dialog system (SDS)},
}
@Article{Astrom1965,
author = {{\AA}str\"{o}m, K. J.},
title = {Optimal Control of {Markov Processes} with Incomplete State Information},
journal = {Journal of Mathematical Analysis and Applications},
year = {1965},
volume = {October},
pages = {174--205},
month = {January},
publisher = {Academic Press}
}
@inproceedings{Henderson2013,
title={Deep Neural Network Approach for the Dialog State Tracking Challenge},
author={Matthew Henderson and Blaise Thomson and Steve J. Young},
booktitle={Special Interest Group on Discourse and Dialogue (SIGDIAL) Conference},
year={2013},
pages={467--471},
publisher = {Association for Computational Linguistics (ACL)},
note = {Metz, France}
}
@article{Lee2010,
title={Recent Approaches to Dialog Management for Spoken Dialog Systems},
author={Cheongjae Lee and Sangkeun Jung and Kyungduk Kim and Donghyeon Lee and Gary Geunbae Lee},
journal={Journal of Computing Science and Engineering (JCSE)},
year={2010},
volume={4},
pages={1-22},
note = {Pohang, Republic of Korea}
}
@article{Henderson2008,
author = {Henderson, James and Lemon, Oliver and Georgila, Kallirroi},
title = {Hybrid Reinforcement/Supervised Learning of Dialogue Policies from Fixed Data Sets},
journal = {Comput. Linguist.},
issue_date = {December 2008},
volume = {34},
number = {4},
month = dec,
year = {2008},
issn = {0891-2017},
pages = {487--511},
numpages = {25},
url = {http://dx.doi.org/10.1162/coli.2008.07-028-R2-05-82},
doi = {10.1162/coli.2008.07-028-R2-05-82},
acmid = {1479204},
publisher = {MIT Press},
note = {Cambridge, MA, USA},
}
@inproceedings{Wen2017,
title={A Network-based End-to-End Trainable Task-oriented Dialogue System},
author={Tsung-Hsien Wen and Milica Gasic and Nikola Mrksic and Lina Maria Rojas-Barahona and Pei-hao Su and Stefan Ultes and David Vandyke and Steve J. Young},
booktitle={uropean Chapter of the Association for Computational Linguistics (EACL) },
year={2017},
pages= {438--449},
note = {Valencia, Spain}
}
@article{Weisz2018,
title={Sample Efficient Deep Reinforcement Learning for Dialogue Systems With Large Action Spaces},
author={Gell{\'e}rt Weisz and Pawex0142 Budzianowski and Pei-hao Su and Milica Gax0161ix0107},
journal={Institute of Electrical and Electronics Engineers (IEEE)/ACM Transactions on Audio, Speech, and Language Processing},
year={2018},
volume={26},
pages={2083--2097}
}
@article{Mnih2015,
title={Human-level control through deep reinforcement learning},
author={Volodymyr Mnih and Koray Kavukcuoglu and David Silver and Andrei A. Rusu and Joel Veness and Marc G. Bellemare and Alex Graves and Martin A. Riedmiller and Andreas Fidjeland and Georg Ostrovski and Stig Petersen and Charles Beattie and Amir Sadik and Ioannis Antonoglou and Helen King and Dharshan Kumaran and Daan Wierstra and Shane Legg and Demis Hassabis},
journal={Nature},
year={2015},
volume={518}
}
@book{Dimitri2012,
author = {Bertsekas, Dimitri P.},
title = {Dynamic Programming and Optimal Control, Vol. II},
year = {2007},
month = jan,
isbn = {1886529302, 9781886529304},
edition = {3e},
publisher = {Athena Scientific},
}
@inproceedings{Georgila2005,
title={Learning user simulations for information state update dialogue systems},
author={Kallirroi Georgila and James Henderson and Oliver Lemon},
booktitle={Proceedings of the Ninth European Conference on Speech Communication and Technology},
year={2005},
pages = {893--896},
note = {Lisbon, Portugal}
}
@INPROCEEDINGS{Cuayhuitl2005,
title={Human-computer dialogue simulation using hidden Markov models},
author={Heriberto Cuay{\'a}huitl and Steve Renals and Oliver Lemon and Hiroshi Shimodaira},
journal={Institute of Electrical and Electronics Engineers (IEEE) Workshop on Automatic Speech Recognition and Understanding, 2005.},
year={2005},
pages={290-295},
note = {San Juan, Puerto Rico}
}
@inproceedings{Schatzmann2007,
title={Agenda-Based User Simulation for Bootstrapping a POMDP Dialogue System},
author={Jost Schatzmann and Blaise Thomson and Karl Weilhammer and Hui Ye and Steve J. Young},
booktitle={North American Chapter of ACL (NAACL)},
year={2007},
note = {Rochester, New York},
publisher = {Association for Computational Linguistics (ACL)},
pages = {149--152}
}
@inproceedings{Chandramohan2011,
title={User Simulation in Dialogue Systems Using Inverse Reinforcement Learning},
author={Senthilkumar Chandramohan and Matthieu Geist and Fabrice Lef{\`e}vre and Olivier Pietquin},
booktitle={INTERSPEECH},
year={2011},
pages = {1025-1028},
note = {Florence, Italy}
}
@inproceedings{mitchelllearning,
author = {Mitchell, Tom},
year = {2006},
month = {01},
pages = {},
title = {The Discipline of Machine Learning},
}
@article{supervised_learning,
author = {Kotsiantis, Sotiris and Zaharakis, I and Pintelas, P},
year = {2006},
month = {11},
pages = {159-190},
title = {Machine learning: A review of classification and combining techniques},
volume = {26},
journal = {Artificial Intelligence Review},
doi = {10.1007/s10462-007-9052-3}
}
@incollection{unsupervised_learning,
author = {Barlow, H. B.},
chapter = {Unsupervised Learning},
title = {Unsupervised Learning},
editor = {Hinton, Geoffrey and Sejnowski, Terrence J.},
year = {1999},
isbn = {0-262-58168-X},
pages = {1--17},
numpages = {17},
url = {http://dl.acm.org/citation.cfm?id=305588.305589},
acmid = {305589},
publisher = {Bradford Company},
note = {Scituate, MA, USA},
}
@article{neural_nets,
author = {Sonali, B.Maind.},
title = {Research Paper on Basic of Artificial Neural Network},
pages = {1},
year = {2014},
}
@article{inception,
author = {Christian Szegedy and
Vincent Vanhoucke and
Sergey Ioffe and
Jonathon Shlens and
Zbigniew Wojna},
title = {Rethinking the Inception Architecture for Computer Vision},
journal = {Computing Research Repository (CoRR)},
volume = {abs/1512.00567},
year = {2015},
url = {http://arxiv.org/abs/1512.00567},
archivePrefix = {arXiv},
eprint = {1512.00567},
timestamp = {Mon, 13 Aug 2018 16:49:07 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/SzegedyVISW15},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@INPROCEEDINGS{speech_reco_dnn,
author={A. {Graves} and A. {Mohamed} and G. {Hinton}},
booktitle={2013 Institute of Electrical and Electronics Engineers (IEEE) International Conference on Acoustics, Speech and Signal Processing},
title={Speech recognition with deep recurrent neural networks},
year={2013},
pages={6645--6649},
doi={10.1109/ICASSP.2013.6638947},
ISSN={1520-6149},
month={May},
note = {Vancouver, BC, Canada}
}
@book{speech_reco_Yu2015,
doi = {10.1007/978-1-4471-5779-3},
url = {https://doi.org/10.1007/978-1-4471-5779-3},
year = {2015},
publisher = {Springer London},
author = {Dong Yu and Li Deng},
title = {Automatic Speech Recognition},
pages = {57-76}
}
@article{seq2seq_multitask_classification,
author = {Marc Velay and
Fabrice Daniel},
title = {Seq2Seq and Multi-Task Learning for joint intent and content extraction
for domain specific interpreters},
journal = {Computing Research Repository (CoRR)},
volume = {abs/1808.00423},
year = {2018},
url = {http://arxiv.org/abs/1808.00423},
archivePrefix = {arXiv},
eprint = {1808.00423},
timestamp = {Sun, 02 Sep 2018 15:01:55 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1808-00423},
bibsource = {dblp computer science bibliography, https://dblp.org},
pages = {3-4}
}
@article{dnn_text_classification,
author = {Pengfei Liu and
Xipeng Qiu and
Xuanjing Huang},
title = {Recurrent Neural Network for Text Classification with Multi-Task Learning},
journal = {Computing Research Repository (CoRR)},
volume = {abs/1605.05101},
year = {2016},
url = {http://arxiv.org/abs/1605.05101},
archivePrefix = {arXiv},
eprint = {1605.05101},
timestamp = {Mon, 13 Aug 2018 16:49:03 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/LiuQH16},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@book{perceptron,
author = {Rosenblatt, F.},
year = {1959},
title = {Perceptron simulation experiments (Project Para)},
}
}
@article{mlp,
doi = {10.1016/0925-2312(91)90023-5},
url = {https://doi.org/10.1016/0925-2312(91)90023-5},
year = {1991},
month = {jul},
publisher = {Elsevier {BV}},
volume = {2},
number = {5-6},
pages = {183--197},
author = {Fionn Murtagh},
title = {Multilayer perceptrons for classification and regression},
journal = {Neurocomputing},
note = {Garching, Germany}
}
@article{dnn,
author = {LeCun, Yann and Bengio, Y and Hinton, Geoffrey},
year = {2015},
month = {05},
pages = {436-44},
title = {Deep Learning},
volume = {521},
journal = {Nature},
doi = {10.1038/nature14539}
}
@article{rnn_lstms,
author = {Zachary Chase Lipton},
title = {A Critical Review of Recurrent Neural Networks for Sequence Learning},
journal = {Computing Research Repository (CoRR)},
volume = {abs/1506.00019},
year = {2015},
url = {http://arxiv.org/abs/1506.00019},
archivePrefix = {arXiv},
eprint = {1506.00019},
timestamp = {Mon, 13 Aug 2018 16:48:10 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/Lipton15},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@misc{rnns_online,
author = {Christopher Olah},
title = {Understanding LSTM Networks -- colah's blog},
howpublished = {\url{http://colah.github.io/posts/2015-08-Understanding-LSTMs/}},
month = {Août},
year = {2015},
note = {(Accessed on 02/19/2019)}
}
@article{vanishing_gradient,
author = {Hochreiter, Sepp},
title = {The Vanishing Gradient Problem During Learning Recurrent Neural Nets and Problem Solutions},
journal = {Int. J. Uncertain. Fuzziness Knowl.-Based Syst.},
issue_date = {April 1998},
volume = {6},
number = {2},
month = apr,
year = {1998},
issn = {0218-4885},
pages = {107--116},
numpages = {10},
url = {http://dx.doi.org/10.1142/S0218488598000094},
doi = {10.1142/S0218488598000094},
acmid = {355233},
publisher = {World Scientific Publishing Co., Inc.},
note = {River Edge, NJ, USA},
keywords = {long short-term memory, long-term dependencies, recurrent neural nets, vanishing gradient},
}
@article{lstm_original_paper,
author = {Hochreiter, Sepp and Schmidhuber, J\"{u}rgen},
title = {Long Short-Term Memory},
journal = {Neural Comput.},
issue_date = {November 15, 1997},
volume = {9},
number = {8},
month = nov,
year = {1997},
issn = {0899-7667},
pages = {1735--1780},
numpages = {46},
url = {http://dx.doi.org/10.1162/neco.1997.9.8.1735},
doi = {10.1162/neco.1997.9.8.1735},
acmid = {1246450},
publisher = {MIT Press},
note = {Cambridge, MA, USA},
}
@book{nlp_ngrams,
Author = {Daniel Jurafsky and James H. Martin},
Title = {Speech and Language Processing, 2nd Edition},
Publisher = {Prentice Hall},
Year = {2008},
ISBN = {9780131873216},
pages = {37-62},
note = {Upper Saddle River, NJ, USA}
}
@incollection{hmm_intro,
author = {Ghahramani, Zoubin},
chapter = {An Introduction to Hidden Markov Models and Bayesian Networks},
title = {Hidden Markov Models},
year = {2002},
isbn = {981-02-4564-5},
pages = {9--42},
numpages = {34},
url = {http://dl.acm.org/citation.cfm?id=505741.505743},
acmid = {505743},
publisher = {World Scientific Publishing Co., Inc.},
note = {River Edge, NJ, USA},
}
@Article{markov_process,
author="Kemeny, John G.
and Laurie Snell, J.",
title="Markov processes in learning theory",
journal="Psychometrika",
year="1957",
month="Sep",
day="01",
volume="22",
number="3",
pages="221--230",
abstract="Consideration is given mathematical problems arising in two learning theories---one developed by Bush and Mosteller, the other developed by Estes. The theory of Bush and Mosteller leads to a class of Markov processes which have been studied in considerable detail (see [1] and [7]). The Estes model can be treated as a Markov chain, i.e., a Markov process with a finite number of states. For an important class of special cases, it is shown that the Bush-Mosteller model is, in a sense, a limiting form of the Estes model. The limiting probability distributions are derived for the cases treated in both models.",
issn="1860-0980",
doi="10.1007/BF02289123",
url="https://doi.org/10.1007/BF02289123"
}
@article{hmm_formal,
title={An introduction to hidden Markov models},
author={ R. Rabiner and B. H. Juang},
journal={Institute of Electrical and Electronics Engineers (IEEE) ASSP Magazine},
year={1986},
volume={3},
pages={4-16}
}
@article{viterbi,
author={G. D. {Forney}},
journal={Proceedings of the Institute of Electrical and Electronics Engineers (IEEE)},
title={The viterbi algorithm},
year={1973},
volume={61},
number={3},
pages={268-278},
doi={10.1109/PROC.1973.9030},
ISSN={0018-9219},
month={March},
}
@inproceedings{viterbi_hmm,
author = {Bloit, Julien and Rodet, Xavier},
year = {2008},
month = {05},
pages = {2121 - 2124},
title = {Short-time Viterbi for online HMM decoding: Evaluation on a real-time phone recognition task},
doi = {10.1109/ICASSP.2008.4518061},
note = {Las Vegas, NV, USA}
}
@inproceedings{asr_definition,
title={Literature Survey of Arabic Speech Recognition},
author={Fawaz S. Al-Anzi and Dia AbuZeina},
journal={2018 International Conference on Computing Sciences and Engineering (ICCSE)},
year={2018},
pages={1-6}
}
@inproceedings{asr_extraction,
title={Speech Feature Extraction Techniques : A Review},
author={Shreya Narang and Ms. Divya Gupta},
year={2015},
pages = {107--114},
volume = {4},
edition = {3},
booktitle = {International Journal of Computer Science and Mobile Computing}
}
@article{MFCC,
author={P. M. {Chauhan} and N. P. {Desai}},
booktitle={2014 International Conference on Green Computing Communication and Electrical Engineering (ICGCCEE)},
title={Mel Frequency Cepstral Coefficients (MFCC) based speaker identification in noisy environment using wiener filter},
year={2014},
journal = {Electrical Communications and Computers (CONIELECOMP)},
volume={},
number={},
publisher = {Institute of Electrical and Electronics Engineers (Institute of Electrical and Electronics Engineers (IEEE))},
doi={10.1109/ICGCCEE.2014.6921394},
ISSN={},
month={March},
note ={Coimbatore, India}
}
@article{LSP,
title={Linear predictive coding},
author={Douglas D. O'Shaughnessy},
journal={Institute of Electrical and Electronics Engineers (IEEE) Potentials},
year={1988},
volume={7},
pages={29-32}
}
@article{RASTA,
author = {Rahali, Hajer and Hajaiej, Zied and Ellouze, Noureddine},
year = {2014},
month = {10},
pages = {17-24},
title = {Robust Features for Speech Recognition using Temporal Filtering Technique in the Presence of Impulsive Noise},
volume = {6},
journal = {International Journal of Image, Graphics and Signal Processing},
doi = {10.5815/ijigsp.2014.11.03}
}
@article{hmm_acoustic_model,
author = {Wiqas Ghai and Navdeep Singh},
title = {Literature Review on Automatic Speech Recognition},
journal = {International Journal of Computer Applications},
year = {2012},
volume = {41},
number = {8},
pages = {42-50},
month = {March},
note = {Lisboa, Portugal}
}
@inproceedings{dnn-hmm_acoustic_model,
author = {Deng, li and Hinton, Geoffrey and Kingsbury, Brian},
year = {2013},
month = {10},
pages = {8599-8603},
title = {New types of deep neural network learning for speech recognition and related applications: An overview},
journal = {Acoustics, Speech, and Signal Processing, 1988. ICASSP-88., 1988 International Conference on},
doi = {10.1109/ICASSP.2013.6639344},
note = {Vancouver, BC, Canada}
}
@INPROCEEDINGS{LM_grammar,
author = {Michael Kyle McCandless},
title = {Automatic Acquisition of Language Models for Speech recognition},
booktitle = {International Conference on Spoken Language Processing (ICSLP)},
year = {1994},
pages = {835--838},
publisher = {Massachusetts Institute of Technology (MIT)},
note = {MA, USA}
}
@article{LM_n-grams,
author = {Roark, Brian and Saraclar, Murat and Collins, Michael},