-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
3802 lines (3796 loc) · 169 KB
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{murphy1985role,
title={The role of theories in conceptual coherence.},
author={Murphy, Gregory L and Medin, Douglas L},
journal={Psychological review},
volume={92},
number={3},
pages={289},
year={1985},
publisher={American Psychological Association},
note={Early work highlighting the importance of structured conceptual theories, rather than similarity-based metrics, in knowledge representation (specifically categorization)}
}
@book{turner1994adaptive,
title={Adaptive reasoning for real-world problems: A schema-based approach},
author={Turner, Roy},
year={1994},
publisher={Psychology Press}
}
@article{rosenberg2013visual,
title={The visual representation of 3D object orientation in parietal cortex},
author={Rosenberg, Ari and Cowan, Noah J and Angelaki, Dora E},
journal={Journal of Neuroscience},
volume={33},
number={49},
pages={19352--19361},
year={2013},
publisher={Soc Neuroscience}
}
@article{kim2019type,
title={A Type-coherent, Expressive Representation as an Initial Step to Language Understanding},
author={Kim, Gene Louis and Schubert, Lenhart},
journal={arXiv preprint arXiv:1903.09333},
year={2019}
}
@incollection{cooper1973chronometric,
title={Chronometric studies of the rotation of mental images},
author={Cooper, Lynn A and Shepard, Roger N},
booktitle={Visual information processing},
pages={75--176},
year={1973},
publisher={Elsevier}
}
@inproceedings{platonov2018computational,
title={Computational Models for Spatial Prepositions},
author={Platonov, Georgiy and Schubert, Lenhart},
booktitle={Proceedings of the First International Workshop on Spatial Language Understanding},
pages={21--30},
year={2018}
}
@article{palmer2005proposition,
title={The proposition bank: An annotated corpus of semantic roles},
author={Palmer, Martha and Gildea, Daniel and Kingsbury, Paul},
journal={Computational linguistics},
volume={31},
number={1},
pages={71--106},
year={2005},
publisher={MIT Press}
}
@inproceedings{siskind2015,
author = {Siskind, Jeffrey Mark},
title = {Conducting Neuroscience to Guide the Development of AI},
booktitle = {Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence},
series = {AAAI'15},
year = {2015},
isbn = {0-262-51129-0},
location = {Austin, Texas},
pages = {4067--4072},
numpages = {6},
url = {http://dl.acm.org/citation.cfm?id=2888116.2888285},
acmid = {2888285},
publisher = {AAAI Press},
}
@inproceedings{kim2019FLAIRS,
title={Towards Parsing Unscoped Episodic Logical Forms with a Cache Transition Parser},
author={Gene Louis Kim},
booktitle={the Poster Abstracts of the Proceedings of the 32nd International Conference of the Florida Artificial Intelligence Research Society},
year={2019},
location={Sarasota, Florida, USA},
}
@incollection{turing1950,
author = {Turing, A. M.},
chapter = {Computing Machinery and Intelligence},
title = {Computers \& Thought},
editor = {Feigenbaum, Edward A. and Feldman, Julian},
year = {1950},
isbn = {0-262-56092-5},
pages = {11--35},
numpages = {25},
url = {http://dl.acm.org/citation.cfm?id=216408.216410},
acmid = {216410},
publisher = {MIT Press},
address = {Cambridge, MA, USA},
}
@phdthesis{mooney:phd88,
title={A General Explanation-Based Learning Mechanism and its Application to Narrative Understanding},
school={University of Illinois Urbana-Champaign},
author={Raymond J. Mooney},
institution={Department of Computer Science, University of Illinois at Urbana-Champaign},
url="http://www.cs.utexas.edu/users/ai-lab/?mooney:phd88",
year={1988}
}
@article{robinson1965machine,
title={A machine-oriented logic based on the resolution principle},
author={Robinson, John Alan},
journal={Journal of the ACM},
volume={12},
number={1},
pages={23--41},
year={1965}
}
@InCollection{schubert2000book2,
author = {Schubert, Lenhart K.},
title = {The Situations We Talk About},
booktitle = {Logic-based Artificial Intelligence},
editor = {Minker, Jack},
year = {2000},
pages = {407--439},
publisher = {Kluwer Academic Publishers},
address = {Norwell, MA, USA},
}
@book{schankandabelson,
title={Scripts, Plans, Goals, and Understanding: An Inquiry Into Human Knowledge Structures},
author={Schank, R.C. and Abelson, R.P.},
isbn={9780470990339},
lccn={lc76051963},
series={The Artificial Intelligence Series},
url={https://books.google.com/books?id=YZ99AAAAMAAJ},
year={1977},
publisher={Lawrence Erlbaum Associates}
}
@incollection{Reiter:1987:CWD:42641.42663,
author = {Reiter, R.},
title = {On Closed World Data Bases},
chapter = {5},
booktitle = {Readings in Nonmonotonic Reasoning},
editor = {Ginsberg, Matthew L.},
year = {1987},
isbn = {0-934613-45-1},
pages = {300--310},
numpages = {11},
url = {http://dl.acm.org/citation.cfm?id=42641.42663},
acmid = {42663},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
@article{allen1983,
author = {Allen, James F.},
title = {Maintaining Knowledge About Temporal Intervals},
journal = {Commun. ACM},
issue_date = {Nov. 1983},
volume = {26},
number = {11},
month = nov,
year = {1983},
issn = {0001-0782},
pages = {832--843},
numpages = {12},
url = {http://doi.acm.org/10.1145/182.358434},
doi = {10.1145/182.358434},
acmid = {358434},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {interval reasoning, interval representation, temporal interval},
}
@book{bartlett1995remembering,
title={Remembering: A study in experimental and social psychology},
author={Bartlett, Frederic C},
volume={14},
year={1932},
publisher={Cambridge University Press}
}
@book{piaget1952origins,
title={The Origins of Intelligence in Children},
author={Piaget, Jean and Cook, Margaret},
volume={8},
year={1952},
publisher={International Universities Press New York}
}
@InCollection{mccarthy69,
author = "John McCarthy and Patrick J. Hayes",
title = "Some Philosophical Problems from the Standpoint of
Artificial Intelligence",
booktitle = "Machine Intelligence 4",
editor = "B. Meltzer and D. Michie",
pages = "463--502",
publisher = "Edinburgh University Press",
year = "1969",
note = "reprinted in McC90",
}
@article{bobrow1977overview,
title={An overview of KRL, a knowledge representation language},
author={Bobrow, Daniel G and Winograd, Terry},
journal={Cognitive science},
volume={1},
number={1},
pages={3--46},
year={1977},
publisher={Wiley Online Library}
}
@article{smith2007obo,
title={The OBO Foundry: coordinated evolution of ontologies to support biomedical data integration},
author={Smith, Barry and Ashburner, Michael and Rosse, Cornelius and Bard, Jonathan and Bug, William and Ceusters, Werner and Goldberg, Louis J and Eilbeck, Karen and Ireland, Amelia and Mungall, Christopher J and others},
journal={Nature biotechnology},
volume={25},
number={11},
pages={1251},
year={2007},
publisher={Nature Publishing Group}
}
@article{fikes1972,
title={Learning and executing generalized robot plans},
author={Fikes, Richard E and Hart, Peter E and Nilsson, Nils J},
journal={Artificial intelligence},
volume={3},
pages={251--288},
year={1972},
publisher={Elsevier}
}
@article{mooney90,
title={Learning Plan Schemata From Observation: Explanation-Based Learning for Plan Recognition},
author={Mooney, Raymond J.},
volume={14},
journal={Cognitive Science},
number={4},
pages={483-509},
url="http://www.cs.utexas.edu/users/ai-lab/?mooney:cogsci90",
year={1990}
}
@article{habgood2018knowledge,
title={Knowledge-how, abilities, and questions},
author={Habgood-Coote, Joshua},
journal={Australasian Journal of Philosophy},
pages={1--19},
year={2018},
publisher={Taylor \& Francis},
note={First paper I found regarding formal semantics for knowledge-how}
}
@article{mitchell1986,
author = {Mitchell, Tom M. and Keller, Richard M. and Kedar-Cabelli, Smadar T.},
title = {Explanation-Based Generalization: A Unifying View},
journal = {Mach. Learn.},
volume = {1},
number = {1},
month = mar,
year = {1986},
issn = {0885-6125},
pages = {47--80},
numpages = {34},
url = {http://dx.doi.org/10.1023/A:1022691120807},
doi = {10.1023/A:1022691120807},
acmid = {637968},
publisher = {Kluwer Academic Publishers},
address = {Hingham, MA, USA},
keywords = {constraint back-propagation, explanation-based generalization, explanation-based learning, goal regression, operationalization, similarity-based generalization},
}
@inproceedings{mooneydejong1985,
author = {Mooney, Raymond and DeJong, Gerald},
title = {Learning Schemata for Natural Language Processing},
booktitle = {Proceedings of the 9th International Joint Conference on Artificial Intelligence - Volume 1},
series = {IJCAI'85},
year = {1985},
isbn = {0-934613-02-8},
location = {Los Angeles, California},
pages = {681--687},
numpages = {7},
url = {http://dl.acm.org/citation.cfm?id=1625135.1625267},
acmid = {1625267},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
@article{hwang1993episodic,
title={Episodic logic: A situational logic for natural language processing},
author={Hwang, Chung Hee and Schubert, Lenhart K},
journal={Situation Theory and its Applications},
volume={3},
pages={303--338},
year={1993},
publisher={Chicago University Press}
}
@incollection{Davidson1967,
title = {The Logical Form of Action Sentences},
year = {1967},
editor = {Nicholas Rescher},
author = {Donald Davidson},
booktitle = {The Logic of Decision and Action},
publisher = {University of Pittsburgh Press}
}
@inproceedings{P18-1001,
title = "Probabilistic FastText for Multi-Sense Word Embeddings",
author = "Athiwaratkun, Ben and
Wilson, Andrew and
Anandkumar, Anima",
booktitle = "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
month = may,
year = "2019",
publisher = "Association for Computational Linguistics",
}
@article{liu2004conceptnet,
title={ConceptNeta practical commonsense reasoning tool-kit},
author={Liu, Hugo and Singh, Push},
journal={BT technology journal},
volume={22},
number={4},
pages={211--226},
year={2004},
publisher={Springer}
}
@incollection{winograd1973procedural,
title={A procedural model of language understanding},
author={Winograd, Terry},
year={1973},
booktitle={Computer Models of Thought and Language},
pages={152--186},
editor={R Schank and K Colby},
publisher={New York, NY: WH Freeman},
}
@inproceedings{schubert1992tensetrees,
author = {Hwang, Chung Hee and Schubert, Lenhart K.},
title = {Tense Trees As the "Fine Structure" of Discourse},
booktitle = {Proceedings of the 30th Annual Meeting on Association for Computational Linguistics},
series = {ACL '92},
year = {1992},
location = {Newark, Delaware},
pages = {232--240},
numpages = {9},
url = {https://doi.org/10.3115/981967.981997},
doi = {10.3115/981967.981997},
acmid = {981997},
publisher = {Association for Computational Linguistics},
address = {Stroudsburg, PA, USA},
}
@inproceedings{kim2016high,
title={High-fidelity lexical axiom construction from verb glosses},
author={Kim, Gene and Schubert, Lenhart},
booktitle={Proceedings of the Fifth Joint Conference on Lexical and Computational Semantics},
pages={34--44},
year={2016}
}
@incollection{rumelhart1986,
author = {Rumelhart, D. E. and Hinton, G. E. and Williams, R. J.},
chapter = {Learning Internal Representations by Error Propagation},
title = {Parallel Distributed Processing: Explorations in the Microstructure of Cognition, Vol. 1},
editor = {Rumelhart, David E. and McClelland, James L. and PDP Research Group, CORPORATE},
year = {1986},
isbn = {0-262-68053-X},
pages = {318--362},
numpages = {45},
url = {http://dl.acm.org/citation.cfm?id=104279.104293},
acmid = {104293},
publisher = {MIT Press},
address = {Cambridge, MA, USA},
}
@article{mcguinness2004owl,
title={OWL web ontology language overview},
author={McGuinness, Deborah L and Van Harmelen, Frank and others},
journal={W3C recommendation},
volume={10},
number={10},
pages={2004},
year={2004}
}
@article{morbini2009evaluation,
title={Evaluation of EPILOG: a reasoner for Episodic Logic},
author={Morbini, Fabrizio and Schubert, Lenhart K},
journal={Commonsense},
volume={9},
pages={1--3},
year={2009}
}
@inproceedings{mostafazadeh2017lsdsem,
title={Lsdsem 2017 shared task: The story cloze test},
author={Mostafazadeh, Nasrin and Roth, Michael and Louis, Annie and Chambers, Nathanael and Allen, James},
booktitle={Proceedings of the 2nd Workshop on Linking Models of Lexical, Sentential and Discourse-level Semantics},
pages={46--51},
year={2017}
}
@article{schubert2000episodic,
title={Episodic Logic meets Little Red Riding Hood: A comprehensive, natural representation for language understanding},
author={Schubert, Lenhart K and Hwang, Chung Hee},
journal={Natural language processing and knowledge representation: Language for Knowledge and Knowledge for Language},
pages={111--174},
year={2000},
publisher={MIT/AAAI Press Menlo Park, CA}
}
@article{firth57synopsis,
abstract = {Reprinted in: Palmer, F. R. (ed.) (1968). Selected Papers of J. R. Firth 1952-59, pages 168-205. Longmans, London. },
added-at = {2008-05-14T00:52:58.000+0200},
address = {Oxford},
author = {Firth, J. R.},
biburl = {https://www.bibsonomy.org/bibtex/25e3d6c72cdd123a638f71886d78f3c1e/brightbyte},
booktitle = {Studies in Linguistic Analysis (special volume of the Philological Society)},
interhash = {b4f769667fdd195b4a75f61f6388a52e},
intrahash = {5e3d6c72cdd123a638f71886d78f3c1e},
keywords = {classic linguistics meanign relatedness semantic},
pages = {1-32},
publisher = {The Philological Society},
timestamp = {2009-01-23T09:58:50.000+0100},
title = {A synopsis of linguistic theory 1930-55.},
volume = {1952-59},
year = 1957
}
@article{berners2001semantic,
title={The semantic web},
author={Berners-Lee, Tim and Hendler, James and Lassila, Ora and others},
journal={Scientific american},
volume={284},
number={5},
pages={28--37},
year={2001},
publisher={New York, NY, USA:}
}
@incollection{brachman1989overview,
title={An overview of the KL-ONE knowledge representation system},
author={Brachman, Ronald J and Schmolze, James G},
booktitle={Readings in artificial intelligence and databases},
pages={207--230},
year={1989},
publisher={Elsevier}
}
@article{codd1970,
author = {Codd, E. F.},
title = {A Relational Model of Data for Large Shared Data Banks},
journal = {Commun. ACM},
issue_date = {June 1970},
volume = {13},
number = {6},
month = jun,
year = {1970},
issn = {0001-0782},
pages = {377--387},
numpages = {11},
url = {http://doi.acm.org/10.1145/362384.362685},
doi = {10.1145/362384.362685},
acmid = {362685},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {composition, consistency, data bank, data base, data integrity, data organization, data structure, derivability, hierarchies of data, join, networks of data, predicate calculus, redundancy, relations, retrieval language, security},
}
@article{devlin2018bert,
title={Bert: Pre-training of deep bidirectional transformers for language understanding},
author={Devlin, Jacob and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina},
journal={arXiv preprint arXiv:1810.04805},
year={2018}
}
@Inbook{Bengio2006,
author="Bengio, Yoshua
and Schwenk, Holger
and Sen{\'e}cal, Jean-S{\'e}bastien
and Morin, Fr{\'e}deric
and Gauvain, Jean-Luc",
editor="Holmes, Dawn E.
and Jain, Lakhmi C.",
title="Neural Probabilistic Language Models",
bookTitle="Innovations in Machine Learning: Theory and Applications",
year="2006",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="137--186",
doi="10.1007/3-540-33486-6_6",
url="https://doi.org/10.1007/3-540-33486-6_6"
}
@inproceedings{Schubert:2002:WDG:1289189.1289263,
author = {Schubert, Lenhart},
title = {Can We Derive General World Knowledge from Texts?},
booktitle = {Proceedings of the Second International Conference on Human Language Technology Research},
series = {HLT '02},
year = {2002},
location = {San Diego, California},
pages = {94--97},
numpages = {4},
url = {http://dl.acm.org/citation.cfm?id=1289189.1289263},
acmid = {1289263},
publisher = {Morgan Kaufmann Publishers Inc.},
}
@inproceedings{schubert2015,
title={What kinds of knowledge are needed for genuine understanding},
author={Schubert, Lenhart K},
booktitle={IJCAI 2015 Workshop on Cognitive Knowledge Acquisition and Applications (Cognitum 2015)},
year={2015}
}
@article{opensesame,
author = {Swabha Swayamdipta and
Sam Thomson and
Chris Dyer and
Noah A. Smith},
title = {Frame-Semantic Parsing with Softmax-Margin Segmental RNNs and a Syntactic
Scaffold},
journal = {CoRR},
volume = {abs/1706.09528},
year = {2017},
url = {http://arxiv.org/abs/1706.09528},
archivePrefix = {arXiv},
eprint = {1706.09528},
timestamp = {Mon, 13 Aug 2018 16:46:11 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/SwayamdiptaTDS17},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{lytinen1992conceptual,
title={Conceptual dependency and its descendants},
author={Lytinen, Steven L},
journal={Computers \& Mathematics with Applications},
volume={23},
number={2-5},
pages={51--73},
year={1992},
publisher={Elsevier}
}
@inproceedings{framenetspatial,
title = "Representing Spatial Relations in FrameNet",
author = "Petruck, Miriam R. L. and
Ellsworth, Michael J.",
booktitle = "Proceedings of the First International Workshop on Spatial Language Understanding",
month = jun,
year = "2018",
address = "New Orleans",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/W18-1405",
doi = "10.18653/v1/W18-1405",
pages = "41--45",
abstract = "While humans use natural language to express spatial relations between and across entities in the world with great facility, natural language systems have a facility that depends on that human facility. This position paper presents approach to representing spatial relations in language, and advocates its adoption for representing the meaning of spatial language. This work shows the importance of axis-orientation systems for capturing the complexity of spatial relations, which FrameNet encodes with semantic types.",
}
@inproceedings{shen2007using,
title={Using semantic roles to improve question answering},
author={Shen, Dan and Lapata, Mirella},
booktitle={Proceedings of the 2007 joint conference on empirical methods in natural language processing and computational natural language learning (EMNLP-CoNLL)},
year={2007}
}
@inproceedings{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},
pages={697--706},
year={2007},
organization={ACM}
}
@inproceedings{rahman2011,
author = {Rahman, Altaf and Ng, Vincent},
title = {Coreference Resolution with World Knowledge},
booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies - Volume 1},
series = {HLT '11},
year = {2011},
isbn = {978-1-932432-87-9},
location = {Portland, Oregon},
pages = {814--824},
numpages = {11},
url = {http://dl.acm.org/citation.cfm?id=2002472.2002575},
acmid = {2002575},
publisher = {Association for Computational Linguistics},
}
@inproceedings{thompson2003generative,
title={A generative model for semantic role labeling},
author={Thompson, Cynthia A and Levy, Roger and Manning, Christopher D},
booktitle={European Conference on Machine Learning},
pages={397--408},
year={2003},
organization={Springer}
}
@inproceedings{giuglea2006semantic,
title={Semantic role labeling via framenet, verbnet and propbank},
author={Giuglea, Ana-Maria and Moschitti, Alessandro},
booktitle={Proceedings of the 21st International Conference on Computational Linguistics and the 44th annual meeting of the Association for Computational Linguistics},
pages={929--936},
year={2006},
organization={Association for Computational Linguistics}
}
@article{semafor,
author = {Das, Dipanjan and Chen, Desai and Martins, André F. T. and Schneider, Nathan and Smith, Noah A.},
title = {Frame-Semantic Parsing},
journal = {Computational Linguistics},
volume = {40},
number = {1},
pages = {9-56},
year = {2014},
doi = {10.1162/COLI\_a\_00163}
}
@article{fillmore1976frame,
title={Frame semantics and the nature of language},
author={Fillmore, Charles J},
journal={Annals of the New York Academy of Sciences},
volume={280},
number={1},
pages={20--32},
year={1976},
publisher={Wiley Online Library}
}
@article{gildea2002automatic,
title={Automatic labeling of semantic roles},
author={Gildea, Daniel and Jurafsky, Daniel},
journal={Computational linguistics},
volume={28},
number={3},
pages={245--288},
year={2002},
publisher={MIT Press}
}
@book{Charniak:1980:AIP:576572,
editor = {Charniak, Eugene and Meehan, James R. and Reisbeck, Christopher K. and McDermott, Drew V.},
title = {Artificial Intelligence Programming},
year = {1980},
isbn = {0898596092},
publisher = {L. Erlbaum Associates Inc.},
address = {Hillsdale, NJ, USA},
}
@inproceedings{yamada2004automatic,
title={Automatic discovery of telic and agentive roles from corpus data},
author={Yamada, Ichiro and Baldwin, Timothy},
booktitle={Proceedings of the 18th Pacific Asia Conference on Language, Information and Computation},
pages={115--126},
year={2004}
}
@article{miller1995wordnet,
title={WordNet: a lexical database for English},
author={Miller, George A},
journal={Communications of the ACM},
volume={38},
number={11},
pages={39--41},
year={1995},
publisher={ACM}
}
@article{elmo,
title={Deep contextualized word representations},
author={Peters, Matthew E and Neumann, Mark and Iyyer, Mohit and Gardner, Matt and Clark, Christopher and Lee, Kenton and Zettlemoyer, Luke},
journal={arXiv preprint arXiv:1802.05365},
year={2018}
}
@article{pustejovsky1991generative,
title={The generative lexicon},
author={Pustejovsky, James},
journal={Computational linguistics},
volume={17},
number={4},
pages={409--441},
year={1991},
publisher={MIT press}
}
@article{allen2013evolution,
title={The evolution of episodic memory},
author={Allen, Timothy A and Fortin, Norbert J},
journal={Proceedings of the National Academy of Sciences},
volume={110},
number={Supplement 2},
pages={10379--10386},
year={2013},
publisher={National Acad Sciences}
}
@article{repisodic,
author = {Neisser, Ulric},
year = {1981},
month = {03},
pages = {1-22},
title = {John Dean's memory: A case study},
volume = {9},
journal = {Cognition},
doi = {10.1016/0010-0277(81)90011-1}
}
@inproceedings{framenet,
author = {Baker, Collin F. and Fillmore, Charles J. and Lowe, John B.},
title = {The Berkeley FrameNet Project},
booktitle = {Proceedings of the 36th Annual Meeting of the Association for Computational Linguistics and 17th International Conference on Computational Linguistics - Volume 1},
series = {ACL '98/COLING '98},
year = {1998},
location = {Montreal, Quebec, Canada},
pages = {86--90},
numpages = {5},
url = {https://doi.org/10.3115/980845.980860},
doi = {10.3115/980845.980860},
acmid = {980860},
publisher = {Association for Computational Linguistics},
}
@article{tulving1972episodic,
title={Episodic and semantic memory},
author={Tulving, Endel and others},
journal={Organization of memory},
volume={1},
pages={381--403},
year={1972},
publisher={New York}
}
@article{schank1980language,
title={Language and memory},
author={Schank, Roger C},
journal={Cognitive science},
volume={4},
number={3},
pages={243--284},
year={1980},
publisher={Elsevier}
}
@article{kolodner1983maintaining,
title={Maintaining organization in a dynamic long-term memory},
author={Kolodner, Janet L},
journal={Cognitive science},
volume={7},
number={4},
pages={243--280},
year={1983},
publisher={Elsevier}
}
@book{schank1982dynamic,
title={Dynamic memory: A theory of reminding and learning in computers and people},
author={Schank, Roger C},
volume={240},
year={1982},
publisher={Cambridge University Press Cambridge}
}
@phdthesis{schank1969conceptual,
title={A conceptual dependency representation for a computer-oriented semantics},
author={Schank, Roger C},
year={1969},
school={University of Texas at Austin}
}
@phdthesis{lebowitz1980,
author = {Lebowitz, Michael},
title = {Generalization and Memory in an Integrated Understanding System},
year = {1980},
note = {AAI8109800},
publisher = {Yale University},
school = {Yale University},
address = {New Haven, CT, USA},
}
@inproceedings{pichotta2016learning,
title={Learning statistical scripts with {LSTM} recurrent neural networks},
author={Pichotta, Karl and Mooney, Raymond J},
booktitle={Thirtieth AAAI Conference on Artificial Intelligence},
year={2016}
}
@inproceedings{wanzare2017inducing,
title={Inducing script structure from crowdsourced event descriptions via semi-supervised clustering},
author={Wanzare, Lilian and Zarcone, Alessandra and Thater, Stefan and Pinkal, Manfred},
booktitle={Proceedings of the 2nd Workshop on Linking Models of Lexical, Sentential and Discourse-level Semantics},
pages={1--11},
year={2017}
}
@inproceedings{schank1975concdep,
author = {Schank, Roger C.},
title = {The Primitive Acts of Conceptual Dependency},
booktitle = {Proceedings of the 1975 Workshop on Theoretical Issues in Natural Language Processing},
series = {TINLAP '75},
year = {1975},
location = {Cambridge, Massachusetts},
pages = {34--37},
numpages = {4},
url = {https://doi.org/10.3115/980190.980205},
doi = {10.3115/980190.980205},
acmid = {980205},
publisher = {Association for Computational Linguistics},
}
@inproceedings{tng,
author = {Data, Lt. Cmdr. and Picard, Jean-Luc},
title = {The Offspring},
booktitle = {Star Trek: The Next Generation},
series = {Season 3, Episode 16},
year = {2366},
location = {U.S.S. Enterprise},
}
@inproceedings{pustejovsky2003timebank,
title={The timebank corpus},
author={Pustejovsky, James and Hanks, Patrick and Sauri, Roser and See, Andrew and Gaizauskas, Robert and Setzer, Andrea and Radev, Dragomir and Sundheim, Beth and Day, David and Ferro, Lisa and others},
booktitle={Corpus linguistics},
volume={2003},
pages={40},
year={2003},
organization={Lancaster, UK.}
}
@inproceedings{ferguson1998trips,
title={TRIPS: An integrated intelligent problem-solving assistant},
author={Ferguson, George and Allen, James F and others},
booktitle={Aaai/Iaai},
pages={567--572},
year={1998}
}
@misc{tng_1990, title={The Offspring}, volume={3}, number={16}, journal={Star Trek: The Next Generation}, year={1990}, month={Mar}}
@inproceedings{verhagen-etal-2010-semeval,
title = "SemEval-2010 Task 13: TempEval-2",
author = "Verhagen, Marc and
Saur{\'\i}, Roser and
Caselli, Tommaso and
Pustejovsky, James",
booktitle = "Proceedings of the 5th International Workshop on Semantic Evaluation",
month = jul,
year = "2010",
address = "Uppsala, Sweden",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/S10-1010",
pages = "57--62",
}
@inproceedings{10.5555/1859664.1859726,
author = {UzZaman, Naushad and Allen, James F.},
title = {TRIPS and TRIOS System for TempEval-2: Extracting Temporal Information from Text},
year = {2010},
publisher = {Association for Computational Linguistics},
address = {USA},
booktitle = {Proceedings of the 5th International Workshop on Semantic Evaluation},
pages = {276283},
numpages = {8},
location = {Los Angeles, California},
series = {SemEval 10}
}
@inproceedings{graves2009offline,
title={Offline handwriting recognition with multidimensional recurrent neural networks},
author={Graves, Alex and Schmidhuber, J{\"u}rgen},
booktitle={Advances in neural information processing systems},
pages={545--552},
year={2009}
}
@inproceedings{eck2002finding,
title={Finding temporal structure in music: Blues improvisation with LSTM recurrent networks},
author={Eck, Douglas and Schmidhuber, Juergen},
booktitle={Proceedings of the 12th IEEE workshop on neural networks for signal processing},
pages={747--756},
year={2002},
organization={IEEE}
}
@inproceedings{sutskever2014sequence,
title={Sequence to sequence learning with neural networks},
author={Sutskever, Ilya and Vinyals, Oriol and Le, Quoc V},
booktitle={Advances in neural information processing systems},
pages={3104--3112},
year={2014}
}
@article{lstms,
title={Long short-term memory},
author={Hochreiter, Sepp and Schmidhuber, J{\"u}rgen},
journal={Neural computation},
volume={9},
number={8},
pages={1735--1780},
year={1997},
publisher={MIT Press}
}
@unpublished{baldridge2005opennlp,
title={The opennlp project},
author={Baldridge, Jason},
url={http://opennlp.apache.org/index.html},
pages={1},
year={2005},
note = {Available at \url{http://opennlp.apache.org/index.html}, accessed February 2, 2012}
}
@article{taylor1953cloze,
title={Cloze procedure: A new tool for measuring readability},
author={Taylor, Wilson L},
journal={Journalism Bulletin},
volume={30},
number={4},
pages={415--433},
year={1953},
publisher={SAGE Publications Sage CA: Los Angeles, CA}
}
@article{parker2011english,
title={English gigaword fifth edition, june},
author={Parker, Robert and Graff, David and Kong, Junbo and Chen, Ke and Maeda, Kazuaki},
journal={Linguistic Data Consortium, LDC2011T07},
volume={12},
year={2011}
}
@article{chambers2008unsupervised,
title={Unsupervised learning of narrative event chains},
author={Chambers, Nathanael and Jurafsky, Dan},
journal={Proceedings of ACL-08: HLT},
pages={789--797},
year={2008}
}
@inproceedings{Pichotta:2016:LSS:3016100.3016293,
author = {Pichotta, Karl and Mooney, Raymond J.},
title = {Learning Statistical Scripts with {LSTM} Recurrent Neural Networks},
booktitle = {Proceedings of the Thirtieth AAAI Conference on Artificial Intelligence},
series = {AAAI'16},
year = {2016},
location = {Phoenix, Arizona},
pages = {2800--2806},
numpages = {7},
url = {http://dl.acm.org/citation.cfm?id=3016100.3016293},
acmid = {3016293},
publisher = {AAAI Press},
}
@phdthesis{pichotta:thesis17,
title={Advances in Statistical Script Learning},
author={Karl Pichotta},
school={Department of Computer Science, The University of Texas at Austin},
url="http://www.cs.utexas.edu/users/ai-lab/pub-view.php?PubID=127649",
year={2017}
}
@inproceedings{tomkins1978script,
title={Script theory: Differential magnification of affects.},
author={Tomkins, Silvan S},
booktitle={Nebraska symposium on motivation},
year={1978},
organization={University of Nebraska Press}
}
@article{quine1985events,
title={Events and reification},
author={Quine, Willard Van Orman},
journal={Actions and events: Perspectives on the philosophy of Donald Davidson},
pages={162--171},
year={1985},
publisher={Actions and Events: Perspectives on the Philosophy of Donald Davidson}
}
@book{brachmanlevesque,
author = {Brachman, Ronald and Levesque, Hector},
title = {Knowledge Representation and Reasoning},
year = {2004},
isbn = {1558609326},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
@techreport{Minsky:1974:FRK:889222,
author = {Minsky, Marvin},
title = {A Framework for Representing Knowledge},
year = {1974},
source = {http://www.ncstrl.org:8900/ncstrl/servlet/search?formname=detail\&id=oai%3Ancstrlh%3Amitai%3AMIT-AILab%2F%2FAIM-306},
publisher = {Massachusetts Institute of Technology},
institution = {Massachusetts Institute of Technology},
address = {Cambridge, MA, USA},
}
@book{keil1992concepts,
title={Concepts, kinds, and cognitive development},
author={Keil, Frank C},
year={1992},
publisher={mit Press}
}
@article{botvinick2004doing,
title={Doing without schema hierarchies: a recurrent connectionist approach to normal and impaired routine sequential action.},
author={Botvinick, Matthew and Plaut, David C},
journal={Psychological review},
volume={111},
number={2},
pages={395},
year={2004},
publisher={American Psychological Association}
}
@inproceedings{mikolov2013,
author = {Mikolov, Tomas and Sutskever, Ilya and Chen, Kai and Corrado, Greg and Dean, Jeffrey},
title = {Distributed Representations of Words and Phrases and Their Compositionality},
booktitle = {Proceedings of the 26th International Conference on Neural Information Processing Systems - Volume 2},
series = {NIPS'13},
year = {2013},
location = {Lake Tahoe, Nevada},
pages = {3111--3119},
numpages = {9},
url = {http://dl.acm.org/citation.cfm?id=2999792.2999959},
acmid = {2999959},
publisher = {Curran Associates Inc.},
}
@inproceedings{jans2012skip,
title={Skip n-grams and ranking functions for predicting script events},
author={Jans, Bram and Bethard, Steven and Vuli{\'c}, Ivan and Moens, Marie Francine},
booktitle={Proceedings of the 13th Conference of the European Chapter of the Association for Computational Linguistics},
pages={336--344},
year={2012},
organization={Association for Computational Linguistics}
}
@inproceedings{pichmoon2014,
title = "Statistical Script Learning with Multi-Argument Events",
author = "Pichotta, Karl and
Mooney, Raymond",
booktitle = "Proceedings of the 14th Conference of the European Chapter of the Association for Computational Linguistics",
month = apr,
year = "2014",
address = "Gothenburg, Sweden",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/E14-1024",
doi = "10.3115/v1/E14-1024",
pages = "220--229",
}
@book{rubinstein2013cross,
title={The cross-entropy method: a unified approach to combinatorial optimization, Monte-Carlo simulation and machine learning},
author={Rubinstein, Reuven Y and Kroese, Dirk P},
year={2013},
publisher={Springer Science \& Business Media}
}
@incollection{fillmore:case,
added-at = {2008-03-11T14:52:34.000+0100},
address = {New York},
author = {Fillmore, Charles J.},
biburl = {https://www.bibsonomy.org/bibtex/2bec94321ea706cd7b383ca9287413139/idsia},
booktitle = {Universals in Linguistic Theory},
citeulike-article-id = {2376632},
editor = {Bach, Emmon and Harms, Robert T.},
interhash = {103bf01751708ebaeb99980e6fa368b8},
intrahash = {bec94321ea706cd7b383ca9287413139},
keywords = {nn},
pages = {0--88},
priority = {2},
publisher = {Holt, Rinehart and Winston},
timestamp = {2008-03-11T15:04:31.000+0100},
title = {The Case for Case},
year = 1968
}
@techreport{mcdermott1974,
author = {McDermott, Drew V.},
title = {Assimilation of New Information by a Natural Language Understanding System},
year = {1974},
source = {http://www.ncstrl.org:8900/ncstrl/servlet/search?formname=detail\&id=oai%3Ancstrlh%3Amitai%3AMIT-AILab%2F%2FAITR-291},
publisher = {Massachusetts Institute of Technology},
address = {Cambridge, MA, USA},
}
@incollection{reiter1987,
author = {Reiter, R.},