-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpapers.html
299 lines (282 loc) · 9 KB
/
papers.html
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
---
layout: page
title: Publications
permalink: /papers/
weight: 4
show: 1
---
<h3>Papers</h3>
<p>
My full list of papers is
<a href="https://scholar.google.com/citations?user=LIjnUGgAAAAJ&hl=en"
>here</a
>.
</p>
<table>
{% for paper in site.data.papers.papers %}
<tr>
<td style="padding: 10px"></td>
<td style="padding: 10px">
<a class="paper" href="{{paper.pdf}}"> {{paper.title}} </a><br />
{{paper.authors}}.<br />
{{paper.conference}} <br />
<br />
</td>
</tr>
{% endfor %}
</table>
<h3>PhD Publications</h3>
<div class="paper-section">
<a class="paper" href="alignment.pdf">
A Constrained Viterbi Relaxation for Bidirectional Word Alignment. </a
><br />
<a class="name" href="http://people.csail.mit.edu/yinwen/">Yin-Wen Chang</a
>,
<a class="name" href="http://people.seas.harvard.edu/~srush/"
>Alexander M. Rush</a
>, <a class="name" href="http://www.denero.org/">John DeNero</a>, and
<a class="name" href="http://www.cs.columbia.edu/~mcollins/"
>Michael Collins</a
>.<br />
Proceedings of ACL 2014. <br /><a
class="icon pdf label label-info"
href="alignment.pdf"
>pdf</a
>
<a class="icon slides label label-success" href="slides_alignment.pdf"
>slides</a
>
</div>
<div class="paper-section">
<a class="paper" href="emnlp2012.pdf">
Optimal Beam Search for Machine Translation </a
><br />
<a class="name" href="http://people.seas.harvard.edu/~srush/"
>Alexander M. Rush</a
>,
<a class="name" href="http://people.csail.mit.edu/yinwen/">Yin-Wen Chang</a
>, and
<a class="name" href="http://www.cs.columbia.edu/~mcollins/"
>Michael Collins</a
>.<br />
Proceedings of EMNLP 2013. <br /><a
class="icon pdf label label-info"
href="optbeam.pdf"
>pdf</a
>
<a
class="icon slides label label-success"
href="slides_beamsearch_emnlp.pdf"
>slides</a
>
</div>
<div class="paper-section">
<a
class="paper"
href="http://www.cs.columbia.edu/~stratos/research/conll13rhmm.pdf"
>Spectral Learning of Refinement HMMs</a
>.<br />
<a
class="name"
href="http://www.cs.columbia.edu/~stratos/research/research.html"
>
Karl Stratos</a
>,
<a class="name" href="http://people.seas.harvard.edu/~srush/"
>Alexander M. Rush</a
>,
<a class="name" href="http://www.cs.columbia.edu/~scohen/"> Shay B. Cohen</a
>, and
<a class="name" href="http://www.cs.columbia.edu/~mcollins/"
>Michael Collins</a
>.
<br />
Proceedings of CoNLL 2013. <br />
<a
class="icon pdf label label-info"
href="http://www.cs.columbia.edu/~stratos/research/conll13rhmm.pdf"
>pdf</a
>
</div>
<div class="paper-section">
<a class="paper" href="emnlp2012.pdf">
Improved Parsing and POS Tagging Using Inter-Sentence Consistency
Constraints </a
><br />
<a class="name" href="http://people.seas.harvard.edu/~srush/"
>Alexander M. Rush</a
>, <a class="name" href="http://www.cs.huji.ac.il/~roiri/">Roi Reichert</a>,
<a class="name" href="http://www.cs.columbia.edu/~mcollins/"
>Michael Collins</a
>, and
<a class="name" href="http://www.cs.huji.ac.il/~gamir/">Amir Globerson</a
>.<br />
Proceedings of EMNLP 2012. <br />
<a class="icon pdf label label-info" href="emnlp2012.pdf">pdf</a>
</div>
<div class="paper-section">
<a class="paper" href="vine-paper.pdf">
Vine Pruning for Efficient Multi-Pass Dependency Parsing</a
>. <br />
<a class="name" href="http://people.seas.harvard.edu/~srush/"
>Alexander M. Rush</a
>
and <a class="name" href="http://www.petrovi.de/">Slav Petrov</a>. <br />
Proceedings of NAACL 2012. <br />
<b> Best Paper Award </b> <br />
<a class="icon pdf label label-info" href="vine-paper.pdf">pdf</a>
<a class="icon slides label label-success" href="naacl_slides.pdf"
>slides</a
>
</div>
<div class="paper-section">
<a
class="paper"
href="http://www.cs.columbia.edu/~mcollins/acltutorial.pdf"
>
A Tutorial on Dual Decomposition and Lagrangian Relaxation for Inference
in Natural Language Processing</a
>. <br />
<a class="name" href="http://people.seas.harvard.edu/~srush/"
>Alexander M. Rush</a
>
and
<a class="name" href="http://www.cs.columbia.edu/~mcollins/"
>Michael Collins</a
>.<br />
Tutorial at NIPS 2011.
<a class="icon slides label label-success" href="nips_slides.pdf">slides</a>
Tutorial at ACL 2011.
<a class="icon slides label label-success" href="dual_decomp_tutorial.pdf"
>slides</a
>
<a
class="icon pdf label label-info"
href="http://www.cs.columbia.edu/~mcollins/acltutorial.pdf"
>
pdf</a
>
</div>
<div class="paper-section">
<a class="paper" href="http://people.seas.harvard.edu/~srush/exdecmt.pdf"
>Exact Decoding of Syntactic Translation Models through Lagrangian
Relaxation</a
>. <br />
<a class="name" href="http://people.seas.harvard.edu/~srush/"
>Alexander M. Rush</a
>
and
<a class="name" href="http://www.cs.columbia.edu/~mcollins/"
>Michael Collins</a
>.<br />
Proceedings of ACL 2011. <br /><a
class="icon pdf label label-info"
href="http://people.seas.harvard.edu/~srush/exdecmt.pdf"
>pdf</a
>
<a class="icon slides label label-success" href="trans_relax.pdf">
slides</a
>
</div>
<div class="paper-section">
<a
class="paper"
href="http://people.csail.mit.edu/maestro/papers/koo10mstdd.pdf"
>Dual Decomposition for Parsing with Non-Projective Head Automata</a
>. <br />
<a class="name" href="http://people.csail.mit.edu/maestro/">Terry Koo</a>,
<a class="name" href="http://people.seas.harvard.edu/~srush/"
>Alexander M. Rush</a
>,
<a class="name" href="http://www.cs.columbia.edu/~mcollins/"
>Michael Collins</a
>,
<a class="name" href="http://people.csail.mit.edu/tommi/">Tommi Jaakkola</a
>, and
<a class="name" href="http://people.csail.mit.edu/dsontag/">David Sontag</a
>.<br />
Proceedings of EMNLP 2010. <br />
<b> Best Paper Award </b> <br />
<a
class="icon pdf label label-info"
href="http://people.csail.mit.edu/maestro/papers/koo10mstdd.pdf"
>pdf</a
>
<a class="icon slides label label-success" href="talk2.pdf"> slides</a>
</div>
<div class="paper-section">
<a
class="paper"
href="http://people.csail.mit.edu/dsontag/papers/RusSonColJaa_emnlp10.pdf"
>
On Dual Decomposition and Linear Programming Relaxations for Natural
Language Processing</a
>. <br />
<a class="name" href="http://people.seas.harvard.edu/~srush/"
>Alexander M. Rush</a
>,
<a class="name" href="http://people.csail.mit.edu/dsontag/">David Sontag</a
>,
<a class="name" href="http://www.cs.columbia.edu/~mcollins/"
>Michael Collins</a
>, and
<a class="name" href="http://people.csail.mit.edu/tommi/">Tommi Jaakkola</a
><br />
Proceedings of EMNLP 2010. <br />
<a
class="icon pdf label label-info label label-info"
href="http://people.csail.mit.edu/dsontag/papers/RusSonColJaa_emnlp10.pdf"
>pdf</a
>
<a
class="icon slides label label-success label label-success"
href="parse-talk.pdf"
>slides</a
>
</div>
<div class="paper-section">
<a
class="paper"
href="http://www.eecs.harvard.edu/~shieber/Biblio/Papers/Nesson-2006-IPS.pdf"
>Induction of probabilistic synchronous tree-insertion grammars for
machine translation</a
>. <br />
<a class="name" href="http://www.eecs.harvard.edu/~nesson/"
>Rebecca Nesson</a
>,
<a class="name" href="http://www.eecs.harvard.edu/~shieber/"
>Stuart M. Shieber</a
>, and
<a class="name" href="http://people.seas.harvard.edu/~srush/"
>Alexander M. Rush</a
>. <br />
Proceedings of AMTA 2006.
<br />
<a
class="icon pdf label label-info label label-info"
href="http://www.eecs.harvard.edu/~shieber/Biblio/Papers/Nesson-2006-IPS.pdf"
>pdf</a
>
</div>
<div class="paper-section">
<a class="paper" href="thesis.pdf"
>Dissertation: Lagrangian Relaxation for Natural Language Decoding</a
>. <br />
<a class="name" href="http://people.seas.harvard.edu/~srush/"
>Alexander M. Rush</a
>. <br />
MIT CSAIL (advisor
<a class="name" href="http://www.cs.columbia.edu/~mcollins/"
>Michael Collins</a
>). <br />
<a class="icon pdf label label-info label label-info" href="thesis.pdf"
>pdf</a
>
<a
class="icon slides label label-success label label-success"
href="slide_job_talk3.pdf"
>job talk</a
>
</div>