forked from hhexiy/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pub_data.py
772 lines (695 loc) · 25.4 KB
/
pub_data.py
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
pubs = []
pubs.append({
'bib': 'anwar2024foundational',
'title': "Foundational Challenges in Assuring Alignment and Safety of Large Language Models",
"author": ("Usman Anwar", "Abulhair Saparov", "Javier Rando", "Daniel Paleka", "Miles Turpin", "Peter Hase", "Ekdeep Singh Lubana", "Erik Jenner", "Stephen Casper", "Oliver Sourbut", "Benjamin L Edelman", "Zhaowei Zhang", "Mario Günther", "Anton Korinek", "Jose Hernandez-Orallo", "Lewis Hammond", "Eric Bigelow", "Alexander Pan", "Lauro Langosco", "Tomasz Korbak", "Heidi Zhang", "Ruiqi Zhong", "Sean O hEigeartaigh", "Gabriel Recchia", "Giulio Corsi", "Alan Chan", "Markus Anderljung", "Lilian Edwards", "Yoshua Bengio", "Danqi Chen", "Samuel Albanie", "Tegan Maharaj", "Jakob Foerster", "Florian Tramer", "me", "Atoosa Kasirzadeh", "Yejin Choi", "David Krueger"),
'year': '2024',
'venue': 'arxiv',
'type': 'arxiv',
'index': '2404.09932',
'pdf': 'https://arxiv.org/pdf/2404.09932',
})
pubs.append({
'bib': 'wu2024coblock',
'title': "Your Co-Workers Matter: Evaluating Collaborative Capabilities of Language Models in Blocks World",
'author': ('Guande Wu', 'Chen Zhao', 'Claudio Silva', 'me'),
'year': '2024',
'venue': 'arxiv',
'type': 'arxiv',
'index': '2404.00246',
'pdf': 'https://arxiv.org/pdf/2404.00246',
})
pubs.append({
'bib': 'chen2024parallel',
'title': "Parallel Structures in Pre-training Data Yield In-Context Learning",
'author': ('yanda', 'Chen Zhao', 'Zhou Yu', 'kathy', 'me'),
'year': '2024',
'venue': 'arxiv',
'type': 'arxiv',
'index': '2401.13986',
'pdf': 'https://arxiv.org/pdf/2402.12530',
})
pubs.append({
'bib': 'chen2024towards',
'title': "Towards Consistent Natural-Language Explanations via Explanation-Consistency Finetuning",
'author': ('yanda', 'Chandan Singh', 'Xiaodong Liu', 'Simiao Zuo', 'Bin Yu', 'me', 'Jianfeng Gao'),
'year': '2024',
'venue': 'arxiv',
'type': 'arxiv',
'index': '2401.13986',
'pdf': 'https://arxiv.org/pdf/2401.13986',
})
pubs.append({
'bib': 'trinh2024geometry',
'title': "Solving Olympiad Geometry without Human Demonstrations",
'author': ('Trieu Trinh', 'Yuhuai Wu', 'Quoc V Le', 'me', 'Thang Luong'),
'year': '2024',
'type': 'journal',
'venue': 'nature',
'vol': '625',
'page': '476--482',
'pdf': 'https://www.nature.com/articles/s41586-023-06747-5',
})
pubs.append({
'bib': 'joshi2024improving',
'title': "Improving Multi-Hop Reasoning in LLMs by Learning from Rich Human Feedback",
'author': ('nitish', 'Koushik Kalyanaraman', 'Zhiting Hu', 'Kumar Chellapilla', 'me', 'Li Erran Li'),
'year': '2024',
'type': 'workshop',
'venue': 'aaai',
'ws': 'Neuro-Symbolic Learning and Reasoning in the era of Large Language Models',
'pdf': 'https://openreview.net/pdf?id=wxfqhp9bNR',
})
pubs.append({
'bib': 'nguyen2023pragmatic',
'title': "Pragmatic Radiology Report Generation",
'author': ('Dang Nguyen', 'Chacha Chen', 'me', 'Chenhao Tan'),
'year': '2023',
'venue': 'ml4h',
'type': 'conference',
'pdf': 'https://proceedings.mlr.press/v225/nguyen23a/nguyen23a.pdf',
})
pubs.append({
'bib': 'lourie2024show',
'title': "Show Your Work with Confidence: Confidence Bands for Tuning Curves",
'author': ('nick', 'cho', 'me'),
'year': '2024',
'venue': 'naacl',
'type': 'conference',
'pdf': 'https://arxiv.org/pdf/2311.09480',
'code': 'https: //github.com/nicholaslourie/opda',
})
pubs.append({
'bib': 'joshi2023persona',
'title': "Personas as a Way to Model Truthfulness in Language Models",
'author': ('nitish', 'Javier Rando', 'abu', 'Najoung Kim', 'me'),
'equal': ('nitish', 'Javier Rando'),
'year': '2023',
'venue': 'arxiv',
'type': 'arxiv',
'index': '2310.18168',
'pdf': 'https://arxiv.org/pdf/2310.18168',
})
pubs.append({
'bib': 'padmakumar2024writing',
'title': "Does Writing with Language Models Reduce Content Diversity?",
'author': ('vishakh', 'me'),
'year': '2024',
'venue': 'iclr',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2309.05196',
'code': 'https://github.com/vishakhpk/hai-diversity',
})
pubs.append({
'bib': 'pang2024leveraging',
'title': "Leveraging Implicit Feedback from Deployment Data in Dialogue",
'author': ('richard', 'Stephen Roller', 'cho', 'me', 'Jason Weston'),
'year': '2024',
'venue': 'eacl',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2307.14117',
})
pubs.append({
'bib': 'chen2024do',
'title': "Do Models Explain Themselves? Counterfactual Simulatability of Natural Language Explanations ",
'author': ('yanda', 'ruiqi', 'Narutatsu Ri', 'Chen Zhao', 'me', 'Jacob Steinhardt', 'Zhou Yu', 'Kathleen McKeown'),
'year': '2024',
'venue': 'icml',
'type': 'conference',
'pdf': 'https://arxiv.org/pdf/2307.08678.pdf',
})
pubs.append({
'bib': 'saparov2023testing',
'title': "Testing the General Deductive Reasoning Capacity of Large Language Models Using OOD Examples",
'author': ('abu', 'richard', 'vishakh', 'nitish', 'Seyed Mehran Kazemi', 'Najoung Kim', 'me'),
'equal': ('Najoung Kim', 'me'),
'year': '2023',
'type': 'conference',
'venue': 'nips',
'pdf': 'https://arxiv.org/abs/2305.15269',
'code': 'https://github.com/asaparov/prontoqa',
})
pubs.append({
'bib': 'si2023measuring',
'title': "Measuring Inductive Biases of In-Context Learning with Underspecified Demonstrations",
'author': ('Chenglei Si', 'Dan Friedman', 'nitish', 'Shi Feng', 'Danqi Chen', 'me'),
'equal': ('Chenglei Si', 'Dan Friedman'),
'year': '2023',
'venue': 'acl',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2305.13299',
'code': 'https://github.com/NoviScl/AmbigPrompt',
})
pubs.append({
'bib': 'yang2023efficient',
'title': "Efficient Shapley Values Estimation by Amortization for Text Classification",
'author': ('Chenghao Yang', 'Fan Yin', 'me', 'Kai-Wei Chang', 'Xiaofei Ma', 'Bing Xiang'),
'year': '2023',
'venue': 'acl',
'type': 'conference',
'pdf': '',
})
pubs.append({
'bib': 'pang2023reward',
'title': "Reward Gaming in Conditional Text Generation",
'author': ('richard', 'vishakh', 'Thibault Sellam', 'Ankur P Parikh','me'),
'year': '2023',
'venue': 'acl',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2211.08714',
'talk': 'docs/presentation/reward-gaming-slides.pdf',
})
pubs.append({
'bib': 'padmakumar2023extrapolative',
'title': "Extrapolative Controlled Sequence Generation via Iterative Refinement ",
'author': ('vishakh', 'richard', 'me', 'Ankur P Parikh'),
'year': '2023',
'venue': 'icml',
'type': 'conference',
'pdf': 'https://arxiv.org/pdf/2303.04562.pdf',
'code': 'https://github.com/vishakhpk/iter-extrapolation',
})
pubs.append({
'bib': 'stickland2023robustification',
'title': "Robustification of Multilingual Language Models to Real-world Noise in Crosslingual Zero-shot Settings with Robust Contrastive Pretraining",
'author': ('Asa Cooper Stickland', 'Sailik Sengupta', 'Jason Krone', 'me', 'Saab Mansour'),
'equal': ('Asa Cooper Stickland', 'Sailik Sengupta'),
'year': '2023',
'venue': 'eacl',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2210.04782',
'code': 'https://github.com/amazon-science/multilingual-robust-contrastive-pretraining',
})
pubs.append({
'bib': 'venkatraman2023decoding',
'title': "How do decoding algorithms distribute information in dialogue responses?",
'author': ('Saranya Venkatraman', 'me', 'David Reitter'),
'year': '2023',
'venue': 'eacl findings',
'type': 'conference',
'pdf': 'https://aclanthology.org/2023.findings-eacl.70.pdf',
})
pubs.append({
'bib': 'joshi2022all',
'title': "Are All Spurious Features in Natural Language Alike? An Analysis through a Causal Lens",
'author': ('nitish', 'Xiang Pan', 'me'),
'year': '2022',
'venue': 'emnlp',
'type': 'conference',
'pdf': 'https://arxiv.org/pdf/2210.14011.pdf',
'code': 'https://github.com/joshinh/spurious-correlations-nlp',
'talk': 'docs/presentation/spurious-features-slides.pdf',
})
pubs.append({
'bib': 'chakrabarty2022help',
'title': "Help me write a poem: Instruction Tuning as a Vehicle for Collaborative Poetry Writing",
'author': ('Tuhin Chakrabarty', 'vishakh', 'me'),
'year': '2022',
'venue': 'emnlp',
'type': 'conference',
'pdf': 'https://arxiv.org/pdf/2210.13669.pdf',
'code': 'https://github.com/vishakhpk/creative-instructions',
'project': 'https://copoet-emnlp.github.io',
})
pubs.append({
'bib': 'saparov2023language',
'title': "Language Models are Greedy Reasoners: A Systematic Formal Analysis of Chain-of-Thought",
'author': ('abu', 'me'),
'year': '2023',
'venue': 'iclr',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2210.01240',
'code': 'http://github.com/asaparov/prontoqa',
'talk': 'docs/presentation/prontoqa-slides.pdf',
})
pubs.append({
'bib': 'wang2022improving',
'title': "Improving Faithfulness by Augmenting Negative Summaries from Fake Documents",
'author': ('Tianshu Wang', 'faisal', 'esin', 'me'),
'year': '2022',
'venue': 'emnlp',
'type': 'conference',
'pdf': 'https://aclanthology.org/2022.emnlp-main.816.pdf',
'code': 'https://github.com/COFE2022/CoFE',
})
pubs.append({
'bib': 'chen2023relation',
'title': "On the Relation between Sensitivity and Accuracy in In-context Learning",
'author': ('yanda', 'Chen Zhao', 'Zhou Yu', 'kathy', 'me'),
'year': '2023',
'type': 'conference',
'venue': 'emnlp findings',
'pdf': 'https://arxiv.org/abs/2209.07661',
})
pubs.append({
'bib': 'tian2022seqpate',
'title': "SeqPATE: Differentially Private Text Generation via Knowledge Distillation",
'author': ('Zhiliang Tian', 'Yingxiu Zhao', 'Ziyue Huang', 'Yu-Xiang Wang', 'Nevin Zhang', 'me'),
'year': '2022',
'venue': 'nips',
'type': 'conference',
'pdf': 'https://openreview.net/pdf?id=ZG5Bi1N4V0U',
})
pubs.append({
'bib': 'puli2022nuisances',
'title': "Nuisances via Negativa: Adjusting for Spurious Correlations via Data Augmentation",
'author': ('Aahlad Puli', 'nitish', 'me', 'Rajesh Ranganath'),
'year': '2022',
'venue': 'arxiv',
'type': 'arxiv',
'index': '2210.01302',
'pdf': 'https://arxiv.org/abs/2210.01302',
})
pubs.append({
'bib': 'pang2022amortized',
'title': "Amortized Noisy Channel Neural Machine Translation",
'author': ('richard', 'me', 'cho'),
'year': '2022',
'venue': 'inlg',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2112.08670',
})
pubs.append({
'bib': 'pang2022quality',
'title': "{QuALITY}: Question Answering with Long Input Texts, Yes!",
'author': ('richard', 'Alicia Parrish', 'nitish', 'Nikita Nangia', 'Jason Phang', 'Angelica Chen', 'vishakh', 'Johnny Ma', 'Jana Thompson', 'me', 'sam'),
'year': '2022',
'venue': 'naacl',
'type': 'conference',
'pdf': 'https://arxiv.org/pdf/2112.08608.pdf',
'code': 'https://github.com/nyu-mll/quality',
})
pubs.append({
'bib': 'padmakumar2022exploring',
'title': "Exploring the Role of Task Transferability in Large-Scale Multi-Task Learning",
'author': ('vishakh', 'Leonard Lausen', 'Miguel Ballesteros', 'sheng', 'me', 'karypis'),
'year': '2022',
'venue': 'naacl',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2204.11117',
})
pubs.append({
'bib': 'padmakumar2022machine',
'title': "Machine-in-the-Loop Rewriting for Creative Image Captioning",
'author': ('vishakh', 'me'),
'year': '2022',
'venue': 'naacl',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2111.04193',
'code': 'https://github.com/vishakhpk/mil-creative-captioning',
'demo': 'https://www.youtube.com/watch?v=JX30YecV2VU',
})
pubs.append({
'bib': 'chen2022meta',
'title': "Meta-learning via Language Model In-context Tuning",
'author': ('yanda', 'ruiqi', 'sheng', 'karypis', 'me'),
'year': '2022',
'venue': 'acl',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2110.07814',
'code': 'https://github.com/yandachen/In-context-Tuning',
})
pubs.append({
'bib': 'dranker2021irm',
'title': "{IRM} - When It Works and When It Doesn't: A Test Case of Natural Language Inference",
'author': ('Yana Dranker', 'me', 'belinkov'),
'year': '2021',
'venue': 'nips',
'type': 'conference',
'pdf': 'https://proceedings.neurips.cc/paper/2021/file/972cda1e62b72640cb7ac702714a115f-Paper.pdf',
'code': 'https://github.com/technion-cs-nlp/irm-for-nli'
})
pubs.append({
'bib': 'arora2021types',
'title': 'Types of Out-of-Distribution Texts and How to Detect Them',
'author': ('udit', 'will', 'me'),
'year': '2021',
'venue': 'emnlp',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2109.06827',
'code': 'https://github.com/uditarora/ood-text-emnlp'
})
pubs.append({
'bib': 'ladhak2022faithful',
'title': 'Faithful or Extractive? On Mitigating the Faithfulness-Abstractiveness Trade-off in Abstractive Summarization',
'author': ('faisal', 'esin', 'me', 'claire', 'kathy'),
'year': '2022',
'venue': 'acl',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2108.13684',
})
pubs.append({
'bib': 'joshi2022investigation',
'title': 'An Investigation of the (In)effectiveness of Counterfactually Augmented Data',
'author': ('nitish', 'me'),
'year': '2022',
'venue': 'acl',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2107.00753',
'code': 'https://github.com/joshinh/investigation-cad',
})
pubs.append({
'bib': 'padmakumar2021unsupervised',
'title': 'Unsupervised Extractive Summarization with Pointwise Mutual Information',
'author': ('vishakh', 'me'),
'year': '2021',
'venue': 'eacl',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2102.06272',
'code': 'https://github.com/vishakhpk/mi-unsup-summ',
})
pubs.append({
'bib': 'pang2021text',
'title': 'Text Generation by Learning from Demonstrations',
'author': ('richard', 'me'),
'year': '2021',
'venue': 'iclr',
'type': 'conference',
'pdf': 'https://openreview.net/pdf?id=RovX-uQ1Hua',
'code': 'https://github.com/yzpang/gold-off-policy-text-gen-iclr21',
'talk': 'docs/presentation/gold-slides.pdf',
})
pubs.append({
'bib': 'tu2020empirical',
'title': 'An Empirical Study on Robustness to Spurious Correlations using Pre-trained Language Models',
'author': ('lifu', 'Garima Lalwani', 'spandana', 'me'),
'year': '2020',
'venue': 'tacl',
'type': 'journal',
'vol': '8',
'page': '',
'pdf': 'https://arxiv.org/abs/2007.06778',
'code': 'https://github.com/lifu-tu/Study-NLP-Robustness',
})
pubs.append({
'bib': 'durmus2020feqa',
'title': 'FEQA: A Question Answering Evaluation Framework for Faithfulness Assessment in Abstractive Summarization',
'author': ('esin', 'me', 'mona'),
'year': '2020',
'venue': 'acl',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/2005.03754',
'code': 'https://github.com/esdurmus/feqa',
'talk': 'https://slideslive.com/38929353/feqa-a-question-answering-evaluation-framework-for-faithfulness-assessment-in-abstractive-summarization',
})
pubs.append({
'bib': 'guo2020gluoncv',
'title': 'GluonCV and GluonNLP: Deep Learning in Computer Vision and Natural Language Processing',
'author': ('Jian Guo', 'me', 'Tong He', 'Leonard Lausen', 'Mu Li', 'Haibin Lin', 'Xingjian Shi', 'Chenguang Wang', 'Junyuan Xie', 'sheng', 'Aston Zhang', 'Hang Zhang', 'Zhi Zhang', 'Zhongyue Zhang', 'Shuai Zheng', 'Yi Zhu'),
'year': '2020',
'venue': 'jmlr',
'vol': '21',
'page': '1--7',
'type': 'journal',
'pdf': 'http://www.jmlr.org/papers/volume21/19-429/19-429.pdf',
'project': 'https://gluon-nlp.mxnet.io',
})
pubs.append({
'bib': 'he2019unlearn',
'title': 'Unlearn Dataset Bias for Natural Language Inference by Fitting the Residual',
'author': ('me', 'sheng', 'haohan'),
'year': '2019',
'venue': 'emnlp',
'type': 'workshop',
'ws': 'deeplo',
'pdf': 'https://arxiv.org/pdf/1908.10763.pdf',
'code': 'https://github.com/hhexiy/debiased',
'poster': 'docs/presentation/2019_emnlp_deeplo_poster.pdf',
})
pubs.append({
'bib': 'he2019pun',
'title': 'Pun Generation with Surprise',
'author': ('me', 'nanyun', 'percy'),
'equal': ('nanyun', 'me'),
'year': '2019',
'venue': 'naacl',
'type': 'conference',
'pdf': 'https://arxiv.org/pdf/1904.06828.pdf',
'code': 'https://github.com/hhexiy/pungen',
'codalab': 'https://worksheets.codalab.org/worksheets/0x5a7d0fe35b144ad68998d74891a31ed6',
})
pubs.append({
'bib': 'rodriguez2019quizbowl',
'title': 'Quizbowl: The Case for Incremental Question Answering',
'author': ('Petro Rodriguez', 'Shi Feng', 'mohit', 'me', 'jordan'),
'year': '2019',
'venue': 'arxiv',
'type': 'arxiv',
'index': '1904.04792',
'pdf': 'https://arxiv.org/abs/1904.04792',
'notes': 'Accepted to JMLR conditioned on minor revisions.'
})
pubs.append({
'bib': 'zhou2019coach',
'title': 'A Dynamic Strategy Coach for Effective Negotiation',
'author': ('Yiheng Zhou', 'me', 'alan', 'yulia'),
'year': '2019',
'venue': 'sigdial',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/1909.13426',
'code': 'https://github.com/zhouyiheng11/Negotiation-Coach',
})
pubs.append({
'bib': 'he2018decouple',
'title': 'Decoupling Strategy and Generation in Negotiation Dialogues',
'author': ('me', 'derek', 'anusha', 'percy'),
'year': '2018',
'venue': 'emnlp',
'type': 'conference',
'pdf': 'https://arxiv.org/abs/1808.09637',
'project': 'https://stanfordnlp.github.io/cocoa/',
})
pubs.append({
'bib': 'choi2018quac',
'title': 'QuAC: Question Answering in Context',
'author': ('eunsol', 'me', 'mohit', 'mark', 'wentau', 'yejin', 'percy', 'luke'),
'equal': ('eunsol', 'me', 'mohit', 'mark'),
'year': '2018',
'venue': 'emnlp',
'type': 'conference',
'pdf': 'https://arxiv.org/pdf/1808.07036.pdf',
'project': 'http://quac.ai',
})
pubs.append({
'bib': 'khandelwal2018lm',
'title': 'Sharp Nearby, Fuzzy Far Away: How Neural Language Models Use Context',
'author': ('urvashi', 'me', 'peng', 'jurafsky'),
'year': '2018',
'venue': 'acl',
'type': 'conference',
'pdf': 'https://arxiv.org/pdf/1805.04623.pdf',
'code': 'https://github.com/urvashik/lm-context-analysis',
})
pubs.append({
'bib': 'li2018style',
'title': 'Delete, Retrieve, Generate: a Simple Approach to Sentiment and Style Transfer',
'author': ('Juncen Li', 'robin', 'me', 'percy'),
'year': '2018',
'venue': 'naacl',
'type': 'conference',
'pdf': 'https://arxiv.org/pdf/1804.06437.pdf',
'code': 'https://github.com/lijuncen/Sentiment-and-Style-Transfer',
})
pubs.append({
'bib': 'he2017symmetric',
'title': 'Learning Symmetric Collaborative Dialogue Agents with Dynamic Knowledge Graph Embeddings',
'author': ('me', 'anusha', 'mihail', 'percy'),
'year': '2017',
'venue': 'acl',
'type': 'conference',
'pdf': 'https://arxiv.org/pdf/1704.07130.pdf',
'project': 'https://stanfordnlp.github.io/cocoa/',
})
pubs.append({
'bib': 'chang2016credit',
'title': 'Credit Assignment Compiler for Joint Prediction',
'author': ('kaiwei', 'me', 'hal', 'langford', 'ross'),
'year': '2016',
'venue': 'nips',
'type': 'conference',
'pdf': 'http://arxiv.org/abs/1406.1837',
'code': 'https://github.com/JohnLangford/vowpal_wabbit',
})
pubs.append({
'bib': 'he2016opponent',
'title': 'Opponent Modeling in Deep Reinforcement Learning',
'author': ('me', 'jordan', 'kwok', 'hal'),
'year': '2016',
'venue': 'icml',
'type': 'conference',
'pdf': 'docs/papers/2016_icml_opponent.pdf',
'code': 'https://github.com/hhexiy/opponent',
'data': 'data/qb_data.tgz',
})
pubs.append({
'bib': 'he2016interpretese',
'title': 'Interpretese vs. Translationese: The Uniqueness of Human Strategies in Simultaneous Interpretation',
'author': ('me', 'jordan', 'hal'),
'year': '2016',
'venue': 'naacl',
'type': 'conference',
'pdf': 'docs/papers/2016_naacl_interpretese.pdf',
'code': 'https://github.com/hhexiy/interpretese',
})
pubs.append({
'bib': 'he2015aia',
'title': 'Active Information Acquisition',
'author': ('me', 'paul', 'nikos'),
'year': '2015',
'venue': 'icml',
'ws': 'adaptive',
'type': 'workshop',
'pdf': 'http://arxiv.org/abs/1602.02181',
'poster': 'docs/presentation/aia-poster-nipsws2015.pdf',
})
pubs.append({
'bib': 'chen201620q',
'title': 'Object Detection in 20 Questions',
'author': ('chenxi', 'me', 'larry'),
'year': '2016',
'venue': 'wacv',
'type': 'conference',
'pdf': 'wacv_20q.pdf',
})
pubs.append({
'title': 'Interactive Incremental Question Answering',
'author': ('jordan', 'mohit', 'me', 'hal'),
'year': '2015',
'venue': 'nips',
'type': 'demo',
'award': ('Outstanding Demonstration Award', 'https://nips.cc/Conferences/2015/Awards'),
})
pubs.append({
'bib': 'he2015rewrite',
'title': 'Syntax-based Rewriting for Simultaneous Machine Translation',
'author': ('me', 'alvin', 'jjm', 'jordan', 'hal'),
'year': '2015',
'venue': 'emnlp',
'type': 'conference',
'pdf': 'docs/papers/2015_simtrans_rewrite.pdf',
'talk': 'docs/presentation/emnlp15_slides.pdf',
'code': 'code/rewriter.tgz',
})
pubs.append({
'bib': 'chang2015dep',
'title': 'Learning to Search for Dependencies',
'author': ('kaiwei', 'me', 'hal', 'langford'),
'year': '2015',
'venue': 'arxiv',
'type': 'arxiv',
'index': '1503.05615',
'pdf': 'http://arxiv.org/abs/1503.05615',
'code': 'https://github.com/JohnLangford/vowpal_wabbit/wiki/Tutorial',
})
pubs.append({
'bib': 'liu2015multitrust',
'title': 'Crowdsourcing with Multi-Dimensional Trust',
'author': ('xiangyang', 'me', 'baras'),
'year': '2015',
'venue': 'fusion',
'type': 'conference',
'pdf': 'http://ieeexplore.ieee.org/document/7266612',
})
pubs.append({
'bib': 'liu2015budget',
'title': 'Trust-Aware Optimal Crowdsourcing With Budget Constraint',
'author': ('xiangyang', 'me', 'baras'),
'year': '2015',
'venue': 'icc',
'type': 'conference',
'pdf': 'http://ieeexplore.ieee.org/document/7248482/',
})
pubs.append({
'bib': 'li2014temporal',
'title': 'Temporal Supervised Learning for Inferring a Dialog Policy from Example Conversations',
'author': ('lihong', 'me', 'jasonw'),
'year': '2014',
'venue': 'slt',
'type': 'conference',
'pdf': 'docs/papers/paper-slt.pdf',
})
pubs.append({
'bib': 'he2014bb',
'title': 'Learning to Search in Branch and Bound Algorithms',
'author': ('me', 'hal', 'eisner'),
'year': '2014',
'venue': 'nips',
'type': 'conference',
'pdf': 'docs/papers/ilp-bb.pdf',
'poster': 'docs/presentation/ilp-bb-poster-nips2014.pdf',
'code': 'https://github.com/hhexiy/scip-dagger',
})
pubs.append({
'bib': 'grissom2014simtrans',
'title': "Don't Until the Final Verb Wait: Reinforcement Learning for Simultaneous Machine Translation",
'author': ('alvin', 'me', 'jjm', 'jordan', 'hal'),
'year': '2014',
'venue': 'emnlp',
'type': 'conference',
'pdf': 'docs/papers/2014_simtrans.pdf',
'talk': 'https://youtu.be/hVoxXO3F468',
})
pubs.append({
'bib': 'he2013dep',
'title': 'Dynamic Feature Selection for Dependency Parsing',
'author': ('me', 'hal', 'eisner'),
'year': '2013',
'venue': 'emnlp',
'type': 'conference',
'pdf': 'docs/papers/depFeat.pdf',
'talk': 'docs/presentation/depFeat_slides.pdf',
'talk': 'docs/presentation/depFeat_screencast.mp4',
})
pubs.append({
'bib': 'he2012coaching',
'title': 'Imitation Learning by Coaching',
'author': ('me', 'hal', 'eisner'),
'year': '2012',
'venue': 'nips',
'type': 'conference',
'pdf': 'docs/papers/dynafea_im.pdf',
'poster': 'docs/presentation/dynafea_im_poster.pdf',
})
pubs.append({
'bib': 'boyd-graber2012qb',
'title': 'Besting the Quiz Master: Crowdsourcing Incremental Classification Games',
'author': ('jordan', 'brianna', 'me', 'hal'),
'year': '2012',
'venue': 'emnlp',
'type': 'conference',
'pdf': 'docs/papers/qb.pdf'
})
pubs.append({
'bib': 'he2012dynafea',
'title': 'Cost-sensitive dynamic feature selection',
'author': ('me', 'hal', 'eisner'),
'year': '2012',
'venue': 'icml',
'ws': 'inferning',
'type': 'workshop',
'pdf': 'docs/papers/dynafea_ws.pdf',
'talk': 'docs/presentation/dynafea_slides.pdf',
'poster': 'docs/presentation/dynafea_poster.pdf',
})
pubs.append({
'bib': 'he2011superres',
'title': 'Single Image Super-resolution using Gaussian Process Regression',
'author': ('me', 'wan-chi'),
'year': '2011',
'venue': 'cvpr',
'type': 'conference',
'pdf': 'docs/papers/srgpr.pdf',
'talk': 'docs/presentation/srgpr_slides.pdf',
'code': 'code/matlab_srgpr.zip',
})
pubs.append({
'bib': 'he2010rare',
'title': 'Rare Class classification with SVM',
'author': ('me', 'ali'),
'year': '2010',
'venue': 'icpr',
'type': 'conference',
'pdf': 'docs/papers/rcsvm.pdf',
'poster': 'docs/presentation/rcsvm_poster.pdf',
'code': 'code/rcsvm_matlab.zip',
})