-
Notifications
You must be signed in to change notification settings - Fork 4
/
ref.bib
1844 lines (1613 loc) · 56.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
%%%%%%%%%%%%%%%%
%%%
% Me :)
%%%
@inproceedings{key:2010angeli-generation,
title = {A Simple Domain-Independent Probabilistic Approach to Generation},
author = {Gabor Angeli and Percy Liang and Dan Klein},
booktitle = {Empirical Methods in Natural Language Processing (EMNLP)},
year = {2010}
}
@inproceedings{key:2012angeli-temporal,
title = {Parsing Time: Learning to Interpret Time Expressions},
author = {Gabor Angeli and Christopher D. Manning and Daniel Jurafsky},
booktitle = {NAACL-HLT},
year = {2012}
}
@inproceedings{key:2013angeli-kbp,
title = {Stanford's 2013 {KBP} System},
author = {Gabor Angeli and Arun Chaganty and Angel Chang and Kevin Reschke and Julie Tibshirani and Jean Y. Wu and Osbert Bastani and Keith Siilats and Christopher D. Manning},
booktitle = {TAC-KBP},
year = {2014}
}
@inproceedings{key:2013angeli-truth,
title = {Philosophers are Mortal: Inferring the Truth of Unseen Facts},
author = {Gabor Angeli and Christopher D. Manning},
booktitle = {CoNLL},
year = {2013}
}
@inproceedings{key:2014angeli-kbp,
title = {Stanford's 2013 {KBP} System},
author = {Gabor Angeli and Arun Chaganty and Angel Chang and Kevin Reschke and Julie Tibshirani and Jean Y. Wu and Osbert Bastani and Keith Siilats and Christopher D. Manning},
booktitle = {TAC-KBP},
year = {2014}
}
@inproceedings{key:2014angeli-active,
title = {Combining Distant and Partial Supervision for Relation Extraction},
author = {Gabor Angeli and Julie Tibshirani and Jean Y. Wu and Christopher D. Manning},
booktitle = {EMNLP},
year = {2014}
}
@inproceedings{key:2014angeli-naturalli,
title = {Natural{LI}: Natural Logic Inference for Common Sense Reasoning},
author = {Gabor Angeli and Christopher D. Manning},
booktitle = {EMNLP},
year = {2014}
}
@inproceedings{key:2015angeli-openie,
title = {Leveraging Linguistic Structure For Open Domain Information Extraction},
author = {Gabor Angeli and Melvin Johnson Premkumar and Christopher D. Manning},
booktitle = {ACL},
year = {2015}
}
@inproceedings{key:2016angeli-qa,
title = {Combining Logic and Shallow Reasoning for Question Answering},
author = {Gabor Angeli and Neha Nayak and Christopher D. Manning},
booktitle = {ACL},
year = {2016}
}
%%%
% Half-Me :)
%%%
@techreport{key:2014nayak-adjectives,
title = {A Dictionary of Nonsubsective Adjectives},
author = {Neha Nayak and Mark Kowarsky and Gabor Angeli and Christopher D. Manning},
number = {CSTR 2014-04},
institution = {Department of Computer Science, Stanford University},
month = {October},
year = {2014}
}
@inproceedings{key:2015bowman-snli,
title = {A large annotated corpus for learning natural language inference},
author = {Samuel R. Bowman and Gabor Angeli and Christopher Potts and Christopher D. Manning},
booktitle = {EMNLP},
year = {2015}
}
%%%
% CoreNLP
%%%
@inproceedings{key:stanford-dep,
title={The Stanford typed dependencies representation},
author={De Marneffe, Marie-Catherine and Manning, Christopher D.},
booktitle={Coling 2008: Proceedings of the workshop on Cross-Framework and Cross-Domain Parser Evaluation},
pages={1--8},
year={2008},
}
@inproceedings{key:stanford-ud,
title={Universal Stanford Dependencies: A cross-linguistic typology},
author={{d}e Marneffe, Marie-Catherine and Dozat, Timothy and Silveira, Natalia and Haverinen, Katri and Ginter, Filip and Nivre, Joakim and Manning, Christopher D.},
booktitle={LREC},
year={2014}
}
@techreport{key:stanford-tokensregex,
author = {Chang, Angel and Manning, Christopher},
title = {{TokensRegex}: Defining cascaded regular expressions over tokens},
number = {CSTR 2014-02},
institution = {Department of Computer Science, Stanford University},
year = {2014}
}
@inproceedings{key:stanford-tagger,
title={Feature-rich part-of-speech tagging with a cyclic dependency network},
author={Toutanova, Kristina and Klein, Dan and Manning, Christopher D. and Singer, Yoram},
booktitle={NAACL-HLT},
year={2003},
}
@inproceedings{key:stanford-coref,
title={Stanford's multi-pass sieve coreference resolution system at the {CoNLL}-2011 shared task},
author={Lee, Heeyoung and Peirsman, Yves and Chang, Angel and Chambers, Nathanael and Surdeanu, Mihai and Jurafsky, Dan},
booktitle={CoNLL Shared Task},
year={2011},
}
@inproceedings{key:stanford-parser,
title={Accurate unlexicalized parsing},
author={Klein, Dan and Manning, Christopher D.},
booktitle={ACL},
year={2003},
}
@inproceedings{key:stanford-dependencies,
title={The {S}tanford typed dependencies representation},
author={{d}e {M}arneffe, Marie-Catherine and Manning, Christopher D.},
booktitle={Coling 2008: Proceedings of the workshop on Cross-Framework and Cross-Domain Parser Evaluation},
year={2008},
}
%%%
% MT
%%%
@inproceedings{key:2006liang-alignment,
title={Alignment by agreement},
author={Liang, Percy and Taskar, Ben and Klein, Dan},
booktitle={NAACL-HLT},
year={2006},
}
@inproceedings{key:2001yamada-syntaxmt,
author = {Yamada, Kenji and Knight, Kevin},
title = {A syntax-based statistical translation model},
booktitle = {ACL},
year = {2001},
}
@article{key:2007chiang-cubepruning,
title={Hierarchical phrase-based translation},
author={Chiang, David},
journal={computational linguistics},
year={2007},
publisher={MIT Press}
}
%%%
% CONVERSATION
%%%
@inproceedings{key:2011artzi-conversation,
author = {Artzi, Yoav and Zettlemoyer, Luke},
title = {Bootstrapping Semantic Parsers from Conversations},
booktitle = {EMNLP},
year = {2011},
}
%%%
% MISC
%%%
@inproceedings{key:2014pennington-glove,
title={Glo{V}e: Global Vectors for Word Representation.},
author={Pennington, Jeffrey and Socher, Richard and Manning, Christopher D.},
booktitle={EMNLP},
volume={14},
pages={1532--1543},
year={2014}
}
@book{key:1981barwise-quantifiers,
title={Generalized quantifiers and natural language},
author={Barwise, Jon and Cooper, Robin},
year={1981},
publisher={Springer}
}
@article{key:2000sanders-knheap,
title={Fast priority queues for cached memory},
author={Sanders, Peter},
journal={Journal of Experimental Algorithmics (JEA)},
volume={5},
pages={7},
year={2000}
}
@inproceedings{key:2004chklovski-verbocean,
title={Verb{O}cean: Mining the Web for Fine-Grained Semantic Verb Relations.},
author={Chklovski, Timothy and Pantel, Patrick},
booktitle={EMNLP},
volume={2004},
year={2004}
}
% JC similarity
@article{key:1997jc-similarity,
title={Semantic similarity based on corpus statistics and lexical taxonomy},
author={Jiang, Jay J and Conrath, David W},
journal={Proceedings of the 10th International Conference on Research on Computational Linguistics},
year={1997}
}
% rule-to-rule translation
@book{key:1995allen-semantics,
author = {Allen, James},
title = {Natural Language Understanding},
publisher = {Benjamin/Cummings},
address = {Redwood City, CA},
year = {1995},
page = {263},
isbn = {0-8053-0334-0}
}
@inproceedings{key:2010poon-ontology,
author = {Poon, Hoifung and Domingos, Pedro},
title = {Unsupervised ontology induction from text},
booktitle = {ACL},
year = {2010},
}
@InProceedings{key:2010sauper-textanalysis,
author = {Sauper, Christina and Haghighi, Aria and Barzilay, Regina},
title = {Incorporating Content Structure into Text Analysis Applications},
booktitle = {EMNLP},
year = {2010},
address = {Cambridge, MA},
}
@article{key:2010michel-googlebooks,
author = {Michel, Jean-Baptiste and Shen, Yuan Kui and Aiden, Aviva Presser and Veres, Adrian and Gray, Matthew K. and The Google Books Team and Pickett, Joseph P. and Hoiberg, Dale and Clancy, Dan and Norvig, Peter and Orwant, Jon and Pinker, Steven and Nowak, Martin A. and Aiden, Erez Lieberman},
title = {Quantitative Analysis of Culture Using Millions of Digitized Books},
year = {2011},
journal = {Science} ,
}
%%%
% CORE ALGORITHMS
%%%
@inproceedings{key:2001lafferty-crf,
title={Conditional random fields: Probabilistic models for segmenting and labeling sequence data},
author={Lafferty, J. and McCallum, A. and Pereira, F},
booktitle = {International Conference on Machine Learning (ICML)},
year={2001}
}
@inproceedings{key:2007surdeanu-perceptron,
author = {Surdeanu, M. and Ciaramita, M.},
title = {Robust Information Extraction with Perceptrons},
booktitle = {NIST Automatic Content Extraction Workshop},
year = {2007},
}
@inproceedings{key:2002collins-perceptron,
author = {Collins, Michael},
title = {Discriminative training methods for hidden Markov models: theory and experiments with perceptron algorithms},
booktitle = {EMNLP},
series = {EMNLP},
year = {2002},
}
@article{key:1977tarjan-mst,
author = {Tarjan, R. E.},
title = {Finding optimum branchings},
journal = {Networks},
year = {1977},
}
@article{key:1989gabow-mst,
author = {Gabow, Harold N. and Galil, Zvi and Spencer, Thomas H.},
title = {Efficient implementation of graph algorithms using contraction},
journal = {J. ACM},
year = {1989},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{key:1986gabow-mst,
author = {Gabow, Harold and Galil, Zvi and Spencer, Thomas and Tarjan, Robert},
title = {Efficient algorithms for finding minimum spanning trees in undirected and directed graphs},
journal = {Combinatorica},
year = {1986},
}
@inproceedings{key:1996alshawi-headautomata,
author = {Alshawi, Hiyan},
title = {Head automata and bilingual tiling: translation with minimal representations},
booktitle = {ACL},
year = {1996},
}
@inproceedings{key:1999eisner-headautomata,
author = {Jason Eisner and Giorgio Satta},
title = {Efficient Parsing for Bilexical Context-Free Grammars and Head-Automaton Grammars},
booktitle = {ACL},
year = 1999,
address = {University of Maryland},
}
@incollection{key:2000eisner-parsing,
author = {Jason Eisner},
title = {Bilexical Grammars and Their Cubic-Time Parsing Algorithms},
booktitle = {Advances in Probabilistic and Other Parsing Technologies},
publisher = {Kluwer Academic Publishers},
year = 2000,
editor = {Harry Bunt and Anton Nijholt},
}
@article{key:2009daume-search,
author = {Daum\'{e}, Hal and Langford, John and Marcu, Daniel},
title = {Search-based structured prediction},
journal = {Machine Learning},
year = {2009},
}
@article{key:1995miller-wordnet,
title={{W}ord{N}et: a lexical database for {E}nglish},
author={Miller, George A.},
journal={Communications of the ACM},
year={1995}
}
@article{key:2006brants-ngrams,
title={Web {1T} 5-gram Version 1},
author={Thorsten Brants and Alex Franz},
journal={Linguistic Data Consortium},
year={2006}
}
@article{key:2010duchi-adagrad,
title={Adaptive subgradient methods for online learning and stochastic optimization},
author={Duchi, John and Hazan, Elad and Singer, Yoram},
journal={Journal of Machine Learning Research},
year={2010}
}
%%%
% COREFERENCE
%%%
@inproceedings{key:1995vilain-coref,
author = {Vilain, Marc and Burger, John and Aberdeen, John and Connolly, Dennis and Hirschman, Lynette},
title = {A model-theoretic coreference scoring scheme},
booktitle = {MUC},
series = {MUC6},
year = {1995},
}
%%%
% PARSING
%%%
@Inproceedings{key:2013goldberg-syngrams,
author = {Goldberg, Yoav and Orwant, Jon},
title = {A Dataset of Syntactic-Ngrams over Time from a Very Large Corpus of English Books},
booktitle = {*SEM},
year = {2013},
}
@inproceedings{key:2004klein-induction,
author = {Klein, Dan and Manning, Christopher D.},
title = {Corpus-based induction of syntactic structure: models of dependency and constituency},
booktitle = {ACL},
year = {2004},
}
@techreport{key:1992carroll-induction,
author = {Carroll, Glenn and Charniak, Eugene},
title = {Two Experiments on Learning Probabilistic Dependency Grammars from Corpora},
year = {1992},
publisher = {Brown University},
address = {Providence, RI, USA},
}
@inproceedings{key:2005huang-parsing,
author = {Huang, Liang and Chiang, David},
title = {Better k-best parsing},
booktitle = {Proceedings of the Ninth International Workshop on Parsing Technology},
series = {Parsing},
year = {2005},
}
@InProceedings{key:2006sagae-parsing,
author = {Sagae, Kenji and Lavie, Alon},
title = {Parser Combination by Reparsing},
booktitle = {NAACL-HLT},
year = {2006},
address = {New York City, USA},
}
%%%
% DEPENDENCY PARSING
%%%
@InProceedings{key:2011tsarfaty-dependency,
author = {Tsarfaty, Reut and Nivre, Joakim and Andersson, Evelina},
title = {Evaluating Dependency Parsing: Robust and Heuristics-Free Cross-Annotation Evaluation},
booktitle = {EMNLP},
year = {2011},
address = {Edinburgh, Scotland, UK.},
}
@inproceedings{key:2008carreras-dependency,
author = {Carreras, Xavier and Collins, Michael and Koo, Terry},
title = {{TAG}, dynamic programming, and the perceptron for efficient, feature-rich parsing},
booktitle = {CoNLL},
series = {CoNLL '08},
year = {2008},
}
@phdthesis{key:2010koo-thesis,
author = {Terry Koo},
title = {Advances in Discriminative Dependency Parsing},
school = {Massachusetts Institute of Technology},
year = {2010},
address = {Cambridge, MA, USA},
}
@inproceedings{key:2010koo-dependnecy0,
author = {Koo, Terry and Collins, Michael},
title = {Efficient third-order dependency parsers},
booktitle = {ACL},
year = {2010},
}
@inproceedings{key:2010koo-dependency1,
author = {Koo, Terry and Rush, Alexander M. and Collins, Michael and Jaakkola, Tommi and Sontag, David},
title = {Dual Decomposition for Parsing with Non-Projective Head Automata},
booktitle = {EMNLP},
year = {2010},
address = {Cambridge, MA},
}
@InProceedings{key:2007carreras-dependency,
author = {Carreras, Xavier},
title = {Experiments with a Higher-Order Projective Dependency Parser},
booktitle = {EMNLP-CoNLL},
year = {2007},
address = {Prague, Czech Republic},
}
@inproceedings{key:2007hall-dependency,
author = {Hall, Keith},
title = {K-best Spanning Tree Parsing},
booktitle = {ACL},
year = {2007},
address = {Prague, Czech Republic},
}
@inproceedings{key:2005mcdonald-dependency0,
author = {McDonald, Ryan and Crammer, Koby and Pereira, Fernando},
title = {Online large-margin training of dependency parsers},
booktitle = {ACL},
year = {2005},
address = {Morristown, NJ, USA},
}
@inproceedings{key:2005mcdonald-dependency1,
author = {McDonald, Ryan and Pereira, Fernando and Ribarov, Kiril and Haji\v{c}, Jan},
title = {Non-projective dependency parsing using spanning tree algorithms},
booktitle = {EMNLP-HLT},
series = {HLT},
year = {2005},
address = {Morristown, NJ, USA},
}
%%%
% Word Clusters
%%%
@inproceedings{key:2010turian-wordclusters,
author = {Turian, Joseph and Ratinov, Lev-Arie and Bengio, Yoshua},
title = {Word Representations: A Simple and General Method for Semi-Supervised Learning},
booktitle = {ACL},
year = {2010},
address = {Uppsala, Sweden},
}
@inproceedings{key:2010christodoulopoulos-wordclusters,
author = {Christodoulopoulos, Christos and Goldwater, Sharon and Steedman, Mark},
title = {Two decades of unsupervised {POS} induction: how far have we come?},
booktitle = {EMNLP},
series = {EMNLP},
year = {2010},
address = {Morristown, NJ, USA},
}
%%%
% Sentiment Analysis
%%%
% Core
@inproceedings{key:2004pang-mincuts,
author = {Pang, Bo and Lee, Lillian},
title = {A sentimental education: sentiment analysis using subjectivity summarization based on minimum cuts},
booktitle = {ACL},
year = {2004},
address = {Morristown, NJ, USA},
}
% Summarization
@inproceedings{key:2008titov-summarization,
author = {Titov, Ivan and McDonald, Ryan},
title = {A Joint Model of Text and Aspect Ratings for Sentiment Summarization},
booktitle = {ACL-HLT},
year = {2008},
address = {Columbus, Ohio},
}
% Review Helpfulness
@inproceedings{key:2007ghose-helpfulness,
author = {Ghose, Anindya and Ipeirotis, Panagiotis G.},
title = {Designing novel review ranking systems: predicting the usefulness and impact of reviews},
booktitle = {ICEC '07: Proceedings of the ninth international conference on Electronic commerce},
year = {2007},
isbn = {978-1-59593-700-1},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{key:2008liu-helpfulness,
author={Yang Liu and Xiangji Huang and Aijun An and Xiaohui Yu},
booktitle={Data Mining, 2008. ICDM '08. Eighth IEEE International Conference on}, title={Modeling and Predicting the Helpfulness of Online Reviews},
year={2008},
ISSN={1550-4786}
}
@inproceedings{key:2007liu-helpfulness,
author = {Liu, Jingjing and Cao, Yunbo and Lin, Chin-Yew and Huang, Yalou and Zhou, Ming},
title = {Low-Quality Product Review Detection in Opinion Summarization},
booktitle = {EMNLP-CoNLL},
year = {2007},
address = {Prague, Czech Republic},
}
@inproceedings{key:2006kim-helpfulness,
author = {Kim, Soo-Min and Pantel, Patrick and Chklovski, Tim and Pennacchiotti, Marco},
title = {Automatically Assessing Review Helpfulness},
booktitle = {EMNLP},
year = {2006},
address = {Sydney, Australia},
}
% Sarcasm and Humor
@inproceedings{key:2010davidov-sarcasm,
author = {Davidov, Dmitry and Tsur, Oren and Rappoport, Ari},
title = {Semi-Supervised Recognition of Sarcasm in Twitter and Amazon},
booktitle = {CoNLL},
year = {2010},
address = {Uppsala, Sweden},
}
@inproceedings{key:2006purandare-humor,
author = {Purandare, Amruta and Litman, Diane},
title = {Humor: Prosody Analysis and Automatic Recognition for {F*R*I*E*N*D*S*}},
booktitle = {EMNLP},
year = {2006},
address = {Sydney, Australia},
}
@inproceedings{key:2005mihalcea-humor,
author = {Mihalcea, Rada and Strapparava, Carlo},
title = {Making Computers Laugh: Investigations in Automatic Humor Recognition},
booktitle = {CoNLL},
year = {2005},
address = {Vancouver, British Columbia, Canada},
}
@incollection{key:2007mihalcea-humor,
author = {Mihalcea, Rada and Pulman, Stephen},
title = {Characterizing Humour: An Exploration of Features in Humorous Texts},
booktitle = {Computational Linguistics and Intelligent Text Processing},
series = {Lecture Notes in Computer Science},
editor = {Gelbukh, Alexander},
year = {2007}
}
%%%
% LINGUISTICS
%%%
@article{key:1986grosz-discourse,
author = {Grosz, Barbara J. and Sidner, Candace L.},
title = {Attention, intentions, and the structure of discourse},
journal = {Comput. Linguist.},
year = {1986},
publisher = {MIT Press},
address = {Cambridge, MA, USA},
}
@article{key:1975kamp-adjectives,
title={Two theories about adjectives.},
booktitle = {Formal Semantics of Natural Language},
author={Kamp, Hans},
year={1975},
}
%%%
% LOGIC PARSING
%%%
@article{key:2015liang-denotations,
title={Corpus-Based Semantics and Pragmatics},
author={Liang, Percy and Potts, Christopher},
journal={Annual Review of Linguistics},
volume={1},
number={1},
year={2015},
}
@article{key:2014bordes-qa,
title={Question answering with subgraph embeddings},
author={Bordes, Antoine and Chopra, Sumit and Weston, Jason},
journal={arXiv preprint arXiv:1406.3676},
year={2014}
}
@inproceedings{key:2015hermann-qa,
title={Teaching machines to read and comprehend},
author={Hermann, Karl Moritz and Kocisky, Tomas and Grefenstette, Edward and Espeholt, Lasse and Kay, Will and Suleyman, Mustafa and Blunsom, Phil},
booktitle={Advances in Neural Information Processing Systems},
pages={1684--1692},
year={2015}
}
@article{key:2015liang-potts,
title={Bringing Machine Learning and Compositional Semantics Together},
author={Liang, Percy and Potts, Christopher},
journal={Annual Review of Linguistics},
volume={1},
number={1},
pages={355--376},
year={2015}
}
@inproceedings{key:2009artzi-amr,
title={Broad-coverage {CCG} semantic parsing with {AMR}},
author={Artzi, Yoav and Lee, Kenton and Zettlemoyer, Luke},
booktitle={EMNLP},
year={2009}
}
@inproceedings{key:2014berant-semantics,
author = {Jonathan Berant and Percy Liang},
booktitle = {ACL},
title = {Semantic Parsing via Paraphrasing},
year = {2014},
}
@InProceedings{key:2013berant-sempre,
author = {Berant, Jonathan and Andrew Chou and Roy Frostig and Percy Liang},
title = {Semantic Parsing on Freebase from Question-Answer Pairs},
booktitle = {EMNLP},
year = {2013},
}
@inproceedings{key:1976bach-semantics,
author = {Bach, E.},
title = {An Extension of Classical Transformational Grammar},
booktitle = {Problems of Linguistic Metatheory (Proceedings of the 1976 Conference)},
year = {1976},
address = {Michigan State University},
}
@InProceedings{2011kwiatkowski-semantics,
author = {Kwiatkowski, Tom and Zettlemoyer, Luke and Goldwater, Sharon and Steedman, Mark},
title = {Lexical Generalization in {CCG} Grammar Induction for Semantic Parsing},
booktitle = {EMNLP},
year = {2011},
address = {Edinburgh, Scotland, UK.},
}
@article{key:2013kwiatkowski-semantics,
title={Scaling semantic parsers with on-the-fly ontology matching},
author={Kwiatkowski, Tom and Choi, Eunsol and Artzi, Yoav and Zettlemoyer, Luke},
year={2013},
}
@inproceedings{key:2004bos-ccg,
author = {Bos, Johan and Clark, Stephen and Steedman, Mark and Curran, James R. and Hockenmaier, Julia},
title = {Wide-Coverage Semantic Representations from a {CCG} Parser },
booktitle = {Coling},
}
@InProceedings{key:2005kate-semantics,
title={Learning to Transform Natural to Formal Languages},
author={Rohit J. Kate and Yuk Wah Wong and Raymond J. Mooney},
booktitle={AAAI},
address={Pittsburgh, PA},
key={nll, semantic parsing},
year={2005},
}
@inproceedings{key:2008kate-semantics,
title={Transforming Meaning Representation Grammars to Improve Semantic Parsing},
author={Rohit J. Kate},
booktitle={CoNLL},
address={Manchester, UK},
year={2008},
}
@inproceedings{key:2011liang-semantics,
title = {Learning Dependency-Based Compositional Semantics},
author = {Percy Liang and Michael Jordan and Dan Klein},
booktitle = {ACL},
year = {2011},
}
@inproceedings{key:2010clarke-semantics,
author = {James Clarke and Dan Goldwasser and Ming-Wei Chang and Dan Roth},
title = {Driving Semantic Parsing from the World's Response},
booktitle = {CoNLL},
year = {2010},
address = {Uppsala, Sweden},
}
@book{key:1996steedman-ccg,
author = {Steedman, M.},
editor = {Mass, Cambridge},
publisher = {MIT Press},
title = {Surface Structure and Interpretation},
year = {1996}
}
@book{key:2000steedman-ccg,
author = {Steedman, Mark},
title = {The syntactic process},
year = {2000},
publisher = {MIT Press},
address = {Cambridge, MA, USA},
}
@inproceedings{key:2005zettlemoyer-semantics,
author = {Zettlemoyer, Luke S. and Collins, Michael},
booktitle = {UAI},
publisher = {AUAI Press},
title = {Learning to Map Sentences to Logical Form: Structured Classification with Probabilistic Categorial Grammars.},
year = 2005,
}
@inproceedings{key:2007zettlemoyer-semantics,
author = {Luke S. Zettlemoyer and Michael Collins},
title = {Online learning of relaxed {CCG} grammars for parsing to logical form},
booktitle = {EMNLP-CoNLL},
year = {2007},
}
@InProceedings{key:1996zelle-semantics,
title={Learning to Parse Database Queries using Inductive Logic Programming},
author={John M. Zelle and Raymond J. Mooney},
booktitle={AAAI/IAAI},
address={Portland, OR},
year={1996},
}
@inproceedings{key:2007suchanek-yago,
title={Yago: a core of semantic knowledge},
author={Suchanek, Fabian M and Kasneci, Gjergji and Weikum, Gerhard},
booktitle={Proceedings of the 16th international conference on World Wide Web},
year={2007},
}
@inproceedings{key:2001barker-component,
title={A library of generic concepts for composing knowledge bases},
author={Barker, Ken and Porter, Bruce and Clark, Peter},
booktitle={Proceedings of the 1st international conference on Knowledge capture},
year={2001},
}
%%%
% TEMPORAL
%%%
@book{key:1947reichenback-temporal,
title = {Elements of Symbolic Logic},
author = {Hans Reichenbach},
publisher = {Macmillan, New York},
year = {1947}
}
@inproceedings{key:2012chang-temporal,
author = {Chang, Angel and Manning, Chris},
title = {{SUTIME:} A Library for Recognizing and Normalizing Time Expressions},
booktitle = { Language Resources and Evaluation},
year = {2012},
}
@incollection{key:2003saquete-temporal,
author = {Saquete, E. and Muñoz, R. and Martínez-Barco, P.},
title = {TERSEO: Temporal Expression Resolution System Applied to Event Ordering},
booktitle = {Text, Speech and Dialogue},
year = {2003}
}
@inproceedings{key:2004puscasu-temporal,
author = {Puscasu, G.},
title = {A Framework for Temporal Resolution},
booktitle = {LREC},
location = {Lisbon, Portugal},
year = {2004},
}
@inproceedings{key:2010kolomiyets-temporal,
author = {Kolomiyets, Oleksandr and Moens, Marie-Francine},
title = {{KUL:} Recognition and normalization of temporal expressions},
booktitle = {Proceedings of the 5th International Workshop on Semantic Evaluation},
series = {{Sem-Eval} '10},
year = {2010},
}
@article{key:1991allen-temporal,
author = {Allen, James F.},
title = {Time and time again: The many ways to represent time},
journal = {International Journal of Intelligent Systems},
publisher = {Wiley Subscription Services, Inc., A Wiley Company},
year = {1991},
}
@inproceedings{key:1981allen-temporal,
author = {Allen, James F.},
title = {An interval-based representation of temporal knowledge},
booktitle = {Proceedings of the 7th international joint conference on Artificial intelligence},
year = {1981},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
@article{key:1988moens-temporal,
author = {Moens, Marc and Steedman, Mark},
title = {Temporal ontology and temporal reference},
journal = {Computational Linguistics},
year = {1988},
publisher = {MIT Press},
address = {Cambridge, MA, USA},
}
@article{key:2010condoravdi-temporal,
author = {Condoravdi, Cleo},
title = {{NPI} licensing in temporal clauses},
journal = {Natural Language and Linguistic Theory},
year = {2010},
}
@inproceedings{key:2010grover-temporal,
author = {Grover, Claire and Tobin, Richard and Alex, Beatrice and Byrne, Kate},
title = {Edinburgh-{LTG:} {TempEval-2} system description},
booktitle = {Proceedings of the 5th International Workshop on Semantic Evaluation},
series = {Sem-Eval},
year = {2010},
}
@inproceedings{key:2010strotgen-temporal,
author = {Str\"{o}tgen, Jannik and Gertz, Michael},
title = {HeidelTime: High quality rule-based extraction and normalization of temporal expressions},
booktitle = {Proceedings of the 5th International Workshop on Semantic Evaluation},
series = {Sem-Eval},
year = {2010},
}
@inproceedings{key:2010uzzaman-temporal,
author = {UzZaman, Naushad and Allen, James F.},
title = {{TRIPS} and {TRIOS} system for {TempEval-2}: Extracting temporal information from text},
booktitle = {Proceedings of the 5th International Workshop on Semantic Evaluation},
series = {Sem-Eval},
year = {2010},
}
@InProceedings{key:2000mani-temporal,
author = {Inderjeet Mani and George Wilson},
title = {Robust Temporal Processing of News},
booktitle = {ACL},
year = {2000},
address = {Hong Kong},
}
@InProceedings{key:2010verhagen-tempeval,
author = {Verhagen, Marc and Sauri, Roser and Caselli, Tommaso and Pustejovsky, James},
title = {SemEval-2010 Task 13: {TempEval-2}},
booktitle = {Proceedings of the 5th International Workshop on Semantic Evaluation},
year = {2010},
address = {Uppsala, Sweden},
}
@inproceedings{key:2003pustejovsky-timeml,
author = {James Pustejovsky and José Castaño and Robert Ingria and Roser Saurí and Robert Gaizauskas and Andrea Setzer and Graham Katz},
title = {Timeml: Robust specification of event and temporal expressions in text},
booktitle = {in Fifth International Workshop on Computational Semantics (IWCS-5)},
year = {2003}
}
@inproceedings{key:2010llorens-tipsem,
title={TIPSem (English and Spanish): Evaluating CRFs and Semantic Roles in TempEval-2},
author={Llorens, Hector and Saquete, Estela and Navarro, Borja},
booktitle={Proceedings of the 5th International Workshop on Semantic Evaluation},
year={2010}
}
@inproceedings{2010vicente-uc3m,
title={UC3M system: Determining the extent, type and value of time expressions in TempEval-2},
author={Vicente-D{\'\i}ez, Mar{\'\i}a Teresa and Schneider, Juli{\'a}n Moreno and Mart{\'\i}nez, Paloma},
booktitle={proceedings of the Semantic Evaluation--2 (Semeval 2010), ACL Conference, Uppsala (Sweden)},
year={2010}
}
%%%
% LEXICAL SEMANTICS
%%%
@InProceedings{2012das-lex,
author = {Das, Dipanjan and Smith, Noah A.},
title = {Graph-Based Lexicon Expansion with Sparsity-Inducing Penalties},
booktitle = {NAACL-HLT},
month = {June},
year = {2012},
address = {Montr\'{e}al, Canada},
}
@article{key:2006budanitsky-wordnet,
title={Evaluating {W}ord{N}et-based measures of lexical semantic relatedness},
author={Budanitsky, A. and Hirst, G.},
journal={Computational Linguistics},
year={2006},
publisher={MIT Press}
}
@article{key:huang-vectors,
title={Improving Word Representations via Global Context and Multiple Word Prototypes},
author={Huang, Eric H and Socher, Richard and Manning, Christopher D. and Ng, Andrew Y},
journal={ACL},
year={2012}
}
%%%
% MACHINE LEARNING
%%%
@InProceedings{key:2012samdani-em,
author = {Samdani, Rajhans and Chang, Ming-Wei and Roth, Dan},
title = {Unified Expectation Maximization},
booktitle = {NAACL-HLT},
month = {June},
year = {2012},
address = {Montr\'{e}al, Canada},
}
%%%
% QUESTION ANSWERING
%%%
@inproceedings{key:2006voorhees-trec,
title={Overview of {TREC} 2006},
author={Ellen M. Voorhees},
booktitle={TREC},
year={2006}
}
@inproceedings{key:2007dang-trec,
title={Overview of the {TREC} 2007 Question Answering Track},
author={Hoa Trang Dang and Diane Kelly and Jimmy J. Lin},
booktitle={TREC},
year={2007}
}
@inproceedings{key:2007cao-trec,
title={Learning to rank: from pairwise approach to listwise approach},
author={Zhe Cao and Tao Qin and Tie-Yan Liu and Ming-Feng Tsai and Hang Li},
booktitle={ICML},
year={2007}
}
@inproceedings{key:2008voorhees-trec,
title={Building a question answering test collection},
author={Ellen M. Voorhees and Dawn M. Tice},
booktitle={SIGIR},
year={2000}
}
@article{key:2010ferrucci-watson,
title={The {AI} behind {W}atson},
author={Ferrucci, David and Brown, Eric and Chu-Carroll, Jennifer and Fan, Jmes and Gondek, David and Kalyanpur, Aditya and Lally, Adam and Murdock, J. William and Nyberg, Eric and Prager, John and Schlaefer, Nico and Welty, Chris},
journal={The AI Magazine},
year={2010}
}
@inproceedings{key:2003moldovan-trec,
author = {Moldovan, Dan and Clark, Christine and Harabagiu, Sanda and Maiorano, Steve},