-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnews.html
525 lines (504 loc) · 14.1 KB
/
news.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
513
514
515
516
517
518
519
520
521
522
523
524
525
<!--
* @Author: Jon Barron
* @Date: 2019-05-11 22:15:22
* @Editors: whyisyoung
* @EditTime: 2020-10-23 10:57:25
* @LastEditors:sheng-qiang
* @LastEditTime: 2021-02-05 22:39:00
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<html>
<head>
<meta name=viewport content="width=device-width">
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org">
<meta name="google-site-verification" content="p7SNRHPF7y83Q-nNBLkrxFhAAosW2t40unwTxByZ0vo" />
<style type="text/css">
/* Color scheme stolen from Sergey Karayev */
a {
color: #1772d0;
/* color: #07889b; */
text-decoration: none;
}
a.black {
color: #000000;
/* color: #07889b; */
text-decoration: none;
}
a:focus,
a:hover {
color: #e37222; /* #f09228; */
text-decoration: none;
}
body,
td,
th,
tr,
p,
a {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 16px
}
strong {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 16px;
}
heading {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 22px;
color: #e37222;
}
subheading {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 18px;
font-style:italic;
color: #e37222;
}
papertitle {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
}
name {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 32px;
}
.footer {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 14px;
opacity: 0.75;
color: #777;
}
.one {
width: 160px;
height: 160px;
position: relative;
}
.two {
width: 160px;
height: 160px;
position: absolute;
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}
.fade {
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}
span.highlight {
background-color: #ffffd0;
}
span.artifact {
color:#6cb41b;
padding: 1px;
}
span.underline {
border-bottom:1px solid black;
padding-bottom:1px;
}
span.tldr {
color: #555555;
}
em.highlight {
color: #e37222;
}
</style>
<link rel="icon" type="image/png" href="images/sq-icon.png">
<title>News - Qiang Sheng's Homepage</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
</head>
<body>
<table width="960" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td>
<!-- News Begin -->
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="12">
<tr>
<td>
<heading>News</heading>
</td>
</tr>
</table>
<table width="100%" align="center" border="0" cellpadding="12" style="table-layout:fixed;">
<colgroup>
<col span="1" style="width: 23%;">
<col span="1" style="width: 77%;">
</colgroup>
<tr>
<td valign="center">
4/2024
</td>
<td valign="center">
Two co-authored papers got accepted by IJCAI 2024.
</td>
</tr>
<tr>
<td valign="center">
2/2024
</td>
<td valign="center">
Recognized as a Great Reviewer in the October 2023 Cycle of ARR.
</td>
</tr>
<tr>
<td valign="center">
1/2024
</td>
<td valign="center">
Invited to serve as an Area Chair for MM 2024.
</td>
</tr>
<tr>
<td valign="center">
1/2024
</td>
<td valign="center">
Invited to serve as a PC member for KDD 2024.
</td>
</tr>
<tr>
<td valign="center">
12/2023
</td>
<td valign="center">
Invited to serve as a PC member for IJCAI 2024.
</td>
</tr>
<tr>
<td valign="center">
12/2023
</td>
<td valign="center">
One co-authored paper on LLM for Fake News Det. got accepted by AAAI 2024.
</td>
</tr>
<tr>
<td valign="center">
12/2023
</td>
<td valign="center">
Invited to serve as a PC member for SIGIR 2024.
</td>
</tr>
<tr>
<td valign="center">
10/2023
</td>
<td valign="center">
One co-authored position paper on AIGC safety was released by Communications of the CCF.
</td>
</tr>
<tr>
<td valign="center">
09/2023
</td>
<td valign="center">
Invited to serve as a reviewer for TheWebConf (WWW) 2024.
</td>
</tr>
<tr>
<td valign="center">
09/2023
</td>
<td valign="center">
Invited to serve as a PC member for SDM 2024.
</td>
</tr>
<tr>
<td valign="center">
07/2023
</td>
<td valign="center">
One co-authored survey paper on Misinformation Video Detection got accepted by ACM MM 2023.
</td>
</tr>
<tr>
<td valign="center">
07/2023
</td>
<td valign="center">
Invited to serve as a PC member for AAAI 2024.
</td>
</tr>
<tr>
<td valign="center">
06/2023
</td>
<td valign="center">
Invited to serve as a reviewer for EMNLP 2023.
</td>
</tr>
<tr>
<td valign="center">
06/2023
</td>
<td valign="center">
Will give a talk at the Illinois Institute of Technology.
</td>
</tr>
<tr>
<td valign="center">
05/2023
</td>
<td valign="center">
Invited to serve as a PC member for CIKM 2023.
</td>
</tr>
<tr>
<td valign="center">
05/2023
</td>
<td valign="center">
One co-authored paper got accepted by ACL 2023.
</td>
</tr>
<tr>
<td valign="center">
05/2023
</td>
<td valign="center">
Invited to serve as a reviewer for MM 2023.
</td>
</tr>
<tr>
<td valign="center">
03/2023
</td>
<td valign="center">
Invited to serve as a PC member for ECML-PKDD 2023.
</td>
</tr>
<tr>
<td valign="center">
02/2023
</td>
<td valign="center">
Invited to serve as a reviewer for KDD 2023.
</td>
</tr>
<tr>
<td valign="center">
01/2023
</td>
<td valign="center">
Invited to serve as a PC member for SIGIR 2023.
</td>
</tr>
<tr>
<td valign="center">
01/2023
</td>
<td valign="center">
Invited to serve as a PC member for IJCAI 2023.
</td>
</tr>
<tr>
<td valign="center">
12/2022
</td>
<td valign="center">
Will give a talk on real-world fake news detection at Tsinghua University.
</td>
</tr>
<tr>
<td valign="center">
12/2022
</td>
<td valign="center">
Will give a talk on research views of NLP applications at CSSNLP 2022.
</td>
</tr>
<tr>
<td valign="center">
12/2022
</td>
<td valign="center">
Invited to serve as a reviewer for ACL 2023.
</td>
</tr>
<tr>
<td valign="center">
10/2022
</td>
<td valign="center">
Invited to serve as a reviewer for EACL 2023.
</td>
</tr>
<tr>
<td valign="center">
10/2022
</td>
<td valign="center">
Invited to serve as a PC Member for TheWebConf (WWW) 2023.
</td>
</tr>
<tr>
<td valign="center">
08/2022
</td>
<td valign="center">
One co-authored paper got accepted by COLING 2022.
</td>
</tr>
<tr>
<td valign="center">
07/2022
</td>
<td valign="center">
Invited to serve as a PC Member for AAAI 2023.
</td>
</tr>
<tr>
<td valign="center">
07/2022
</td>
<td valign="center">
Recognized as the <a class="black" href="https://aclanthology.org/2022.naacl-main.0.pdf">Outstanding Reviewer</a> (81/2824) by NAACL 2022 Program Committee.
</td>
</tr>
<tr>
<td valign="center">
06/2022
</td>
<td valign="center">
Invited to serve as a Reviewer for EMNLP 2022.
</td>
</tr>
<tr>
<td valign="center">
06/2022
</td>
<td valign="center">
One co-authored paper got accepted by IEEE TKDE.
</td>
</tr>
<tr>
<td valign="center">
04/2022
</td>
<td valign="center">
Will give a spotlight presentation on our ACL 2022 work at the <a href="https://event.baai.ac.cn/activities/385">AIS 2022</a>.
</td>
</tr>
<tr>
<td valign="center">
04/2022
</td>
<td valign="center">
One first-authored paper got accepted by Information Processing and Management.
</td>
</tr>
<tr>
<td valign="center">
04/2022
</td>
<td valign="center">
Will give talks on <a href="#ACL2022">our ACL 2022 work</a> at the <a href="https://mp.weixin.qq.com/s/h07yRc46bRkDvmrtXvpYOQ">BUAFAI 2022</a> and <a href="https://mp.weixin.qq.com/s/s3tfoLZdYW_K2lq_yYejtA">AI TIME Live</a>.
</td>
</tr>
<tr>
<td valign="center">
04/2022
</td>
<td valign="center">
One co-authored paper got accepted by SIGIR 2022.
</td>
</tr>
<tr>
<td valign="center">
02/2022
</td>
<td valign="center">
One first-authored paper got accepted by ACL 2022.
</td>
</tr>
<tr>
<td valign="center">
12/2021
</td>
<td valign="center">
One co-authored paper got accepted by AAAI 2022.
</td>
</tr>
<tr>
<td valign="center">
10/2021
</td>
<td valign="center">
Invited to serve as a Reviewer for ACL Rolling Review.
</td>
</tr>
<tr>
<td valign="center">
09/2021
</td>
<td valign="center">
Served as a PC Member for AAAI 2022.
</td>
</tr>
<tr>
<td valign="center">
08/2021
</td>
<td valign="center">
One co-authored paper got accepted by ACM MM 2021 Industrial Track.
</td>
</tr>
<tr>
<td valign="center">
08/2021
</td>
<td valign="center">
One co-first-authored paper got accepted by ACM CIKM 2021.
</td>
</tr>
<tr>
<td valign="center">
06/2021
</td>
<td valign="center">
Served as a reviewer for EMNLP 2021.
</td>
</tr>
<tr>
<td valign="center">
05/2021
</td>
<td valign="center">
One first-authored paper got accepted by ACL-IJCNLP 2021.
</td>
</tr>
<tr>
<td valign="center">
01/2021
</td>
<td valign="center">
One co-authored paper got accepted by TheWebConf 2021.
</td>
</tr>
<tr>
<td valign="center">
11/2020
</td>
<td valign="center">
One co-authored Chinese paper got accpeted by Journal of Computer Research and Development.
</td>
</tr>
<tr>
<td valign="center">
04/2020
</td>
<td valign="center">
One co-authored paper got accepted by ACL 2020.
</td>
</tr>
</table>
<!-- News End -->
</td>
</tr>
</table>
</body>
</html>