-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbaiting_index.html
More file actions
executable file
·580 lines (483 loc) · 19.8 KB
/
baiting_index.html
File metadata and controls
executable file
·580 lines (483 loc) · 19.8 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Ting Bai - Renmin Univ. Of China</title>
<meta name="description"
content="Ting Bai's Homepage" />
<meta name="author" content="Ting Bai (白婷)"/>
<meta name="keywords"
content="Ting Bai, 白婷, Renmin University of China, 中国人民大学">
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./images/ruc.ico">
<link href="./css/bootstrap.css" rel="stylesheet">
<link href="./css/bootstrap-responsive.css" rel="stylesheet">
<link href="./css/docs.css" rel="stylesheet">
<link href="./css/prettify.css" rel="stylesheet">
<link rel="stylesheet" href="./css/screen.css" />
<script src="./js/jquery.js"></script>
<script src="./js/application.js"></script>
<script src="./js/bootstrap.js"></script>
<script type="text/javascript">
function scrollTo(pos){
var offsetH = $(pos).offset().top - 50;
$("body").animate({"scrollTop":offsetH}, 500);
};
$('a[rel=popover]').popover();
</script>
</head>
<body class="home-template">
<!-- start navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse"
data-target=".nav-collapse">
<span class="icon-bar"></span> <span class="icon-bar"></span> <span
class="icon-bar"></span>
</button>
<!--<a class="brand" href="#">Information Systems Group</a>-->
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="#" onclick="scrollTo('#About');">About Me</a></li>
<li><a href="#" onclick="scrollTo('#Publications');">Publications</a></li>
<li><a href="#" onclick="scrollTo('#Awards');">Awards</a></li>
<li><a target="_blank" href=" ">Resumes</a></li>
<li><a href="baiting_chinese.html" onclick="scrollTo('#skills');">Chinese (中文版)</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
</nav>
<!-- end navigation -->
<!-- start header -->
<header class="jumbotron subhead main-header"
style="background-image: url(./images/bg2.jpg);background-position: center 43%">
<div class="container">
<div class="page-header" style="border-bottom:0px">
<h2>Welcome to <b>Ting Bai</b>'s Homepage</h2>
<h7 style="font-size: 20px">Where there is a will, there is a way</h7>
</div>
</div>
</header>
<!-- end header -->
<!-- start site's main content area -->
<section class="content-wrap">
<div class="container">
<div class="row">
<div class="span12" id="About">
<div class="widget">
<h3 class="title">
<strong>About Me</strong>
</h3>
<div class="content community">
<div style="float:left; margin-right: 50px">
<img src='images/tingbai_new.jpg' style="width: 150px" />
<p class="text-center";style="font-size:50px">Ting Bai</p>
<p class="text-center">baiting AT bupt.edu.cn</p>
</div>
<p>
I am now an Assistant Professor in School of Computer Science, Beijing University of Posts and Telecommunications. I got my PhD degree in Renmin University of China in July 2019, supervised by <a style="color: #04B4AE"; href="https://scholar.google.co.jp/citations?user=tbxCHJgAAAAJ&hl=en"> <I>Prof. Ji-Rong Wen </I> </a> and <a style="color: #04B4AE"; href="http://playbigdata.ruc.edu.cn/batmanfly/"><I>Prof. Xin Zhao</I> </a> . My major research interests are in <I>Recommender systems, Human behavior analysis on large social and information networks</I>.
I had been a Visiting Research Student at University of Montreal, Canada, supervised by <a style="color: #04B4AE"; href="http://rali.iro.umontreal.ca/nie/jian-yun-nie-en/"><I>Prof. Jian-Yun Nie </I></a>. I have published several papers as the First Author on SIGIR, KDD, CIKM, WSDM, TKDE, NAACL, JCST and so on, three of them won <strong>the Best Paper/ Best Paper Runner Up Awards</strong> on KDD'19 workshop, CIKM'17 and Big Data'15 respectively. And I was invited as Reviewers of TKDE,SIGIR,JCST, AAAI, AIRS and so on. I also serve as the Publicity Chair in IEEE ICDM 2020.
</p>
<!-- <p> Follow me at: </p>
<br>
<ul class="author__urls social-icons">
<li style="float:left;list-style-image:url('./images/weibo.png'); margin-left:4.5vw"><a href="https://weibo.com/baiting0317" style="color: black"><i aria-hidden="true"></i> Weibo</a></li>
<li style="float:left;list-style-image:url('./images/zhihu.jpg'); margin-left:8vw"><a href="https://www.zhihu.com/people/bai-bai-87-80-88/activities" style="color: black"><i></i> Zhihu</a></li>
</ul> -->
</div>
</div>
</div>
<div class="span12" id="Professional Activities">
<div class="widget">
<h3 class="title"><strong>Professional Activities</strong></h3>
<div class="content community">
<blockquote>
<h5>
I serve as Publicity Chair of <strong>IEEE ICDM </strong> (2020)
</h5>
</blockquote>
<blockquote>
<h5>
I serve as Publicity Chair of <strong>IEEE ICKG </strong> (2022)
</h5>
</blockquote>
<blockquote>
<h5>
Invited Reviewer for IEEE Transactions on Knowledge and Data Engineering (<strong>TKDE</strong>)
</h5>
</blockquote>
<blockquote>
<h5>
Invited Reviewer for Journal of Computer Science and Technology (<strong>JCST</strong>)
</h5>
</blockquote>
<blockquote>
<h5>
I serve as PC of <strong>SIGIR </strong>
</h5>
</blockquote>
<blockquote>
<h5>
I serve as PC of <strong>KDD </strong>
</h5>
</blockquote>
<blockquote>
<h5>
I serve as PC of <strong>WWW </strong>
</h5>
</blockquote>
<blockquote>
<h5>
I serve as PC of <strong>IJCAI </strong>
</h5>
</blockquote>
<blockquote>
<h5>
I serve as PC of <strong>AAAI </strong>
</h5>
</blockquote>
<blockquote>
<h5>
I serve as PC of <strong>WSDM </strong>
</h5>
</blockquote>
<blockquote>
<h5>
I serve as PC of <strong>CIKM </strong>
</h5>
</blockquote>
</div>
</div>
<!-- end tag cloud widget -->
</div>
<div class="span12" id="Publications">
<div class="widget">
<h3 class="title">
<strong>Selected Publications</strong>
</h3>
<div class="content community">
<blockquote>
<h5>
<strong> <span class="label label-default"> EMNLP'22 (Accept)</span>
A Multi-Modal Knowledge Graph for Classical Chinese Poetry. </strong>
[<a href="pub/emnlp22.pdf">Paper</a>]
</h5>
<h5>
<!-- <li><em> Fangtao Li,<strong>Ting Bai</strong> ,Chenyu Cao, Zihe Liu, Chenghao Yan, Bin Wu </em></li> -->
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default"> WWW'22</span>
A Contrastive Sharing Model for Multi-Task Recommendation. </strong>
[<a href="pub/www22.pdf">Paper</a>]
</h5>
<h5>
<li><em> <strong>Ting Bai</strong>, Yudong Xiao, Bin Wu, Guojun Yang, Hongyong Yu, Jian-Yun Nie</em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default"> DASFAA'22</span>
Learning Social Influence from Network Structure for Recommender Systems. </strong>
[<a href="pub/dasfaa_1.pdf">Paper</a>]
</h5>
<h5>
<li><em> <strong>Ting Bai</strong> , Yanlong Huang, Bin Wu </em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default"> DASFAA'22</span>
Semi-Supervised Graph Learning with Few Labeled Nodes. </strong>
[<a href="pub/dasfaa22_2.pdf">Paper</a>]
</h5>
<h5>
<li><em> Cong Zhang, <strong>Ting Bai</strong>, Bin Wu </em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default"> ICMR'21</span>
Relation-aware Hierarchical Attention Framework for Video Question Answering. </strong>
[<a href="pub/icmr21.pdf">Paper</a>]
</h5>
<h5>
<li><em> Fangtao Li,<strong>Ting Bai</strong> ,Chenyu Cao, Zihe Liu, Chenghao Yan, Bin Wu </em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default"> 计算机学报'21</span>
基于图像和视频信息的社交关系理解研究综述. </strong>
[<a href="pub/computer21.pdf">Paper</a>]
</h5>
<h5>
<li><em> 王正, 吴斌,王文哲,滕一阳,帅杰,肖云鹏 <strong>白婷</strong> </em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default"> IEEE Big Data'21</span>
Temporal Graph Neural Networks for Social Recommendation. </strong>
[<a href="pub/bigdata21.pdf">Paper</a>]
</h5>
<h5>
<li><em> <strong>Ting Bai</strong> ,Youjie Zhang, Bin Wu, Jian-Yun Nie</em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default"> KSEM'21</span>
A Time Interval Aware Approach for Session-Based Social Recommendation. </strong>
[<a href="pub/ksem21.pdf">Paper</a>]
</h5>
<h5>
<li><em> Youjie Zhang,<strong>Ting Bai</strong> ,Bin Wu, Bai Wang</em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default"> WWW'20</span>
Deep Adversarial Completion for Sparse Heterogeneous Information Network Embedding. </strong>
[<a href="pub/www20">Paper</a>]
</h5>
<h5>
<li><em> Kai Zhao*,<strong>Ting Bai*</strong> , Bin Wu, Bai Wang, Youjie Zhang, Yuanyu Yang and Jian-Yun Nie</em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default"> Journal of Computer Research and Development'20 </span>
The Construction and Analysis of Classical CTohinese Poetry Knowledge Graph. </strong>
[<a href="pub/yanjiu20">Paper</a>]
</h5>
<h5>
<li><em> Liu Yutong, Wu Bin, <strong> Ting Bai </strong> </em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default">WSDM'20</span>
Pseudo Dyna-Q: A Reinforcement Learning Framework for Interactive Recommendation. </strong>
[<a href="pub/wsdm20.pdf">Paper</a>]
</h5>
<h5>
<li><em> Lixin Zou,Long Xia, Pan Du, Zhuo Zhang, <strong>Ting Bai</strong>, Weidong Liu, Jian-Yun Nie, Dawei Yin.</em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default">KDD Workshop'19</span>
An End-to-End Neighborhood-based Interaction Model for Knowledge-enhanced Recommendation. </strong>
[<a> <strong> Best Paper Award</strong></a>]
[<a href="pub/kdd19.pdf">Paper</a>]
</h5>
<h5>
<li><em> Yanru Qu,<strong>Ting Bai* (Co-First Author)</strong>, Weinan Zhang, Jianyun Nie and Jian Tang.</em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default">SIGIR'19</span>
CTRec: A Long-Short Demands Evolution Model for Continuous-Time Recommendation</strong>
[<a href="pub/sigir19.pdf">Paper</a>]
</h5>
<h5>
<li><em> <strong>Ting Bai</strong>, Lixin Zou, Xin Zhao, Pan Du, Weidong Liu, Jian-Yun Nie and Ji-Rong Wen</em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default">CIKM'19</span>
News Graph: An Enhanced Knowledge Graph for News Recommendation. </strong>
[<a href="pub/cikm19.pdf">Paper</a>]
</h5>
<h5>
<li><em> Danyang Liu,<strong>Ting Bai* (Corresponding Author)</strong>, Jianxun Lian, Guangzhong Sun, Wayne Xin Zhao, Ji-Rong Wen, Xing Xie.</em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default"> NAACL'19</span>
SC-LSTM: Learning Task-Specific Representations in Multi-Task Learning for Sequence Labeling
</strong>
[<a href="pub/naacl19.pdf">Paper</a>]
</h5>
<h5>
<li> <em> Peng Lu,<strong>Ting Bai* (Co-First Author)</strong>, Philippe Langlais </em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default">SIGIR'18</span>
An Attribute-aware Neural Attentive Model for Next Basket Recommendation</strong>
[<a href="pub/SIGIR.pdf">Paper</a>]
[<a href="https://github.com/Tbbaby/sigir18-ANAM">Code</a>]
[<a href="pub/SIGIR.pptx">Poster</a>]
</h5>
<h5>
<li><em> <strong>Ting Bai</strong>, Jian-Yun Nie, Wayne Xin Zhao, Yutao Zhu, Pan Du, Ji-Rong Wen</em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default">TKDE'18</span>
Predicting Early Reviewers for Effective Product Marketing on E-Commerce Websites</strong>
[<a href="pub/TKDE.pdf">Paper</a>]
[<a href="pub/TKDE.pptx">Slides</a>]
</h5>
<h5>
<li><em><strong>Ting Bai</strong>, Wayne Xin Zhao, Yulan He, Ji-Rong Wen</em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default">AIRS'18</span>
A Neural Labeled Network Embedding Approach to Product Adopter Prediction</strong>
</h5>
<h5>
<li><em>Qi Gu,<strong>Ting Bai</strong>, Wayne Xin Zhao,Ji-Rong Wen</em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default">CIKM'17</span>
A Neural Collaborative Filtering Model with Interaction-based Neighborhood</strong>
[<a> <strong> Best Short Paper Runner-up Award</strong></a>]
[<a href="CIKM.pdf">Paper</a>]
[<a href="https://github.com/Tbbaby/NNCF-Pytorch">Code(Pytorch)</a>]
[<a href="https://github.com/Tbbaby/NNCF">(Keras)</a>]
[<a href="pub/CIKM.pptx">Slides</a>]
</h5>
<h5>
<li><em><strong>Ting Bai</strong>, Wayne Xin Zhao, Jun Zhang, Ji-Rong Wen</em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default">JCST'17 </span>
An Experimental Study of Text Representation Methods for Cross-Site Purchase Preference Prediction Using the Social Text Data</strong>
[<a href="pub/JCST.pdf">Paper</a>]
</h5>
<h5>
<li><em><strong>Ting Bai</strong>, Hongjian Dou, Wayne Xin Zhao, Ji-Rong Wen</em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default">Journal of Chinese Processing'17</span> Connecting Social Media to E-commerce: Long-tail Purchase Behaviors using Multiple Additive Regression Tree (Chinese) </strong>
</h5>
<h5>
<li><em><strong>Ting Bai</strong>, Ji-Rong Wen, Wayne Xin Zhao, Bohua Yang </em></li>
</h5>
</blockquote>
<blockquote>
<h5>
<strong> <span class="label label-default">CCF BIG DATA'15</span>
Leveraging Online Social Media Information for Predicting the Long-tail Purchase Behaviors</strong>
[<a> <strong>Best Paper Runner-up Award </strong> </a>]
</h5>
<h5>
<li><em><strong>Ting Bai, </strong> Bohua Yang, Wayne Xin Zhao, Ji-Rong Wen</em></li>
</h5>
</blockquote>
</div>
</div>
</div>
<div class="span12" id="Awards">
<div class="widget">
<h3 class="title"><strong>Awards</strong></h3>
<div class="content community">
<blockquote>
<h5>
<span class="label label-default"> 2019</span>Best Paper Award in KDD workshop
</h5>
</blockquote>
<blockquote>
<h5>
<span class="label label-default"> 2017</span> Best Short Paper Runner Up Award in CIKM
</h5>
</blockquote>
<blockquote>
<h5>
<span class="label label-default"> 2015</span> Best Paper Runner Up Award in CCF BigData Conference
</h5>
</blockquote>
<blockquote>
<h5>
<span class="label label-default"> 2018</span> Merit Scholarship Program for Foreign Students (given by Canada Government)
</h5>
</blockquote>
<blockquote>
<h5>
<span class="label label-default">2015, 2017,2018</span> National Scholarship for PhD students
</h5>
</blockquote>
<blockquote>
<h5>
<span class="label label-default">2016,2017,2018</span>
Outstanding Innovative Talents Cultivation Funded Programs of Renmin University of China
</h5>
</blockquote>
<blockquote>
<h5>
<span class="label label-default">2016</span>
Merit Student of Renmin University of China
</h5>
</blockquote>
<blockquote>
<h5>
<span class="label label-default">2016</span>
Social Work and Volunteer Service Award
</h5>
</blockquote>
<blockquote>
<h5>
<span class="label label-default">2014</span> Bao Gang Education Scholarship,Given to <strong>5/38700</strong>.
</h5>
</blockquote>
<blockquote>
<h5>
<span class="label label-default">2013</span>
The First Prize in National Competition of Information Technology Application Contest
</h5>
</blockquote>
</div>
</div>
<!-- end tag cloud widget -->
</div>
<div class="span12" id="Blog">
<div class="widget">
<h3 class="title"><strong>Contact</strong></h3>
<div class="content community">
<p class="text-left";align="left"><strong>Ting Bai </strong></p>
<p class="text-left";align="left">Assistant Professor, School of Computer Science</p>
<p class="text-left";align="left"> Beijing University of Posts and Telecommunications </p>
<p class="text-left";align="left">Email: baiting AT bupt.edu.cn </p>
<p class="text-left";align="left"> Address: 3-816 room, No 10, Xitucheng Road, Haidian District, Beijing, China, 100876</p>
</div>
<!-- end tag cloud widget -->
</div>
</div>
</div>
</section>
<div class="jumbotron subhead copyright">
<div class="container">
<div class="row">
<div class="col-sm-12">
<span>Copyright ©
<a href="#"> Ting Bai.</a> 2018
</span>
</div>
</div>
</div>
</div>
</body>
</html>