-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkia.bib
More file actions
4179 lines (3541 loc) · 137 KB
/
kia.bib
File metadata and controls
4179 lines (3541 loc) · 137 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
@article{relevance-feedback,
title={Improving retrieval performance by relevance feedback},
author={Salton, G. and Buckley, C.},
journal={Readings in Information Retrieval},
volume={24},
pages={5},
year={1997},
publisher={Morgan Kaufmann Publishers Inc.}
}
@article{mooney-SIGKDD-05,
author = {R. Mooney and R. Bunescu},
title = {Mining Knowledge from Text Using Information Extraction},
volume={7},
number = {1},
pages={3-10},
year = {2008},
journal= {SIGKDD Explorations},
}
@inproceedings{linbilmes-acl11,
author = {Lin, Hui and Bilmes, Jeff},
booktitle = {Proceedings of ACL 2011},
title = {A Class of Submodular Functions for Document Summarization},
year = {2011},
pages = {510--520}
}
@article{krause-tist11,
author = {Andreas Krause and
Carlos Guestrin},
title = {Submodularity and its applications in optimized information
gathering},
journal = {ACM TIST},
volume = {2},
number = {4},
year = {2011},
pages = {32}
}
@inproceedings{li-ijcnlp11,
author = {Li, Peifeng and Deng, Guangxi and Zhu, Qiaoming},
booktitle = {Proceedings of IJCNLP 2011},
pages = {1055--1061},
title = {Using Context Inference to Improve Sentence Ordering for Multi-document Summarization},
year = {2011}
}
@inproceedings{ramage-emnlp09,
author = {Daniel Ramage and
David Hall and
Ramesh Nallapati and
Christopher D. Manning},
title = {Labeled LDA: A supervised topic model for credit attribution
in multi-labeled corpora},
booktitle = {EMNLP},
year = {2009},
pages = {248-256}
}
@inproceedings{sauri-emnlp05,
author = {Roser Sauri and
Robert Knippen and
Marc Verhagen and
James Pustejovsky},
title = {Evita: A Robust Event Recognizer For {QA} Systems},
booktitle = {HLT/EMNLP},
year = {2005}
}
@inproceedings{ritter-emnlp11,
author = {Alan Ritter and
Sam Clark and
Mausam and
Oren Etzioni},
title = {Named Entity Recognition in Tweets: An Experimental Study},
booktitle = {EMNLP},
year = {2011},
pages = {1524-1534}
}
@inproceedings{shahaf-kdd10,
author = {Dafna Shahaf and
Carlos Guestrin},
title = {Connecting the dots between news articles},
booktitle = {KDD},
year = {2010},
pages = {623-632}
}
@inproceedings{kongthon-picmet12,
author = {Kongthon, A. and Haruechaiyasak, C. and Pailai, J. andKongyoung, S.},
title = {The role of Twitter during a natural disaster: Case study of 2011 {Thai} Flood},
booktitle = {Procs. of Technology Management for Emerging Technologies (PICMET)},
year = {2012},
pages = {2227-2232}
}
@inproceedings{starbird-cscw12,
author = {Kate Starbird and
Leysia Palen},
title = {(How) will the revolution be retweeted?: information diffusion and the 2011 {E}gyptian uprising},
booktitle = {CSCW},
year = {2012},
pages = {7-16}
}
@inproceedings{ritter-kdd12,
author = {Alan Ritter and
Mausam and
Oren Etzioni and
Sam Clark},
title = {Open domain event extraction from twitter},
booktitle = {KDD},
year = {2012},
pages = {1104-1112}
}
@inproceedings{shahaf-www12,
author = {Dafna Shahaf and
Carlos Guestrin and
Eric Horvitz},
title = {Trains of thought: generating information maps},
booktitle = {WWW},
year = {2012},
pages = {899-908}
}
@inproceedings{tumasjan-icwsm10,
title={Predicting elections with Twitter: What 140 characters reveal about political sentiment},
author={Tumasjan, A. and Sprenger, T.O. and Sandner, P.G. and Welpe, I.M.},
booktitle={Proceedings of AAAI Conference on Weblogs and Social Media},
pages={178--185},
year={2010}
}
@inproceedings{pak-lrec10,
title={Twitter as a corpus for sentiment analysis and opinion mining},
author={Pak, A. and Paroubek, P.},
booktitle={Proceedings of LREC},
year={2010}
}
@inproceedings{oconnar-icwsm10,
title={From tweets to polls: Linking text sentiment to public opinion time series},
author={O'Connor, B. and Balasubramanyan, R. and Routledge, B. R. and Smith, N. A.},
booktitle={Proceedings of AAAI Conference on Weblogs and Social Media},
pages={122--129},
year={2010}
}
@article{thelwall-jas11,
title={Sentiment in Twitter events},
author={Thelwall, M. and Buckley, K. and Paltoglou, G.},
journal={Journal of the American Society for Information Science and Technology},
volume={62},
number={2},
pages={406--418},
year={2011}
}
@article{bollen-jcs11,
title={Twitter mood predicts the stock market},
author={Bollen, J. and Mao, H. and Zeng, X.},
journal={Journal of Computational Science},
volume={2},
number={1},
pages={1--8},
year={2011}
}
@inproceedings{chambers-acl08,
title={Unsupervised learning of narrative event chains},
author={Chambers, N. and Jurafsky, D.},
booktitle={Proceedings of ACL-08: HLT},
year={2008}
}
@inproceedings{leskovec-www10,
author = {Jure Leskovec and
Kevin J. Lang and
Michael W. Mahoney},
title = {Empirical comparison of algorithms for network community
detection},
booktitle = {WWW},
year = {2010},
pages = {631-640}
}
@inproceedings{patwardhan-emnlp09,
title={A Unified Model of Phrasal and Sentential Evidence for Information Extraction},
author={Patwardhan, S. and Riloff, E.},
booktitle={Proceedings of EMNLP 2009},
year={2009}
}
@article{eskingeometric,
title={A Geometric Framework for Unsupervised Anomaly Detection: Detecting Intrusions in Unlabeled Data},
author={Eskin, E. and Arnold, A. and Prerau, M. and Portnoy, L. and Stolfo, S.},
year = {2002},
journal= {Applications of Data Mining in Computer Security}
}
@inproceedings{nakashole-wsdm11,
author = {Ndapandula Nakashole and
Martin Theobald and
Gerhard Weikum},
title = {Scalable knowledge harvesting with high precision and high
recall},
booktitle = {Proceedings of the Fourth International Conference on Web
Search and Web Data Mining (WSDM 2011)},
year = {2011},
pages = {227-236},
}
@inproceedings{becker-wsdm10,
author = {Hila Becker and
Mor Naaman and
Luis Gravano},
title = {Learning similarity metrics for event identification in
social media},
booktitle = {WSDM},
year = {2010},
}
@InProceedings{lin-kdd11,
author = {Jimmy Lin and Rion Snow and William Morgan},
title = {Smoothing Techniques for Adaptive Online Language Models: Topic Tracking in Tweet Streams},
booktitle = {KDD},
year = {2011}
}
@InProceedings{petrovic-naacl10,
author = {Petrovi\'{c}, Sa\v{s}a and Osborne, Miles and Lavrenko, Victor},
title = {Streaming First Story Detection with application to Twitter},
booktitle = {HLT-NAACL},
year = {2010}
}
@inproceedings{lin-kdd10,
author = {Lin, Cindy X. and Zhao, Bo and Mei, Qiaozhu and Han, Jiawei},
booktitle = {KDD},
title = {{PET}: a statistical model for popular events tracking in social communities},
year = {2010}
}
@InProceedings{popescu-www11,
author = {Ana-Maria Popescu and Marco Pennacchiotti and Deepa Arun Paranjpe},
title = {Extracting events and event descriptions from Twitter},
booktitle = {WWW},
year = {2011}
}
@inproceedings{suchanek-kdd06,
author = {Fabian M. Suchanek and
Georgiana Ifrim and
Gerhard Weikum},
title = {Combining linguistic and statistical analysis to extract
relations from web documents},
booktitle = {Procs. of KDD},
year = {2006},
pages = {712-717}
}
@inproceedings{zanzotto-emnlp11,
author = {Fabio Massimo Zanzotto and
Marco Pennacchiotti and
Kostas Tsioutsiouliklis},
title = {Linguistic Redundancy in Twitter},
booktitle = {EMNLP},
year = {2011},
pages = {659-669}
}
@inproceedings{turian-acl10,
author = {Joseph P. Turian and
Lev-Arie Ratinov and
Yoshua Bengio},
title = {Word Representations: A Simple and General Method for Semi-Supervised
Learning},
booktitle = {ACL},
year = {2010},
pages = {384-394}
}
@inproceedings{toutanova-naacl03,
author = {Kristina Toutanova and
Dan Klein and
Christopher D. Manning and
Yoram Singer},
title = {Feature-Rich Part-of-Speech Tagging with a Cyclic Dependency
Network},
booktitle = {HLT-NAACL},
year = {2003},
}
@article{brown-cl92,
author = {Peter F. Brown and
Vincent J. Della Pietra and
Peter V. de Souza and
Jennifer C. Lai and
Robert L. Mercer},
title = {Class-Based n-gram Models of Natural Language},
journal = {Computational Linguistics},
volume = {18},
number = {4},
year = {1992},
pages = {467-479}
}
@inproceedings{pantel-acl06,
author = {Patrick Pantel and
Marco Pennacchiotti},
title = {Espresso: Leveraging Generic Patterns for Automatically
Harvesting Semantic Relations},
booktitle = {Proceedings of 21st International Conference on Computational
Linguistics and 44th Annual Meeting of the Association for
Computational Linguistics (ACL'06)},
year = {2006}
}
@inproceedings{Stanford-NER,
author = {Jenny Rose Finkel and Trond Grenager and Christopher Manning},
title = {Incorporating Non-local Information into Information Extraction Systems by {Gibbs} Sampling},
booktitle = {Proceedings of 43th Annual Meeting of the Association for
Computational Linguistics (ACL'05)},
year = {2005}
}
@inproceedings{wang-iswc07,
author = {Gang Wang and
Yong Yu and
Haiping Zhu},
title = {PORE: Positive-Only Relation Extraction from Wikipedia Text},
booktitle = {Proceedings of 6th International Semantic Web Conference and
2nd Asian Semantic Web Conference (ISWC/ASWC'07)},
year = {2007},
pages = {580-594}
}
@inproceedings{panimages-mtsummit07,
author = {O. Etzioni and K.Reiter and S. Soderland and M. Sammer},
title = {Lexical Translation with Application to Image Search on the {Web}},
booktitle = {Proceedings of Machine Translation Summit},
year = {2007}
}
@article{mausam-aij10,
author= "Mausam and Soderland, Stephen and Etzioni, Oren and Weld, Daniel and Reiter, Kobi and Skinner, Michael and Sammer, Marcus and Bilmes, Jeff",
title= "Panlingual Lexical Translation via Probabilistic Inference",
journal= "Artificial Intelligence Journal (AIJ)",
year= "2010"
}
@article{starbird-cim12,
author= "Kate Starbird and Leysia Palen and Sophia B. Liu and Sarah
Vieweg and Amanda Hughes and Aaron Schram and Kenneth Mark Anderson and Mossaab
Bagdouri and Joanne White and Casey McTaggart and Chris Schenk",
title= {Promoting Structured Data in Citizen Communications
during Disaster Response: An Account of Strategies for Diffusion of the
``Tweak the Tweet" Syntax},
journal= "Crisis Information Management: Communication and Technologies",
year= "2012",
pages={43-63}
}
@inproceedings{freedman-emnlp2011,
author = {M. Freedman and L. Ramshaw and E. Boschee and R. Gabbard and
G. Kratkiewicz and N. Ward and R. Weischedel},
title = {Extreme Extraction - Machine Reading in a Week},
booktitle = {Procs. of EMNLP},
year = {2011}
}
@phdthesis{verbnet,
author = {Schuler, Karin Kipper},
school = {University of Pennsylvania},
title = {VerbNet: A Broad-Coverage, Comprehensive Verb Lexicon},
url = {http://verbs.colorado.edu/~kipper/Papers/dissertation.pdf},
year = 2006
}
@article{dagan99,
author = {Ido Dagan and
Lillian Lee and
Fernando C. N. Pereira},
title = {Similarity-Based Models of Word Cooccurrence Probabilities},
journal = {Machine Learning},
volume = {34},
number = {1-3},
year = {1999},
pages = {43-69}
}
@inproceedings{zhao-acl05,
author = {Shubin Zhao and
Ralph Grishman},
title = {Extracting Relations with Integrated Information Using Kernel
Methods},
booktitle = {Procs. of ACL},
year = {2005}
}
@inproceedings{nombank,
author = "A. Meyers and R. Reeves and C. Macleod and R. Szekely and V.
Zielinska and B. Young and R. Grishman",
year = "2004",
title = "{Annotating Noun Argument Structure for NomBank}",
booktitle = "{Proceedings of LREC-2004}",
address = "Lisbon, Portugal"
}
@INPROCEEDINGS{propbank,
author = {Paul Kingsbury Martha and Martha Palmer},
title = {From TreeBank to PropBank},
booktitle = {Proceedings of the Third International Conference on Language Resources and Evaluation (LREC 02)},
year = {2002}
}
@inproceedings{johansson-coling08,
title = {The Effect of Syntactic Representation on Semantic Role Labeling},
booktitle = {Proceedings of the 22nd International Conference on Computational Linguistics (COLING 08)},
author = {Richard Johansson and Pierre Nugues},
year = {2008},
pages = {393-400}
}
@book{cohen-emai,
author = {Paul R. Cohen},
title = {Empirical Methods for Artificial Intelligence},
publisher = {MIT Press},
year = {1995}
}
@inproceedings{hoffmann-acl11,
author = {Raphael Hoffmann and
Congle Zhang and
Xiao Ling and
Luke S. Zettlemoyer and
Daniel S. Weld},
title = {Knowledge-Based Weak Supervision for Information Extraction
of Overlapping Relations},
booktitle = {ACL},
year = {2011},
pages = {541-550}
}
@inproceedings{riedel-ecml10,
author = {Sebastian Riedel and
Limin Yao and
Andrew McCallum},
title = {Modeling Relations and Their Mentions without Labeled Text},
booktitle = {ECML/PKDD (3)},
year = {2010},
pages = {148-163}
}
@inproceedings{mintz-acl09,
author = {Mintz, Mike and Bills, Steven and Snow, Rion and Jurafsky, Dan},
title = {{Distant supervision for relation extraction without labeled data}},
booktitle = {ACL-IJCNLP '09: Proceedings of the Joint Conference of the 47th
Annual Meeting of the ACL and the 4th International Joint Conference on Natural
Language Processing of the AFNLP: Volume 2},
year = {2009},
pages = {1003--1011}
}
@inproceedings{stanfordparser,
author = {Marie-Catherine de Marneffe and Bill MacCartney and Christopher D. Manning},
title = {Generating Typed Dependency Parses from Phrase Structure Parses},
booktitle = {Language Resources and Evaluation (LREC 2006)},
year = {2006}
}
@inproceedings{maltparse,
author = {Joakim Nivre and Jens Nilsson},
title = {Memory-based Dependency Parsing},
booktitle = {Proceedings of the Conference on Natural Language Learning (CoNLL-04)},
year = {2004},
pages = {49-56}
}
@inproceedings{ritter-acl10,
author = {Alan Ritter and Mausam and Oren Etzioni},
booktitle = {Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (ACL '10)},
title = {A Latent Dirichlet Allocation method for Selectional Preferences},
year = {2010}
}
@inproceedings{christensen-kcap11,
author = {Janara Christensen and Mausam and Stephen Soderland and Oren Etzioni},
booktitle = {Proceedings of the 6th International Conference on Knowledge Capture (K-CAP '11) },
title = {An Analysis of Open Information Extraction based on Semantic Role Labeling},
year = {2011}
}
@inproceedings{tlin-emnlp10,
author = {Thomas Lin and
Mausam and
Oren Etzioni},
title = {Identifying Functional Relations in {Web} Text},
booktitle = {Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing (EMNLP '10)},
year = {2010},
pages = {1266-1276}
}
@inproceedings{fader-emnlp11,
author = {Anthony Fader and Stephen Soderland and Oren Etzioni},
title = {Identifying Relations for Open Information Extraction},
booktitle = {Proceedings of EMNLP},
year = {2011}
}
@inproceedings{mausam-emnlp12,
author = {Mausam and Michael Schmitz and Robert Bart and Stephen
Soderland and Oren Etzioni},
title = {Open Language Learning for Information Extraction},
booktitle = {Proceedings of EMNLP},
year = {2012}
}
@article{etzioni-nature11,
title={Search needs a shake-up},
author={Etzioni, O.},
journal={Nature},
volume={476},
number={7358},
pages={25--26},
year={2011}
}
@inproceedings{etzioni-ijcai11,
author = {Oren Etzioni and Anthony Fader and Janara Christensen and Stephen Soderland and Mausam},
title = {Open Information Extraction: the Second Generation},
booktitle = {Proceedings of the International Joint Conference on Artificial Intelligence (IJCAI '11)},
year = {2011}
}
@Inproceedings{fader-wikiai09,
Author = {Fader, A. and Soderland, S. and Etzioni, O.},
Title = "Scaling {Wikipedia-based} Named Entity Disambiguation
to arbitrary {Web} text",
Booktitle = {IJCAI-09 Workshop on User-contributed Knowledge and Artificial
Intelligence (WikiAI09)},
Year = {2009}
}
@Inproceedings{lin-akbc12,
Author = {Thomas Lin and Mausam and Oren Etzioni},
Title = "Entity Linking at {Web} Scale",
Booktitle = {The Knowledge Extraction Workshop (AKBC-WEKEX) at NAACL},
Year = {2012}
}
@article{LinkLDA,
author = {Erosheva, Elena and Fienberg, Stephen and Lafferty, John},
journal = {Proceedings of the National Academy of Sciences of the United States of America},
title = {Mixed-membership models of scientific publications},
year = {2004}
}
@article{griffithsTopics04,
author = {Griffiths, T. L. and Steyvers, M.},
journal = {Proc Natl Acad Sci U S A},
title = {Finding scientific topics.},
year = {2004}
}
@article{Blei03,
author = {Blei, David M. and Ng, Andrew Y. and Jordan, Michael I.},
title = {Latent dirichlet allocation},
journal = {J. Mach. Learn. Res.},
year = {2003},
}
@article{Resnik96,
author = {Resnik, P.},
journal = {Cognition},
title = {Selectional constraints: an information-theoretic model and its computational realization},
year = {1996}
}
@inproceedings{carlson-wsdm,
Title = {Coupled Semi-Supervised Learning for Information Extraction},
Author = {Andrew Carlson and Justin Betteridge and Richard C. Wang and Estevam R. Hruschka Jr. and Tom M. Mitchell},
Booktitle = {WSDM 2010},
Year = {2010}}
@inproceedings{textrunner,
author = {Banko, Michele and Etzioni, Oren},
booktitle = {ACL-08: HLT},
title = {The Tradeoffs Between Open and Traditional Relation Extraction},
year = {2008}
}
@article{Gildea02,
author = {Gildea, Daniel and Jurafsky, Daniel},
journal = {Computational Linguistics},
title = {Automatic labeling of semantic roles},
year = {2002}
}
@inproceedings{Bergsma08,
author = {Bergsma, Shane and Lin, Dekang and Goebel, Randy},
title = {Discriminative learning of selectional preference from unlabeled text},
booktitle = {EMNLP},
year = {2008},
}
@inproceedings{Pantel07,
author = {Patrick Pantel and
Rahul Bhagat and
Bonaventura Coppola and
Timothy Chklovski and
Eduard H. Hovy},
title = {ISP: Learning Inferential Selectional Preferences},
booktitle = {HLT-NAACL},
year = {2007},
}
@inproceedings{Erk07,
author = {Erk, Katrin},
booktitle = {Proceedings of the 45th Annual Meeting of the Association of Computational Linguistics},
title = {A Simple, Similarity-based Model for Selectional Preferences},
year = {2007}
}
@inproceedings{dagan-acl93,
author = {Ido Dagan and Shaul Marcus and Shaul Markovitch},
title = {Contextual word similarity and estimation from sparse data},
booktitle = {Proceedings of the 31st ACL},
year = {1993},
pages = {164--171},
location = {Columbus, Ohio},
address = {Morristown, NJ, USA},
}
@incollection{weka,
author = {Eibe Frank and
Mark A. Hall and
Geoffrey Holmes and
Richard Kirkby and
Bernhard Pfahringer},
title = {WEKA - A Machine Learning Workbench for Data Mining.},
booktitle = {The Data Mining and Knowledge Discovery Handbook},
year = {2005},
pages = {1305-1314}
}
@inproceedings{snow06,
author="R. Snow and D. Jurafsky and A. Y. Ng",
title="Semantic taxonomy induction from heterogenous evidence",
booktitle="Proceedings of COLING/ACL 2006",
year="2006"
}
@inproceedings{wu-weld-acl10,
author = {Wu, Fei and Weld, Daniel S.},
title = {Open Information Extraction Using {W}ikipedia},
year = {2010},
booktitle = {Proceedings of the 48th Annual Meeting of the Association
for Computational Linguistics (ACL '10)},
}
@inproceedings{ritter-lda-sp,
author = {Ritter, Alan and Mausam and Etzioni, Oren},
title = {A {Latent Dirichlet Allocation} Method for Selectional Preferences},
year = {2010},
booktitle = {ACL}
}
@inproceedings{stat-snowball,
author = {Zhu, Jun and Nie, Zaiqing and Liu, Xiaojiang and Zhang, Bo and Wen, Ji-Rong},
title = {{StatSnowball}: a statistical approach to extracting entity relationships},
booktitle = {WWW '09: Proceedings of the 18th international conference on World Wide Web},
year = {2009},
isbn = {978-1-60558-487-4},
pages = {101--110},
location = {Madrid, Spain},
doi = {http://doi.acm.org/10.1145/1526709.1526724},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{grefenstette-teufel-95,
author = {Grefenstette, Gregory and Teufel, Simone},
title = {Corpus-based method for automatic identification of support verbs for nominalizations},
booktitle = {Proceedings of the seventh conference on European chapter of the Association for Computational Linguistics},
year = {1995},
pages = {98--103},
location = {Dublin, Ireland},
doi = {http://dx.doi.org/10.3115/976973.976988},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
@INPROCEEDINGS{sag-01,
author = {Ivan A. Sag and Timothy Baldwin and Francis Bond and Ann Copestake and Dan Flickinger},
title = {Multiword Expressions: A Pain in the Neck for NLP},
booktitle = {In Proc. of the 3rd International Conference on Intelligent Text Processing and Computational Linguistics (CICLing-2002},
year = {2001},
pages = {1--15}
}
@INPROCEEDINGS{stevenson-fazly-north-04,
author = {Suzanne Stevenson and Afsaneh Fazly and Ryan North},
title = {Statistical measures of the semi-productivity of light verb constructions},
booktitle = {In 2nd ACL Workshop on Multiword Expressions: Integrating Processing},
year = {2004},
pages = {1--8}
}
@inproceedings{shimohata-97,
author = {Shimohata, Sayori and Sugio, Toshiyuki and Nagata, Junji},
title = {Retrieving collocations by co-occurrences and word order constraints},
booktitle = {Proceedings of the eighth conference on European chapter of the
Association for Computational Linguistics},
year = {1997},
pages = {476--481},
location = {Madrid, Spain},
doi = {http://dx.doi.org/10.3115/976909.979678},
publisher = {Association for Computational Linguistics},
address = {Morristown, NJ, USA},
}
@inproceedings{carlson-aaai10,
Title = {Toward an Architecture for Never-Ending Language Learning},
Author = {Andrew Carlson and Justin Betteridge and Bryan Kisiel and Burr Settles and Estevam R. Hruschka Jr. and Tom M. Mitchell},
Booktitle = {Procs. of AAAI},
Year = {2010}}
@inproceedings(hoffmann-sigchi09,
author= "R. Hoffmann and S. Amershi and K. Patel and F. Wu
and J. Fogarty and D. S. Weld",
title= "Amplifying Community Content Creation with Mixed-Initiative
Information Extraction",
booktitle= "ACM SIGCHI (CHI2009)",
year= 2009
)
@inproceedings{hoffmann-acl10,
author = {Hoffmann, Raphael and Zhang, Congle and Weld, Daniel S.},
title = {Learning 5000 relational extractors},
booktitle = {Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics},
series = {ACL '10},
year = {2010},
pages = {286--295}
}
@inproceedings{grishman-coling96,
author="R. Grishman and B. Sundheim",
title="{M}essage {U}nderstanding {C}onference - 6: a brief history",
booktitle="Procs. of International Conference on Computational Linguistics
(COLING-96)",
year="1996"
}
@inproceedings{adar-wsdm09,
author="Adar, E. and Skinner, M. and Weld, D.",
title="Information Arbitrage in Multi-Lingual {W}ikipedia",
booktitle="Procs. of Web Search and Data Mining(WSDM 2009)",
year="2009"
}
@inproceedings{schoenmackers-emnlp08,
author="Schoenmackers, S. and Etzioni, O. and Weld, D.",
title="{Scaling Textual Inference to the Web}",
booktitle="Proceedings of Empirical Methods for Natural Language Processing (EMNLP 2008)",
year="2008"
}
@inproceedings(talukdar-emnlp08,
author= "Partha Pratim Talukdar and Joseph Reisinger and Marius Pasca and
Deepak Ravichandran and Rahul Bhagat and Fernando Pereira",
title= "Weakly Supervised Acquisition of Labeled Class Instances using Graph
Random Walks",
booktitle= "EMNLP",
year= 2008
)
@inproceedings{cucerzan-emnlp2007,
author = {Cucerzan, S.},
year = {2007},
title = {Large-Scale Named Entity Disambiguation Based on {Wikipedia} Data},
booktitle = {Proceedings of EMNLP},
}
@inproceedings{banko-acl08,
author = {M. Banko and O. Etzioni},
year = {2008},
title = {The Tradeoffs Between Traditional and Open Relation Extraction},
booktitle = {Proceedings of ACL},
}
@inproceedings{settles-emnlp08,
Author = {B. Settles and M. Craven},
Booktitle = {Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)},
Pages = {1069--1078},
Title = {An Analysis of Active Learning Strategies for Sequence Labeling Tasks},
Year = {2008}
}
@InProceedings{bunescu-acl07,
author = {R. Bunescu and R. Mooney},
title = {Learning to Extract Relations from the {W}eb using Minimal Supervision},
year = {2007},
booktitle = {Proc. of ACL},
}
@inproceedings{bunescu-emnlp05,
author = {Razvan C. Bunescu and
Raymond J. Mooney},
title = {A Shortest Path Dependency Kernel for Relation Extraction},
booktitle = {Proc. of HLT/EMNLP},
year = {2005}
}
@InProceedings{daume-acl07,
author = {H. {Daume III}},
title = {Frustratingly easy domain adaptation},
year = {2007},
booktitle = {Proc. of ACL},
}
@article{HBC,
author={Daumae III, Hal},
title={HBC: Hierarchical Bayes Compiler},
url={http://hal3.name/HBC},
year={2007}
}
@inproceedings{poon-aaai07,
title={Joint Inference in Information Extraction},
author = {Hoifung Poon and Pedro Domingos},
booktitle ={Proceedings of the Twenty-Second National Conference on Artificial Intelligence},
pages = {913-918},
year = {2007},
}
@InProceedings{lafferty-icml01,
author = {J. Lafferty and A. McCallum and F. Pereira},
year = {2001},
title = {Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data},
booktitle = {Procs. of ICML}
}
@inproceedings{Rooth99,
author = {Rooth, Mats and Riezler, Stefan and Prescher, Detlef and Carroll, Glenn and Beil, Franz},
title = {Inducing a semantically annotated lexicon via EM-based clustering},
booktitle = {Proceedings of the 37th annual meeting of the Association for Computational Linguistics on Computational Linguistics},
year = {1999},
}
@inproceedings{pennacchiotti-acl06,
author = "M. Pennacchiotti and P. Pantel",
title = "Ontologizing Semantic Relations",
booktitle= "COLING/ACL-06",
pages = {793-800},
year = "2006"
}
@inproceedings{culotta-hlt06,
author = "A. Culotta and A. McCallum and J. Betz",
title = "Integrating Probabilistic Extraction Models and Data Mining to Discover
Relations and Patterns in Text",
booktitle= "HLT-NAACL",
year = "2006"
}
@inproceedings{magnini-swap2005,
author = "B. Magnini and M. Negri and E. Pianta and L. Romano and R. Sprugnoli",
title = "From Text to Knowledge for the Semantic Web: the {ONTOTEXT} project",
booktitle= "Semantic Web Applications and Perspectives (SWAP)",
year = "2005"
}
@Article{navigli-cl04,
author = {R. Navigli and P. Velardi},
title = {Learning Domain Ontologies from Document Warehouses and Dedicated Websites},
journal = "Computational Linguistics",
year = {2004},
pages = {151-179},
volume = {30},
}
@inproceedings{buitelaar-iswc03,
author = "P. Buitelaar and D. Olejnik and M. Sintek",
title = "{OntoLT:} a protege plug-in for ontology extraction from text",
booktitle= "International Semantic Web Conference (ISWC)",
year = "2003"
}
@inproceedings{moschitti-flairs03,
author = "A. Moschitti and P. Morarescu and S. Harabagiu",
title = "Open Domain Information Extraction via Automatic Semantic Labeling",
booktitle= "FLAIRS",
year = "2003"
}
@inproceedings{cimiano-NLDB05,
author = "Philipp Cimiano and Johanna V?ker",
title = "{Text2Onto} - A Framework for Ontology Learning and Data-driven Change Discovery",
booktitle= "10th International
Conference on Applications of Natural Language to Information Systems (NLDB'2005)",
year = "2005"
}
@inproceedings{bisson-ontology00,
author = "G. Bisson and C. Ndellec and L. Caamero",
title = "Designing clustering methods for ontology building - The {Mo'K} workbench",
booktitle= "ECAI Workshop on Ontology Learning",
year = "2000"
}
@inproceedings{agirre-ontology00,
author="E. Agirre and O. Ansa and E. Hovy and D. Martinez",
title="Enriching Very Large Ontologies Using the {WWW}",
booktitle="ECAI Workshop on Ontology Learning",
year="2000"
}
@Article{cimiano-jair05,
author = {P. Cimiano and A. Hotho and S. Staab},
title = {Learning Concept Hierarchies from Text Corpora using Formal Concept Analysis},
journal = "Journal of Artificial Intelligence Research",
year = {2005},
pages = {305-339},
volume = {24},
}
@book{getoorTaskar2007,
author="L. Getoor and B. Taskar",
title="Introduction to Statistical Relational Learning",
publisher="MIT Press",
year="2007"
}
@inproceedings{bhattacharyaKDD05,
author="I. Bhattacharya and L. Getoor",
title={{R}elational {C}lustering for {M}ulti-type {E}ntity {R}esolution},
booktitle="11th ACM SIGKDD Workshop on Multi Relational Data Mining",
year="2005"
}
@inproceedings{lin2001kdd,
author="D. Lin and P. Pantel",
title="{DIRT} -- {D}iscovery of {I}nference {R}ules from {T}ext",
booktitle="Proceedings of KDD",
year="2001"
}
@inproceedings{bromberg2006,
author="F. Bromberg and D. Margaritis and V. Honavar",
title="Efficient {Markov} network structure discovery using independence tests",
booktitle="SIAM 2006 conference on Data Mining (SDM06)",
year="2006"
}
@inproceedings{zettlemoyer2005,
author="L.S. Zettlemoyer and M. Collins",