forked from danqi/thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathref.bib
1133 lines (989 loc) · 37.1 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
%%%%%%%%%%%%%%%%
% Bibliography
%%%%%%%%%%%%%%%%
@string{iclr = "International Conference on Learning Representations (ICLR)"}
@string{aaai = "Conference on Artificial Intelligence (AAAI)"}
@string{emnlp = "Empirical Methods in Natural Language Processing (EMNLP)"}
@string{acl = "Association for Computational Linguistics (ACL)"}
@string{acl_demo = "Association for Computational Linguistics (ACL): System Demonstrations"}
@string{aistats = "Artificial Intelligence and Statistics (AISTATS)"}
@string{nips = "Advances in Neural Information Processing Systems (NIPS)"}
@string{icml = "International Conference on Machine Learning (ICML)"}
@string{naacl = "North American Association for Computational Linguistics (NAACL)"}
@string{conll = "Computational Natural Language Learning (CoNLL)"}
@string{ijcnlp = "International Joint Conference on Natural Language Processing (IJCNLP)"}
@string{cvpr = "Conference on computer vision and pattern recognition (CVPR)"}
@string{iccv = "International Conference on Computer Vision (ICCV)"}
@string{acl_hlt = "Association for Computational Linguistics: Human Language Technologies (ACL-HLT)"}
@string{jmlr = "The Journal of Machine Learning Research (JMLR)"}
@string{tacl = "Transactions of the Association of Computational Linguistics (TACL)"}
@string{lrec = "International Conference on Language Resources and Evaluation (LREC)"}
@string{coling = "International Conference on Computational Linguistics (COLING)"}
@string{cl = "Computational Linguistics"}
@article{simmons1964indexing,
title={Indexing and dependency logic for answering {English} questions},
author={Simmons, Robert F and Klein, Sheldon and McConlogue, Keren},
journal={American Documentation},
volume={15},
number={3},
pages={196--204},
year={1964}
}
@phdthesis{charniak1972toward,
title={Toward a model of children's story comprehension},
author={Charniak, Eugene},
year={1972},
school={Massachusetts Institute of Technology}
}
@book{schank1977scripts,
title={Scripts, plans, goals and understanding: An inquiry into human knowledge structures},
author={Schank, Roger C and Abelson, Robert P},
year={1977},
publisher={Lawrence Erlbaum}
}
@phdthesis{lehnert1977process,
title={The process of question answering},
author={Lehnert, Wendy Grace},
year={1977},
school={Yale University}
}
@article{hochreiter1997,
title={Long short-term memory},
author={Hochreiter, Sepp and Schmidhuber, J{\"u}rgen},
journal={Neural Computation},
volume={9},
pages={1735--1780},
year={1997}
}
@inproceedings{kupiec1993murax,
title={{MURAX}: A robust linguistic approach for question answering using an on-line encyclopedia},
author={Kupiec, Julian},
booktitle={ACM SIGIR conference on Research and development in information retrieval},
pages={181--190},
year={1993}
}
@book{kintsch1998comprehension,
title={Comprehension: A paradigm for cognition.},
author={Kintsch, Walter},
year={1998},
publisher={Cambridge University Press}
}
@inproceedings{voorhees1999trec,
title={The {TREC-8} Question Answering Track Report},
author={Voorhees, Ellen M},
booktitle={Text {RE}trieval Conference (TREC)},
pages={77--82},
year={1999}
}
@inproceedings{hirschman1999deep,
title={Deep read: A reading comprehension system},
author={Hirschman, Lynette and Light, Marc and Breck, Eric and Burger, John D},
booktitle=acl,
pages={325--332},
year={1999}
}
@inproceedings{riloff2000rule,
title={A rule-based question answering system for reading comprehension tests},
author={Riloff, Ellen and Thelen, Michael},
booktitle={ANLP/NAACL Workshop on Reading comprehension tests as evaluation for computer-based language understanding sytems},
pages={13--19},
year={2000}
}
@inproceedings{charniak2000reading,
title={Reading comprehension programs in a statistical-language-processing class},
author={Charniak, Eugene and Altun, Yasemin and Braz, Rodrigo de Salvo and Garrett, Benjamin and Kosmala, Margaret and Moscovich, Tomer and Pang, Lixin and Pyo, Changhee and Sun, Ye and Wy, Wei and others},
booktitle={ANLP/NAACL Workshop on Reading comprehension tests as evaluation for computer-based language understanding sytems},
pages={1--5},
year={2000}
}
@inproceedings{moldovan2000structure,
title={The structure and performance of an open-domain question answering system},
author={Moldovan, Dan and Harabagiu, Sanda and Pasca, Marius and Mihalcea, Rada and Girju, Roxana and Goodrum, Richard and Rus, Vasile},
booktitle=acl,
pages={563--570},
year={2000}
}
@inproceedings{brill2002askmsr,
title={An analysis of the {AskMSR} question-answering system},
author={Brill, Eric and Dumais, Susan and Banko, Michele},
booktitle=emnlp,
pages={257--264},
year={2002}
}
@inproceedings{papineni2002bleu,
title={{BLEU}: a method for automatic evaluation of machine translation},
author={Papineni, Kishore and Roukos, Salim and Ward, Todd and Zhu, Wei-Jing},
booktitle=acl,
pages={311--318},
year={2002}
}
@inproceedings{Ahn2004using,
author = {Ahn, David and Jijkoun, Valentin and Mishne, Gilad and Müller, Karin and de Rijke, Maarten and Schlobach., Stefan},
booktitle = {Text {RE}trieval Conference (TREC)},
title = {Using {Wikipedia} at the {TREC} {QA} {Track}},
year = {2004}
}
@article{lin2004rouge,
title={{ROUGE}: A package for automatic evaluation of summaries},
author={Lin, Chin-Yew},
journal={Text Summarization Branches Out},
year={2004}
}
@inproceedings{banerjee2005meteor,
title={{METEOR}: An automatic metric for MT evaluation with improved correlation with human judgments},
author={Banerjee, Satanjeev and Lavie, Alon},
booktitle={ACL workshop on intrinsic and extrinsic evaluation measures for machine translation and/or summarization},
pages={65--72},
year={2005}
}
@inproceedings{buscaldi2006mining,
title={Mining knowledge from {Wikipedia} for the question answering task},
author={Buscaldi, Davide and Rosso, Paolo},
booktitle=lrec,
pages={727--730},
year={2006}
}
@incollection{auer2007dbpedia,
title={{DBpedia}: A nucleus for a web of open data},
author={Auer, S{\"o}ren and Bizer, Christian and Kobilarov, Georgi and Lehmann, Jens and Cyganiak, Richard and Ives, Zachary},
booktitle={The Semantic Web},
pages={722--735},
year={2007},
publisher={Springer}
}
@inproceedings{bollacker2008freebase,
title={Freebase: a collaboratively created graph database for structuring human knowledge},
author={Bollacker, Kurt and Evans, Colin and Paritosh, Praveen and Sturge, Tim and Taylor, Jamie},
booktitle={Proceedings of the 2008 ACM SIGMOD international conference on Management of data},
pages={1247--1250},
year={2008}
}
@inproceedings{mitchell2009populating,
title={Populating the semantic web by macro-reading internet text},
author={Mitchell, Tom M and Betteridge, Justin and Carlson, Andrew and Hruschka, Estevam and Wang, Richard},
booktitle={International Semantic Web Conference (IWSC)},
pages={998--1002},
year={2009}
}
@inproceedings{mintz2009distant,
author = {Mintz, Mike and Bills, Steven and Snow, Rion and Jurafsky, Daniel},
title = {Distant supervision for relation extraction without labeled data},
booktitle = acl,
year = {2009},
pages = {1003--1011}
}
@inproceedings{weinberger2009feature,
title={Feature hashing for large scale multitask learning},
author={Weinberger, Kilian and Dasgupta, Anirban and Langford, John and Smola, Alex and Attenberg, Josh},
booktitle=icml,
pages={1113--1120},
year={2009}
}
@article{wu2010adapting,
title={Adapting boosting for information retrieval measures},
author={Wu, Qiang and Burges, Christopher JC and Svore, Krysta M and Gao, Jianfeng},
journal={Information Retrieval},
volume={13},
number={3},
pages={254--270},
year={2010},
publisher={Springer}
}
@article{ferrucci2010building,
title={Building {Watson}: An overview of the {DeepQA} project},
author={Ferrucci, David and Brown, Eric and Chu-Carroll, Jennifer and Fan, James and Gondek, David and Kalyanpur, Aditya A and Lally, Adam and Murdock, J William and Nyberg, Eric and Prager, John and others},
journal={AI magazine},
volume={31},
number={3},
pages={59--79},
year={2010}
}
@inproceedings{krizhevsky2012imagenet,
title={Imagenet classification with deep convolutional neural networks},
author={Krizhevsky, Alex and Sutskever, Ilya and Hinton, Geoffrey E},
booktitle=nips,
pages={1097--1105},
year={2012}
}
@inproceedings{graves2013speech,
title={Speech recognition with deep recurrent neural networks},
author={Graves, Alex and Mohamed, Abdel-rahman and Hinton, Geoffrey},
booktitle={International Conference on Acoustics, Speech and Signal processing (ICASSP)},
pages={6645--6649},
year={2013}
}
@inproceedings{richardson2013mctest,
author = {Richardson, Matthew and Burges, Christopher J.C. and Renshaw, Erin},
title = {{MCTest}: A Challenge Dataset for the Open-Domain Machine Comprehension of Text},
booktitle = emnlp,
pages = {193--203},
year = {2013}
}
@inproceedings{berant2013semantic,
title={Semantic Parsing on {Freebase} from Question-Answer Pairs},
author={Berant, Jonathan and Chou, Andrew and Frostig, Roy and Liang, Percy},
booktitle=emnlp,
pages={1533--1544},
year={2013}
}
@inproceedings{mikolov2013distributed,
title={Distributed representations of words and phrases and their compositionality},
author={Mikolov, Tomas and Sutskever, Ilya and Chen, Kai and Corrado, Greg S and Dean, Jeff},
booktitle=nips,
pages={3111--3119},
year={2013}
}
@article{kingma2014adam,
title={Adam: A method for stochastic optimization},
author={Kingma, Diederik and Ba, Jimmy},
journal={arXiv preprint arXiv:1412.6980},
year={2014}
}
@inproceedings{manning2014stanford,
title={The {Stanford} {CoreNLP} natural language processing toolkit},
author={Manning, Christopher D and Surdeanu, Mihai and Bauer, John and Finkel, Jenny and Bethard, Steven J and McClosky, David},
booktitle=acl_demo,
pages={55--60},
year={2014}
}
@inproceedings{fader2014open,
title={Open Question Answering Over Curated and Extracted Knowledge Bases},
author={Fader, Anthony and Zettlemoyer, Luke and Etzioni, Oren},
booktitle={SIGKDD Conference on Knowledge Discovery and Data Mining (KDD)},
year={2014}
}
@inproceedings{yao2014freebase,
title={Freebase {QA}: Information Extraction or Semantic Parsing?},
author={Yao, Xuchen and Berant, Jonathan and Van Durme, Benjamin},
booktitle={ACL 2014 Workshop on Semantic Parsing},
pages={82--86},
year={2014}
}
@inproceedings{berant2014modeling,
author = {Berant, Jonathan and Srikumar, Vivek and Chen, Pei-Chun and Vander Linden, Abby and Harding, Brittany and Huang, Brad and Clark, Peter and Manning, Christopher D.},
title = {Modeling Biological Processes for Reading Comprehension},
booktitle = emnlp,
year = {2014},
pages = {1499--1510}
}
@inproceedings{cho2014learning,
title={Learning Phrase Representations using {RNN} Encoder-Decoder for Statistical Machine Translation},
author={Cho, Kyunghyun and Merrienboer, Bart and Gulcehre, Caglar and Bougares, Fethi and Schwenk, Holger and Bengio, Yoshua},
booktitle=emnlp,
year={2014},
pages = {1724--1734}
}
@inproceedings{pennington2014glove,
title={Glove: Global vectors for word representation},
author={Pennington, Jeffrey and Socher, Richard and Manning, Christopher},
booktitle=emnlp,
pages={1532--1543},
year={2014}
}
@inproceedings{kim2014convolutional,
title={Convolutional Neural Networks for Sentence Classification},
author={Kim, Yoon},
booktitle=emnlp,
pages={1746--1751},
year={2014}
}
@article{ryu2014open,
title={Open domain question answering using {Wikipedia-based} knowledge model},
author={Ryu, Pum-Mo and Jang, Myung-Gil and Kim, Hyun-Ki},
journal={Information Processing \& Management},
volume={50},
pages={683--692},
year={2014},
publisher={Elsevier}
}
@inproceedings{sutskever2014sequence,
title={Sequence to sequence learning with neural networks},
author={Sutskever, Ilya and Vinyals, Oriol and Le, Quoc V},
booktitle=nips,
pages={3104--3112},
year={2014}
}
@inproceedings{chelba2014one,
title={One Billion Word Benchmark for Measuring Progress in Statistical Language Modeling},
author={Chelba, Ciprian and Mikolov, Tomas and Schuster, Mike and Ge, Qi and Brants, Thorsten and Koehn, Phillipp and Robinson, Tony},
booktitle={Conference of the International Speech Communication Association (Interspeech)},
year={2014}
}
@inproceedings{antol2015vqa,
title={{VQA}: Visual {Q}uestion {A}nswering},
author={Antol, Stanislaw and Agrawal, Aishwarya and Lu, Jiasen and Mitchell, Margaret and Batra, Dhruv and Lawrence Zitnick, C and Parikh, Devi},
booktitle=iccv,
pages={2425--2433},
year={2015}
}
@article{vinyals2015neural,
title = {A Neural Conversational Model},
journal = {arXiv preprint arXiv:1506.05869},
author = {Vinyals, Oriol and Le, Quoc},
year = {2015}
}
@inproceedings{pasupat2015compositional,
title={Compositional Semantic Parsing on Semi-Structured Tables},
author={Pasupat, Panupong and Liang, Percy},
booktitle=acl,
pages={1470--1480},
year={2015}
}
@inproceedings{baudivs2015modeling,
title={Modeling of the question answering task in the {YodaQA} system},
author={Baudi{\v{s}}, Petr and {\v{S}}ediv{\`y}, Jan},
booktitle={International Conference of the Cross-Language Evaluation Forum for European Languages},
pages={222--228},
year={2015},
organization={Springer}
}
@inproceedings{baudivs2015yodaqa,
title={{YodaQA}: a modular question answering system pipeline},
author={Baudi{\v{s}}, Petr},
booktitle={POSTER 2015---19th International Student Conference on Electrical Engineering},
pages={1156--1165},
year={2015}
}
@book{gormley2015elasticsearch,
title={Elasticsearch: The Definitive Guide},
author={Gormley, Clinton and Tong, Zachary},
year={2015},
publisher={O'Reilly Media, Inc}
}
@article{bordes2015large,
title={Large-scale Simple Question Answering with Memory Networks},
author={Bordes, Antoine and Usunier, Nicolas and Chopra, Sumit and Weston, Jason},
journal={arXiv preprint arXiv:1506.02075},
year={2015}
}
@inproceedings{weston2015memory,
author = {Weston, Jason and Chopra, Sumit and Bordes, Antoine},
title = {Memory Networks},
booktitle = iclr,
year = {2015}
}
@inproceedings{bahdanau2015neural,
author = {Dzmitry Bahdanau and Kyunghyun Cho and Yoshua Bengio},
title = {Neural Machine Translation by Jointly Learning to Align and Translate},
booktitle = iclr,
year={2015}
}
@inproceedings{hermann2015teaching,
author = {Karl Moritz Hermann and Tom\'a\v{s} Ko\v{c}isk\'y and Edward Grefenstette and Lasse Espeholt and Will Kay and Mustafa Suleyman and Phil Blunsom},
title = {Teaching Machines to Read and Comprehend},
booktitle = nips,
pages={1693--1701},
year = {2015},
}
@inproceedings{srivastava2015training,
title={Training very deep networks},
author={Srivastava, Rupesh K and Greff, Klaus and Schmidhuber, J{\"u}rgen},
booktitle=nips,
pages={2377--2385},
year={2015}
}
@inproceedings{narasimhan2015machine,
title={Machine comprehension with discourse relations},
author={Narasimhan, Karthik and Barzilay, Regina},
booktitle=acl,
volume={1},
pages={1253--1262},
year={2015}
}
@inproceedings{sachan2015learning,
title={Learning answer-entailing structures for machine comprehension},
author={Sachan, Mrinmaya and Dubey, Kumar and Xing, Eric and Richardson, Matthew},
booktitle=acl,
volume={1},
pages={239--249},
year={2015}
}
@inproceedings{wang2015machine,
title={Machine comprehension with syntax, frames, and semantics},
author={Wang, Hai and Bansal, Mohit and Gimpel, Kevin and McAllester, David},
booktitle=acl,
volume={2},
pages={700--706},
year={2015}
}
@inproceedings{luong2015effective,
title={Effective Approaches to Attention-based Neural Machine Translation},
author={Luong, Thang and Pham, Hieu and Manning, Christopher D},
booktitle=emnlp,
pages={1412--1421},
year={2015}
}
@inproceedings{sun2015open,
title={Open domain question answering via semantic enrichment},
author={Sun, Huan and Ma, Hao and Yih, Wen-tau and Tsai, Chen-Tse and Liu, Jingjing and Chang, Ming-Wei},
booktitle={International Conference on World Wide Web (WWW)},
pages={1045--1055},
year={2015}
}
@article{cho2015natural,
title={Natural language understanding with distributed representation},
author={Cho, Kyunghyun},
journal={arXiv preprint arXiv:1511.07916},
year={2015}
}
@inproceedings{he2016deep,
title={Deep residual learning for image recognition},
author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
booktitle=cvpr,
pages={770--778},
year={2016}
}
@inproceedings{tapaswi2016movieqa,
title={{MovieQA}: Understanding stories in movies through question-answering},
author={Tapaswi, Makarand and Zhu, Yukun and Stiefelhagen, Rainer and Torralba, Antonio and Urtasun, Raquel and Fidler, Sanja},
booktitle=cvpr,
pages={4631--4640},
year={2016}
}
@inproceedings{ranzato2016sequence,
title={Sequence level training with recurrent neural networks},
author={Ranzato, Marc'Aurelio and Chopra, Sumit and Auli, Michael and Zaremba, Wojciech},
booktitle=iclr,
year={2016}
}
@article{nguyen2016ms,
title={{MS MARCO}: A human generated machine reading comprehension dataset},
author={Nguyen, Tri and Rosenberg, Mir and Song, Xia and Gao, Jianfeng and Tiwary, Saurabh and Majumder, Rangan and Deng, Li},
journal={arXiv preprint arXiv:1611.09268},
year={2016}
}
@article{lee2016learning,
title={Learning recurrent span representations for extractive question answering},
author={Lee, Kenton and Salant, Shimi and Kwiatkowski, Tom and Parikh, Ankur and Das, Dipanjan and Berant, Jonathan},
journal={arXiv preprint arXiv:1611.01436},
year={2016}
}
@inproceedings{li2016diversity,
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},
booktitle=naacl,
pages={110--119},
year={2016}
}
@article{bajgar2016embracing,
title={Embracing data abundance: {BookTest} dataset for reading comprehension},
author={Bajgar, Ondrej and Kadlec, Rudolf and Kleindienst, Jan},
journal={arXiv preprint arXiv:1610.00956},
year={2016}
}
@inproceedings{chen2016thorough,
title={A Thorough Examination of the {CNN/Daily Mail} Reading Comprehension Task},
author={Chen, Danqi and Bolton, Jason and Manning, Christopher D},
booktitle=acl,
volume={1},
year={2016},
pages = {2358--2367},
}
@inproceedings{shen2016minimum,
title={Minimum Risk Training for Neural Machine Translation},
author={Shen, Shiqi and Cheng, Yong and He, Zhongjun and He, Wei and Wu, Hua and Sun, Maosong and Liu, Yang},
booktitle=acl,
volume={1},
pages={1683--1692},
year={2016}
}
@inproceedings{gu2016incorporating,
author = {Gu, Jiatao and Lu, Zhengdong and Li, Hang and Li, Victor O.K.},
title = {Incorporating Copying Mechanism in Sequence-to-Sequence Learning},
booktitle = acl,
year = {2016},
pages = {1631--1640}
}
@inproceedings{lei2016rationalizing,
title={Rationalizing Neural Predictions},
author={Lei, Tao and Barzilay, Regina and Jaakkola, Tommi},
booktitle=emnlp,
pages={107--117},
year={2016}
}
@inproceedings{rajpurkar2016squad,
author = {Rajpurkar, Pranav and Zhang, Jian and Lopyrev, Konstantin and Liang, Percy},
booktitle = emnlp,
title = {{SQuAD}: 100,000+ Questions for Machine Comprehension of Text},
year = {2016},
pages = {2383--2392}
}
@inproceedings{andreas2016learning,
title={Learning to Compose Neural Networks for Question Answering},
author={Andreas, Jacob and Rohrbach, Marcus and Darrell, Trevor and Klein, Dan},
booktitle=naacl,
pages={1545--1554},
year={2016}
}
@inproceedings{parikh2016decomposable,
title={A Decomposable Attention Model for Natural Language Inference},
author={Parikh, Ankur and T{\"a}ckstr{\"o}m, Oscar and Das, Dipanjan and Uszkoreit, Jakob},
booktitle=emnlp,
pages={2249--2255},
year={2016}
}
@inproceedings{onishi2016did,
title={Who did What: A Large-Scale Person-Centered Cloze Dataset},
author={Onishi, Takeshi and Wang, Hai and Bansal, Mohit and Gimpel, Kevin and McAllester, David},
booktitle=emnlp,
pages={2230--2235},
year={2016}
}
@inproceedings{miller2016key,
title={Key-Value Memory Networks for Directly Reading Documents},
author={Miller, Alexander and Fisch, Adam and Dodge, Jesse and Karimi, Amir-Hossein and Bordes, Antoine and Weston, Jason},
booktitle=emnlp,
pages={1400--1409},
year={2016}
}
@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=emnlp,
pages={2122--2132},
year={2016}
}
@inproceedings{hill2016goldilocks,
title={The {Goldilocks} {Principle}: Reading Children's Books with Explicit Memory Representations},
author={Hill, Felix and Bordes, Antoine and Chopra, Sumit and Weston, Jason},
booktitle=iclr,
year={2016}
}
@inproceedings{hewlett2016wiki,
author = {Hewlett, Daniel and Lacoste, Alexandre and Jones, Llion and Polosukhin, Illia and Fandrianto, Andrew and Han, Jay and Kelcey, Matthew and Berthelot, David},
title = {WikiReading: A Novel Large-scale Language Understanding Task over Wikipedia},
booktitle = acl,
pages = {1535--1545},
year = {2016}
}
@inproceedings{gal2016theoretically,
title={A theoretically grounded application of dropout in recurrent neural networks},
author={Gal, Yarin and Ghahramani, Zoubin},
booktitle=nips,
pages={1019--1027},
year={2016}
}
@book{goldberg2017neural,
title={Neural network methods for natural language processing},
author={Goldberg, Yoav},
journal={Synthesis Lectures on Human Language Technologies},
volume={10},
number={1},
pages={1--309},
year={2017},
publisher={Morgan \& Claypool Publishers}
}
@inproceedings{klein2017opennmt,
title={{OpenNMT}: Open-Source Toolkit for Neural Machine Translation},
author={Klein, Guillaume and Kim, Yoon and Deng, Yuntian and Senellart, Jean and Rush, Alexander},
journal=acl_demo,
pages={67--72},
year={2017}
}
@inproceedings{das2017visual,
title={Visual Dialog},
author={Das, Abhishek and Kottur, Satwik and Gupta, Khushi and Singh, Avi and Yadav, Deshraj and Moura, Jose MF and Parikh, Devi and Batra, Dhruv},
booktitle=cvpr,
pages={1080--1089},
year={2017}
}
@article{mikolov2017advances,
title={Advances in pre-training distributed word representations},
author={Mikolov, Tomas and Grave, Edouard and Bojanowski, Piotr and Puhrsch, Christian and Joulin, Armand},
journal={arXiv preprint arXiv:1712.09405},
year={2017}
}
@inproceedings{wang2017gated,
title={Gated self-matching networks for reading comprehension and question answering},
author={Wang, Wenhui and Yang, Nan and Wei, Furu and Chang, Baobao and Zhou, Ming},
booktitle=acl,
volume={1},
pages={189--198},
year={2017}
}
@inproceedings{yu2017learning,
title={Learning to Skim Text},
author={Yu, Adams Wei and Lee, Hongrae and Le, Quoc},
booktitle=acl,
volume={1},
pages={1880--1890},
year={2017}
}
@inproceedings{weissenborn2017making,
title={Making Neural QA as Simple as Possible but not Simpler},
author={Weissenborn, Dirk and Wiese, Georg and Seiffe, Laura},
booktitle=conll,
pages={271--280},
year={2017}
}
@inproceedings{seo2017bidirectional,
title={Bidirectional attention flow for machine comprehension},
author={Seo, Minjoon and Kembhavi, Aniruddha and Farhadi, Ali and Hajishirzi, Hannaneh},
booktitle=iclr,
year={2017}
}
@inproceedings{xiong2017dynamic,
title={Dynamic coattention networks for question answering},
author={Xiong, Caiming and Zhong, Victor and Socher, Richard},
booktitle=iclr,
year={2017}
}
@inproceedings{wang2017machine,
title={Machine Comprehension using {Match-LSTM} and Answer Pointer},
author={Wang, Shuohang and Jiang, Jing},
booktitle=iclr,
year={2017}
}
@inproceedings{chen2017reading,
title={Reading {Wikipedia} to Answer Open-Domain Questions},
author={Chen, Danqi and Fisch, Adam and Weston, Jason and Bordes, Antoine},
booktitle=acl,
volume={1},
year={2017},
pages={1870--1879}
}
@inproceedings{sugawara2017evaluation,
title={Evaluation metrics for machine reading comprehension: Prerequisite skills and readability},
author={Sugawara, Saku and Kido, Yusuke and Yokono, Hikaru and Aizawa, Akiko},
booktitle=acl,
volume={1},
pages={806--817},
year={2017}
}
@inproceedings{kembhavi2017you,
title={Are You Smarter Than a Sixth Grader? {Textbook} Question Answering for Multimodal Machine Comprehension},
author={Kembhavi, Aniruddha and Seo, Minjoon and Schwenk, Dustin and Choi, Jonghyun and Farhadi, Ali and Hajishirzi, Hannaneh},
booktitle=cvpr,
pages={5376--5384},
year={2017}
}
@inproceedings{see2017get,
title={Get to the point: Summarization with pointer-generator networks},
author={See, Abigail and Liu, Peter J and Manning, Christopher D},
booktitle=acl,
volume={1},
year={2017},
pages={1073--1083}
}
@inproceedings{joshi2017triviaqa,
title={{TriviaQA}: A large scale distantly supervised challenge dataset for reading comprehension},
author={Joshi, Mandar and Choi, Eunsol and Weld, Daniel S and Zettlemoyer, Luke},
booktitle=acl,
volume={1},
year={2017},
pages={1601--1611}
}
@inproceedings{iyyer2017search,
title={Search-based neural structured learning for sequential question answering},
author={Iyyer, Mohit and Yih, Wen-tau and Chang, Ming-Wei},
booktitle=acl,
volume={1},
pages={1821--1831},
year={2017}
}
@inproceedings{xie2017constituent,
title={A constituent-centric neural architecture for reading comprehension},
author={Xie, Pengtao and Xing, Eric},
booktitle=acl,
volume={1},
pages={1405--1414},
year={2017}
}
@article{dhingra2017comparative,
title={A comparative study of word embeddings for reading comprehension},
author={Dhingra, Bhuwan and Liu, Hanxiao and Salakhutdinov, Ruslan and Cohen, William W},
journal={arXiv preprint arXiv:1703.00993},
year={2017}
}
@article{dhingra2017quasar,
title={Quasar: Datasets for Question Answering by Search and Reading},
author={Dhingra, Bhuwan and Mazaitis, Kathryn and Cohen, William W},
journal={arXiv preprint arXiv:1707.03904},
year={2017}
}
@inproceedings{miller2017parlai,
title={{ParlAI}: A Dialog Research Software Platform},
author={Miller, Alexander and Feng, Will and Batra, Dhruv and Bordes, Antoine and Fisch, Adam and Lu, Jiasen and Parikh, Devi and Weston, Jason},
booktitle=emnlp,
pages={79--84},
year={2017}
}
@inproceedings{lai2017race,
title={{RACE}: Large-scale ReAding Comprehension Dataset From Examinations},
author={Lai, Guokun and Xie, Qizhe and Liu, Hanxiao and Yang, Yiming and Hovy, Eduard},
booktitle=emnlp,
pages={785--794},
year={2017}
}
@inproceedings{welbl2017crowdsourcing,
title={Crowdsourcing Multiple Choice Science Questions},
author={Welbl, Johannes and Liu, Nelson F and Gardner, Matt},
booktitle={3rd Workshop on Noisy User-generated Text},
pages={94--106},
year={2017}
}
@inproceedings{jia2017adversarial,
title={Adversarial Examples for Evaluating Reading Comprehension Systems},
author={Jia, Robin and Liang, Percy},
booktitle=emnlp,
pages={2021--2031},
year={2017}
}
@article{dunn2017searchqa,
title={{SearchQA}: A new {Q\&A} dataset augmented with context from a search engine},
author={Dunn, Matthew and Sagun, Levent and Higgins, Mike and Guney, V Ugur and Cirik, Volkan and Cho, Kyunghyun},
journal={arXiv preprint arXiv:1704.05179},
year={2017}
}
@inproceedings{vaswani2017attention,
title={Attention is all you need},
author={Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N and Kaiser, {\L}ukasz and Polosukhin, Illia},
booktitle=nips,
pages={5998--6008},
year={2017}
}
@inproceedings{coleman2017dawnbench,
title={{DAWNBench}: An End-to-End Deep Learning Benchmark and Competition},
author={Coleman, Cody and Narayanan, Deepak and Kang, Daniel and Zhao, Tian and Zhang, Jian and Nardi, Luigi and Bailis, Peter and Olukotun, Kunle and R{\'e}, Chris and Zaharia, Matei},
booktitle={NIPS ML Systems Workshop},
year={2017}
}
@inproceedings{mccann2017learned,
title={Learned in translation: Contextualized word vectors},
author={McCann, Bryan and Bradbury, James and Xiong, Caiming and Socher, Richard},
booktitle=nips,
pages={6297--6308},
year={2017}
}
@article{bojanowski2017enriching,
title={Enriching Word Vectors with Subword Information},
author={Bojanowski, Piotr and Grave, Edouard and Joulin, Armand and Mikolov, Tomas},
journal=tacl,
volume={5},
pages={135--146},
year={2017}
}
@inproceedings{wang2018r,
title={R\^{}3: Reinforced Reader-Ranker for Open-Domain Question Answering},
author={Wang, Shuohang and Yu, Mo and Guo, Xiaoxiao and Wang, Zhiguo and Klinger, Tim and Zhang, Wei and Chang, Shiyu and Tesauro, Gerald and Zhou, Bowen and Jiang, Jing},
booktitle=aaai,
year={2018}
}
@inproceedings{wang2018evidence,
title={Evidence Aggregation for Answer Re-Ranking in Open-Domain Question Answering},
author={Wang, Shuohang and Yu, Mo and Jiang, Jing and Zhang, Wei and Guo, Xiaoxiao and Chang, Shiyu and Wang, Zhiguo and Klinger, Tim and Tesauro, Gerald and Campbell, Murray},
booktitle=iclr,
year={2018}
}
@inproceedings{talmor2018web,
title={The Web as a Knowledge-Base for Answering Complex Questions},
author={Talmor, Alon and Berant, Jonathan},
booktitle=naacl,
volume={1},
pages={641--651},
year={2018}
}
@inproceedings{yu2018qanet,
title={{QANet}: Combining Local Convolution with Global Self-Attention for Reading Comprehension},
author={Yu, Adams Wei and Dohan, David and Luong, Minh-Thang and Zhao, Rui and Chen, Kai and Norouzi, Mohammad and Le, Quoc V},
booktitle=iclr,
year={2018}
}
@inproceedings{peters2018deep,
title={Deep Contextualized Word Representations},
author={Peters, Matthew and Neumann, Mark and Iyyer, Mohit and Gardner, Matt and Clark, Christopher and Lee, Kenton and Zettlemoyer, Luke},
booktitle=naacl,
volume={1},
pages={2227--2237},
year={2018}
}
@inproceedings{khashabi2018looking,
title={Looking Beyond the Surface: A Challenge Set for Reading Comprehension over Multiple Sentences},
author={Khashabi, Daniel and Chaturvedi, Snigdha and Roth, Michael and Upadhyay, Shyam and Roth, Dan},
booktitle=naacl,
volume={1},
pages={252--262},
year={2018}
}
@inproceedings{huang2018fusionnet,
title={{FusionNet}: Fusing via Fully-aware Attention with Application to Machine Comprehension},
author={Huang, Hsin-Yuan and Zhu, Chenguang and Shen, Yelong and Chen, Weizhu},
booktitle=iclr,
year={2018}
}
@inproceedings{zhang2018personalizing,
title = {Personalizing Dialogue Agents: {I} have a dog, do you have pets too?},
booktitle = acl,
author = {Zhang, Saizheng and Dinan, Emily and Urbanek, Jack and Szlam, Arthur and Kiela, Douwe and Weston, Jason},
year = {2018},
volume={1},
pages={2204--2213}
}
@inproceedings{fan2018hierarchical,
title={Hierarchical Neural Story Generation},
author={Fan, Angela and Lewis, Mike and Dauphin, Yann},
booktitle=acl,
volume={1},
pages={889--898},
year={2018}
}
@inproceedings{rajpurkar2018know,
title={Know What You Don't Know: Unanswerable Questions for {SQuAD}},
author={Rajpurkar, Pranav and Jia, Robin and Liang, Percy},
booktitle=acl,
volume={2},
pages={784--789},
year={2018}
}
@inproceedings{chaganty2018price,
title={The price of debiasing automatic metrics in natural language evaluation},
author={Chaganty, Arun Tejasvi and Mussman, Stephen and Liang, Percy},
booktitle=acl,
volume={1},
pages={643--653},
year={2018}
}
@inproceedings{liu2018stochastic,
title={Stochastic answer networks for machine reading comprehension},
author={Liu, Xiaodong and Shen, Yelong and Duh, Kevin and Gao, Jianfeng},
booktitle=acl,
volume={1},
pages={1694--1704},
year={2018}
}
@inproceedings{lin2018denoising,
title={Denoising distantly supervised open-domain question answering},
author={Lin, Yankai and Ji, Haozhe and Liu, Zhiyuan and Sun, Maosong},
booktitle=acl,
volume={1},
pages={1736--1745},
year={2018}
}
@inproceedings{saha2018complex,
title = {Complex Sequential Question Answering: Towards Learning to Converse Over Linked Question Answer Pairs with a Knowledge Graph},
booktitle = aaai,
author = {Saha, Amrita and Pahuja, Vardaan and Khapra, Mitesh M. and Sankaranarayanan, Karthik and Chandar, Sarath},
year = {2018}
}
@inproceedings{clark2018simple,
title={Simple and Effective Multi-Paragraph Reading Comprehension},
author={Clark, Christopher and Gardner, Matt},
booktitle=acl,
volume={1},
pages={845-855},
year={2018}