-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathccg-long.bib
More file actions
4881 lines (4078 loc) · 223 KB
/
ccg-long.bib
File metadata and controls
4881 lines (4078 loc) · 223 KB
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% PROJECTS %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@comment{FLKR = {Foundations: Learning, Knowledge Representations, Reasoning}}
@comment{ML = {Machine Learning}}
@comment{KR = {Knowledge Representation and Inference}}
@comment{LnI = {Learning and Inference}}
@comment{NLP = {Natural Language Processing}}
@comment{IIA = {Intelligent Information Access}}
%%
%% FLKR
%% |
%% DPL MCR LCC LT LP KR
%%
%% LnI
%% |
%% SI ILP SM
%%
%% IIA
%% |
%% IE LV MIRROR NE QA KINDLE
%%
%% NLP
%% |
%% LNLP CSD SP
@comment{CSD = {Context Sensitive Disambiguation}}
@comment{DPL = {Discriminative and Probabilistic Learning}}
@comment{LNLP = {Learning in NLP}}
@comment{IE = {Information Extraction}}
@comment{ILP = {Integer Linear Programming Inference}}
@comment{KR = {Relational Knowledge Representations and Kernels}}
@comment{LBP = {Learning Based Programming}}
@comment{LCC = {Learning Coherent Concepts}}
@comment{LINL = {Learning and Inference in Natural Language}}
@comment{LV = {Learning for Visual Recognition}}
@comment{LP = {Learning Protocols}}
@comment{LT = {Learning Theory}}
@comment{KINDLE = {Knowledge Representation and Inference for Natural Language using Feature Description Logic}}
@comment{MCR = {Multiclass Classification and Ranking}}
@comment{MIRROR = {Mirroring Entities: Name Identification and Tracing}}
@comment{NE = {Named Entity Recognition}}
@comment{NLP = {Natural Language Processing}}
@comment{QA = {Question Answering Systems}}
@comment{SI = {Sequential Inference}}
@comment{SM = {Structural Mapping}}
@comment{SP = {Semantic Parsing}}
@comment{PHRASENET = {PhraseNet}}
%% NEW PROJECTS (2008)
@comment{CSTC = {Context Sensitive Text Correction}}
@comment{USS = {Unsupervised and Semi-supervised Learning}}
@comment{DC = {Dataless Classification}}
@comment{AL = {Active and Interactive Learning}}
@comment{RANK = {Learning to Rank}}
@comment{ADAPT = {Adaptation}}
@comment{PL = {Pipeline Models}}
@comment{MC = {Multiclass Classification}}
@comment{PASTML = {Past Projects}}
@comment{FOPI = {First-order Probabilistic Inference}}
@comment{KRNLP = {Knowledge Representation for Natural Language}}
@comment{CCM = {Constrained Conditional Models}}
@comment{LBP = {Learning Based Programming}}
@comment{SRL = {Semantic Parsing (Semantic Role Labeling)}}
@comment{TE = {Semantic Entailment and Question Answering}}
@comment{COREF = {Cofereference Within and Across Documents}}
@comment{DP = {Dependency Parsing}}
@comment{COMP = {Natural Language Comprehension in Context}}
@comment{PSYCHO = {Psycholinguistics}}
@comment{TL = {Transliteration}}
@comment{LS = {Lexical Semantics}}
@comment{PASTNLP = {Past Projects}}
@comment{IE = {Information Extraction}}
@comment{NER = {Named Entities and Relations}}
@comment{SEARCH = {NLP Based Search}}
@comment{TRUST = {Trustworthiness}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% GRANTS %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% The key of a past projects is prefiexed by p-
%%% NSF
@comment{Psych = {Verb Learning and The Early Development of Sentence Comprehension:
Experimental and Computational Studies}}
% ACTIVE: NSF BCS-0620257
% ACTIVE NIH grant R01-HD054448.
@comment{SoD = {Learning Based Programming}}
% ACTIVE: NSF SoD-HCER-0613885
%%% EDU
@comment{EDU = {Asses As you Go}}
@comment{ITR-EDU = {Natural Language Processing Technology for Guided Study of Bioinformatics}}
% NSF ITR IIS-0428472
@comment{p-ITR-BI = {Multimodal Human Computer Interaction: Toward a Proactive Computer}}
% NSF IIS -- 0085980
@comment{p-ITR-MIT = {From Bits to Information: Statistical Learning Technologies for
Digital Information Management and Search}}
% NSF ITR IIS 0085836
@comment{NSF-REU = (research experience for undergraduates)}
@comment{p-CAREER = {Learning Coherent Concepts: Theory and Applications to Natural Language}}
% NSF IIS 9984168
@comment{p-KDI = {The Role of Experience in Natural Language}}
% NSF SBR 9872450
@comment{p-NSF98 = {Learning to Perform Knowledge Intensive Inferences}}
% NSF IIS 9801638
@comment{CLUSTER = {Programming Environments and Applications for Clusters and Grids}}
%
% Library of Congress ECHO Depository Index code: A60754 FOPAL: 490167-434040-191100
@comment{Library = {Meta-Data}}
%%%%
%%% DOI
@comment{p-KINDLE = {Knowledge and Inference via Description Logics for Natural Language}}
%Advanced Research and Development Activity (ARDA)'s Advanced Question Answering for Intelligence (AQUAINT)
@comment{p-REFLEX = {Named Entity Recognition and Transliteration for 50 Languages.}}
@comment{p-LbR = {DARPA seedling for Learning by Reading.}}
%
%Index code: A28981
%FOPAL: 488889-434040-191100
% Title: AF Sub SRI 2009-02926
@comment{MR = {DARPA funding under the Machine Reading Program.}}
%% ACTIVE:
@comment{MIAS = {DHS-IDS-Center for Multimodal Information Access and Synthesis.}}
%% ACTIVE:
% Index code: A46411
% CFOP: 491233-434040-191100
% Title: Navy N00014-07-1-0151
@comment{BL = {DARPA funding under the Bootstrap Learning Program.}}
%% ACTIVE:
%%% ONR
@comment{ONR = {Guiding Learning and Decision Making in the
Presence of Multiple Forms of Information}}
%% ACTIVE:
@comment{p-MURI = {Decision Making Under Uncertainty}}
@comment{p-TRECC = {Cross-Document Entity Identification \& Tracing.}}
%%% Industry
@comment{p-BOEING = {Machine Learning for Security: Digital Guards for Insider Threat Detection}}
@comment{BOEING-L = {Focused Textual Entailment}}
%% ACTIVE
@comment{GOOGLE = {Textual Entailment}}
%% ACTIVE: GIft
@comment{MSR = {Textual Entailment}}
%% ACTIVE: Gift
%% Index code: 434U8K
%% Title: Microsoft-Roth
%% FOPAL: 630246-434028-191100
@comment{p-MOTOROLA = {Business Intelligence Systems}}
@comment{XPRESSMP = {XPress-MP Optimization Suite}}
%Dash Optimization for the free academic use of Xpress-MP.
@comment{p-IBM = {Context-Sensitive Natural Language Inferences}}
%%% UIUC
@comment{p-CRI = {The Role of Sensorimotor Function, Associative Memory and Reinforcement Learning in
Automatic Acquisition of Spoken Language by an Autonomous Robot}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% PACKAGES %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@comment{SNOW = {SNoW}}
@comment{FEX = {FEX}}
@comment{POS = {POS Tagger}}
@comment{NE = {NE Tagger}}
@comment{SP = {Shallow Parser}}
@comment{SRL = {Semantic Role labeling}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% JOURNALS %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@string{AI = {Artificial Intelligence}}
@string{CACM = {Communications of the ACM}}
@string{CSL = {Computer Speech and Language}}
@string{CL = {Computational Linguistics}}
@string{InfCtrl = {Information and Control}}
@string{IT = {IEEE Transactions on information theory}}
@string{JACM = {Journal of the ACM}}
@string{JAIR = {Journal of AI Research}}
@string{JMLR = {Journal of Machine Learning Research}}
@string{ML = {Machine Learning}}
@string{NLE = {Journal of Natural Language Engineering}}
@string{MM = {IEEE Transactions on Multimedia}}
@string{PAMI = {IEEE Transactions on Pattern Analysis and Machine Intelligence}}
@string{SIJAD = {SIAM Journal of Algebraic and Discrete Methods}}
@string{SIJC = {SIAM Journal of Computing}}
@string{TASSP = {IEEE Transactions on Acoustics, speech, and Signal Processing}}
@string{TASSP = {IEEE Transactions on Acoustics, speech, and Signal Processing}}
@string{TCS = {Theoretical Computer Science}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% CONFERENCES %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@string{AAAI= {Proceedings of the National Conference on Artificial Intelligence (AAAI)}}
@string{ANLP = {Proc. of ACL Conference on Applied Natural Language Processing}}
@string{ARPA = {Proc. of the ARPA Workshop on Human Language Technology}}
@string{ACCV = {Proceedings of the Asian Conference on Computer Vision (ACCV)}}
@string{AISTAT = {Proceedings of the International Workshop on Artificial Intelligence and Statistics}}
@string{ALT = {Proc. of the International Workshop on Algorithmic Learning Theory (ALT)}}
@string{COLING = {Proc. the International Conference on Computational Linguistics (COLING)}}
@string{ACL = {Proc. of the Annual Meeting of the Association of Computational Linguistics (ACL)}}
@string{COLT = {Proc. of the Annual ACM Workshop on Computational Learning Theory (COLT)}}
@string{CoNLL = {Proc. of the Annual Conference on Computational Natural Language Learning (CoNLL)}}
@string{CVPR = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}}
@string{DARPA = {Proc. of the DARPA Workshop on Speech and Natural Language}}
@string{ECML = {Proc. of the European Conference on Machine Learning (ECML)}}
@string{FOCS = {IEEE Symp. of Foundation of Computer Science}}
@string{ECCV = {Proc. of the European Conference on Computer Vision (ECCV)}}
@string{IAAI= {Proceedings of the National Conference on Innovative Applications of Artificial Intelligence (IAAI)}}
@string{ICML = {Proc. of the International Conference on Machine Learning (ICML)}}
@string{ICASSP = {Proc. of ICASSP}}
@string{IJCAI = {Proc. of the International Joint Conference on Artificial Intelligence (IJCAI)}}
@string{IJCNLP = {Proc. of the International Joint Conference on Natural Language Processing (IJCNLP)}}
@string{ILP = {Proc. of the International Conference Inductive Logic Programming}}
@string{IPW = {Proc. of the International Parsing Workshop}}
@string{IWPT = {Proc. of the International Workshop of Parsing Technology}}
@string{IT = {IEEE Transactions on Information Theory}}
@string{ISMB = {The International Conference on Intelligent Systems for Molecular Biology}}
@string{KR = {Proc. of the International Conference on the Principles of Knowledge Representation and Reasoning}}
@string{NAACL = {Proc. of the Annual Meeting of the North American Association of Computational Linguistics (NAACL)}}
@string{NIPS = {The Conference on Advances in Neural Information Processing Systems (NIPS)}}
@string{SIGIR = {Proc. of International Conference on Research and Development in Information Retrieval, SIGIR}}
@string{SIGDAT = {Proc. of the Conference on Empirical Methods for Natural Language Processing (EMNLP)}}
@string{EMNLP = {Proc. of the Conference on Empirical Methods for Natural Language Processing (EMNLP)}}
@string{STOC = {ACM Symp. of the Theory of Computing}}
@string{TMI = {Proc. of the International Conference on Theoretical and Methodological Issues in Machine Translation}}
@string{UWOED = {Proc. of the Annual Conference of the UW Center for the New OED and Text Research}}
@string{JACM = {Journal of the ACM}}
@string{WWW = {The International World Wide Web Conference}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% PUBLISHERS %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@string{Cambridge = {Cambridge University Press}}
@string{Benjamin = {Benjamin/Cummings Publishing Company, Inc.}}
@string{MIT = {MIT Press}}
% This file was created with JabRef 2.10.
% Encoding: UTF-8
@InProceedings{ChaturvediSrRo18,
Title = {Where have I heard This Story Before?: Identifying Narrative Similarity in Movie Summaries},
Author = {Snigdha Chaturvedi and Shashank Srivastava and Dan Roth},
Booktitle = {in proceedings of the Conference of the North American Chapter of the Association for Computational Linguistics (Proc. of the Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL))},
Year = {2018},
Funding = { IBM-ILLINOIS Center for Cognitive Computing Systems Research (C3SR)},
Url = {http://cogcomp.org/papers/ChaturvediSrRo18.pdf}
}
@InProceedings{KCRUR18,
Title = {Looking Beyond the Surface: A Challenge Set for Reading Comprehension over Multiple Sentences},
Author = {Daniel Khashabi and Snigdha Chaturvedi and Michael Roth and Shyam Upadhyay and Dan Roth },
Booktitle = {Conference of the North American Chapter of the Association for Computational Linguistics (Proc. of the Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL))},
Year = {2018},
Url = {http://cogcomp.org/papers/2018-MultiRC-NAACL.pdf}
}
@InProceedings{KKSR18,
Title = {Question Answering as Global Reasoning over Semantic Abstractions},
Author = {Daniel Khashabi and Tushar Khot and Ashish Sabharwal and Dan Roth},
Booktitle = {Proceedings of The Conference on Artificial Intelligence (Proc. of the Conference on Artificial Intelligence (AAAI))},
Year = {2018},
Url = {http://cogcomp.org/papers/2018_aaai_semanticilp.pdf}
}
@InProceedings{KSZRCSRRLDTRMFWYSGUANLR18,
Title = {CogCompNLP: Your Swiss Army Knife for NLP},
Author = {Daniel Khashabi and Mark Sammons and Ben Zhou and Tom Redman and Christos Christodoulopoulos and Vivek Srikumar and Nicholas Rizzolo and Lev Ratinov and Guanheng Luo and Quang Do and Chen-Tse Tsai and Subhro Roy and Stephen Mayhew and Zhili Feng and John Wieting and Xiaodong Yu and Yangqiu Song and Shashank Gupta and Shyam Upadhyay and Naveen Arivazhagan and Qiang Ning and Shaoshi Ling and Dan Roth},
Booktitle = {11th Language Resources and Evaluation Conference},
Year = {2018},
Url = {http://cogcomp.org/papers/2018_lrec_cogcompnlp.pdf}
}
@InProceedings{NFWR18,
Title = {Joint Reasoning for Temporal and Causal Relations},
Author = {Qiang Ning and Zhili Feng and Hao Wu and Dan Roth},
Booktitle = {Proc. of the Annual Meeting of the Association for Computational Linguistics (ACL)},
Year = {2018},
Month = {7},
Publisher = {Association for Computational Linguistics},
Funding = {AI2, IBM-ILLINOIS C3SR, DEFT, ARL},
Url = {http://cogcomp.org/papers/NingFeWuRo18.pdf}
}
@InProceedings{NingWuRo18,
Title = {A Multi-Axis Annotation Scheme for Event Temporal Relations},
Author = {Qiang Ning and Hao Wu and Dan Roth},
Booktitle = {Proc. of the Annual Meeting of the Association for Computational Linguistics (ACL)},
Year = {2018},
Month = {7},
Publisher = {Association for Computational Linguistics},
Funding = {AI2, IBM-ILLINOIS C3SR, DEFT, ARL},
Url = {http://cogcomp.org/papers/NingWuRo18.pdf}
}
@InProceedings{NWPR18,
Title = {Improving Temporal Relation Extraction with a Globally Acquired Statistical Resource},
Author = {Qiang Ning and Hao Wu and Haoruo Peng and Dan Roth},
Booktitle = {Proc. of the Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL)},
Year = {2018},
Month = {6},
Publisher = {Association for Computational Linguistics},
Acceptance = {32\%},
Funding = {AI2, IBM-ILLINOIS C3SR, DEFT, ARL},
Url = {http://cogcomp.org/papers/NingWuPeRo18.pdf}
}
@InProceedings{NYFR18,
Title = {Exploiting Partially Annotated Data for Temporal Relation Extraction},
Author = {Qiang Ning and Zhongzhi Yu and Chuchu Fan and Dan Roth},
Booktitle = {The Joint Conference on Lexical and Computational Semantics (*Proc. of the Joint Conference on Lexical and Computational Sematics)},
Year = {2018},
Month = {6},
Publisher = {Association for Computational Linguistics},
Acceptance = {42\%},
Funding = {AI2, IBM-ILLINOIS C3SR, DEFT, ARL},
Url = {http://cogcomp.org/papers/NingYuFaRo18.pdf}
}
@Article{RoyRo18,
Title = {Mapping to Declarative Knowledge for Word Problem Solving},
Author = {Subhro Roy and Dan Roth},
Year = {2018},
Booktitle = {TACL},
Url = {http://cogcomp.org/papers/1319-cameraready.pdf}
}
@Article{TMSSR18,
Title = {Illinois CCG LoReHLT 2016 Named Entity Recognition and Situation Frame Systems},
Author = {Chen-Tse Tsai and Stephen Mayhew and Yangqiu Song and Mark Sammons and Dan Roth},
Journal = {Machine Translation},
Year = {2018},
Url = {http://cogcomp.org/papers/TMSSR18.pdf}
}
@InProceedings{TsaiRo18,
Title = {Learning Better Name Translation for Cross-Lingual Wikification},
Author = {Chen-Tse Tsai and Dan Roth},
Booktitle = {Proc. of the Conference on Artificial Intelligence (AAAI)},
Year = {2018},
Month = {2},
Url = {http://cogcomp.org/papers/TsaiRo18.pdf}
}
@InProceedings{YinRo18,
Title = {Definitions Help to Express Word Meaning in Hypernymy Detection},
Author = {Wenpeng Yin and Dan Roth},
Booktitle = {The Joint Conference on Lexical and Computational Semantics (*Proc. of the Joint Conference on Lexical and Computational Sematics)},
Year = {2018},
Month = {6},
Publisher = {Association for Computational Linguistics},
Url = {http://cogcomp.org/papers/sem-wenpeng.pdf}
}
@InProceedings{ChaturvediPeRo17,
Title = {Story Comprehension for Predicting What Happens Next},
Author = {Snigdha Chaturvedi and Haoruo Peng and Dan Roth},
Booktitle = {In proceedings of the Conference on Empirical Methods in Natural Language Processing},
Year = {2017},
Funding = { IBM-ILLINOIS Center for Cognitive Computing Systems Research (C3SR), US Defense Advanced Research Projects Agency (DARPA) under contract FA8750-13-2-0008, Army Research Laboratory (ARL) under agreement W911NF-09-2-0053},
Url = {http://cogcomp.org/papers/ChaturvediPeRo17.pdf}
}
@Other{DCPWUGTSR17,
Title = {UI CCG TAC-KBP2017 Submissions: Entity Discovery and Linking, and Event Nugget Detection and Co-reference},
Author = {Chase Duncan and Liang-Wei Chan and Haoruo Peng and Hao Wu and Shyam Upadhyay and Nitish Gupta and Chen-Tse Tsai and Mark Sammons and Dan Roth},
Booktitle = {Text Analysis Conference (Proc. of the Text Analysis Conference (TAC))},
Funding = {LORELEI},
Institution = {NIST},
Year = {2017}
}
@InProceedings{GuptaSiRo17,
Title = {Entity Linking via Joint Encoding of Types, Descriptions, and Context},
Author = {Nitish Gupta and Sameer Singh and Dan Roth},
Booktitle = {Proc. of the Conference on Empirical Methods in Natural Language Processing (EMNLP)},
Year = {2017},
Funding = {DARPA under agreement number FA8750-13-2-0008},
Projects = {Information Extraction},
Url = {http://cogcomp.org/papers/GuptaSiRo17.pdf}
}
@InProceedings{KKSR17,
Title = {Learning What is Essential in Questions},
Author = {Daniel Khashabi and Tushar Khot and Ashish Sabharwal and Dan Roth },
Booktitle = {The Conference on Computational Natural Language Learning (Proc. of the Conference on Computational Natural Language Learning (CoNLL))},
Year = {2017},
Url = {http://cogcomp.org/papers/2017_conll_essential_terms.pdf}
}
@InProceedings{KSKCSSR17,
Title = {Relational Learning and Feature Extraction by Querying over Heterogeneous Information Networks},
Author = {Parisa Kordjamshidi and Sameer Singh and Daniel Khashabi and Christos Christodoulopoulos and Mark Sammons and Saurabh Sinha and Dan Roth },
Booktitle = {Seventh International Workshop on Statistical Relational AI (StarAI)},
Year = {2017},
Url = {http://cogcomp.org/papers/2017_saul_relational_learning_starai.pdf}
}
@InProceedings{MayhewTsRo17,
Title = {Cheap Translation for Cross-Lingual Named Entity Recognition},
Author = {Stephen Mayhew and Chen-Tse Tsai and Dan Roth},
Booktitle = {Proc. of the Conference on Empirical Methods in Natural Language Processing (EMNLP)},
Year = {2017},
Funding = {LORELEI, DEFT},
Url = {http://cogcomp.org/papers/MayhewTsRo17.pdf}
}
@Other{NGDIDNDHPR17,
Title = {Towards Problem Solving Agents that Communicate and Learn},
Author = {Anjali Narayan-Chen and Colin Graber and Mayukh Das and Md Rakibul Islam and Soham Dan and Sriraam Natarajan and Janardhan Rao Doppa and Julia Hockenmaier and Martha Palmer and Dan Roth},
Booktitle = {An Proc. of the Annual Meeting of the Association for Computational Linguistics (ACL)'17 Workshop on Language Grounding for Robotics},
Url = {http://cogcomp.org/papers/ngdidndhpr17.pdf},
Year = {2017}
}
@InProceedings{NingFeRo17,
Title = {A Structured Learning Approach to Temporal Relation Extraction},
Author = {Qiang Ning and Zhili Feng and Dan Roth},
Booktitle = {Proc. of the Conference on Empirical Methods in Natural Language Processing (EMNLP)},
Year = {2017},
Address = {Copenhagen, Denmark},
Month = {9},
Pages = {1038--1048},
Publisher = {Association for Computational Linguistics},
Acceptance = {26\%},
Funding = {AI2, IBM-ILLINOIS C3SR, DEFT, ARL},
Url = {http://cogcomp.org/papers/NingFeRo17.pdf}
}
@InProceedings{PengChRo17,
Title = {A Joint Model for Semantic Sequences: Frames, Entities, Sentiments},
Author = {Haoruo Peng and Snigdha Chaturvedi and Dan Roth},
Booktitle = {Proc. of the Conference on Computational Natural Language Learning (CoNLL)},
Year = {2017},
Institution = {University of Illinois, Urbana-Champaign},
Url = {http://cogcomp.org/papers/PengChRo17.pdf}
}
@InProceedings{Roth17,
Title = {Incidental Supervision: Moving beyond Supervised Learning},
Author = {Dan Roth},
Booktitle = {Proc. of the Conference on Artificial Intelligence (AAAI)},
Year = {2017},
Month = {2},
Url = {http://cogcomp.org/papers/Roth-AAAI17-incidental-supervision.pdf}
}
@Other{Roy17,
Title = {Reasoning about Quantities in Natural Language},
Author = {Subhro Roy},
Booktitle = {UIUC PhD Thesis},
Url = {http://cogcomp.org/papers/ROY-DISSERTATION-2017.pdf},
Year = {2017}
}
@InProceedings{RoyRo17,
Title = {Unit Dependency Graph and its Application to Arithmetic Word Problem Solving},
Author = {Subhro Roy and Dan Roth},
Booktitle = {Proc. of the Conference on Artificial Intelligence (AAAI)},
Year = {2017},
Url = {http://cogcomp.org/papers/14764-64645-1-SM.pdf}
}
@Article{RozovskayaRoSa17,
Title = {Adapting to Learner Errors with Minimal Supervision},
Author = {Alla Rozovskaya and Dan Roth and Mark Sammons},
Journal = {Computational Linguistics},
Year = {2017},
Url = {http://cogcomp.org/papers/CL-adaptation.pdf}
}
@Other{Tsai17,
Title = {Concept and Entity Grounding Using Indirect Supervision},
Author = {Chen-Tse Tsai},
Booktitle = {UIUC PhD Thesis},
Url = {http://cogcomp.org/papers/Tsai17.pdf},
Year = {2017}
}
@Other{WSSASURCGD17,
Title = {A Consolidated Open Knowledge Representation for Multiple Texts},
Author = {Rachel Wities and Vered Shwartz and Gabriel Stanovsky and Meni Adler and Ori Shapira and Shyam Upadhyay and Dan Roth and Eugenio Martinez Camara and Iryna Gurevych and Ido Dagan},
Booktitle = {Proceedings of the 2nd LSDSem Workshop, in EACL},
Url = {http://cogcomp.org/papers/paper.pdf},
Year = {2017}
}
@InProceedings{ArivazhaganChRo16,
Title = {Labeling the Semantic Roles of Commas},
Author = {Naveen Arivazhagan and Christos Christodoulopoulos and Dan Roth},
Booktitle = {Proc. of the Conference on Artificial Intelligence (AAAI)},
Year = {2016},
Month = {2},
Projects = {DEFT},
Url = {http://cogcomp.org/papers/ArivazhaganChRo16.pdf}
}
@Other{ChristodoulopoulosRoFi16,
Title = {An incremental model of syntactic bootstrapping},
Author = { Christos Christodoulopoulos and Dan Roth and Cynthia Fisher},
Booktitle = {7th Workshop on Cognitive Aspects of Computational Language Learning, Proc. of the Annual Meeting of the Association for Computational Linguistics (ACL)},
Month = {8},
Url = {http://cogcomp.org/papers/christodoulopoulos_16_incremental.pdf},
Year = {2016}
}
@InProceedings{KKCMSR16,
Title = {Better call Saul: Flexible Programming for Learning and Inference in NLP},
Author = {Parisa Kordjamshidi and Daniel Khashabi and Christos Christodoulopoulos and Bhargav Mangipudi and Sameer Singh and Dan Roth },
Booktitle = {Proc. of the International Conference on Computational Linguistics (COLING)},
Year = {2016},
Url = {http://cogcomp.org/papers/KKCMSR16.pdf}
}
@InProceedings{KKSCER16,
Title = {Question Answering via Integer Programming over Semi-Structured Knowledge},
Author = {Daniel Khashabi and Tushar Khot and Ashish Sabharwal and Peter Clark and Oren Etzioni and Dan Roth },
Booktitle = {Proc. of the International Joint Conference on Artificial Intelligence (IJCAI)},
Year = {2016},
Url = {http://cogcomp.org/papers/KKSCER16.pdf}
}
@InProceedings{LingSoRo16,
Title = {Word Embeddings with Limited Memory},
Author = {Shaoshi Ling and Yangqiu Song and Dan Roth},
Booktitle = {Proc. of the Annual Meeting of the Association for Computational Linguistics (ACL)},
Year = {2016},
Url = {http://cogcomp.org/papers/LingSoRo16.pdf}
}
@InProceedings{PengRo16,
Title = {Two Discourse Driven Language Models for Semantics},
Author = {Haoruo Peng and Dan Roth},
Booktitle = {Proc. of the Annual Meeting of the Association for Computational Linguistics (ACL)},
Year = {2016},
Url = {http://cogcomp.org/papers/PengRo16.pdf}
}
@InProceedings{PengSoRo16,
Title = {Event Detection and Co-reference with Minimal Supervision},
Author = {Haoruo Peng and Yangqiu Song and Dan Roth},
Booktitle = {Proc. of the Conference on Empirical Methods in Natural Language Processing (EMNLP)},
Year = {2016},
Url = {http://cogcomp.org/papers/PengSoRo16.pdf}
}
@TechReport{RedmanSaRo16,
Title = {Illinois Named Entity Recognizer: Addendum to Ratinov and Roth '09 reporting improved results},
Author = {Tom Redman and Mark Sammons and Dan Roth},
Year = {2016},
Booktitle = {Tech Reports},
Url = {http://cogcomp.org/papers/ner-addendum.pdf}
}
@InCollection{RizzoloRo16,
Title = {Integer Linear Programming for Co-reference Resolution},
Author = {N. Rizzolo and D. Roth},
Booktitle = {Anaphora Resolution: Algorithms, Resources, and Applications},
Publisher = {Springer-Verlag},
Year = {2016},
Editor = {Massimo Poesio, Roland Stuckardt and Yannick Versley},
Invisible = {true}
}
@InProceedings{RoyRo16,
Title = {ILLINOIS MATH SOLVER: Math Reasoning on the Web},
Author = {Subhro Roy and Dan Roth},
Booktitle = {Proc. of the Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL) Demonstrations},
Year = {2016},
Url = {http://cogcomp.org/papers/IMS.pdf}
}
@InProceedings{RoyUpRo16,
Title = {EQUATION PARSING : Mapping Sentences to Grounded Equations},
Author = {Subhro Roy and Shyam Upadhyay and Dan Roth},
Booktitle = {Proc. of the Conference on Empirical Methods in Natural Language Processing (EMNLP)},
Year = {2016},
Url = {http://cogcomp.org/papers/1609.08824v1.pdf}
}
@InProceedings{RozovskayaRo16,
Title = {Grammatical Error Correction: Machine Translation and Classifiers},
Author = {Alla Rozovskaya and Dan Roth},
Booktitle = {Proc. of the Annual Meeting of the Association for Computational Linguistics (ACL)},
Year = {2016},
Publisher = {ACL},
Url = {http://cogcomp.org/papers/RozovskayaRo16.pdf}
}
@InProceedings{SCKKSVBWR16,
Title = {EDISON: Feature Extraction for NLP, Simplified},
Author = {Mark Sammons and Christos Christodoulopoulos and Parisa Kordjamshidi and Daniel Khashabi and Vivek Srikumar and Paul Vijayakumar and Mazin Bokhari and Xinbo Wu and Dan Roth},
Booktitle = {Proc. of the International Conference on Language Resources and Evaluation (LREC) },
Year = {2016},
Editor = {Nicoletta Calzolari (Conference Chair) and Khalid Choukri and Thierry Declerck and Marko Grobelnik and Bente Maegaard and Joseph Mariani and Asuncion Moreno and Jan Odijk and Stelios Piperidis},
Publisher = {European Language Resources Association (ELRA)},
Url = {http://cogcomp.org/papers/SCKKSVBWR16.pdf}
}
@InCollection{SongMaRo16,
Title = {Cross-lingual Dataless Classification for Languages with Small Wikipedia Presence},
Author = {Yangqiu Song and Stephen Mayhew and Dan Roth},
Booktitle = {arXiv},
Year = {2016},
Month = {11},
Number = {arXiv:1611.04122},
Pages = {17},
Url = {http://cogcomp.org/papers/SongMR16.pdf}
}
@InProceedings{SUPR16,
Title = {Cross-lingual Dataless Classification for Many Languages},
Author = {Yangqiu Song and Shyam Upadhyay and Haoruo Peng and Dan Roth},
Booktitle = {Proc. of the International Joint Conference on Artificial Intelligence (IJCAI)},
Year = {2016},
Url = {http://cogcomp.org/papers/SUPR16.pdf}
}
@Other{TMPSMRR16,
Title = {Illinois CCG Entity Discovery and Linking, Event Nugget Detection and Co-reference, and Slot Filler Validation Systems for TAC 2016},
Author = {Chen-Tse Tsai and Stephen Mayhew and Haoruo Peng and Mark Sammons and Bhargav Mangipundi and Pavankumar Reddy and Dan Roth},
Booktitle = {Text Analysis Conference (Proc. of the Text Analysis Conference (TAC) 2016)},
Institution = {National Institute of Standards and Technology},
Year = {2016}
}
@InProceedings{TsaiMaRo16,
Title = {Cross-Lingual Named Entity Recognition via Wikification},
Author = {Chen-Tse Tsai and Stephen Mayhew and Dan Roth},
Booktitle = {Proc. of the Conference on Computational Natural Language Learning (CoNLL)},
Year = {2016},
Url = {http://cogcomp.org/papers/TsaiMaRo16.pdf}
}
@InProceedings{TsaiRo16,
Title = {Illinois Cross-Lingual Wikifier: Grounding Entities in Many Languages to the English Wikipedia},
Author = {Chen-Tse Tsai and Dan Roth},
Booktitle = {Proc. of the International Conference on Computational Linguistics (COLING) Demonstrations},
Year = {2016},
Month = {12},
Url = {http://cogcomp.org/papers/TsaiRo16c.pdf}
}
@InProceedings{TsaiRo16a,
Title = {Cross-lingual Wikification Using Multilingual Embeddings},
Author = {Chen-Tse Tsai and Dan Roth},
Booktitle = {Proc. of the Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL)},
Year = {2016},
Month = {6},
Url = {http://cogcomp.org/papers/TsaiRo16b.pdf}
}
@Article{TsaiRo16b,
Title = {Concept Grounding to Multiple Knowledge Bases via Indirect Supervision},
Author = {Chen-Tse Tsai and Dan Roth},
Year = {2016},
Month = {2},
Booktitle = {TACL},
Url = {http://cogcomp.org/papers/TsaiRo16.pdf}
}
@InProceedings{UFDR16,
Title = {Cross-lingual Models of Word Embeddings: An Empirical Comparison},
Author = {Shyam Upadhyay and Manaal Faruqui and Chris Dyer and Dan Roth},
Booktitle = {Proc. of the Annual Meeting of the Association for Computational Linguistics (ACL)},
Year = {2016},
Url = {http://cogcomp.org/papers/acl2016.pdf}
}
@InProceedings{UGCR16,
Title = {Revisiting the Evaluation for Cross Document Event Coreference},
Author = {Shyam Upadhyay and Nitish Gupta and Christos Christodoulopoulos and Dan Roth},
Booktitle = {Proc. of the International Conference on Computational Linguistics (COLING)},
Year = {2016},
Url = {http://cogcomp.org/papers/revisiting-evaluation-cross.pdf}
}
@Other{UpadhyayChRo16,
Title = {Making the News - Identifying Noteworthy Events in News Articles},
Author = {Shyam Upadhyay and Christos Christodoulopoulos and Dan Roth},
Booktitle = {The 4th Workshop on EVENTS, Proc. of the Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL)},
Url = {http://cogcomp.org/papers/W16-1001.pdf},
Year = {2016}
}
@Article{WSRZH16,
Title = {World Knowledge as Indirect Supervision for Document Clustering},
Author = {Chenguang Wang and Yangqiu Song and Dan Roth and Ming Zhang and Jiawei Han},
Year = {2016},
Booktitle = {ACM TKDD},
Url = {http://cogcomp.org/papers/WSRZH16.pdf}
}
@Other{Chang15,
Title = {Selective Algorithms for Large-Scale Classification and Structured Learning},
Author = {Kai-Wei Chang},
Booktitle = {UIUC PhD Thesis},
Url = {http://cogcomp.org/papers/Chang15.pdf},
Year = {2015}
}
@InProceedings{CUKR15,
Title = {Structural Learning with Amortized Inference},
Author = {Kai-Wei Chang and Shyam Upadhyay and Gourab Kundu and Dan Roth},
Booktitle = {Proc. of the Conference on Artificial Intelligence (AAAI)},
Year = {2015},
Funding = {ONR,ARL,DEFT},
Url = {http://cogcomp.org/papers/CUKR15.pdf}
}
@Other{FKPWR15,
Title = {ILLINOIS-PROFILER: Knowledge Schemas at Scale},
Author = {Zhiye Fei and Daniel Khashabi and Haoruo Peng and Hao Wu and Dan Roth},
Booktitle = {Workshop on Cognitive Knowledge Acquisition and Applications, Proc. of the International Joint Conference on Artificial Intelligence (IJCAI)},
Url = {http://cogcomp.org/papers/profiler_ijcai.pdf},
Year = {2015}
}
@Article{KordjamshidiRoMo15,
Title = {Structured Learning for Spatial Information Extraction from Biomedical Text: Bacteria Biotopes},
Author = {Parisa Kordjamshidi and Dan Roth and Marie-Francine Moens},
Year = {2015},
Month = {4},
Number = {126},
Volume = {16},
Booktitle = {BMC Proc. of the International Conference on Bioinformatics Models, Methods and Algorithms},
Url = {http://cogcomp.org/papers/BMC_Bacteria_Biotope.pdf}
}
@InProceedings{KordjamshidiWuRo15,
Title = {Saul: Towards Declarative Learning Based Programming},
Author = {Parisa Kordjamshidi and Hao Wu and Dan Roth},
Booktitle = {Proc. of the International Joint Conference on Artificial Intelligence (IJCAI)},
Year = {2015},
Month = {7},
Url = {http://cogcomp.org/papers/KordjamshidiRoWu15.pdf}
}
@Other{LCUR15,
Title = {Distributed Training of Structured SVM},
Author = {Ching-pei Lee and Kai-Wei Chang and Shyam Upadhyay and Dan Roth},
Booktitle = {OPT Workshop, Proc. of the Conference on Neural Information Processing Systems (NIPS)},
Url = {http://cogcomp.org/papers/OPT2015_paper_1.pdf},
Year = {2015}
}
@InProceedings{LeeRo15,
Title = {Distributed Box-Constrained Quadratic Optimization for Dual Linear SVM},
Author = {Ching-pei Lee and Dan Roth},
Booktitle = {Proc. of the International Conference on Machine Learning (ICML)},
Year = {2015},
Month = {7},
Acceptance = {26\%},
Funding = {DEFT},
Url = {http://cogcomp.org/papers/distcd.pdf}
}
@InProceedings{MKPM15,
Title = {Machine Reading of Biological Texts: Bacteria-Biotope Extraction},
Author = {Wouter Massa and Parisa Kordjamshidi and Thomas Provoost and Marie-Francine Moens},
Booktitle = {Proc. of the International Conference on Bioinformatics Models, Methods and Algorithms},
Year = {2015},
Pages = {55-64},
Publisher = {SCITEPRESS},
Url = {http://cogcomp.org/papers/MassaetalBIOSTEC2015.pdf}
}
@InProceedings{PengKhRo15,
Title = {Solving Hard Coreference Problems},
Author = {Haoruo Peng and Daniel Khashabi and Dan Roth},
Booktitle = {Proc. of the Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL)},
Year = {2015},
Month = {5},
Url = {http://cogcomp.org/papers/PengKhRo15.pdf}
}
@InProceedings{PengRo15,
Title = {A Joint Framework for Coreference Resolution and Mention Head Detection},
Author = {Haoruo Peng and Kai-Wei Chang Dan Roth},
Booktitle = {Proc. of the Conference on Computational Natural Language Learning (CoNLL)},
Year = {2015},
Address = {University of Illinois, Urbana-Champaign, Urbana, IL, 61801},
Month = {7},
Pages = {10},
Publisher = {ACL},
Institution = {University of Illinois at Urbana-Champaign},
Url = {http://cogcomp.org/papers/MentionDetection.pdf}
}
@Other{PKMLDY15,
Title = {SemEval-2015 Task 8: SpaceEval},
Author = {James Pustejovsky and Parisa Kordjamshidi and Marie-Francine Moens and Aaron Levine and Seth Dworman and Zachary Yocum},
Booktitle = {Proc. of the Annual Meeting of the Association for Computational Linguistics (ACL)},
Pages = {884-894},
Publisher = {ACL},
Url = {http://cogcomp.org/papers/PustejovskyetalSemEval2015.pdf},
Year = {2015}
}
@InProceedings{RoyRo15,
Title = {Solving General Arithmetic Word Problems},
Author = {Subhro Roy and Dan Roth},
Booktitle = {Proc. of the Conference on Empirical Methods in Natural Language Processing (EMNLP)},
Year = {2015},
Url = {http://cogcomp.org/papers/arithmetic.pdf}
}
@Article{RoyViRo15,
Title = {Reasoning about Quantities in Natural Language},
Author = {Subhro Roy and Tim Vieira and Dan Roth},
Journal = {Transactions of the Association for Computational Linguistics (TACL)},
Year = {2015},
Volume = {3},
Booktitle = {TACL},
Url = {http://cogcomp.org/papers/RoyViRo15.pdf}
}
@InProceedings{SongRo15,
Title = {Unsupervised Sparse Vector Densification for Short Text Similarity},
Author = {Yangqiu Song and Dan Roth},
Booktitle = {Proc. of the Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL)},
Year = {2015},
Month = {5},
Url = {http://cogcomp.org/papers/SongRo15.pdf}
}
@InProceedings{SPKSR15,
Title = {Improving a Pipeline Architecture for Shallow Discourse Parsing},
Author = {Yangqiu Song and Haoruo Peng and Parisa Kordjamshidi and Mark Sammons and Dan Roth},
Booktitle = {Proc. of the Conference on Computational Natural Language Learning (CoNLL)},
Year = {2015},
Url = {http://cogcomp.org/papers/SPKSR15.pdf}
}
@Other{SPSUTRRR15,
Title = {Illinois CCG TAC 2015 Event Nugget, Entity Discovery and Linking, and Slot Filler Validation Systems},
Author = {Mark Sammons and Haoruo Peng and Yangqiu Song and Shyam Upadhyay and Chen-Tse Tsai and Pavankumar Reddy and Subhro Roy and Dan Roth},
Booktitle = {Text Analysis Conference},
Institution = {National Institute of Standards and Technology},
Url = {http://cogcomp.org/papers/SPSUTRRR15.pdf},
Year = {2015}
}
@InProceedings{SPSUTRRR15a,
Title = {Illinois CCG TAC 2015 Event Nugget, Entity Discovery and Linking, and Slot Filler Validation Systems},
Author = {Mark Sammons and Haoruo Peng and Yangqiu Song and Shyam Upadhyay and Chen-Tse Tsai and Pavankumar Reddy and Subhro Roy and Dan Roth},
Booktitle = {Proc. of the Text Analysis Conference (TAC)},
Year = {2015},
Url = {http://cogcomp.org/papers/TAC15.pdf}
}
@Article{WBGLR15,
Title = {From Paraphrase Database to Compositional Paraphrase Model and Back},
Author = {John Wieting and Mohit Bansal and Kevin Gimpel and Karen Livescu and Dan Roth},
Year = {2015},
Booktitle = {TACL},
Url = {http://cogcomp.org/papers/WietingBaGiLiRo15.pdf}
}
@InProceedings{WSERZH15,
Title = {Incorporating World Knowledge to Document Clustering via Heterogeneous Information Networks},
Author = {Chenguang Wang and Yangqiu Song and Ahmed El-Kishky and Dan Roth and Ming Zhang and Jiawei Han},
Booktitle = {Proc. of the ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD)},
Year = {2015},
Url = {http://cogcomp.org/papers/WSERZH15.pdf}
}
@InProceedings{WSRWHJZ15,
Title = {Constrained Information-Theoretic Tripartite Graph Clustering to Identify Semantically Similar Relations},
Author = {Chenguang Wang and Yangqiu Song and Dan Roth and Chi Wang and Jiawei Han and Heng Ji and Ming Zhang},
Booktitle = {Proc. of the International Joint Conference on Artificial Intelligence (IJCAI)},
Year = {2015},
Url = {http://cogcomp.org/papers/WSRWHJZ15.pdf}
}
@Article{BBCRWZ14,
Title = {Introduction to the special issue on learning semantics},
Author = {Antoine Bordes and L�on Bottou and Ronan Collobert and Dan Roth and Jason Weston and Luke Zettlemoyer},
Journal = {Machine Learning},
Year = {2014},
Month = {2},
Number = {2},
Pages = {127-131},
Volume = {94},
Publisher = {Springer},
Url = {http://cogcomp.org/papers/BBCRWZ14.pdf}
}
@Article{GoldwasserRo14,
Title = {Learning from Natural Instructions},
Author = {Dan Goldwasser and Dan Roth},
Journal = {Machine Learning},
Year = {2014},
Month = {2},
Number = {2},
Pages = {205-232},
Volume = {94},
Publisher = {Springer},
Url = {http://cogcomp.org/papers/GoldwasserRo14.pdf}
}
@InProceedings{JindalGuRo14,
Title = {Detecting Privacy-Sensitive Events in Medical Text},
Author = {Prateek Jindal and Carl A. Gunter and Dan Roth},
Booktitle = {Proc. of the ACM Conference on Proc. of the International Conference on Bioinformatics Models, Methods and Algorithms, Computational Biology, and Health Informatics},
Year = {2014},
Month = {9},
Url = {http://cogcomp.org/papers/JindalGR14.pdf}
}
@InProceedings{JindalRoGu14,
Title = {Joint Inference for End-to-End Coreference Resolution for Clinical Notes},
Author = {Prateek Jindal and Dan Roth and Carl A. Gunter},
Booktitle = {Proc. of the ACM Conference on Proc. of the International Conference on Bioinformatics Models, Methods and Algorithms, Computational Biology, and Health Informatics},
Year = {2014},
Month = {9},
Url = {http://cogcomp.org/papers/p192-jindal.pdf}
}