-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathparaphrasing.bib
1136 lines (893 loc) · 39.2 KB
/
paraphrasing.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
######################################################
######################################################
######################################################
######################################################
# Longer entries suitable for thesis
@String{ACL-1989 = "27th Annual Meeting of the Association for Computational Linguistics (ACL-1989)"}
@String{ACL-1993 = "33rd Annual Meeting of the Association for Computational Linguistics (ACL-1995)"}
@String{ACL-1997 = "35th Annual Meeting of the Association for Computational Linguistics (ACL-1997)"}
@String{ACL-1998 = "36th Annual Meeting of the Association for Computational Linguistics and 17th International Conference on Computational Linguistics (ACL-CoLing-1998)"}
@String{ACL-1999 = "Proceedings of the 37th Annual Meeting of the Association for Computational Linguistics (ACL)"}
@String{ACL-2000 = "Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics (ACL-2000)"}
@String{ACL-2001 = "Proceedings of the 39th Annual Meeting of the Association for Computational Linguistics (ACL-2001)"}
@String{ACL-2002 = "Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics (ACL-2002)"}
@String{ACL-2003 = "Proceedings of the 41st Annual Meeting of the Association for Computational Linguistics (ACL-2003)"}
@String{ACL-2004 = "Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics (ACL-2004)"}
@String{ACL-2005 = "Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL-2005)"}
@String{ACL-2006 = "Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics (ACL-CoLing-2006)"}
@String{ACL-2007 = "Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL-2007)"}
@String{ACL-2008 = "Proceedings of the 46th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies"}
@String{ACL-2009 = "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"}
@String{EMNLP-2000 = "2000 Joint SIGDAT Conference on Empirical Methods in Natural Language Processing and Very Large Corpora"}
@String{EMNLP-2001 = "Proceedings of the 2001 Conference on Empirical Methods in Natural Language Processing (EMNLP-2001)"}
@String{EMNLP-2002 = "Proceedings of the 2002 Conference on Empirical Methods in Natural Language Processing (EMNLP-2002)"}
@String{EMNLP-2003 = "Proceedings of the 2003 Conference on Empirical Methods in Natural Language Processing (EMNLP-2003)"}
@String{EMNLP-2004 = "Proceedings of the 2004 Conference on Empirical Methods in Natural Language Processing (EMNLP-2004)"}
@String{EMNLP-2005 = "Proceedings of the 2005 Conference on Empirical Methods in Natural Language Processing (EMNLP-2005)"}
@String{EMNLP-2006 = "Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing (EMNLP-2006)"}
@String{EMNLP-2007 = "Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL)"}
@String{EMNLP-2008 = "Proceedings of the 2008 Conference on Empirical Methods in Natural Language Processing (EMNLP-2008)"}
@String{EMNLP-2009 = "Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing (EMNLP-2009)"}
@String{EMNLP-2010 = "Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing (EMNLP-2010)"}
@String{NAACL-2001 = "Second Meeting of the North American Chapter of the Association for Computational Linguistics"}
@String{HLT-2002 = "Proceedings of Second International Conference on Human Language Technology Research (HLT-02)"}
@String{HLT-NAACL-2003 = "Proceedings of the Human Language Technology Conference of the North American chapter of the Association for Computational Linguistics (HLT/NAACL-2003)"}
@String{HLT-NAACL-2004 = "Proceedings of the Human Language Technology Conference of the North American chapter of the Association for Computational Linguistics (HLT/NAACL-2004)"}
@String{HLT-NAACL-2006 = "Proceedings of the Human Language Technology Conference of the North American chapter of the Association for Computational Linguistics (HLT/NAACL-2006)"}
@String{HLT-NAACL-2007 = "Proceedings of the Human Language Technology Conference of the North American chapter of the Association for Computational Linguistics (HLT/NAACL-2007)"}
@String{HLT-NAACL-2009 = "Proceedings of the Human Language Technology Conference of the North American chapter of the Association for Computational Linguistics (HLT/NAACL-2009)"}
@String{EACL-1989 = "4th Conference of the European Chapter of the Association for Computational Linguistics (EACL-1989)" }
@String{EACL-2003 = "10th Conference of the European Chapter of the Association for Computational Linguistics (EACL-2003)"}
@String{EACL-2006 = "11th Conference of the European Chapter of the Association for Computational Linguistics (EACL-2006)"}
@String{EACL-2009 = "12th Conference of the European Chapter of the Association for Computational Linguistics (EACL-2009)"}
@String{AMTA-2002 = "Proceedings of the 5th Biennial Conference of the Association for Machine Translation in the Americas (AMTA-2002)"}
@String{AMTA-2004 = "Proceedings of the 6th Biennial Conference of the Association for Machine Translation in the Americas (AMTA-2004)"}
@String{AMTA-2006 = "Proceedings of the 7th Biennial Conference of the Association for Machine Translation in the Americas (AMTA-2006)"}
@String{AMTA-2008 = "Proceedings of the 8th Biennial Conference of the Association for Machine Translation in the Americas (AMTA-2008)"}
@String{EAMT-2005 = "Proceedings of the 10th Annual Conference of the European Association for Machine Translation (EAMT-2005)"}
@String{IWSLT = "Proceedings of the International Workshop on Spoken Language Technology"}
@String{IWPT = "Proceedings of the International Workshop on Parsing Technologies"}
@String{KDD = "Proceeding of the ACM SIGKDD international conference on Knowledge discovery and data mining"}
@String{CoNLL-2009 = "Thirteenth Conference On Computational Natural Language Learning (CoNLL-2009)"}
@String{CoLing-2004 = "Proceedings of the 20th International Conference on Computational Linguistics (COLING 2004)"}
@String{CoLing-2008 = "Proceedings of the 22nd International Conference on Computational Linguistics (COLING 2008)"}
@String{WMT = "Proceedings of the Workshop on Statistical Machine Translation"}
@String{WMT06 = "Proceedings of the Workshop on Statistical Machine Translation (WMT06)"}
@String{WMT07 = "Proceedings of the Workshop on Statistical Machine Translation (WMT07)"}
@String{WMT08 = "Proceedings of the Workshop on Statistical Machine Translation (WMT08)"}
@String{WMT09 = "Proceedings of the Workshop on Statistical Machine Translation (WMT09)"}
@String{WMT10 = "Proceedings of the Workshop on Statistical Machine Translation (WMT10)"}
@String{WMT11 = "Proceedings of the Workshop on Statistical Machine Translation (WMT11)"}
@String{ACL-1989-address = "Vancouver, British Columbia, Canada"}
@String{ACL-1995-address = "Cambridge, Massachusetts"}
@String{ACL-1996-address = "Santa Cruz, California, USA"}
@String{ACL-1997-address = "Madrid, Spain"}
@String{ACL-1998-address = "Montreal, Canada"}
@String{ACL-1999-address = "College Park, Maryland"}
@String{ACL-2000-address = "Hong Kong"}
@String{ACL-2001-address = "Toulouse, France"}
@String{NAACL-2001-address = "Pittsburgh, Pennsylvania"}
@String{ACL-2002-address = "Philadelphia, Pennsylvania"}
@String{EMNLP-2002-address = "Philadelphia, Pennsylvania"}
@String{ACL-2003-address = "Sapporo, Japan"}
@String{EMNLP-2003-address = "Sapporo, Japan"}
@String{ACL-2004-address = "Barcelona, Spain"}
@String{EMNLP-2004-address = "Barcelona, Spain"}
@String{ACL-2005-address = "Ann Arbor, Michigan"}
@String{EAMT-2005-address = "Budapest, Hungary"}
@String{IWPT-2005-address = "Vancouver, BC, Canada"}
@String{ACL-2006-address = "Sydney, Australia"}
@String{EMNLP-2006-address = "Sydney, Australia"}
@String{ACL-2007-address = "Prague, Czech Republic"}
@String{EMNLP-2007-address = "Prague, Czech Republic"}
@String{ACL-2008-address = "Colmbus, Ohio"}
@String{EMNLP-2008-address = "Honolulu, Hawaii"}
@String{AMTA-2008-address = "Honolulu, Hawaii"}
@String{EMNLP-2009-address = "Singapore"}
@String{ACL-2009-address = "Singapore"}
@String{ACL-2010-address = "Uppsala, Sweden"}
@String{EMNLP-2010-address = "Cambridge, Massachusetts"}
@String{EACL-1989-address = "Manchester, England"}
@String{EMNLP-2000-address = "Hong Kong"}
@String{EMNLP-2001-address = "Pittsburgh, Pennsylvania"}
@String{AMTA-2002-address = "Tiburon, California"}
@String{EACL-2003-address = "Budapest, Hungary"}
@String{MT-Summit-9-address = "New Orleans, Louisiana"}
@String{HLT-2002-address = "San Diego"}
@String{HLT-NAACL-2003-address = "Edmonton, Alberta"}
@String{HLT-NAACL-2004-address = "Boston, Massachusetts"}
@String{AMTA-2004-address = "Washington DC"}
@String{EMNLP-2005-address = "Vancouver, British Columbia., Canada"}
@String{HLT-NAACL-2006-address = "New York, New York"}
@String{EACL-2006-address = "Trento, Italy"}
@String{AMTA-2006-address = "Cambridge, Massachusetts"}
@String{HLT-NAACL-2007-address = "Rochester, New York"}
@String{KDD-2008-address = "New York"}
@String{EACL-2009-address = "Athens, Greece"}
@String{CoNLL-2009-address = "Boulder, Colorado"}
######################################################
######################################################
######################################################
######################################################
# Short descriptors of conference names
@String{ACL-1989 = "Proceedings of ACL"}
@String{ACL-1995 = "Proceedings of ACL"}
@String{ACL-1996 = "Proceedings of ACL"}
@String{ACL-1997 = "Proceedings of ACL"}
@String{ACL-1998 = "Proceedings of ACL/CoLing"}
@String{ACL-1999 = "Proceedings of ACL"}
@String{ACL-2000 = "Proceedings of ACL"}
@String{ACL-2001 = "Proceedings of ACL"}
@String{ACL-2002 = "Proceedings of ACL"}
@String{ACL-2003 = "Proceedings of ACL"}
@String{ACL-2004 = "Proceedings of ACL"}
@String{ACL-2005 = "Proceedings of ACL"}
@String{ACL-2006 = "Proceedings of the ACL/Coling"}
@String{ACL-2007 = "Proceedings of ACL"}
@String{ACL-2008 = "Proceedings of ACL/HLT"}
@String{ACL-2009 = "Proceedings of ACL"}
@String{ACL-2010 = "Proceedings of ACL"}
@String{EMNLP-2000 = "2000 Joint SIGDAT Conference on Empirical Methods in Natural Language Processing and Very Large Corpora"}
@String{EMNLP-2001 = "Proceedings of EMNLP"}
@String{EMNLP-2002 = "Proceedings of EMNLP"}
@String{EMNLP-2003 = "Proceedings of EMNLP"}
@String{EMNLP-2004 = "Proceedings of EMNLP"}
@String{EMNLP-2005 = "Proceedings of EMNLP"}
@String{EMNLP-2006 = "Proceedings of EMNLP"}
@String{EMNLP-2007 = "Proceedings of EMNLP-CoLing"}
@String{EMNLP-2008 = "Proceedings of EMNLP"}
@String{EMNLP-2009 = "Proceedings of EMNLP"}
@String{EMNLP-2010 = "Proceedings of EMNLP"}
@String{HLT-2002 = "Proceedings of HLT"}
@String{NAACL-2001 = "Proceedings of NAACL"}
@String{HLT-NAACL-2003 = "Proceedings of HLT/NAACL"}
@String{HLT-NAACL-2004 = "Proceedings of HLT/NAACL"}
@String{HLT-NAACL-2006 = "Proceedings of HLT/NAACL"}
@String{HLT-NAACL-2007 = "Proceedings of HLT/NAACL"}
@String{EACL-1989 = "Proceedings of EACL"}
@String{EACL-2003 ="Proceedings of EACL"}
@String{EACL-2006 = "Proceedings of EACL"}
@String{EACL-2009 = "Proceedings of EACL"}
@String{AMTA-2002 = "Proceedings of AMTA"}
@String{AMTA-2004 = "Proceedings of AMTA"}
@String{AMTA-2006 = "Proceedings of AMTA"}
@String{AMTA-2008 = "Proceedings of AMTA"}
@String{IWSLT = "Proceedings of IWSLT"}
@String{CoLing-2004 = "Proceedings of the COLING"}
@String{CoLing-2008 = "Proceedings of the COLING"}
@String{WMT = "Proceedings of the Workshop on Statistical Machine Translation"}
@String{WMT06 = "Proceedings of WMT06"}
@String{WMT07 = "Proceedings of WMT07"}
@String{WMT08 = "Proceedings of WMT08"}
@String{WMT09 = "Proceedings of WMT09"}
@String{WMT10 = "Proceedings of WMT10"}
@String{WMT11 = "Proceedings of WMT11"}
@String{ACL-1989-address = ""}
@String{ACL-1995-address = ""}
@String{ACL-1997-address = ""}
@String{ACL-1998-address = ""}
@String{ACL-1999-address = ""}
@String{ACL-2000-address = ""}
@String{ACL-2001-address = ""}
@String{NAACL-2001-address = ""}
@String{ACL-2002-address = ""}
@String{EMNLP-2002-address = ""}
@String{ACL-2003-address = ""}
@String{EMNLP-2003-address = ""}
@String{ACL-2004-address = ""}
@String{EMNLP-2004-address = ""}
@String{ACL-2005-address = ""}
@String{IWPT-2005-address = ""}
@String{ACL-2006-address = ""}
@String{EMNLP-2006-address = ""}
@String{ACL-2007-address = ""}
@String{EMNLP-2007-address = ""}
@String{ACL-2008-address = ""}
@String{EMNLP-2008-address = ""}
@String{AMTA-2008-address = ""}
@String{EMNLP-2009-address = ""}
@String{ACL-2009-address = ""}
@String{ACL-2010-address = ""}
@String{EMNLP-2010-address = ""}
@String{EACL-1989-address = ""}
@String{EMNLP-2000-address = ""}
@String{EMNLP-2001-address = ""}
@String{AMTA-2002-address = ""}
@String{EACL-2003-address = ""}
@String{MT-Summit-9-address = ""}
@String{HLT-2002-address = ""}
@String{HLT-NAACL-2003-address = ""}
@String{HLT-NAACL-2004-address = ""}
@String{AMTA-2004-address = ""}
@String{EMNLP-2005-address = ""}
@String{HLT-NAACL-2006-address = ""}
@String{EACL-2006-address = ""}
@String{AMTA-2006-address = ""}
@String{HLT-NAACL-2007-address = ""}
@String{KDD-2008-address = ""}
@String{EACL-2009-address = ""}
######################################################
######################################################
######################################################
######################################################
# Survey article
@article{Madnani2010,
author = {Nitin Madnani and Bonnie Dorr},
title = {Generating Phrasal and Sentential Paraphrases: A Survey of Data-Driven Methods},
journal = {Computational Linguistics},
volume = {36},
number = {3},
year = {2010},
pages = {341--388}
}
@phdthesis{Madnani2010b,
author = {Nitin Madnani},
title = {{The Circle of Meaning: From Translation to Paraphrasing and Back}},
school = {Department of Computer Science, University of Maryland College Park},
year = {2010}
}
@inproceedings{Dras1998,
author = {Mark Dras},
title = {Search in Constraint-Based Paraphrasing},
booktitle = {Proceedings of the Second International Conference on Natural Language Processing and Industrial Applications},
address = {Moncton, Canada},
year = {1998},
url = {http://www.ics.mq.edu.au/~madras/papers/nlpia2.ps}
}
@inproceedings{Dras1997,
author = {Mark Dras},
title = {Representing Paraphrases Using Synchronous Tree Adjoining Grammars},
booktitle = ACL-1997,
address = ACL-1997-address,
year = {1997},
url = {http://www.aclweb.org/anthology-new/P/P97/P97-1070.pdf}
}
@inproceedings{Dras1997b,
author = {Mark Dras},
title = {Reluctant Paraphrase: Textual Restructuring Under an Optimization Model},
booktitle = {PACLING-97},
pages = {184--191},
year = {1997},
url = {http://xxx.lanl.gov/abs/cmp-lg/9707001}
}
@inproceedings{Dras1999b,
author = {Mark Dras},
title = {A Meta-Level Grammar: Redefining Synchronous {TAG}s for Translation and Paraphrase},
booktitle = ACL-1999,
address = ACL-1999-address,
pages = {98--104},
year = {1999}
}
@PhdThesis{Dras1999,
author = {Mark Dras},
title = {Tree Adjoining Grammar and the Reluctant Paraphrasing of Text},
school = {Macquarie University},
address = {Australia},
year = {1999},
url = {http://www.ics.mq.edu.au/~madras/papers/thesis.ps.gz}
}
@article{Lin2001,
author = {Dekang Lin and Patrick Pantel},
title = {Discovery of Inference Rules from Text},
journal = {Natural Language Engineering},
volume = {7},
number = {3},
pages = {343--360},
year = {2001},
url = {http://www.patrickpantel.com/Download/Papers/2001/jnle01.pdf}
}
@inproceedings{Barzilay2001,
author = {Regina Barzilay and Kathleen McKeown},
title = {Extracting Paraphrases from a Parallel Corpus},
booktitle = ACL-2001,
year = {2001},
url = {http://www.cs.columbia.edu/nlp/papers/2001/barzilay_mckeown_01.pdf}
}
@inproceedings{Ibrahim2003,
author = {Ali Ibrahim and Boris Katz and Jimmy Lin},
title = {Extracting Structural Paraphrases from Aligned Monolingual Corpora},
booktitle = {Proceedings of the Second International Workshop on Paraphrasing (ACL 2003)},
year = {2003},
url = {http://acl.ldc.upenn.edu/acl2003/iwp/pdf/Ibrahim.pdf}
}
@inproceedings{Callison-Burch2005,
author = {Colin Bannard and Chris Callison-Burch},
title = {Paraphrasing with Bilingual Parallel Corpora},
booktitle = ACL-2005,
address = ACL-2005-address,
year = {2005}
}
# paraphrases with Hiero rules
@InProceedings{Madnani2007,
author = {Nitin Madnani and Necip Fazil Ayan and Philip Resnik and Bonnie Dorr},
title = {Using Paraphrases for Parameter Tuning in Statistical Machine Translation},
booktitle = WMT07,
address = ACL-2007-address,
year = {2007},
}
@inproceedings{Callison-Burch2008,
author = {Chris Callison-Burch},
title = {Syntactic Constraints on Paraphrases Extracted from Parallel Corpora. },
booktitle = EMNLP-2008,
address = EMNLP-2008-address,
year = {2008}
}
@InProceedings{Zhao2008,
author = {Shiqi Zhao and Haifeng Wang and Ting Liu and Sheng Li},
title = {Pivot Approach for Extracting Paraphrase Patterns from Bilingual Corpora},
booktitle = ACL-2008,
address = ACL-2008-address,
year = {2008},
url = {http://www.aclweb.org/anthology/P/P08/P08-1089}
}
@InProceedings{Zhao2008b,
author = {Zhao, Shiqi and Niu, Cheng and Zhou, Ming and Liu, Ting and Li, Sheng},
title = {Combining Multiple Resources to Improve {SMT}-based Paraphrasing Model},
booktitle = ACL-2008,
address = ACL-2008-address,
year = {2008},
url = {http://www.aclweb.org/anthology/P/P08/P08-1116}
}
@inproceedings{Langkilde1998,
author = {Irene Langkilde and Kevin Knight},
title = {The Practical Value Of N-Grams In Generation},
booktitle = {Workshop On Natural Language Generation},
year = {1998},
address = {Ontario, Canada},
url = {http://www.aclweb.org/anthology-new/W/W98/W98-1426.pdf}
}
@InProceedings{Greene2010,
author = {Greene, Erica and Bodrumlu, Tugba and Knight, Kevin},
title = {Automatic Analysis of Rhythmic Poetry with Applications to Generation and Translation},
booktitle = EMNLP-2010,
year = {2010},
address = EMNLP-2010-address,
url = {http://www.aclweb.org/anthology/D10-1051}
}
@inproceedings{Cohn2007,
author = {Trevor Cohn and Mirella Lapata},
title = {Large Margin Synchronous Generation and its Application to Sentence Compression},
booktitle = EMNLP-2007,
year = {2007},
address = EMNLP-2007-address,
url = {http://aclweb.org/anthology-new/D/D07/D07-1008.pdf}
}
@inproceedings{Barzilay2003,
author = {Regina Barzilay and Lillian Lee},
title = {Learning to Paraphrase: An Unsupervised Approach using Multiple-Sequence Alignment},
booktitle = HLT-NAACL-2003,
address = HLT-NAACL-2003-address,
year = {2003},
url = {http://www.cs.cornell.edu/Info/Projects/NLP/statpar.html}
}
@inproceedings{szpektor-EtAl:2004:EMNLP,
author = {Szpektor, Idan and Tanev, Hristo and Dagan, Ido and Coppola, Bonaventura},
title = {Scaling Web-based Acquisition of Entailment Relations },
booktitle = EMNLP-2004,
address = EMNLP-2004,
year = {2004}
}
@Article{Culicover1968,
author = {Peter W. Culicover},
title = {Paraphrase generation and information retrieval from stored text},
journal = {Mechanical Translation and Computational Linguistics},
year = {1968},
volume = {11},
number = {1-2},
pages = {78-88},
}
@inproceedings{Pang2003,
author = {Bo Pang and Kevin Knight and Daniel Marcu},
title = {Syntax-based Alignment of Multiple Translations: Extracting Paraphrases and Generating New Sentences},
booktitle = HLT-NAACL-2003,
address = HLT-NAACL-2003-address,
year = {2003},
url = {http://www.isi.edu/~marcu/papers/mta-hlt-naacl03.pdf}
}
@InProceedings{Bhagat2008,
author = {Rahul Bhagat and Deepak Ravichandran},
title = {Large Scale Acquisition of Paraphrases for Learning Surface Patterns},
booktitle = ACL-2008,
address = ACL-2008-address,
year = {2008},
url = {http://www.aclweb.org/anthology/P/P08/P08-1077}
}
@article{Cohn2009,
title = "Sentence Compression as Tree Transduction",
author = "Trevor Cohn and Mirella Lapata",
year = "2009",
journal = {Journal of Artificial Intelligence Research (JAIR)},
volume = {34},
pages = {637--674},
url = {http://jair.org/media/2655/live-2655-4388-jair.pdf}
}
@InProceedings{mckeown:1979:ACL,
author = {Kathleen R. McKeown},
title = {Paraphrasing Using Given and New Information in a Question-Answer System},
booktitle = {Proceedings of ACL},
year = {1979},
url = {http://www.aclweb.org/anthology/P79-1016}
}
@InProceedings{Shemtov1996,
author = {Hadar Shemtov},
title = {Generation Of Paraphrases From Ambiguous Logical Forms},
booktitle = {Proceedings of COLING},
year = {1996},
url = {http://www.aclweb.org/anthology-new/C/C96/C96-2155.pdf}
}
@InProceedings{Meteer1988,
author = {Meteer, Marie W. and Shaked, Varda },
title = {Strategies For Effective Paraphrasing},
booktitle = {Proceedings of COLING},
year = {1988},
url = {http://clair.si.umich.edu/clair/anthology/query.cgi?type=Paper&id=C88-2088}
}
@InProceedings{Muraki1982,
author = {Muraki, Kazunori },
title = {On A Semantic Model For Multi-Lingual Paraphrasing},
booktitle = {Proceedings of COLING},
year = {1982},
url = {http://www.aclweb.org/anthology-new/C/C82/C82-1038.pdf}
}
@InProceedings{Kozlowski2003,
author = {Kozlowski, Raymond and McCoy, Kathleen and Vijay-Shanker, K. },
title = {Generation Of Single-Sentence Paraphrases From Predicate/Argument Structure Using Lexico-Grammatical Resources},
booktitle = {Workshop On Paraphrasing},
year = {2003},
url = {http://www.aclweb.org/anthology-new/W/W03/W03-1601.pdf}
}
@InProceedings{Yamamoto2002,
author = {Yamamoto, Kazuhide },
title = {Machine Translation By Interaction Between Paraphraser And Transfer},
booktitle = {Proceedings of COLING},
year = {2002},
url = {http://www.aclweb.org/anthology-new/C/C02/C02-1163.pdf}
}
@InProceedings{Shieber1990,
author = {Shieber, Stuart and Schabes, Yves },
title = {Generation And Synchronous Tree-Adjoining Grammars},
booktitle = {Workshop On Natural Language Generation},
year = {1990},
url = {http://www.aclweb.org/anthology-new/W/W90/W90-0102.pdf}
}
############################
### Paraphrase Corpora and Evaluation
############################
@inproceedings{Dolan2004,
author = {Bill Dolan and Chris Quirk and Chris Brockett},
title = {Unsupervised Construction of Large Paraphrase Corpora: Exploiting Massively Parallel News Sources},
booktitle = CoLing-2004,
year = {2004}
}
@inproceedings{Dolan2005,
author = {Bill Dolan and Chris Brockett},
title = {Automatically Constructing a Corpus of Sentential Paraphrases},
booktitle = {Proceedings of 3rd International Workshop on Paraphrasing},
year = {2005}
}
@article{Cohn2008,
author = {Trevor Cohn and Chris Callison-Burch and Mirella Lapata},
title = {Constructing Corpora for the Development and Evaluation of Paraphrase Systems},
journal = {Computational Linguistics},
year = {2008},
volume = {34},
number = {4},
pages = {597--614}
}
#################################
### Syncronous grammars for translation
#################################
# SAMT
@inproceedings{Zollmann2006,
Author = {Andreas Zollmann and Ashish Venugopal},
booktitle = WMT06,
Title = {Syntax Augmented Machine Translation via Chart Parsing},
Year = {2006}}
@Article{Venugopal2009,
publicationtype = {article},
Author = {Ashish Venugopal and Andreas Zollmann},
title = { Grammar based statistical {MT} on {Hadoop}: An end-to-end toolkit for large scale {PSCFG} based {MT}},
Journal = {Prague Bulletin of Mathematical Linguistics},
Volume = {91},
Publisher = {Charles University},
PubAddress = {Prague},
Year = {2009}
}
@inproceedings{Liu2006,
author = {Yang Liu and Qun Liu and Shouxun Lin},
title = {Tree-to-string alignment templates for statistical machine translation},
booktitle = ACL-2006,
address = ACL-2006-address,
year = {2006}
}
@InProceedings{Joshua-WMT,
author = {Li, Zhifei and Callison-Burch, Chris and Dyer, Chris and Ganitkevitch, Juri and Khudanpur, Sanjeev and Schwartz, Lane and Thornton, Wren and Weese, Jonathan and Zaidan, Omar},
title = {Joshua: An Open Source Toolkit for Parsing-Based Machine Translation},
booktitle = WMT09,
year = {2009},
address = EACL-2009-address,
url = {http://www.aclweb.org/anthology/W/W09/W09-0x24}
}
@InProceedings{Joshua-2.0,
author = {Li, Zhifei and Callison-Burch, Chris and Dyer, Chris and Ganitkevitch, Juri and Irvine, Ann and Khudanpur, Sanjeev and Schwartz, Lane and Thornton, Wren and Wang, Ziyuan and Weese, Jonathan and Zaidan, Omar},
title = {Joshua 2.0: A Toolkit for Parsing-Based Machine Translation with Syntax, Semirings, Discriminative Training and Other Goodies},
booktitle = WMT10,
year = {2010},
address = ACL-2010-address
}
# GHKM
@inproceedings{Galley2004,
author = {Galley, Michel and Hopkins, Mark and Knight, Kevin and Marcu, Daniel},
title = {What's in a translation rule?},
booktitle = HLT-NAACL-2004,
year = {2004},
address = HLT-NAACL-2004-address,
url = {http://aclweb.org/anthology-new/N/N04/N04-1035.bib}
}
@inproceedings{Marton2008,
author = {Yuval Marton and Philip Resnik},
title = {Soft Syntactic Constraints for Hierarchical Phrased-Based Translation},
booktitle = ACL-2008,
year = {2008},
address = ACL-2008-address
}
@inproceedings{Eisner2003,
title = {Learning non-isomorphic tree mappings for machine translation},
author = {Jason Eisner},
booktitle = ACL-2003,
address = ACL-2003-address,
year = {2003}
}
@article{Chiang2007,
author = {David Chiang},
title = {Hierarchical phrase-based translation},
journal = {Computational Linguistics},
volume = {33},
number = {2},
pages = {201--228},
year = {2007}
}
@inproceedings{Koehn2003,
author = {Philipp Koehn and Franz Josef Och and Daniel Marcu},
title = {Statistical Phrase-Based Translation},
booktitle = HLT-NAACL-2003,
address = HLT-NAACL-2003-address,
year = {2003},
url = {http://www.isi.edu/~koehn/publications/phrase2003.pdf}
}
############################
### Applications of paraphrasing
############################
@article{Snover2009,
author = {Matthew Snover, Nitin Madnani, Bonnie Dorr and Richard Schwartz},
title = {TER-Plus: Paraphrase, Semantic, and Alignment Enhancements to Translation Edit Rate},
journal = {Machine Translation Journal},
year = {2009},
}
@inproceedings{Callison-Burch2006b,
author = {Chris Callison-Burch and Philipp Koehn and Miles Osborne},
title = {Improved Statistical Machine Translation Using Paraphrases},
booktitle = HLT-NAACL-2006,
address = HLT-NAACL-2006-address,
year = {2006}
}
@inproceedings{Ravichandran2002,
author = {Deepak Ravichandran and Eduard Hovy},
title = {Learning Sufrace Text Patterns for a Question Answering System},
booktitle = ACL-2002,
address = ACL-2002-address,
year = {2002}
}
@inproceedings{Bosma2006,
author = {Wauter Bosma and Chris Callison-Burch},
title = {Paraphrase Substitution for Recognizing Textual Entailment},
booktitle = {Proceedings of CLEF},
year = {2006}
}
@inproceedings{Kauchak2006,
author = {David Kauchak and Regina Barzilay},
title = {Paraphrasing for Automatic Evaluation},
booktitle = EMNLP-2006,
address = EMNLP-2006-address,
year = {2006},
url = {http://acl.ldc.upenn.edu/N/N06/N06-1058.pdf }
}
@inproceedings{Owczarzak2006,
author = {Karolina Owczarzak and Declan Groves and Josef Van Genabith and Andy Way},
title = {Contextual Bitext-Derived Paraphrases in Automatic {MT} Evaluation},
booktitle = WMT06,
year = {2006},
url = {http://www.statmt.org/wmt06/proceedings/pdf/WMT12.pdf }
}
#TERP
@article{Snover2010,
author = {Matthew Snover and Nitin Madnani and Bonnie Dorr and Richard Schwartz },
title = {TER-Plus: paraphrase, semantic, and alignment enhancements to Translation Edit Rate},
journal = {Machine Translation},
volume = {23},
number = {2-3},
year = {2010},
pages = {117--127}
}
@InProceedings{Riezler2007,
author = {Stefan Riezler and Alexander Vasserman and Ioannis Tsochantaridis and Vibhu Mittal and Yi Liu},
title = {Statistical Machine Translation for Query Expansion in Answer Retrieval},
booktitle = ACL-2007,
address = ACL-2007-address,
year = {2007},
url = {http://www.aclweb.org/anthology/P/P07/P07-1059}
}
@PhdThesis{BarzilayThesis,
author = {Regina Barzilay},
title = {Information Fusion for Mutlidocument Summarization: Paraphrasing and Generation},
school = {Columbia University},
address = {New York},
year = {2003},
url = {http://people.csail.mit.edu/regina/my_papers/thesis.ps}
}
@inproceedings{Barzilay1999,
author = {Barzilay, Regina and McKeown, Kathleen R. and Elhadad, Michael},
title = {Information fusion in the context of multi-document summarization},
booktitle = ACL-1999,
year = {1999},
address = ACL-1999-address
}
@incollection{Iordanskaja1991,
author = {Lidija Iordanskaja and Richard Kittredge and Alain Polg\'{e}re},
title = {Lexical selection and paraphrase in a meaning text generation model},
booktitle = {Natural Language Generation in Artificial Intelligence and Computational Linguistics},
editor = {C\'{e}cile L. Paris and William R. Swartout and William C. Mann},
publisher = {Kluwer Academic},
year = {1991}
}
@inproceedings{Huang2007,
title = {Forest Rescoring: Faster Decoding with Integrated Language Models},
author = {Liang Huang and David Chiang},
booktitle = ACL-2007,
address = ACL-2007-address,
year = {2007}
}
@inproceedings{Zhou2006,
author = {Liang Zhou and Chin-Yew Lin and Eduard Hovy},
title = {Re-evaluating Machine Translation Results with Paraphrase Support},
booktitle = EMNLP-2006,
address = EMNLP-2006-address,
year = {2006},
url = {http://acl.ldc.upenn.edu/W/W06/W06-1610.pdf }
}
@inproceedings{Zhou2006b,
author = {Liang Zhou and Chin-Yew Lin and Dragos Stefan Munteanu and Eduard Hovy},
title = {ParaEval: Using Paraphrases to Evaluate Summaries Automatically},
booktitle = HLT-NAACL-2006,
address = HLT-NAACL-2006-address,
year = {2006},
url = {http://aclweb.org/anthology-new/N/N06/N06-1057.pdf }
}
@inproceedings{Anick1999,
author = {Anick, Peter G. and Tipirneni, Suresh},
title = {The paraphrase search assistant: terminological feedback for iterative information seeking},
booktitle = {Proceedings of SIGIR },
year = {1999},
}
@inproceedings{Och2003,
author = {Och, Franz Josef},
title = {Minimum error rate training in statistical machine translation},
booktitle = ACL-2003,
year = {2003},
address = ACL-2003-address
}
@inproceedings{Chiang2005,
author = {Chiang, David},
title = {A hierarchical phrase-based model for statistical machine
translation},
booktitle = ACL-2005,
year = {2005},
address = ACL-2005-address
}
@incollection{Steedman2011,
author = {Mark Steedman and Jason Baldridge},
title = {Combinatory Categorial Grammar},
booktitle = {Non-Transformational Syntax: Formal and Explicit Models of Grammar},
publisher = {Wiley-Blackwell},
editors = {Robert Borsley and Kersti Borjars},
year = {2011}
}
@inproceedings{Steedman1999,
author = {Mark Steedman},
title = {Alternating quantifier scope in {CCG}},
booktitle = ACL-1999,
address = ACL-1999-address,
year = {1999}
}
@article{Zaidan2009,
author = {Omar F. Zaidan},
title = {{Z-MERT}: A Fully Configurable Open Source Tool for
Minimum Error Rate Training of Machine Translation
Systems},
journal = {The Prague Bulletin of Mathematical Linguistics},
volume = {91},
pages = {79--88},
year = {2009}
}
@inproceedings{Papineni2002,
author = {Papineni, Kishore and Roukos, Salim and Ward, Todd and Zhu,
Wei-Jing},
title = {BLEU: a method for automatic evaluation of machine
translation},
booktitle = {Proceedings of ACL},
year = {2002},
}
@InProceedings{callisonburch-dredze:2010:MTURK,
author = {Callison-Burch, Chris and Dredze, Mark},
title = {Creating Speech and Language Data With Amazon's Mechanical Turk},
booktitle = {Proceedings of the NAACL HLT 2010 Workshop on Creating Speech and Language Data with Amazon's Mechanical Turk},
year = {2010},
address = {NAACL-2010-address},
url = {http://www.aclweb.org/anthology/W10-0701}
}
############################
### Compression papers
############################
@InProceedings{cohn-lapata:2008,
author = {Trevor Cohn and Mirella Lapata},
title = {Sentence Compression Beyond Word Deletion},
booktitle = Coling-2008,
year = {2008},
url = {http://www.aclweb.org/anthology/C08-1018}
}
@Article{Clarke2008,
author = {James Clarke and Mirella Lapata},
title = {Global Inference for Sentence Compression: An Integer Linear Programming Approach},
journal = {Journal of Artificial Intelligence Research},
year = 2008,
volume = {31},
pages = {273--381}
}
@InProceedings{McDonald2006,
author = {McDonald, Ryan},
title = {Discriminative Sentence Compression With Soft Syntactic Evidence},
booktitle = EACL-2006,
year = {2006}
}
@Article{KnightMarcuAI02,
author = {Kevin Knight and Daniel Marcu},
title = {Summarization beyond sentence extraction: A probabilistic approach to sentence compression},
journal = {Artificial Intelligence},
year = {2002},
volume = {139},
number = {},
pages = {91--107},
}
@InProceedings{zhao-EtAl:2009:ACLIJCNLP2,
author = {Zhao, Shiqi and Lan, Xiang and Liu, Ting and Li, Sheng},
title = {Application-driven Statistical Paraphrase Generation},
booktitle = ACL-2009,
year = {2009},
address = ACL-2009-address,
url = {http://www.aclweb.org/anthology/P/P09/P09-1094}
}
@InProceedings{Napoles2011,
author = {Courtney Napoles and Chris Callison-Burch and Benjamin Van Durme},
title = {Evaluating sentence compression: Pitfalls and suggested remedies},
year = {2011},
booktitle = {Workshop on Monolingual Text-To-Text Generation}
}
############################
### Decoders
############################
@inproceedings{Dyer_etal_2010,
author={Chris Dyer and Adam Lopez
and Juri Ganitkevitch and Jonathan Weese and Ferhan Ture
and Phil Blunsom and Hendra Setiawan and Vladimir Eidelman and Philip Resnik},
title={cdec: A Decoder, Alignment, and Learning framework for finite-state and context-free translation models},
booktitle = ACL-2010,
address = ACL-2010-address,
year={2010},
}