-
Notifications
You must be signed in to change notification settings - Fork 0
/
activities.htm
65 lines (64 loc) · 2.81 KB
/
activities.htm
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Xu SUN</title>
<style type="text/css">
.name {
font-size: 24px;
}
body {
background-color: #FFF;
}
body,td,th {
font-size: 20px;
}
</style>
</head>
<body>
<h2> Academic Activities </h2>
<ul>
<li><strong>Chair/Co-chair</strong>
<ul>
<li>IJCNLP 2017, area chair</li>
<li>EMNLP 2015, area chair</li>
<li>CCL 2017, tutorial co-chair</li>
<li>NLPCC 2017, student workshop co-chair</li>
<li>YCCL 2012, area chair</li>
</ul>
</li>
<li><strong>Tutorial, Keynote Speech</strong>
<ul>
<li> <strong>EMNLP 2016 Tutorial: <span class="blue">"Methods and theories for large-scale structured prediction"</span> </strong><a href="publication/EMNLP2016_Tutorial.pptx">[download PPT]</a> <a href="publication/EMNLP2016_Tutorial.pdf">[download PDF]</a> <span class="new_tag">new!</span>
</li>
<li>CCL 2016 "Frontier Report" Invited Talk: "The recent advance of machine learning for natural language processing"</li>
<li>YCCL 2012 Keynote Speech: "Feature-frequency-adaptive online training for large-scale NLP"</li>
</ul>
</li>
<li><strong>Organizations</strong>
<ul>
<li>Committee Member, Technical Committee on Computational Linguistics, Chinese Information Processing Society of China</li>
<li>Committee Member, Technical Committee on Chinese Information Technology, China Computer Federation</li>
<li>Committee Member, Youth Working Committee, Chinese Information Processing Society of China</li>
<li>Standing Committee Member, Youth Working Committee, Technical Committee on Chinese Information Technology, China Computer Federation</li>
<li>Committee Member, Technical Committee on Artificial Intelligence and Unmanned Systems of Young scientist , Chinese Institute of Electronics</li>
</ul>
</li>
<li><strong>Program committee member</strong>
<ul>
<li>ACL (2013, 2014, 2015, 2016, 2017), IJCAI (2016), AAAI (2016, 2017), EMNLP (2015), COLING (2016), NAACL (2016), ACML (2012), PAKDD (2012), ACL-SRW (2010, 2012), CCL (2015, 2016, 2017), NLPCC (2015, 2016, 2017)</li>
</ul>
</li>
<li><strong>Journal reviewer</strong>
<ul>
<li>IEEE Transactions on Pattern Analysis and Machine Intelligence (since 2015)</li>
<li>Computational Linguistics (since 2012)</li>
<li>Transactions of ACL (since 2016)</li>
<li>IEEE Transactions on Audio, Speech and Language Processing (since 2016)</li>
<li>Information Processing and Management (since 2011)</li>
<li>ACM Transactions on Asian Language Information Processing (since 2009)</li>
</ul>
</li>
</ul>
</body>
</html>