forked from theq629/sfu-natlang.website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
publications.bib
1318 lines (1318 loc) · 54.4 KB
/
publications.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
@inproceedings{whitney-sarkar:2012,
author = {Whitney, Max and Sarkar, Anoop},
title = {Bootstrapping via Graph Propagation},
booktitle = {Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics (ACL-2012)},
year = {2012},
month = {jul},
address = {Jeju Island, R. of Korea},
publisher = {Association for Computational Linguistics},
url = {http://www.cs.sfu.ca/~mwhitney/personal/test/jekyll/_site/software#yarowsky},
pdf = {http://www2.cs.sfu.ca/~mwhitney/personal/yarowsky-propagation.pdf},
abstract = {{Bootstrapping a classifier from a small set of seed rules can be viewed as the propagation of labels between examples via features shared between them. This paper introduces a novel variant of the Yarowsky algorithm based on this view. It is a bootstrapping learning method which uses a graph propagation algorithm with a well defined objective function. The experimental results show that our proposed bootstrapping algorithm achieves state of the art performance or better on several different natural language data sets.}}
}
@inproceedings{majid_etal:2012:WMT,
author = {Razmara, Majid and Sankaran, Baskaran and Clifton, Ann and Sarkar, Anoop},
title = {\textit{Kriya} - The SFU System for Translation Task at WMT-12},
booktitle = {Proceedings of the Seventh Workshop on Statistical Machine Translation (WMT)},
month = {jun},
year = {2012},
address = {Montr\'{e}al, Canada},
publisher = {Association for Computational Linguistics},
url = {http://www2.cs.sfu.ca/~bsa33/personal/publications/majid_etal_12b}
}
@article{sankaran_etal:2012:PBML,
author = {Sankaran, Baskaran and Razmara, Majid and Sarkar, Anoop},
title = {Kriya – An end-to-end Hierarchical Phrase-based MT System},
booktitle = {The Prague Bulletin of Mathematical Linguistics (PBML)},
number = {97},
month = {apr},
year = {2012},
address = {Prague, Czech Republic},
publisher = {Charles University},
pages = {83--98},
url = {http://ufal.mff.cuni.cz/pbml/97/art-sankaran-razmara-sarkar}
}
@inproceedings{sankaran_anoop:2012:NAACL,
author = {Sankaran, Baskaran and Sarkar, Anoop},
title = {Improved Reordering for Shallow-\textit{n} Grammar based Hierarchical Phrase-based Translation},
booktitle = {Proceedings of the North-American Chapter of Association of Computational Linguistics (NAACL)},
month = {jun},
year = {2012},
address = {Montr\'{e}al, Canada},
publisher = {Association for Computational Linguistics},
pages = {533--537},
url = {http://www2.cs.sfu.ca/~bsa33/personal/publications/sankaran_anoop_12b}
}
@inproceedings{sankaran_etal:2012:CanAI,
author = {Sankaran, Baskaran and Razmara, Majid and Farzindar, Atefeh and Khreich, Wael and Popowich, Fred and Sarkar, Anoop},
title = {Domain Adaptation Techniques for Machine Translation and their Evaluation in a Real-World Setting},
booktitle = {Proceedings of 25th Canadian Conference on Artificial Intelligence},
month = {may},
year = {2012},
address = {Toronto, Canada},
url = {http://www.cs.sfu.ca/~anoop/papers/pdf/ai2012}
}
@inproceedings{sankaran_etal:2011:WMT,
author = {Sankaran, Baskaran and Haffari, Gholamreza and Sarkar, Anoop},
title = {Bayesian Extraction of Minimal SCFG Rules for Hierarchical Phrase-based Translation},
booktitle = {Proceedings of the Sixth Workshop on Statistical Machine Translation},
month = {jul},
year = {2011},
address = {Edinburgh, Scotland},
publisher = {Association for Computational Linguistics},
pages = {533--541},
url = {http://www2.cs.sfu.ca/~bsa33/personal/publications/sankaran_etal_11}
}
@inproceedings{haffari-razavi-sarkar:2011:ACL-HLT2011,
author = {Haffari, Gholamreza and Razavi, Marzieh and Sarkar, Anoop},
title = {An Ensemble Model that Combines Syntactic and Semantic Clustering for Discriminative Dependency Parsing},
booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies},
month = {jun},
year = {2011},
address = {Portland, Oregon, USA},
publisher = {Association for Computational Linguistics},
pages = {710--714},
url = {http://www.aclweb.org/anthology/P11-2125}
}
@InProceedings{clifton-sarkar:2011:ACL-HLT2011,
author = {Clifton, Ann and Sarkar, Anoop},
title = {Combining Morpheme-based Machine Translation with Post-processing Morpheme Prediction},
booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies},
month = {June},
year = {2011},
address = {Portland, Oregon, USA},
publisher = {Association for Computational Linguistics},
pages = {32--42},
pdf = {http://aclweb.org/anthology-new/P/P11/P11-1004.pdf},
abstract = {This paper extends the training and tuning regime for phrase-based statistical machine translation to obtain fluent translations into morphologically complex languages (we build an English to Finnish translation system). Our methods use unsupervised morphology induction. Unlike previous work we focus on morphologically productive phrase pairs – our decoder can combine morphemes across phrase boundaries. Morphemes in the target language may not have a corresponding morpheme or word in the source language. Therefore, we propose a novel combination of post-processing morphology prediction with morpheme-based translation. We show, using both automatic evaluation scores and linguistically motivated analyses of the output, that our methods outperform previously proposed ones and provide the best known results on the EnglishFinnish Europarl translation task. Our methods are mostly language independent, so they should improve translation into other target languages with complex morphology.},
url = {http://www.aclweb.org/anthology/P11-1004}
}
@inproceedings{sankaran_etal:2010:WMT,
author = {Sankaran, Baskaran and Grewal, Ajeet and Sarkar, Anoop},
title = {Incremental decoding for phrase-based statistical machine translation},
booktitle = {Proceedings of the Joint Fifth Workshop on Statistical Machine Translation and Metrics MATR},
year = {2010},
location = {Uppsala, Sweden},
pages = {216--223},
numpages = {8},
url = {http://aclweb.org/anthology-new/W/W10/W10-1733},
publisher = {Association for Computational Linguistics},
address = {Stroudsburg, PA, USA}
}
@inproceedings{haffari-sarkar:2008:PAPERS,
author = {Haffari, Gholamreza and Sarkar, Anoop},
title = {Homotopy-Based Semi-Supervised Hidden Markov Models for Sequence Labeling},
booktitle = {Proceedings of the 22nd International Conference on Computational Linguistics (Coling 2008)},
month = {aug},
year = {2008},
address = {Manchester, UK},
publisher = {Coling 2008 Organizing Committee},
pages = {305--312},
pdf = {http://www.cs.sfu.ca/~anoop/papers/pdf/coling08.pdf},
url = {http://www.aclweb.org/anthology/C08-1039}
}
@article{DBLP:journals/mt/UeffingHS07,
author = {Ueffing, Nicola and Haffari, Gholamreza and Sarkar, Anoop},
title = {Semi-supervised model adaptation for statistical machine translation},
journal = {Machine Translation},
volume = {21},
number = {2},
year = {2007},
pages = {77-94},
ee = {http://dx.doi.org/10.1007/s10590-008-9036-3},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{ueffing-haffari-sarkar:2007:ACLMain,
author = {Ueffing, Nicola and Haffari, Gholamreza and Sarkar, Anoop},
title = {Transductive learning for statistical machine translation},
booktitle = {Proceedings of the 45th Annual Meeting of the Association of Computational Linguistics},
month = {jun},
year = {2007},
address = {Prague, Czech Republic},
publisher = {Association for Computational Linguistics},
pages = {25--32},
url = {http://www.aclweb.org/anthology/P/P07/P07-1004}
}
@inproceedings{liu-sarkar:2007:EMNLP-CoNLL2007,
author = {Liu, Yudong and Sarkar, Anoop},
title = {Experimental Evaluation of {LTAG}-Based Features for Semantic Role Labeling},
booktitle = {Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL)},
month = {jun},
year = {2007},
address = {Prague, Czech Republic},
publisher = {Association for Computational Linguistics},
pages = {590--599},
url = {http://www.aclweb.org/anthology/D/D07/D07-1062}
}
@inproceedings{liu-shi-sarkar:2007:ShortPapers,
author = {Liu, Yudong and Shi, Zhongmin and Sarkar, Anoop},
title = {Exploiting Rich Syntactic Information for Relationship Extraction from Biomedical Articles},
booktitle = {Human Language Technologies 2007: The Conference of the North American Chapter of the Association for Computational Linguistics; Companion Volume, Short Papers},
month = {apr},
year = {2007},
address = {Rochester, New York},
publisher = {Association for Computational Linguistics},
pages = {97--100},
url = {http://www.aclweb.org/anthology/N/N07/N07-2025}
}
@inproceedings{shi-sarkar-popowich:2007:ShortPapers,
author = {Shi, Zhongmin and Sarkar, Anoop and Popowich, Fred},
title = {Simultaneous Identification of Biomedical Named-Entity and Functional Relation Using Statistical Parsing Techniques},
booktitle = {Human Language Technologies 2007: The Conference of the North American Chapter of the Association for Computational Linguistics; Companion Volume, Short Papers},
month = {apr},
year = {2007},
address = {Rochester, New York},
publisher = {Association for Computational Linguistics},
pages = {161--164},
url = {http://www.aclweb.org/anthology/N/N07/N07-2041}
}
@inproceedings{birke-sarkar:2007:WCAFL,
author = {Birke, Julia and Sarkar, Anoop},
title = {Active Learning for the Identification of Nonliteral Language},
booktitle = {Proceedings of the Workshop on Computational Approaches to Figurative Language},
month = {apr},
year = {2007},
address = {Rochester, New York},
publisher = {Association for Computational Linguistics},
pages = {21--28},
url = {http://www.aclweb.org/anthology/W/W07/W07-0104}
}
@inproceedings{DBLP:conf/lbm/MelliES07,
author = {Melli, Gabor and Ester, Martin and Sarkar, Anoop},
title = {Recognition of Multi-sentence n-ary Subcellular Localization Mentions in Biomedical Abstracts},
booktitle = {LBM (Short Papers)},
year = {2007},
ee = {http://ceur-ws.org/Vol-319/Paper2.pdf},
crossref = {DBLP:conf/lbm/2007s},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ai/ShiMWLGKSP07,
author = {Shi, Zhongmin and Melli, Gabor and Wang, Yang and Liu, Yudong and Gu, Baohua and Kashani, Mehdi M. and Sarkar, Anoop and Popowich, Fred},
title = {Question Answering Summarization of Multiple Biomedical Documents},
booktitle = {Canadian Conference on AI},
year = {2007},
pages = {284-295},
ee = {http://dx.doi.org/10.1007/978-3-540-72665-4_25},
crossref = {DBLP:conf/ai/2007},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/eacl/BirkeS06,
author = {Birke, Julia and Sarkar, Anoop},
title = {A Clustering Approach for Nearly Unsupervised Recognition of Nonliteral Language},
booktitle = {EACL},
year = {2006},
ee = {http://acl.ldc.upenn.edu/E/E06/E06-1042.pdf},
crossref = {DBLP:conf/eacl/2006},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/eacl/2006,
title = {EACL 2006, 11st Conference of the European Chapter of the Association for Computational Linguistics, Proceedings of the Conference, April 3-7, 2006, Trento, Italy},
booktitle = {EACL},
publisher = {The Association for Computer Linguistics},
year = {2006},
isbn = {1-932432-59-0},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{sarkar-haffari:2006:HLT-NAACL06-Tutorials,
author = {Sarkar, Anoop and Haffari, Gholamreza},
title = {Tutorial on Inductive Semi-supervised Learning Methods: with Applicability to Natural Language Processing},
booktitle = {Proceedings of the Human Language Technology Conference of the NAACL, Companion Volume: Tutorial Abstracts},
month = {jun},
year = {2006},
address = {New York City, USA},
publisher = {Association for Computational Linguistics},
pages = {307--308},
url = {http://www.aclweb.org/anthology/N/N06/N06-5005}
}
@inproceedings{song-sarkar:2006:SIGHAN,
author = {Song, Dong and Sarkar, Anoop},
title = {Voting between Dictionary-Based and Subword Tagging Models for Chinese Word Segmentation},
booktitle = {Proceedings of the Fifth SIGHAN Workshop on Chinese Language Processing},
month = {jul},
year = {2006},
address = {Sydney, Australia},
publisher = {Association for Computational Linguistics},
pages = {126--129},
url = {http://www.aclweb.org/anthology/W/W06/W06-0118}
}
@inproceedings{liu-sarkar:2006:TAG,
author = {Liu, Yudong and Sarkar, Anoop},
title = {Using {LTAG}-Based Features for Semantic Role Labeling},
booktitle = {Proceedings of the Eighth International Workshop on Tree Adjoining Grammar and Related Formalisms},
month = {jul},
year = {2006},
address = {Sydney, Australia},
publisher = {Association for Computational Linguistics},
pages = {127--132},
url = {http://www.aclweb.org/anthology/W/W06/W06-1518}
}
@inproceedings{DBLP:conf/ai/ShenS05,
author = {Shen, Hong and Sarkar, Anoop},
title = {Voting Between Multiple Data Representations for Text Chunking},
booktitle = {Canadian Conference on AI},
year = {2005},
pages = {389-400},
ee = {http://dx.doi.org/10.1007/11424918_40},
crossref = {DBLP:conf/ai/2005},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/ai/2005,
editor = {K{\'e}gl, Bal{\'a}zs and Lapalme, Guy},
title = {Advances in Artificial Intelligence, 18th Conference of the Canadian Society for Computational Studies of Intelligence, Canadian AI 2005, Victoria, Canada, May 9-11, 2005, Proceedings},
booktitle = {Canadian Conference on AI},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {3501},
year = {2005},
isbn = {3-540-25864-7},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ijcai/ShiS05,
author = {Shi, Zhongmin and Sarkar, Anoop},
title = {Intimate Learning: A Novel Approach for Combining Labelled and Unlabelled Data},
booktitle = {IJCAI},
year = {2005},
pages = {1634-1635},
ee = {http://www.ijcai.org/papers/post-0441.pdf},
crossref = {DBLP:conf/ijcai/2005},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/ijcai/2005,
editor = {Kaelbling, Leslie Pack and Saffiotti, Alessandro},
title = {IJCAI-05, Proceedings of the Nineteenth International Joint Conference on Artificial Intelligence, Edinburgh, Scotland, UK, July 30-August 5, 2005},
booktitle = {IJCAI},
publisher = {Professional Book Center},
year = {2005},
isbn = {0938075934},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{och-EtAl:2004:HLTNAACL,
author = {Josef, Franz Och and Gildea, Daniel and Khudanpur, Sanjeev and Sarkar, Anoop and Yamada, Kenji and Fraser, Alex and Kumar, Shankar and Shen, Libin and Smith, David and Eng, Katherine and Jain, Viren and Jin, Zhen and Radev, Dragomir},
title = {A Smorgasbord of Features for Statistical Machine Translation},
booktitle = {HLT-NAACL 2004: Main Proceedings },
editor = {Susan Dumais, Daniel Marcu and Roukos, Salim},
year = {2004},
month = {may},
address = {Boston, Massachusetts, USA},
publisher = {Association for Computational Linguistics},
pages = {161--168}
}
@inproceedings{shen-sarkar-och:2004:HLTNAACL,
author = {Shen, Libin and Sarkar, Anoop and Josef, Franz Och},
title = {Discriminative Reranking for Machine Translation},
booktitle = {HLT-NAACL 2004: Main Proceedings },
editor = {Susan Dumais, Daniel Marcu and Roukos, Salim},
year = {2004},
month = {may},
address = {Boston, Massachusetts, USA},
publisher = {Association for Computational Linguistics},
pages = {177--184}
}
@inproceedings{DBLP:conf/eacl/SteedmanSOHCHRBC03,
author = {Steedman, Mark and Sarkar, Anoop and Osborne, Miles and Hwa, Rebecca and Clark, Stephen and Hockenmaier, Julia and Ruhlen, Paul and Baker, Steven and Crim, Jeremiah},
title = {Bootstrapping statistical parsers from small datasets},
booktitle = {EACL},
year = {2003},
pages = {331-338},
ee = {http://acl.ldc.upenn.edu/E/E03/E03-1008.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/naacl/SteedmanHCOSHRBC03,
author = {Steedman, Mark and Hwa, Rebecca and Clark, Stephen and Osborne, Miles and Sarkar, Anoop and Hockenmaier, Julia and Ruhlen, Paul and Baker, Steven and Crim, Jeremiah},
title = {Example Selection for Bootstrapping Statistical Parsers},
booktitle = {HLT-NAACL},
year = {2003},
ee = {http://acl.ldc.upenn.edu/N/N03/N03-1031.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/jolli/ForbesMPSJW03,
author = {Forbes, Katherine and Miltsakaki, Eleni and Prasad, Rashmi and Sarkar, Anoop and Joshi, Aravind K. and Webber, Bonnie L.},
title = {D-LTAG System: Discourse Parsing with a Lexicalized Tree-Adjoining Grammar},
journal = {Journal of Logic, Language and Information},
volume = {12},
number = {3},
year = {2003},
pages = {261--279},
ee = {http://dx.doi.org/10.1023/A:1024137719751},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{shen-sarkar-joshi:2003:EMNLP-2003,
author = {Liu, Yudong and Sarkar, Anoop},
title = {Using {LTAG} Based Features in Parse Reranking},
booktitle = {Proceedings of the 2003 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
month = {jul},
year = {2003},
address = {Sapporo, Japan},
publisher = {Association for Computational Linguistics},
pages = {xx--xx},
url = {http://aclweb.org/anthology-new/W/W03/W03-1012.pdf}
}
@inproceedings{DBLP:conf/coling/SarkarT02,
author = {Sarkar, Anoop and Tripasai, Woottiporn},
title = {Learning Verb Argument Structure from Minimally Annotated Corpora},
booktitle = {COLING},
year = {2002},
ee = {http://acl.ldc.upenn.edu/C/C02/C02-1040.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/coling/WintnerS02,
author = {Wintner, Shuly and Sarkar, Anoop},
title = {A Note on Typing Feature Structures},
journal = {Computational Linguistics},
volume = {28},
number = {3},
year = {2002},
pages = {389-397},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/naacl/Sarkar01,
author = {Sarkar, Anoop},
title = {Applying Co-Training Methods to Statistical Parsing},
booktitle = {NAACL},
year = {2001},
ee = {http://ucrel.lancs.ac.uk/acl/N/N01/N01-1023.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/coling/SarkarZ00,
author = {Sarkar, Anoop and Zeman, Daniel},
title = {Automatic Extraction of Subcategorization Frames for Czech},
booktitle = {COLING},
year = {2000},
pages = {691-697},
ee = {http://acl.ldc.upenn.edu/C/C00/C00-2100.pdf},
crossref = {DBLP:conf/coling/2000},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/coling/2000,
title = {COLING 2000, 18th International Conference on Computational Linguistics, Proceedings of the Conference, 2 Volumes, July 31 - August 4, 2000, Universit{\"a}t des Saarlandes, Saarbr{\"u}cken, Germany},
booktitle = {COLING},
publisher = {Morgan Kaufmann},
year = {2000},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/corr/cs-CL-0009003,
author = {Sarkar, Anoop and Zeman, Daniel},
title = {Automatic Extraction of Subcategorization Frames for Czech},
journal = {CoRR},
volume = {cs.CL/0009003},
year = {2000},
ee = {http://arxiv.org/abs/cs.CL/0009003},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/clin/SarkarW99,
author = {Sarkar, Anoop and Wintner, Shuly},
title = {Typing as a means for validating feature structures},
booktitle = {CLIN},
year = {1999},
ee = {http://www-uilots.let.uu.nl/publications/clin1999/Pap/shuly.pdf},
crossref = {DBLP:conf/clin/1999},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/clin/1999,
editor = {Monachesi, Paola},
title = {Computational Linguistics in the Netherlands 1999, Selected Papers from the Tenth CLIN Meeting, December 10, OTS Utrecht},
booktitle = {CLIN},
publisher = {UILOTS Utrecht},
year = {1999},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/acl/Sarkar98,
author = {Sarkar, Anoop},
title = {Conditions on Consistency of Probabilistic Tree Adjoining Grammars},
booktitle = {COLING-ACL},
year = {1998},
pages = {1164-1170},
pdf = {http://www.cs.sfu.ca/~anoop/papers/pdf/consist.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/acl/NederhofSS98,
author = {Nederhof, Mark-Jan and Sarkar, Anoop and Satta, Giorgio},
title = {Prefix Probabilities from Stochastic Tree Adjoining Grammars},
booktitle = {COLING-ACL},
year = {1998},
pages = {953-959},
pdf = {http://www.cs.sfu.ca/~anoop/papers/pdf/prefix.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/corr/cs-CL-9809028,
author = {Sarkar, Anoop},
title = {Separating Dependency from Constituency in a Tree Rewriting System},
journal = {CoRR},
volume = {cs.CL/9809028},
year = {1998},
ee = {http://arxiv.org/abs/cs.CL/9809028},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{sarkar:1996:ACL,
author = {Sarkar, Anoop},
title = {Incremental Parser Generation for Tree Adjoining Grammars},
booktitle = {Proceedings of the 34th Annual Meeting of the Association for Computational Linguistics},
month = {jun},
year = {1996},
address = {Santa Cruz, California, USA},
publisher = {Association for Computational Linguistics},
pages = {375--377},
url = {http://www.aclweb.org/anthology/P96-1056},
doi = {10.3115/981863.981920}
}
@article{DBLP:journals/corr/cmp-lg-9606006,
author = {Sarkar, Anoop and Joshi, Aravind K.},
title = {Coordination in Tree Adjoining Grammars: Formalization and Implementation},
journal = {CoRR},
volume = {cmp-lg/9606006},
year = {1996},
ee = {http://arxiv.org/abs/cmp-lg/9606006},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/coling/SarkarJ96,
author = {Sarkar, Anoop and Joshi, Aravind K.},
title = {Coordination in Tree Adjoining Grammars: Formalization and Implementation},
booktitle = {COLING},
year = {1996},
pages = {610-615},
ee = {http://acl.ldc.upenn.edu/C/C96/C96-2103.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{sarkar:1993:ACL,
author = {Sarkar, Anoop},
title = {Extending Kimmo's Two-Level Model of Morphology},
booktitle = {Proceedings of the 31st Annual Meeting of the Association for Computational Linguistics},
month = {jun},
year = {1993},
address = {Columbus, Ohio, USA},
publisher = {Association for Computational Linguistics},
pages = {304--306},
url = {http://www.aclweb.org/anthology/P93-1047},
doi = {10.3115/981574.981622}
}
@inproceedings{DBLP:conf/ai/GuPD08,
author = {Gu, Baohua and Popowich, Fred and Dahl, Ver{\'o}nica},
title = {Recognizing Biomedical Named Entities in Chinese Research Abstracts},
booktitle = {Canadian Conference on AI},
year = {2008},
pages = {114-125},
ee = {http://dx.doi.org/10.1007/978-3-540-68825-9_12},
crossref = {DBLP:conf/ai/2008},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/ai/2008,
editor = {Bergler, Sabine},
title = {Advances in Artificial Intelligence , 21st Conference of the Canadian Society for Computational Studies of Intelligence, Canadian AI 2008, Windsor, Canada, May 28-30, 2008, Proceedings},
booktitle = {Canadian Conference on AI},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {5032},
year = {2008},
isbn = {978-3-540-68821-1},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/sigkdd/Popowich05,
author = {Popowich, Fred},
title = {Using text mining and natural language processing for health care claims processing},
journal = {SIGKDD Explorations},
volume = {7},
number = {1},
year = {2005},
pages = {59-66},
ee = {http://doi.acm.org/10.1145/1089815.1089824},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ai/DilkinaP04,
author = {Dilkina, Katia and Popowich, Fred},
title = {An Algorithm for Anaphora Resolution in Aviation Safety Reports},
booktitle = {Canadian Conference on AI},
year = {2004},
pages = {534-539},
ee = {http://springerlink.metapress.com/openurl.asp?genre=article{\&}issn=0302-9743{\&}volume=3060{\&}spage=534},
crossref = {DBLP:conf/ai/2004},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/ai/2004,
editor = {Tawfik, Ahmed Y. and Goodwin, Scott D.},
title = {Advances in Artificial Intelligence, 17th Conference of the Canadian Society for Computational Studies of Intelligence, Canadian AI 2004, London, Ontario, Canada, May 17-19, 2004, Proceedings},
booktitle = {Canadian Conference on AI},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {3060},
year = {2004},
isbn = {3-540-22004-6},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ai/McDonaldTMPT00,
author = {McDonald, Scott and Turcato, Davide and McFetridge, Paul and Popowich, Fred and Toole, Janine},
title = {Collocation Discovery for Optimal Bilingual Lexicon Development},
booktitle = {Canadian Conference on AI},
year = {2000},
pages = {126-137},
ee = {http://link.springer.de/link/service/series/0558/bibs/1822/18220126.htm},
crossref = {DBLP:conf/ai/2000},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/ai/2000,
editor = {Hamilton, Howard J.},
title = {Advances in Artificial Intelligence, 13th Biennial Conference of the Canadian Society for Computational Studies of Intelligence, AI 2000, Montr{\'e}al, Quebec, Canada, May 14-17, 2000, Proceedings},
booktitle = {Canadian Conference on AI},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {1822},
year = {2000},
isbn = {3-540-67557-4},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ai/BarriereP00,
author = {Barri{\`e}re, Caroline and Popowich, Fred},
title = {Expanding the Type Hierarchy with Nonlexical Concepts},
booktitle = {Canadian Conference on AI},
year = {2000},
pages = {53-68},
ee = {http://link.springer.de/link/service/series/0558/bibs/1822/18220053.htm},
crossref = {DBLP:conf/ai/2000},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ai/KubonPT00,
author = {Kubon, Petr and Popowich, Fred and Tisher, Gordon},
title = {An Extendable Natural Language Interface to a Consumer Service Database},
booktitle = {Canadian Conference on AI},
year = {2000},
pages = {82-89},
ee = {http://link.springer.de/link/service/series/0558/bibs/1822/18220082.htm},
crossref = {DBLP:conf/ai/2000},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ifip9-1/KlaweCPC00,
author = {Klawe, Maria M. and Cavers, Ian and Popowich, Fred and Chen, Grace},
title = {ARC},
booktitle = {Woman, Work and Computerization},
year = {2000},
pages = {94-101},
crossref = {DBLP:conf/ifip9-1/2000},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/ifip9-1/2000,
editor = {Balka, Elen and Smith, Richard},
title = {Woman, Work and Computerization: Charting a Course to the Future, IFIP TC9/WG9.1 Seventh International Conference on Woman, Work and Computerization, June 8-11, 2000, Vancouver, British Columbia, Canada},
booktitle = {Woman, Work and Computerization},
publisher = {Kluwer},
series = {IFIP Conference Proceedings},
volume = {172},
year = {2000},
isbn = {0-7923-7864-4},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/mt/PopowichMTT00,
author = {Popowich, Fred and McFetridge, Paul and Turcato, Davide and Toole, Janine},
title = {Machine Translation of Closed Captions},
journal = {Machine Translation},
volume = {15},
number = {4},
year = {2000},
pages = {311-341},
ee = {http://dx.doi.org/10.1023/A:1012244918183},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/corr/cs-CL-9906034,
author = {Turcato, Davide and McFetridge, Paul and Popowich, Fred and Toole, Janine},
title = {A Unified Example-Based and Lexicalist Approach to Machine Translation},
journal = {CoRR},
volume = {cs.CL/9906034},
year = {1999},
ee = {http://arxiv.org/abs/cs.CL/9906034},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/corr/cs-CL-9907008,
author = {Toole, Janine and Popowich, Fred and Nicholson, Devlan and Turcato, Davide and McFetridge, Paul},
title = {Explanation-based Learning for Machine Translation},
journal = {CoRR},
volume = {cs.CL/9907008},
year = {1999},
ee = {http://arxiv.org/abs/cs.CL/9907008},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/corr/cs-CL-9907017,
author = {Turcato, Davide and McFetridge, Paul and Popowich, Fred and Toole, Janine},
title = {A Bootstrap Approach to Automatically Generating Lexical Transfer Rules},
journal = {CoRR},
volume = {cs.CL/9907017},
year = {1999},
ee = {http://arxiv.org/abs/cs.CL/9907017},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/amta/TooleTPFM98,
author = {Toole, Janine and Turcato, Davide and Popowich, Fred and Fass, Dan and McFetridge, Paul},
title = {Time-Constrained Machine Translation},
booktitle = {AMTA},
year = {1998},
pages = {103-112},
ee = {http://link.springer.de/link/service/series/0558/bibs/1529/15290103.htm},
crossref = {DBLP:conf/amta/1998},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/amta/1998,
editor = {Farwell, David and Gerber, Laurie and Hovy, Eduard H.},
title = {Machine Translation and the Information Soup, Third Conference of the Association for Machine Translation in the Americas, AMTA '98, Langhorne, PA, USA, October 28-31, 1998, Proceedings},
booktitle = {AMTA},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {1529},
year = {1998},
isbn = {3-540-65259-0},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/corr/cmp-lg-9703002,
author = {Barri{\`e}re, Caroline and Popowich, Fred},
title = {Concept Clustering and Knowledge Integration from a Children's Dictionary},
journal = {CoRR},
volume = {cmp-lg/9703002},
year = {1997},
ee = {http://arxiv.org/abs/cmp-lg/9703002},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/corr/cmp-lg-9706024,
author = {Popowich, Fred and Turcato, Davide and Laurens, Olivier and McFetridge, Paul and Nicholson, Devlan and McGivern, Patrick and Pena, Maricela Corzo and Pidruchney, Lisa and McDonald, Scott},
title = {A Lexicalist Approach to the Translation of Colloquial Text},
journal = {CoRR},
volume = {cmp-lg/9706024},
year = {1997},
ee = {http://arxiv.org/abs/cmp-lg/9706024},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/ngc/VogelP97,
author = {Vogel, Carl and Popowich, Fred},
title = {A Parametric Definition for a Family of Inheritance Reasoners},
journal = {New Generation Comput.},
volume = {15},
number = {3},
year = {1997},
pages = {247-292},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/coling/BarrihreP96,
author = {Barri{\`e}re, Caroline and Popowich, Fred},
title = {Concept clustering and knowledge integration from a children's dictionary},
booktitle = {COLING},
year = {1996},
pages = {65-70},
ee = {http://acl.ldc.upenn.edu/C/C96/C96-1013.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ai/Popowich96,
author = {Popowich, Fred},
title = {A Chart Generator for Shake and Bake Machine Translation},
booktitle = {Canadian Conference on AI},
year = {1996},
pages = {97-108},
crossref = {DBLP:conf/ai/1996},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/ai/1996,
editor = {McCalla, Gordon I.},
title = {Advances in Artificial Intelligence, 11th Biennial Conference of the Canadian Society for Computational Studies of Intelligence, AI '96, Toronto, Ontario, Canada, May 21-24, 1996, Proceedings},
booktitle = {Canadian Conference on AI},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {1081},
year = {1996},
isbn = {3-540-61291-2},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ictai/HallPF96,
author = {Hall, Gary and Popowich, Fred and Fass, Dan},
title = {Natural Language Edit Controls: Constrained Natural Language Devices in User Interfaces},
booktitle = {ICTAI},
year = {1996},
pages = {475-477},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/corr/cmp-lg-9605017,
author = {Popowich, Fred},
title = {A Chart Generator for Shake and Bake Machine Translation},
journal = {CoRR},
volume = {cmp-lg/9605017},
year = {1996},
ee = {http://arxiv.org/abs/cmp-lg/9605017},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/dke/McFetridgePF96,
author = {McFetridge, Paul and Popowich, Fred and Fass, Dan},
title = {An Analysis of Compounds in HPSG (Head-Driven Phrase Structure Grammar) for Database Queries},
journal = {Data Knowl. Eng.},
volume = {20},
number = {2},
year = {1996},
pages = {195-209},
ee = {http://dx.doi.org/10.1016/S0169-023X(96)00033-X},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/jlp/AndrewsDP96,
author = {Andrews, James and Dahl, Ver{\'o}nica and Popowich, Fred},
title = {Characterizing Logic Grammars: A Substructural Logic Approach},
journal = {J. Log. Program.},
volume = {26},
number = {3},
year = {1996},
pages = {235-283},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/nldb/McFetridgePF95,
author = {McFetridge, Paul and Popowich, Fred and Fass, Dan},
title = {An Analysis of Compounds in HPSG for Database Queries},
booktitle = {NLDB},
year = {1995},
pages = {0-},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/corr/cmp-lg-9505021,
author = {Popowich, Fred},
title = {Improving the Efficiency of a Generation Algorithm for Shake and Bake Machine Translation Using Head-Driven Phrase Structure Grammar},
journal = {CoRR},
volume = {cmp-lg/9505021},
year = {1995},
ee = {http://arxiv.org/abs/cmp-lg/9505021},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/rsctc/CerconeMHP93,
author = {Cercone, Nick and McFetridge, Paul and Han, Jiawei and Popowich, Fred},
title = {Human-Computer Interfaces: DBLEARN and System X},
booktitle = {RSKD},
year = {1993},
pages = {32-43},
crossref = {DBLP:conf/rsctc/1993},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/rsctc/1993,
editor = {Ziarko, Wojciech},
title = {Rough Sets, Fuzzy Sets and Knowledge Discovery, Proceedings of the International Workshop on Rough Sets and Knowledge Discovery (RSKD'93), Banff, Alberta, Canada, 12-15 October 1993},
booktitle = {RSKD},
publisher = {Springer},
series = {Workshops in Computing},
year = {1994},
isbn = {3-540-19885-7},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/coling/PopowichMFH92,
author = {Popowich, Fred and McFetridge, Paul and Fass, Dan and Hall, Gary},
title = {Processing Complex Noun Phrases In A Natural Language Interface To A Statistical Database},
booktitle = {COLING},
year = {1992},
pages = {46-52},
ee = {http://acl.ldc.upenn.edu/C/C92/C92-1011.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/nlulp/PopowichV91,
author = {Popowich, Fred and Vogel, Carl},
title = {A Logic-Based Implementation of Head-Driven Phrase Structure Grammar},
booktitle = {Natural Language Understanding and Logic Programming Workshop},
year = {1991},
pages = {227-245},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/ngc/DahlP90,
author = {Dahl, Ver{\'o}nica and Popowich, Fred},
title = {Parsing and Generation with Static Discontinuity Grammars},
journal = {New Generation Comput.},
volume = {8},
number = {3},
year = {1990},
pages = {245-},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/acl/Popowich89,
author = {Popowich, Fred},
title = {Tree Unification Grammar},
booktitle = {ACL},
year = {1989},
pages = {228-236},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/ci/Popowich86,
author = {Popowich, Fred},
title = {Unrestricted gapping grammars},
journal = {Computational Intelligence},
volume = {2},
year = {1986},
pages = {28-53},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/eacl/Popowich85,
author = {Popowich, Fred},
title = {Saumer: Sentence Analysis Using Metarules},
booktitle = {EACL},
year = {1985},
pages = {48-56},
ee = {http://acl.ldc.upenn.edu/E/E85/E85-1007.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ijcai/Popowich85,
author = {Popowich, Fred},
title = {Unrestricted Gapping Grammars},
booktitle = {IJCAI},
year = {1985},
pages = {765-768},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@mastersthesis{Majid-thesis08,
author = {Razmara, Majid},
title = {Answering List and Other Questions},
school = {Concordia University},
year = {2008},
month = {aug},
address = {Montreal, Canada}
}
@inproceedings{Majid-tac-QA08,
author = {Razmara, Majid and Kosseim, L.},
title = {Concordia University at the TAC-2008 QA Track},
booktitle = {Notebook Papers and Results, Text Analysis Conference (TAC-2008)},
year = {2008},
pages = {125-131},
address = {Gaithersburg, Maryland (USA)},
month = {nov}
}
@inproceedings{Majid-trec07,
author = {Majid Razmara, A. Fee and Kosseim, L.},
title = {{Concordia University at the TREC-2007 QA Track}},
booktitle = {Proceedings of the 16th Text Retrieval Conference (TREC-16)},
year = {2007},
address = {Gaithersburg, Maryland (USA)},
month = {nov},
organization = {TREC-2007}
}
@inproceedings{Majid-cicling07,
author = {Razmara, Majid and Kosseim, L.},
title = {{A little known fact is Answering Other questions using interest-markers}},
booktitle = {Proceedings the 8th International Conference on Intelligent Text Processing and Computational Linguistics (CICLING-2007)},
pages = {518--529},
series = {Lecture Notes in Computer Science, Volume 4394},
publisher = {Springer-Verlag},
year = {2007},
address = {Mexico City, Mexico},
month = {feb}
}
@inproceedings{Majid-trec06,
author = {L. Kosseim, A. Beaudoin, A. K. Lamjiri and Razmara, Majid},
title = {{Concordia University at the TREC-QA Track}},
booktitle = {Proceedings of the 15th Text Retrieval Conference (TREC-15)},
year = {2006},
address = {Gaithersburg, Maryland (USA)},
month = {nov},
organization = {TREC-2006}
}
@inproceedings{haffari:naacl:09,
author = {Haffari, G.R. and Teh, Y. W.},
title = { Hierarchical Dirichlet Trees for Information Retrieval},
booktitle = {Proceedings of NAACL-HLT},
year = {2009}
}
@inproceedings{haffari:icml:08,
author = {},
title = { Boosting with Incomplete Information },
booktitle = {Proceedings of ICML},
year = {2008}
}
@inproceedings{DBLP:conf/europar/CameronAHLSP11,
author = {Cameron, Robert D. and Amiri, Ehsan and Herdy, Kenneth S. and Lin, Dan and Shermer, Thomas C. and Popowich, Fred},
title = {Parallel Scanning with Bitstream Addition: An XML Case Study},
booktitle = {Euro-Par (2)},
year = {2011},
pages = {2-13},
ee = {http://dx.doi.org/10.1007/978-3-642-23397-5_2},
crossref = {DBLP:conf/europar/2011-2},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/icost/MakoninP11,
author = {Makonin, Stephen and Popowich, Fred},
title = {An Intelligent Agent for Determining Home Occupancy Using Power Monitors and Light Sensors},
booktitle = {ICOST},
year = {2011},
pages = {236-240},
ee = {http://dx.doi.org/10.1007/978-3-642-21535-3_33},
crossref = {DBLP:conf/icost/2011},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ai/RoyP10a,
author = {Roy, Maxim and Popowich, Fred},
title = {Word Reordering Approaches for Bangla-English Statistical Machine Translation},
booktitle = {Canadian Conference on AI},
year = {2010},
pages = {282-285},
ee = {http://dx.doi.org/10.1007/978-3-642-13059-5_29},
crossref = {DBLP:conf/ai/2010},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/corr/abs-1011-4623,
author = {Moghaddam, Samaneh and Popowich, Fred},
title = {Opinion Polarity Identification through Adjectives},
journal = {CoRR},
volume = {abs/1011.4623},
year = {2010},
ee = {http://arxiv.org/abs/1011.4623},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/naacl/2009o,
editor = {Popowich, Fred and Johnston, Michael},
title = {Human Language Technologies: Conference of the North American Chapter of the Association of Computational Linguistics, Proceedings, May 31 - June 5, 2009, Boulder, Colorado, USA, Demos},
booktitle = {HLT-NAACL (Demos)},
publisher = {The Association for Computational Linguistics},
year = {2009},
isbn = {978-1-932432-42-8},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ai/GuPD09,
author = {Gu, Baohua and Popowich, Fred and Dahl, Ver{\'o}nica},
title = {Recognizing Biomedical Named Entities in Chinese Research Abstracts},
booktitle = {Canadian Conference on AI},
year = {2008},
pages = {114-125},
ee = {http://dx.doi.org/10.1007/978-3-540-68825-9_12},
crossref = {DBLP:conf/ai/2008},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ai/ShiMWLGKSP08,
author = {Shi, Zhongmin and Melli, Gabor and Wang, Yang and Liu, Yudong and Gu, Baohua and Kashani, Mehdi M. and Sarkar, Anoop and Popowich, Fred},
title = {Question Answering Summarization of Multiple Biomedical Documents},
booktitle = {Canadian Conference on AI},
year = {2007},
pages = {284-295},
ee = {http://dx.doi.org/10.1007/978-3-540-72665-4_25},
crossref = {DBLP:conf/ai/2007},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{kashani-EtAl:2007:WMT,
author = {Kashani, Mehdi M. and Joanis, Eric and Kuhn, Roland and Foster, George and Popowich, Fred},
title = {Integration of an Arabic Transliteration Module into a Statistical Machine Translation System},
booktitle = {Proceedings of the Second Workshop on Statistical Machine Translation},
month = {jun},
year = {2007},
address = {Prague, Czech Republic},
publisher = {Association for Computational Linguistics},
pages = {17--24},
url = {http://www.aclweb.org/anthology/W07-0703}
}
@inproceedings{DBLP:conf/naacl/ShiSP07,
author = {Shi, Zhongmin and Sarkar, Anoop and Popowich, Fred},
title = {Simultaneous Identification of Biomedical Named-Entity and Functional Relation Using Statistical Parsing Techniques},
booktitle = {HLT-NAACL (Short Papers)},
year = {2007},
pages = {161-164},
ee = {http://www.aclweb.org/anthology/N07-2041},
crossref = {DBLP:conf/naacl/2007},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/trec/ShiGPS05,