-
Notifications
You must be signed in to change notification settings - Fork 2
/
riedel.bib
5467 lines (4903 loc) · 330 KB
/
riedel.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
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
%% Created for Sebastian Riedel at 2014-11-18 08:32:26 +0000
%% Saved with string encoding Unicode (UTF-8)
@comment{jabref-meta: selector_keywords:"Active Learning";"Information Extraction";Generative;HMM;Rule-Based;Statistical;Transfer;}
@string{aaai = {National Conference on Artificial Intelligence}}
@string{aaai05 = {Proceedings of the 20th AAAI Conference on Artificial Intelligence (AAAI '05)}}
@string{aaai06 = {Proceedings of the 21st AAAI Conference on Artificial Intelligence (AAAI '06)}}
@string{aaai07 = {Proceedings of the 22nd AAAI Conference on Artificial Intelligence (AAAI '07)}}
@string{aaai08 = {Proceedings of the 23rd AAAI Conference on Artificial Intelligence (AAAI '08)}}
@string{aaai10 = {Proceedings of the 25th AAAI Conference on Artificial Intelligence (AAAI '10)}}
@string{acl = {Annual Meeting of the Association for Computational Linguistics}}
@string{acl01 = {Proceedings of the 39th Annual Meeting of the Association for Computational Linguistics (ACL '01)}}
@string{acl03 = {Proceedings of the 41st Annual Meeting of the Association for Computational Linguistics (ACL '03)}}
@string{acl04 = {Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics (ACL '04)}}
@string{acl05 = {Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL '05)}}
@string{acl06 = {Proceedings of the 44th Annual Meeting of the Association for Computational Linguistics (ACL '06)}}
@string{acl07 = {Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL '07)}}
@string{acl08 = {Proceedings of the 46th Annual Meeting of the Association for Computational Linguistics (ACL '08)}}
@string{acl09 = {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 (ACL '09)}}
@string{acl10 = {Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (ACL '11)}}
@string{acl11 = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics (ACL '11)}}
@string{acl12 = {Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics (ACL '12)}}
@string{acl81 = {Proceedings of the 19th Annual Meeting of the Association for Computational Linguistics (ACL '81)}}
@string{acl96 = {Proceedings of the 34th Annual Meeting of the Association for Computational Linguistics (ACL '96)}}
@string{acl97 = {Proceedings of the 35th Annual Meeting of the Association for Computational Linguistics (ACL '97)}}
@string{ai = {Artificial Intelligence}}
@string{bionlp09 = {Proceedings of the Natural Language Processing in Biomedicine NAACL 2009 Workshop (BioNLP '09)}}
@string{bionlp11 = {Proceedings of the Natural Language Processing in Biomedicine NAACL 2011 Workshop (BioNLP '11)}}
@string{cikm05 = {Proceedings of the 14th ACM international conference on Information and knowledge management (CIKM '05)}}
@string{cikm07 = {Proceedings of the 16th ACM international conference on information and knowledge management (CIKM '07)}}
@string{cl = {Computional Linguistics}}
@string{clarke = {James Clarke}}
@string{coling04 = {Proceedings of the 20th international conference on Computational Linguistics (COLING '04)}}
@string{conll = {Conference on Computational Natural Language Learning}}
@string{conll04 = {Proceedings of the 8th Conference on Computational Natural Language Learning (CoNLL' 04)}}
@string{conll05 = {Proceedings of the 9th Conference on Computational Natural Language Learning (CoNLL' 05)}}
@string{conll06 = {Proceedings of the 10th Conference on Computational Natural Language Learning (CoNLL' 06)}}
@string{conll08 = {Proceedings of the 12th Conference on Computational Natural Language Learning (CoNLL' 08)}}
@string{conll10 = {Proceedings of the 12th Conference on Computational Natural Language Learning (CoNLL' 10)}}
@string{conll11 = {Proceedings of the 13th Conference on Computational Natural Language Learning (CoNLL' 11)}}
@string{eacl06 = {Proceedings of the 11th Conference of the European Chapter of the ACL (EACL '06)}}
@string{ecml09 = {Proceedings of the European Conference on Machine Learning and Knowledge Discovery in Databases (ECML PKDD '09)}}
@string{ecml10 = {Proceedings of the European Conference on Machine Learning and Knowledge Discovery in Databases (ECML PKDD '10)}}
@string{ecml11 = {Proceedings of the European Conference on Machine Learning and Knowledge Discovery in Databases (ECML PKDD '11)}}
@string{emnlp = {Conference on Empirical Methods in Natural Language Processing}}
@string{emnlp02 = {Proceedings of the Conference on Empirical methods in natural language processing (EMNLP '02)}}
@string{emnlp04 = {Proceedings of the Conference on Empirical methods in natural language processing (EMNLP '04)}}
@string{emnlp06 = {Proceedings of the Conference on Empirical methods in natural language processing (EMNLP '06)}}
@string{emnlp07 = {Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL '07)}}
@string{emnlp08 = {Proceedings of the Conference on Empirical methods in natural language processing (EMNLP '08)}}
@string{emnlp09 = {Proceedings of the Conference on Empirical methods in natural language processing (EMNLP '09)}}
@string{emnlp10 = {Proceedings of the Conference on Empirical methods in natural language processing (EMNLP '10)}}
@string{emnlp11 = {Proceedings of the Conference on Empirical methods in natural language processing (EMNLP '11)}}
@string{emnlp12 = {Proceedings of the Conference on Empirical methods in natural language processing (EMNLP '12)}}
@string{hlt = {Human Language Technology Conference}}
@string{hltnaacl = {Joint Human Language Technology Conference/Annual Meeting of the North American Chapter of the Association for Computational Linguistics}}
@string{hltnaacl06 = {Joint Human Language Technology Conference/Annual Meeting of the North American Chapter of the Association for Computational Linguistics (HLT-NAACL '06)}}
@string{hltnaacl07 = {Joint Human Language Technology Conference/Annual Meeting of the North American Chapter of the Association for Computational Linguistics (HLT-NAACL '07)}}
@string{hltnaacl09 = {Joint Human Language Technology Conference/Annual Meeting of the North American Chapter of the Association for Computational Linguistics (HLT-NAACL '09)}}
@string{hltnaacl10 = {Joint Human Language Technology Conference/Annual Meeting of the North American Chapter of the Association for Computational Linguistics (HLT-NAACL '10)}}
@string{hltnaacl11 = {Joint Human Language Technology Conference/Annual Meeting of the North American Chapter of the Association for Computational Linguistics (HLT-NAACL '11)}}
@string{hltnaacl12 = {Joint Human Language Technology Conference/Annual Meeting of the North American Chapter of the Association for Computational Linguistics (HLT-NAACL '12)}}
@string{hltnaacl13 = {Joint Human Language Technology Conference/Annual Meeting of the North American Chapter of the Association for Computational Linguistics (HLT-NAACL '13)}}
@string{icassp08 = {Proceedings of 2008 IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP '08)}}
@string{iccv07 = {Proceedings of the 11st IEEE International Conference on Computer Vision (ICCV '07)}}
@string{icdm = {International Conference on Data Mining}}
@string{icdm06 = {Proceedings of the International Conference on Data Mining (ICDM '06)}}
@string{icml = {International Conference on Machine Learning}}
@string{icml01 = {Proceedings of the 18st International Conference on Machine Learning (ICML' 01)}}
@string{icml04 = {Proceedings of the 21st International Conference on Machine Learning (ICML' 04)}}
@string{icml05 = {Proceedings of the 22nd International Conference on Machine Learning (ICML' 05)}}
@string{icml07 = {Proceedings of the 24th International Conference on Machine Learning (ICML' 07)}}
@string{icml08 = {Proceedings of the 25th International Conference on Machine Learning (ICML' 08)}}
@string{ijcai01 = {Proceedings of the 17th International Joint Conference on Artificial Intelligence (IJCAI '01)}}
@string{ijcai03 = {Proceedings of the 18th International Joint Conference on Artificial Intelligence (IJCAI '03)}}
@string{ijcai05 = {Proceedings of the 19th International Joint Conference on Artificial Intelligence (IJCAI '05)}}
@string{ilp = {International Conference on Inductive Logic Programming}}
@string{ilp07 = {Proceedings of the 17th International Conference on Inductive Logic Programming (ILP '07)}}
@string{ilp99 = {Proceedings of the 9th International Conference on Inductive Logic Programming (ILP '99)}}
@string{jacm = {Journal of the ACM (JACM)}}
@string{kdd = {ACM SIGKDD International Conference on Knowledge Discovery and Data Mining}}
@string{kdd03 = {Proceedings of the 9th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD '03)}}
@string{mind11 = {Mining Complex Entities from Network and Biomedical Data (MIND), Proceedings of the European Conference on Machine Learning and Knowledge Discovery in Databases (ECML PKDD '11)}}
@string{nips = {Advances in Neural Information Processing Systems}}
@string{nips00 = {Advances in Neural Information Processing Systems (NIPS '00)}}
@string{nips01 = {Advances in Neural Information Processing Systems (NIPS '01)}}
@string{nips02 = {Advances in Neural Information Processing Systems (NIPS '02)}}
@string{nips03 = {Advances in Neural Information Processing Systems (NIPS '03)}}
@string{nips04 = {Advances in Neural Information Processing Systems (NIPS '04)}}
@string{nips07 = {Advances in Neural Information Processing Systems (NIPS '07)}}
@string{nips08 = {Advances in Neural Information Processing Systems (NIPS '08)}}
@string{nips12 = {Advances in Neural Information Processing Systems (NIPS '12)}}
@string{proc = {Proceedings of the}}
@string{procannual = {Proceedings of the annual}}
@string{riedel = {Sebastian Riedel}}
@string{starai10 = {Statistical Relational AI workshop at AAAI '10 (starAI '10)}}
@string{stoc = {ACM Symposium on Theory of Computing}}
@string{uai = {Annual Conference on Uncertainty in AI (UAI)}}
@string{uai02 = {Proceedings of the 18th Annual Conference on Uncertainty in AI (UAI '02)}}
@string{uai07 = {Proceedings of the 23rd Annual Conference on Uncertainty in AI (UAI '07)}}
@string{uai08 = {Proceedings of the 24th Annual Conference on Uncertainty in AI (UAI '08)}}
@string{uai09 = {Proceedings of the 25th Annual Conference on Uncertainty in AI (UAI '09)}}
@string{uai10 = {Proceedings of the 26th Annual Conference on Uncertainty in AI (UAI '10)}}
@string{uai13 = {Proceedings of the 29th Annual Conference on Uncertainty in AI (UAI '13)}}
@string{uai14 = {Proceedings of the 30th Annual Conference on Uncertainty in AI (UAI '14)}}
@string{uai94 = {Proceedings of the 10th Annual Conference on Uncertainty in AI (UAI '94)}}
@string{uai99 = {Proceedings of the 15th Annual Conference on Uncertainty in AI (UAI '99)}}
@inproceedings{sparse:reseff13,
Author = {Sameer Singh and Sebastian Riedel and Andrew McCallum},
Booktitle = {Neural Information Processing Systems (NIPS) Workshop on Resource Efficient Machine Learning},
Date-Added = {2014-11-08 11:44:30 +0000},
Date-Modified = {2014-11-08 11:44:30 +0000},
Title = {Anytime Belief Propagation Using Sparse Domains},
Year = {2013}}
@inproceedings{jnt:akbc13,
Author = {Sameer Singh and Sebastian Riedel and Brian Martin and Jiaping Zheng and Andrew McCallum},
Booktitle = {CIKM Workshop on Automated Knowledge Base Construction (AKBC)},
Date-Added = {2014-11-08 11:44:10 +0000},
Date-Modified = {2014-11-08 11:44:10 +0000},
Title = {Joint Inference of Entities, Relations, and Coreference},
Year = {2013}}
@inproceedings{burmako13scala,
Acmid = {2489840},
Address = {New York, NY, USA},
Articleno = {3},
Author = {Burmako, Eugene},
Booktitle = {Proceedings of the 4th Workshop on Scala},
Date-Added = {2014-09-16 02:47:13 +0000},
Date-Modified = {2014-09-16 02:47:25 +0000},
Doi = {10.1145/2489837.2489840},
Isbn = {978-1-4503-2064-1},
Keywords = {Scala, compile-time metaprogramming, domain-specific languages, type classes},
Location = {Montpellier, France},
Numpages = {10},
Pages = {3:1--3:10},
Publisher = {ACM},
Series = {SCALA '13},
Title = {Scala Macros: Let Our Powers Combine!: On How Rich Syntax and Static Types Work with Metaprogramming},
Url = {http://doi.acm.org/10.1145/2489837.2489840},
Year = {2013},
Bdsk-Url-1 = {http://doi.acm.org/10.1145/2489837.2489840},
Bdsk-Url-2 = {http://dx.doi.org/10.1145/2489837.2489840}}
@inproceedings{niepert11loglinear,
Author = {Matthias Niepert and Jan Noessner and Heiner Stuckenschmidt},
Booktitle = {IJCAI},
Date-Added = {2014-08-08 15:54:30 +0000},
Date-Modified = {2014-08-08 15:55:56 +0000},
Title = {Log-linear Description Logic},
Year = {2011}}
@inproceedings{riedel14wolfe,
Author = {Sebastian Riedel and Sameer Singh and Vivek Srikumar and Tim Rocktaschel and Larysa Visengeriyeva and Jan Noessner},
Booktitle = {International Workshop on Statistical Relational AI (StarAI)},
Date-Added = {2014-07-07 06:28:31 +0000},
Date-Modified = {2014-07-07 06:28:36 +0000},
Title = {WOLFE: Strength Reduction and Approximate Programming for Probabilistic Programming},
Year = {2014}}
@inproceedings{belanger14message,
Author = {David Belanger and Alexandre Passos and Sebastian Riedel and Andrew McCallum},
Booktitle = uai14,
Date-Added = {2014-07-07 06:23:58 +0000},
Date-Modified = {2014-07-07 06:40:30 +0000},
Title = {Message Passing for Soft Constraint Dual Decomposition},
Url = {/publications/papers/boxDD_uai.pdf},
Year = {2014},
Bdsk-Url-1 = {/publications/papers/boxDD_uai.pdf}}
@incollection{garrette2014formal,
Author = {Garrette, Dan and Erk, Katrin and Mooney, Raymond},
Booktitle = {Computing Meaning},
Date-Added = {2014-05-28 21:00:31 +0000},
Date-Modified = {2014-05-28 21:00:31 +0000},
Pages = {27--48},
Publisher = {Springer},
Title = {A formal approach to linking logical form and vector-space lexical semantics},
Year = {2014}}
@inproceedings{scaria13learning,
Author = {Scaria, Aju Thalappillil and Berant, Jonathan and Wang, Mengqiu and Manning, Christopher D and Lewis, Justin and Harding, Brittany and Clark, Peter},
Booktitle = {EMNLP},
Date-Added = {2014-05-24 21:29:17 +0000},
Date-Modified = {2014-05-24 21:30:55 +0000},
Title = {Learning Biological Processes with Global Constraints},
Year = {2013}}
@inproceedings{vlachos14fact,
Author = {Andreas Vlachos and Sebastian Riedel},
Booktitle = {Workshop on Language Technologies and Computational Social Science},
Date-Added = {2014-05-24 16:27:34 +0000},
Date-Modified = {2014-05-24 16:28:04 +0000},
Title = {Fact Checking: Task definition and dataset construction},
Year = {2014}}
@inproceedings{rocktaschel14low,
Author = {Rocktaeschel, Tim and Bosnjak, Matko and Singh, Sameer and Riedel, Sebastian},
Booktitle = {ACL Workshop on Semantic Parsing (SP'14)},
Date-Added = {2014-05-24 16:01:49 +0000},
Date-Modified = {2014-11-18 08:32:26 +0000},
Title = {Low-Dimensional Embeddings of Logic},
Url = {http://www.aclweb.org/anthology/W/W14/W14-2409.pdf},
Webnote = {Google Exceptional Submission Award},
Year = {2014},
Bdsk-Url-1 = {http://sp14.ws/pub/rbsr-sp14-2014.pdf}}
@inproceedings{clark2013study,
Author = {Clark, Peter and Harrison, Philip and Balasubramanian, Niranjan},
Booktitle = {Proceedings of the 2013 workshop on Automated knowledge base construction},
Date-Added = {2014-05-21 20:11:53 +0000},
Date-Modified = {2014-05-21 20:11:53 +0000},
Organization = {ACM},
Pages = {37--42},
Title = {A study of the knowledge base requirements for passing an elementary science test},
Year = {2013}}
@article{erwig2006functional,
Author = {Erwig, Martin and Kollmansberger, Steve},
Date-Added = {2014-05-15 16:01:13 +0000},
Date-Modified = {2014-05-15 16:01:13 +0000},
Journal = {Journal of Functional Programming},
Number = {1},
Pages = {21--34},
Publisher = {Cambridge Univ Press},
Title = {Functional pearls: Probabilistic functional programming in Haskell},
Volume = {16},
Year = {2006}}
@incollection{borgstrom2011measure,
Author = {Borgstr{\"o}m, Johannes and Gordon, Andrew D and Greenberg, Michael and Margetson, James and Van Gael, Jurgen},
Booktitle = {Programming Languages and Systems},
Date-Added = {2014-05-15 10:45:14 +0000},
Date-Modified = {2014-05-15 10:45:14 +0000},
Pages = {77--96},
Publisher = {Springer},
Title = {Measure transformer semantics for Bayesian machine learning},
Year = {2011}}
@incollection{bhat2013deriving,
Author = {Bhat, Sooraj and Borgstr{\"o}m, Johannes and Gordon, Andrew D and Russo, Claudio},
Booktitle = {Tools and Algorithms for the Construction and Analysis of Systems},
Date-Added = {2014-05-15 10:44:45 +0000},
Date-Modified = {2014-05-15 10:44:45 +0000},
Pages = {508--522},
Publisher = {Springer},
Title = {Deriving probability density functions from probabilistic functional programs},
Year = {2013}}
@inproceedings{minka2008gates,
Author = {Minka, Tom and Winn, John},
Booktitle = {Advances in Neural Information Processing Systems},
Date-Added = {2014-05-14 17:47:16 +0000},
Date-Modified = {2014-05-14 17:47:16 +0000},
Pages = {1073--1080},
Title = {Gates},
Year = {2008}}
@incollection{wadler1995monads,
Author = {Wadler, Philip},
Booktitle = {Advanced Functional Programming},
Date-Added = {2014-05-14 16:37:12 +0000},
Date-Modified = {2014-05-14 16:37:12 +0000},
Pages = {24--52},
Publisher = {Springer},
Title = {Monads for functional programming},
Year = {1995}}
@inproceedings{bowman2014can,
Author = {Bowman, Samuel R},
Booktitle = {International Conference on Learning Representations 2014},
Date-Added = {2014-05-02 10:47:15 +0000},
Date-Modified = {2014-05-02 10:47:59 +0000},
Title = {Can recursive neural tensor networks learn logical reasoning?},
Year = {2014}}
@inproceedings{garrette2011integrating,
Author = {Garrette, Dan and Erk, Katrin and Mooney, Raymond},
Booktitle = {Proceedings of the Ninth International Conference on Computational Semantics},
Date-Added = {2014-04-04 18:22:18 +0000},
Date-Modified = {2014-04-04 18:22:18 +0000},
Organization = {Association for Computational Linguistics},
Pages = {105--114},
Title = {Integrating logical representations with probabilistic information using markov logic},
Year = {2011}}
@inproceedings{bos2005recognising,
Author = {Bos, Johan and Markert, Katja},
Booktitle = {Proceedings of the conference on Human Language Technology and Empirical Methods in Natural Language Processing},
Date-Added = {2014-04-04 17:57:10 +0000},
Date-Modified = {2014-04-04 17:57:10 +0000},
Organization = {Association for Computational Linguistics},
Pages = {628--635},
Title = {Recognising textual entailment with logical inference},
Year = {2005}}
@article{zettlemoyer2012learning,
Author = {Zettlemoyer, Luke S and Collins, Michael},
Date-Added = {2014-04-04 17:54:01 +0000},
Date-Modified = {2014-04-04 17:54:01 +0000},
Journal = {arXiv preprint arXiv:1207.1420},
Title = {Learning to map sentences to logical form: Structured classification with probabilistic categorial grammars},
Year = {2012}}
@inproceedings{pal06sparse,
Author = {Pal, Chris and Sutton, C. and McCallum, A.},
Booktitle = {Acoustics, Speech and Signal Processing, 2006. ICASSP 2006 Proceedings. 2006 IEEE International Conference on},
Date-Added = {2013-09-08 22:52:19 +0000},
Date-Modified = {2013-09-08 22:52:24 +0000},
Doi = {10.1109/ICASSP.2006.1661342},
Issn = {1520-6149},
Keywords = {Viterbi decoding;hidden Markov models;natural languages;speech coding;Kronecker delta functions;Viterbi decoding;conditional random fields;hidden Markov models;linear-chain conditional random fields;minimum divergence beams;sparse forward-backward;spoken language processing;text-to-speech problem;Computer science;Hidden Markov models;Iterative decoding;Maximum likelihood decoding;Natural languages;Random variables;Speech synthesis;State-space methods;Transducers;Viterbi algorithm},
Pages = {V-V},
Title = {Sparse Forward-Backward Using Minimum Divergence Beams for Fast Training Of Conditional Random Fields},
Volume = {5},
Year = {2006},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/ICASSP.2006.1661342}}
@inproceedings{weiss10structured,
Author = {David Weiss and Ben Taskar},
Booktitle = {AISTATS 2010},
Date-Added = {2013-09-08 15:47:39 +0000},
Date-Modified = {2013-09-08 15:47:39 +0000},
Title = {Structured Prediction Cascades},
Year = {2010}}
@misc{uclevs,
Date-Added = {2013-09-05 10:45:26 +0000},
Date-Modified = {2013-09-05 10:45:48 +0000},
Howpublished = {http://www.ucl.ac.uk/isd/staff/e-learning/tools/e-voting},
Title = {UCL Electronic Voting Systems}}
@misc{clickersucl,
Author = {Matt Jenner},
Date-Added = {2013-09-04 16:41:04 +0000},
Date-Modified = {2013-09-04 16:41:45 +0000},
Howpublished = {http://blogs.ucl.ac.uk/ele/2012/10/02/clickers-clickers-everywhere/ http://blogs.ucl.ac.uk/ele/2012/10/02/clickers-clickers-everywhere/ http://blogs.ucl.ac.uk/ele/2012/10/02/clickers-clickers-everywhere/},
Title = {Clickers, clickers, everywhere},
Year = {2012}}
@article{Hughes:2007bs,
Author = {Hughes, G.},
Date-Added = {2013-09-04 00:01:13 +0000},
Date-Modified = {2013-09-04 00:01:13 +0000},
Journal = {Teaching Higher Education},
Number = {3},
Pages = {pp.349-363},
Title = {Using blended learning to increase learner support and improve retention},
Volume = {12},
Year = {2007}}
@book{un09policy,
Date-Added = {2013-09-03 23:21:10 +0000},
Date-Modified = {2013-09-03 23:21:59 +0000},
Publisher = {United Nations Educational,Scientific and Cultural Organization},
Title = {Policy Guidelineson Inclusion in Education},
Year = {2009}}
@misc{dale13interactive,
Author = {Vicki Dale},
Date-Added = {2013-09-03 22:32:36 +0000},
Date-Modified = {2013-09-03 22:33:43 +0000},
Howpublished = {http://blogs.ucl.ac.uk/ele/},
Title = {Interactive lectures in Management Science \& Innovation: A pilot evaluation study of LectureTools},
Year = {2013}}
@misc{jisctechdis13introduction,
Date-Added = {2013-09-03 22:23:23 +0000},
Date-Modified = {2013-09-03 22:28:26 +0000},
Howpublished = {http://www.jisctechdis.ac.uk/techdis/resources/introaccessibility},
Title = {Introduction to accessibility and inclusion}}
@book{Biggs:2011ij,
Author = {Biggs, J. And Tang, C.},
Date-Added = {2013-09-02 20:13:34 +0000},
Date-Modified = {2013-09-02 20:13:34 +0000},
Publisher = {Society for Research into Higher Education and Open University Press.},
Title = {Teaching for quality learning at university: What the student does.},
Year = {2011}}
@inproceedings{Carlson:2005hc,
Author = {Carlson, A.},
Booktitle = {American Society for Engineering Education Annual Conference.},
Date-Added = {2013-09-02 20:10:17 +0000},
Date-Modified = {2013-09-02 20:10:17 +0000},
Title = {Using problem based learning to teach thermodynamics: the good, the bad and the ugly},
Year = {2005}}
@article{Prince:2004tg,
Author = {Prince, M.},
Date-Added = {2013-09-02 20:07:37 +0000},
Date-Modified = {2013-09-02 20:07:37 +0000},
Journal = {Journal of Engineering Education},
Number = {3},
Pages = {223--231},
Title = {Does active learning work? A review of the research},
Volume = {93},
Year = {2004}}
@book{S.:1978kl,
Author = {Vygotsky L. S.},
Date-Added = {2013-09-02 20:05:21 +0000},
Date-Modified = {2013-09-02 20:05:21 +0000},
Publisher = {Harvard University},
Title = {Mind in Society: The Development of Higher Psychological Processes},
Year = {1978}}
@book{Piaget:1950oq,
Author = {Piaget, J.},
Date-Added = {2013-09-02 20:03:20 +0000},
Date-Modified = {2013-09-02 20:08:48 +0000},
Publisher = {Routledge and Kegan Paul},
Title = {The Psychology of Intelligence},
Year = {1950}}
@article{Brent:2005nx,
Author = {Brent, D.},
Date-Added = {2013-09-02 18:55:23 +0000},
Date-Modified = {2013-09-02 18:55:23 +0000},
Journal = {First Monday},
Number = {4},
Title = {Teaching as performance in the electronic classroom},
Volume = {10},
Year = {2005}}
@article{Bell:2001cr,
Author = {Bell, E.},
Date-Added = {2013-09-02 18:52:28 +0000},
Date-Modified = {2013-09-02 18:52:28 +0000},
Journal = {Nature Reviews Molecular Cell Biology},
Number = {3},
Pages = {221--225},
Title = {The future of education in the molecular life sciences},
Volume = {2},
Year = {2001}}
@inproceedings{Hart:2000dq,
Author = {Hart, N., Waugh, G. and Waugh, R.},
Booktitle = {Teaching and Educational Development Institute Conference},
Date-Added = {2013-09-02 18:50:48 +0000},
Date-Modified = {2013-09-02 18:53:02 +0000},
Title = {The role of the lecture in university teaching, contributed paper: Effective teaching and learning at university.},
Year = {2000}}
@article{Hodgson:2005bh,
Author = {Hodgson, V. E.},
Date-Added = {2013-09-02 18:44:44 +0000},
Date-Modified = {2013-09-02 18:44:44 +0000},
Journal = {The experience of learning: implications for teaching and studying in higher education},
Pages = {159--171},
Title = {Lectures and the experience of relevance},
Volume = {3rd [Internet] edn},
Year = {2005}}
@article{Jones:2007qf,
Author = {Jones, S. E.},
Date-Added = {2013-09-02 18:32:40 +0000},
Date-Modified = {2013-09-02 18:32:40 +0000},
Journal = {Journal of Further and Higher Education},
Number = {4},
Pages = {397-406},
Title = {Reflections on the lecture: outmoded medium or instrument of inspiration?},
Volume = {31},
Year = {2007}}
@article{Draper:2004ve,
Author = {Draper, S. and Brown, M.},
Date-Added = {2013-08-30 17:27:01 +0000},
Date-Modified = {2013-08-30 17:52:26 +0000},
Journal = {Journal of Computer Assisted Learning},
Pages = {81-94},
Title = {Increasing interactivity in lectures using an electronic voting system.},
Volume = {20},
Year = {2004}}
@article{Draper:2002ly,
Author = {Draper, S., Cargill, J. and Cutts, Q.},
Date-Added = {2013-08-30 17:18:03 +0000},
Date-Modified = {2013-08-30 17:52:43 +0000},
Journal = {Australian Journal of Educational Technology},
Number = {1},
Pages = {13-23},
Title = {Electronically enhanced classroom interaction},
Volume = {18},
Year = {2002}}
@article{SCONUL-Working-Group-on-Information-Literacy-National:2003zr,
Author = {SCONUL Working Group on Information Literacy National, Professional, Sectoral (HE)},
Date-Added = {2013-08-30 15:25:53 +0000},
Date-Modified = {2013-08-30 15:25:53 +0000},
Title = {Seven pillars of information literacy},
Year = {2003}}
@article{Beetham:2009ys,
Author = {Beetham, H., McGill, L. and Littlejohn, A.},
Date-Added = {2013-08-30 14:58:54 +0000},
Date-Modified = {2013-08-30 14:58:54 +0000},
Journal = {The Caledonian Academy: Glasgow Caledonian University},
Title = {Thriving in the 21st century: Learning literacies for the digital age (LLiDA project)},
Year = {2009}}
@misc{polleverywhere,
Date-Added = {2013-08-30 14:09:49 +0000},
Date-Modified = {2013-09-03 22:30:30 +0000},
Howpublished = {http://www.polleverywhere.com},
Title = {PollEverywhere}}
@article{Simpson:vn,
Author = {Vicky Simpson and Martin Oliver},
Date-Added = {2013-08-30 13:42:06 +0000},
Date-Modified = {2013-08-30 13:42:06 +0000},
Journal = {Australasian Journal of Educational Technology},
Title = {Electronic voting systems for lectures then and now: A comparison of research and practice}}
@book{Ruder:kx,
Author = {E. Ruder},
Date-Added = {2013-08-30 13:39:02 +0000},
Date-Modified = {2013-08-30 13:39:02 +0000},
Title = {Typography: A Textbook of Design}}
@book{Phipps:2010uq,
Author = {Phipps, L. and Sutherland, J. and Seale, J.},
Date-Added = {2013-08-30 13:37:05 +0000},
Date-Modified = {2013-08-30 13:41:01 +0000},
Publisher = {York: Techdis and the Association for Learning Technology},
Title = {Access all areas: disability, technology and learning},
Year = {2010}}
@misc{Holst:fk,
Author = {Christian Holst},
Date-Added = {2013-08-30 13:34:36 +0000},
Date-Modified = {2013-09-03 22:31:22 +0000},
Howpublished = {http://baymard.com/blog/line-length-readability},
Title = {Readability: the Optimal Line Length (Blog Entry)},
Url = {http://baymard.com/blog/line-length-readability},
Bdsk-Url-1 = {http://baymard.com/blog/line-length-readability}}
@misc{phguidelines,
Author = {American Printing House for the Blind},
Date-Added = {2013-08-30 13:29:04 +0000},
Date-Modified = {2013-09-03 22:29:25 +0000},
Howpublished = {http://www.aph.org/edresearch/lpguide.htm},
Title = {{APH} Guidelines for Print Document Design},
Bdsk-Url-1 = {http://www.aph.org/edresearch/lpguide.htm}}
@article{song2011kernel,
Author = {Song, Le and Gretton, Arthur and Bickson, Danny and Low, Yucheng and Guestrin, Carlos},
Date-Added = {2013-06-02 14:00:18 +0000},
Date-Modified = {2013-06-02 14:03:49 +0000},
Journal = {Proceedings of AISTATS 14},
Title = {Kernel belief propagation},
Year = {2011}}
@inproceedings{finkel2006solving,
Author = {Finkel, Jenny Rose and Manning, Christopher D and Ng, Andrew Y},
Booktitle = emnlp06,
Date-Added = {2013-06-02 12:35:32 +0000},
Date-Modified = {2013-06-02 12:35:56 +0000},
Organization = {Association for Computational Linguistics},
Pages = {618--626},
Title = {Solving the problem of cascading errors: Approximate Bayesian inference for linguistic annotation pipelines},
Year = {2006}}
@inproceedings{bui13automorphism,
Author = {Hung Bui and Tuyen N. Huynh and Sebastian Riedel},
Booktitle = uai13,
Date-Added = {2013-05-06 18:36:34 +0000},
Date-Modified = {2013-05-06 18:37:41 +0000},
Month = {July},
Title = {Automorphism Groups of Graphical Models and Lifted Variational Inference},
Year = {2013}}
@inproceedings{riedel2013latent,
Author = {Riedel, Sebastian and Yao, Limin and McCallum, Andrew},
Booktitle = {International Conference on Learning Representations 2013},
Date-Added = {2013-05-06 17:31:31 +0000},
Date-Modified = {2013-05-06 17:34:29 +0000},
Month = {May},
Title = {Latent Relation Representations for Universal Schemas},
Year = {2013}}
@article{schwartz2013characterizing,
Author = {Schwartz, H Andrew and Eichstaedt, Johannes C and Kern, Margaret L and Dziurzynski, Lukasz and Agrawal, Megha and Park, Gregory J and Lakshmikanth, Shrinidhi K and Jha, Sneha and Seligman, Martin EP and Ungar, Lyle and others},
Date-Added = {2013-05-05 15:11:04 +0000},
Date-Modified = {2013-05-05 15:11:04 +0000},
Title = {Characterizing Geographic Variation in Well-Being using Tweets},
Year = {2013}}
@article{frank2013happiness,
Author = {Frank, Morgan R and Mitchell, Lewis and Dodds, Peter S and Danforth, Christopher M},
Date-Added = {2013-05-05 15:10:50 +0000},
Date-Modified = {2013-05-05 15:10:50 +0000},
Journal = {arXiv preprint arXiv:1304.1296},
Title = {Happiness and the Patterns of Life: A Study of Geolocated Tweets},
Year = {2013}}
@article{kosinski13private,
Author = {Kosinski, Michal and Stillwell, David and Graepel, Thore},
Date-Added = {2013-05-05 15:05:17 +0000},
Date-Modified = {2013-05-05 15:05:34 +0000},
Journal = {Proceedings of the National Academy of Sciences},
Publisher = {National Acad Sciences},
Title = {Private traits and attributes are predictable from digital records of human behavior},
Year = {2013}}
@inproceedings{suchanek13advances,
Author = {Fabian Suchanek and James Fan and Raphael Hoffmann and Sebastian Riedel and Partha Pratim Talukdar},
Booktitle = {SIGMOD Records journal},
Date-Added = {2013-04-15 12:53:13 +0000},
Date-Modified = {2013-04-15 12:54:52 +0000},
Month = {March},
Title = {Advances in Automated Knowledge Base Construction},
Url = {http://suchanek.name/work/publications/sigmodrec2013akbc},
Year = {2013},
Bdsk-Url-1 = {http://suchanek.name/work/publications/sigmodrec2013akbc}}
@inproceedings{murphy12learning,
Author = {Brian Murphy and Partha Pratim Talukdar and Tom Mitchell},
Bibsource = {DBLP, http://dblp.uni-trier.de},
Booktitle = {COLING},
Crossref = {DBLP:conf/coling/2012},
Date-Added = {2013-04-07 16:17:44 +0000},
Date-Modified = {2013-04-07 16:17:44 +0000},
Ee = {http://aclweb.org/anthology/C/C12/C12-1118.pdf},
Pages = {1933-1950},
Title = {Learning Effective and Interpretable Semantic Models using Non-Negative Sparse Embedding},
Year = {2012}}
@article{brachman83what,
Author = {Ronald J. Brachman},
Citedby = {0},
Cites = {0},
Date-Added = {2013-04-07 16:15:17 +0000},
Date-Modified = {2013-04-07 16:15:17 +0000},
Journal = {IEEE Computer},
Number = {10},
Pages = {30-36},
Researchr = {http://researchr.org/publication/Brachman83%3A0},
Tags = {taxonomy, analysis},
Title = {What IS-A Is and Isn t: An Analysis of Taxonomic Links in Semantic Networks},
Volume = {16},
Year = {1983}}
@inproceedings{zanzotto06discovering,
Author = {Fabio Massimo Zanzotto and Marco Pennacchiotti and Maria Teresa Pazienza},
Bibsource = {DBLP, http://dblp.uni-trier.de},
Booktitle = acl06,
Crossref = {DBLP:conf/acl/2006},
Date-Added = {2013-04-05 17:13:09 +0000},
Date-Modified = {2013-04-05 17:13:16 +0000},
Ee = {http://aclweb.org/anthology/P06-1107},
Title = {Discovering Asymmetric Entailment Relations between Verbs Using Selectional Preferences},
Year = {2006}}
@inproceedings{szpektor08learning,
Acmid = {1599188},
Address = {Stroudsburg, PA, USA},
Author = {Szpektor, Idan and Dagan, Ido},
Booktitle = {Proceedings of the 22nd International Conference on Computational Linguistics - Volume 1},
Date-Added = {2013-04-05 17:09:12 +0000},
Date-Modified = {2013-04-05 17:09:12 +0000},
Isbn = {978-1-905593-44-6},
Location = {Manchester, United Kingdom},
Numpages = {8},
Pages = {849--856},
Publisher = {Association for Computational Linguistics},
Series = {COLING '08},
Title = {Learning entailment rules for unary templates},
Url = {http://dl.acm.org/citation.cfm?id=1599081.1599188},
Year = {2008},
Bdsk-Url-1 = {http://dl.acm.org/citation.cfm?id=1599081.1599188}}
@inproceedings{wick12discriminative,
Author = {Michael Wick and Sameer Singh and Andrew McCallum},
Booktitle = {Association for Computational Linguistics (ACL)},
Date-Added = {2013-03-30 01:50:41 +0000},
Date-Modified = {2013-03-30 01:50:41 +0000},
Title = {A Discriminative Hierarchical Model for Fast Coreference at Large Scale},
Year = {2012}}
@inproceedings{lee11stanford,
Acmid = {2132938},
Address = {Stroudsburg, PA, USA},
Author = {Lee, Heeyoung and Peirsman, Yves and Chang, Angel and Chambers, Nathanael and Surdeanu, Mihai and Jurafsky, Dan},
Booktitle = {Proceedings of the Fifteenth Conference on Computational Natural Language Learning: Shared Task},
Date-Added = {2013-03-30 01:49:07 +0000},
Date-Modified = {2013-03-30 01:49:07 +0000},
Isbn = {9781937284084},
Location = {Portland, Oregon},
Numpages = {7},
Pages = {28--34},
Publisher = {Association for Computational Linguistics},
Series = {CONLL Shared Task '11},
Title = {Stanford's multi-pass sieve coreference resolution system at the CoNLL-2011 shared task},
Url = {http://dl.acm.org/citation.cfm?id=2132936.2132938},
Year = {2011},
Bdsk-Url-1 = {http://dl.acm.org/citation.cfm?id=2132936.2132938}}
@inproceedings{mitchell08vector,
Author = {Jeff Mitchell and Mirella Lapata},
Booktitle = {In Proceedings of ACL-08: HLT},
Date-Added = {2013-03-29 18:24:50 +0000},
Date-Modified = {2013-03-29 18:24:50 +0000},
Pages = {236--244},
Title = {Vector-based models of semantic composition},
Year = {2008}}
@inproceedings{socher12semantic,
Acmid = {2391084},
Address = {Stroudsburg, PA, USA},
Author = {Socher, Richard and Huval, Brody and Manning, Christopher D. and Ng, Andrew Y.},
Booktitle = {Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning},
Date-Added = {2013-03-29 00:56:15 +0000},
Date-Modified = {2013-03-29 00:56:15 +0000},
Location = {Jeju Island, Korea},
Numpages = {11},
Pages = {1201--1211},
Publisher = {Association for Computational Linguistics},
Series = {EMNLP-CoNLL '12},
Title = {Semantic compositionality through recursive matrix-vector spaces},
Url = {http://dl.acm.org/citation.cfm?id=2390948.2391084},
Year = {2012},
Bdsk-Url-1 = {http://dl.acm.org/citation.cfm?id=2390948.2391084}}
@inproceedings{ritter12open,
Acmid = {2339704},
Address = {New York, NY, USA},
Author = {Ritter, Alan and Mausam and Etzioni, Oren and Clark, Sam},
Booktitle = {Proceedings of the 18th ACM SIGKDD international conference on Knowledge discovery and data mining},
Date-Added = {2013-03-28 22:16:03 +0000},
Date-Modified = {2013-03-28 22:16:03 +0000},
Doi = {10.1145/2339530.2339704},
Isbn = {978-1-4503-1462-6},
Keywords = {information extraction, social media},
Location = {Beijing, China},
Numpages = {9},
Pages = {1104--1112},
Publisher = {ACM},
Series = {KDD '12},
Title = {Open domain event extraction from twitter},
Url = {http://doi.acm.org/10.1145/2339530.2339704},
Year = {2012},
Bdsk-Url-1 = {http://doi.acm.org/10.1145/2339530.2339704},
Bdsk-Url-2 = {http://dx.doi.org/10.1145/2339530.2339704}}
@inproceedings{chambers11template,
Address = {Portland, Oregon, USA},
Author = {Chambers, Nathanael and Jurafsky, Dan},
Booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies},
Citeulike-Article-Id = {9457119},
Citeulike-Linkout-0 = {http://www.aclweb.org/anthology-new/P/P11/P11-1098.bib},
Citeulike-Linkout-1 = {http://www.aclweb.org/anthology-new/P/P11/P11-1098.pdf},
Comment = {Using unlabeled data to induce templates. Unlabeled data obtained by IE},
Date-Added = {2013-03-28 21:44:16 +0000},
Date-Modified = {2013-03-28 21:44:23 +0000},
Keywords = {information\_extraction},
Month = jun,
Pages = {976--986},
Posted-At = {2011-06-27 05:32:27},
Priority = {0},
Publisher = {Association for Computational Linguistics},
Title = {{Template-Based Information Extraction without the Templates}},
Url = {http://www.aclweb.org/anthology-new/P/P11/P11-1098.bib},
Year = {2011},
Bdsk-Url-1 = {http://www.aclweb.org/anthology-new/P/P11/P11-1098.bib}}
@techreport{singh12wikilinks,
Author = {Sameer Singh and Amarnag Subramanya and Fernando Pereira and Andrew McCallum},
Date-Added = {2013-03-28 21:16:07 +0000},
Date-Modified = {2013-03-28 21:16:07 +0000},
Institute = {University of Massachusetts, Amherst},
Number = {UM-CS-2012-015},
Title = {Wikilinks: A Large-scale Cross-Document Coreference Corpus Labeled via Links to {Wikipedia}},
Year = {2012}}
@inproceedings{poon09unsupervised,
Acmid = {1699512},
Address = {Stroudsburg, PA, USA},
Author = {Poon, Hoifung and Domingos, Pedro},
Booktitle = {Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing: Volume 1 - Volume 1},
Date-Added = {2013-03-06 01:20:56 +0000},
Date-Modified = {2013-03-06 01:21:03 +0000},
Isbn = {978-1-932432-59-6},
Location = {Singapore},
Numpages = {10},
Pages = {1--10},
Publisher = {Association for Computational Linguistics},
Series = {EMNLP '09},
Title = {Unsupervised semantic parsing},
Url = {http://dl.acm.org/citation.cfm?id=1699510.1699512},
Year = {2009},
Bdsk-Url-1 = {http://dl.acm.org/citation.cfm?id=1699510.1699512}}
@article{Argyriou08Convex,
Abstract = {{Abstract We present a method for learning sparse representations shared across multiple tasks. This method is a generalization of the well-known single-task 1-norm regularization. It is based on a novel non-convex regularizer which controls the number of learned features common across the tasks. We prove that the method is equivalent to solving a convex optimization problem for which there is an iterative algorithm which converges to an optimal solution. The algorithm has a simple interpretation: it alternately performs a supervised and an unsupervised step, where in the former step it learns task-specific functions and in the latter step it learns common-across-tasks sparse representations for these functions. We also provide an extension of the algorithm which learns sparse nonlinear representations using kernels. We report experiments on simulated and real data sets which demonstrate that the proposed method can both improve the performance relative to learning each task independently and lead to a few learned features common across related tasks. Our algorithm can also be used, as a special case, to simply select---not learn---a few common variables across the tasks.}},
Address = {Hingham, MA, USA},
Author = {Argyriou, Andreas and Evgeniou, Theodoros and Pontil, Massimiliano},
Citeulike-Article-Id = {4235541},
Citeulike-Linkout-0 = {http://portal.acm.org/citation.cfm?id=1455908},
Citeulike-Linkout-1 = {http://dx.doi.org/10.1007/s10994-007-5040-8},
Citeulike-Linkout-2 = {http://www.springerlink.com/content/161105027v344n03},
Date-Added = {2013-03-06 01:05:07 +0000},
Date-Modified = {2013-03-06 01:05:16 +0000},
Day = {9},
Doi = {10.1007/s10994-007-5040-8},
Issn = {0885-6125},
Journal = {Mach. Learn.},
Keywords = {convex\_optimization, mtl},
Month = dec,
Number = {3},
Pages = {243--272},
Posted-At = {2010-03-02 17:03:18},
Priority = {2},
Publisher = {Kluwer Academic Publishers},
Title = {{Convex multi-task feature learning}},
Url = {http://dx.doi.org/10.1007/s10994-007-5040-8},
Volume = {73},
Year = {2008},
Bdsk-Url-1 = {http://dx.doi.org/10.1007/s10994-007-5040-8}}
@inproceedings{collins01ageneralization,
Author = {Michael Collins and Sanjoy Dasgupta and Robert E. Schapire},
Booktitle = {Advances in Neural Information Processing Systems},
Date-Added = {2013-03-06 00:59:47 +0000},
Date-Modified = {2013-03-06 00:59:51 +0000},
Publisher = {MIT Press},
Title = {A generalization of principal component analysis to the exponential family},
Year = {2001}}
@inproceedings{hajivc09conll,
Abstract = {{For the 11th straight year, the Conference on Computational Natural Language Learning has been accompanied by a shared task whose purpose is to promote natural language processing applications and evaluate them in a standard setting. In 2009, the shared task was dedicated to the joint parsing of syntactic and semantic dependencies in multiple languages. This shared task combines the shared tasks of the previous five years under a unique dependency-based formalism similar to the 2008 task. In this paper, we define the shared task, describe how the data sets were created and show their quantitative properties, report the results and summarize the approaches of the participating systems.}},
Address = {Stroudsburg, PA, USA},
Author = {Haji\v{c}, Jan and Ciaramita, Massimiliano and Johansson, Richard and Kawahara, Daisuke and Mart'{\i}, Maria A. and M\`{a}rquez, Llu'{\i}s and Meyers, Adam and Nivre, Joakim and Pad\'{o}, Sebastian and \v{S}t\v{e}p\'{a}nek, Jan and Stra\v{n}\'{a}k, Pavel and Surdeanu, Mihai and Xue, Nianwen and Zhang, Yi},
Booktitle = {Proceedings of the Thirteenth Conference on Computational Natural Language Learning: Shared Task},
Citeulike-Article-Id = {10010575},
Citeulike-Linkout-0 = {http://portal.acm.org/citation.cfm?id=1596411},
Comment = {The main task is semantic role labeling over a given syntactic dependency parsing - label every argument of every predicate with the correct argument ID (for example: "ARG1", "ARG2", "ARGM-TMP" (temporal), "ARGM-LOC" (location), etc. An optional task is to also do the syntactic dependency parsing. Contains a detailed description of the corpus, and some description of the systems.},
Date-Added = {2013-03-05 23:05:46 +0000},
Date-Modified = {2013-03-05 23:06:07 +0000},
Isbn = {978-1-932432-29-9},
Keywords = {catalan, chinese, czech, dependency-parsing, german, japanese, semantic-parsing, spanish},
Location = {Boulder, Colorado},
Pages = {1--18},
Posted-At = {2011-11-10 13:54:31},
Priority = {0},
Publisher = {Association for Computational Linguistics},
Series = {CoNLL '09},
Title = {{The CoNLL-2009 shared task: syntactic and semantic dependencies in multiple languages}},
Url = {http://portal.acm.org/citation.cfm?id=1596411},
Year = {2009},
Bdsk-Url-1 = {http://portal.acm.org/citation.cfm?id=1596411}}
@inproceedings{sutton05joint,
Acmid = {1706587},
Address = {Stroudsburg, PA, USA},
Author = {Sutton, Charles and McCallum, Andrew},
Booktitle = {Proceedings of the Ninth Conference on Computational Natural Language Learning},
Date-Added = {2013-03-05 22:51:20 +0000},
Date-Modified = {2013-03-05 22:51:26 +0000},
Location = {Ann Arbor, Michigan},
Numpages = {4},
Pages = {225--228},
Publisher = {Association for Computational Linguistics},
Series = {CONLL '05},
Title = {Joint parsing and semantic role labeling},
Url = {http://dl.acm.org/citation.cfm?id=1706543.1706587},
Year = {2005},
Bdsk-Url-1 = {http://dl.acm.org/citation.cfm?id=1706543.1706587}}
@inproceedings{riedel13relation,
Author = {Sebastian Riedel and Limin Yao and Benjamin M. Marlin and Andrew Mc{C}allum},
Booktitle = hltnaacl13,
Date-Added = {2013-03-03 13:27:28 +0000},
Date-Modified = {2013-05-06 17:34:51 +0000},
Month = {June},
Title = {Relation Extraction with Matrix Factorization and Universal Schemas},
Url = {/publications/papers/riedel13relation.pdf},
Year = {2013},
Bdsk-Url-1 = {/publications/papers/riedel13relation.pdf}}
@inproceedings{anon12prob,
Author = {Anonymous},
Booktitle = {Anonymous},
Date-Added = {2012-12-10 18:06:36 +0000},
Date-Modified = {2012-12-10 18:11:07 +0000},
Title = {Removed for anonymous review},