-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
512 lines (489 loc) · 17.2 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LUKA -- The Capital NLP Group of California</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Language Understanding and Knowledge Acquisition Lab, LUKA @ UC Davis">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
<link rel="icon" href="./img/thinking_small.png">
<script src="./js/w3data.js"></script>
</head>
<body>
<div class="container">
<div w3-include-html="./src/header.html" id="common_header"></div>
<div class="row-fluid">
<div class="span12">
<div id="main-carousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="images/ucd0.jpg" class="carousel-image" alt="">
<div class="carousel-caption">
<h4>Welcome to the LUKA Group -- the Capital NLP Group of California</h4>
<!-- -->
<p></p>
</div>
</div>
<div class="item">
<img src="images/ucd1.jpg" class="carousel-image" alt="">
<div class="carousel-caption">
<h4>Welcome to the LUKA Group -- the Capital NLP Group of California</h4>
<p></p>
</div>
</div>
<div class="item">
<img src="images/ucd2.jpg" class="carousel-image" alt="">
<div class="carousel-caption">
<h4>Welcome to the LUKA Group -- the Capital NLP Group of California</h4>
<p></p>
</div>
</div>
<div class="item">
<img src="images/ucd3.jpg" class="carousel-image" alt="">
<div class="carousel-caption">
<h4>Welcome to the LUKA Group -- the Capital NLP Group of California</h4>
<p></p>
</div>
</div>
<div class="item">
<img src="images/sac0.jpg" class="carousel-image" alt="">
<div class="carousel-caption">
<h4>Welcome to the LUKA Group -- the Capital NLP Group of California</h4>
<p></p>
</div>
</div>
<div class="item">
<img src="images/sac1.jpg" class="carousel-image" alt="">
<div class="carousel-caption">
<h4>Welcome to the LUKA Group -- the Capital NLP Group of California</h4>
<p></p>
</div>
</div>
<div class="item">
<img src="images/sac2.jpg" class="carousel-image" alt="">
<div class="carousel-caption">
<h4>Welcome to the LUKA Group -- the Capital NLP Group of California</h4>
<p></p>
</div>
</div>
</div>
<a class="left carousel-control" href="#main-carousel" data-slide="prev">‹</a>
<a class="right carousel-control" href="#main-carousel" data-slide="next">›</a>
</div>
</div>
</div>
<hr>
<div class="container-fluid">
<div class="row-fluid marketing">
<div class="span12">
<div>
<img src="./img/logo_zekun.png" title="Logo by our friends at UMN Knowledge Computing Group." alt="LUKA_qubies" class="centered" width="200px" style="display: block; margin-left: auto; margin-right: auto;"/>
</div>
<p>
The Language Understanding and Knowledge Acquisition (LUKA) Lab is directed by Dr. <a href="https://muhaochen.github.io/">Muhao Chen</a>. Our research focuses on robust and accountable machine learning methods for natural language processing and multi-modal data processing. Most recently, we have been focusing on robustness and security problems with large (multi-modal) language models and foundation model agents. Our long-term goal is to develop robust, generalizable and trustworthy learning systems that help machines understand nature.
</p>
<br/>
<!--p><b><font color="blue">We are looking for several new Ph.D. students to join the lab. Prospective students please read <a href="https://luka-group.github.io/openings.html">this</a>.</b></p-->
<br/>
</div>
<div class="row-fluid">
<hr>
<h2 class="centered">Recent News</h2>
<hr>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> Sept 21, 2024 </span> </h5>
<h4 class="feature-heading">
<a href="#">
EMNLP 2024
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/casual_afternoon.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We will present 5 long papers at <a href="https://2024.emnlp.org/">EMNLP 2024</a> (incl. 3 main and 2 findings). See you in Vice City (wrong)!
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> March 13, 2024 </span> </h5>
<h4 class="feature-heading">
<a href="#">
NAACL 2024
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/holiday.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We will present 10 long papers at <a href="https://2024.naacl.org/">NAACL 2024</a> (incl. 7 main and 3 findings). See you in Mexico City!
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> Dec 10, 2023 </span> </h5>
<h4 class="feature-heading">
<a href="#">
Outstanding Paper
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/rich1.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
Congratulations to James for winning the Outstanding Paper Award at EMNLP 2023!
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> Oct 7, 2023 </span> </h5>
<h4 class="feature-heading">
<a href="#">
EMNLP 2023
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/shaky.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We will present 9 papers at EMNLP 2023 (incl. 4 main and 5 findings), as well as 1 paper at CoNLL 2023.
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> Oct 01, 2023 </span> </h5>
<h4 class="feature-heading">
<a href="#">
Upcoming Tutorials at NAACL and EMNLP
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/logos/acl.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We will give a tutorial on "Combating Security and Privacy Issues in the Era of Large Language Models" at <a href="https://2024.naacl.org/">NAACL 2024</a> and another tutorial on "Enhancing LLM Capabilities Beyond Scaling Up" at EMNLP 2024.
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> Sept 8, 2023 </span> </h5>
<h4 class="feature-heading">
<a href="#">
Amazon Research Award
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/logos/ara.png" alt="acl" style="width:150px;height:auto;"/>
</div>
<hr>
<p>
We are delighted to receive the Amazon Research Award on Generative AI.
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> Sept 1, 2023 </span> </h5>
<h4 class="feature-heading">
<a href="#">
NSF Proto-OKN
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/logos/nsf.png" alt="nsf" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We have received the NSF Proto-OKN grant that will support our research on knowledge acquisition.
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> May 02, 2023 </span> </h5>
<h4 class="feature-heading">
<a href="#">
ACL 2023
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/five.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We have 7 papers accepted to <a href="https://2023.aclweb.org/">ACL 2023</a>. Congratulations to all the authors, especially to Tanay and Shudi who are undergraduate lead-authors to two of those.
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> May 01, 2023 </span> </h5>
<h4 class="feature-heading">
<a href="#">
Dissertation Defense
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/school0.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
Congratulations to our first two PhD graduates, Ehsan and Wenxuan, for passing their dissertation defense.
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> Feb 03, 2023 </span> </h5>
<h4 class="feature-heading">
<a href="#">
Upcoming Tutorial at ACL
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/logos/acl.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We will give a tutorial about "Indirectly Supervised Natural Language Processing" at <a href="https://2022.naacl.org/">ACL 2023</a>.
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> Dec 20, 2022 </span> </h5>
<h4 class="feature-heading">
<a href="#">
Amazon Research Award
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/logos/ara.png" alt="acl" style="width:150px;height:auto;"/>
</div>
<hr>
<p>
We are delighted to receive the Amazon Research Award on Responsible AI.
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> Oct 6, 2022 </span> </h5>
<h4 class="feature-heading">
<a href="#">
EMNLP 2022
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/shaking_together.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We have 6 long papers accepted to EMNLP 2022. (Also check out our recent <a href="https://luka-group.github.io/publications.html">AACL papers</a>)
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date">June 14, 2022 </span> </h5>
<h4 class="feature-heading">
<a href="#">
Cisco Award
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/logos/cisco.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We have received a Cisco Faculty Award to support our research on robust knowledge extraction.</a>)
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> April 7, 2022 </span> </h5>
<h4 class="feature-heading">
<a href="#">
NAACL 2022
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/offsite.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We will present 7 long papers at NAACL 2022 (incl. 4 main, 2 findings and 1 TACL). See you in Seattle. (Also check out our recent <a href="https://luka-group.github.io/publications.html">ACL and ICLR papers</a>)
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> Jan 27, 2022 </span> </h5>
<h4 class="feature-heading">
<a href="#">
Upcoming TACL Paper
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/great0.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We have a new paper on indirect supervision accepted to TACL. Congratulations to the great work by our undergraduate scholar Bangzheng.
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> Dec 15, 2021 </span> </h5>
<h4 class="feature-heading">
<a href="#">
Upcoming Tutorial at NAACL
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/logos/acl.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We will give a tutorial about "New Frontiers in Information Extraction" at <a href="https://2022.naacl.org/">NAACL 2022</a>.
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> Aug 8, 2021 </span> </h5>
<h4 class="feature-heading">
<a href="#">
Upcoming EMNLP Papers
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/clapping.png" alt="clapping" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We have 6 long papers accepted to EMNLP 2021. Also check out our new <a href="https://luka-group.github.io/publications.html"> ACL papers</a>.
</p>
<br/>
<br/>
</div>
<div class="span3 feature-item">
<h5> <span class="date"> July 14, 2021 </span> </h5>
<h4 class="feature-heading">
<a href="#">
NSF CRII Award
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/logos/nsf.png" alt="nsf" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We have received the NSF CRII Award that will support our research on transferable representation learning.
</p>
<br/>
<br/>
</div>
<!--div class="span3 feature-item">
<h5> <span class="date"> June 30, 2021 </span> </h5>
<h4 class="feature-heading">
<a href="#">
Upcoming tutorials
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/logos/acl.png" alt="acl" style="width:100px;height:auto;"/>
</div>
<hr>
<p>
We have two upcoming tutorials at <a href="https://2021.aclweb.org/tutorials/program/">ACL 2021</a> and <a href="https://kdd.org/kdd2021/tutorials">KDD 2021</a>.
</p>
<br/>
<br/>
</div-->
<div class="span3 feature-item">
<h5> <span class="date"> June 30, 2021 </span> </h5>
<h4 class="feature-heading">
<a href="#">
Hello RPG World!
</a>
<br/>
</h4>
<hr>
<div class="centered">
<img src="./img/logo_feiwang.png" title="Logo by Fei Wang." alt="LUKA_qubies" style="width:200px;height:auto;"/>
</div>
<hr>
<p>
Our group website is online.
</p>
<br/>
<br/>
</div>
<hr>
</div>
</div>
</div>
<div w3-include-html="./src/footer.html" id="common_footer"></div>
<!-- Javascript files -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script> $('#main-carousel').carousel(); </script>
<script> w3IncludeHTML(include_callback); function include_callback() {$("#nav-home").addClass("active");}</script>
</body>
</html>